Add weapon data

This commit is contained in:
Sakura Knoll
2021-12-20 02:47:35 +09:00 Unverified
parent 61bf657f23
commit a79d8aee6f
552 changed files with 4532 additions and 0 deletions
@@ -0,0 +1,17 @@
{
"id": "proto-alberich-27s-bows",
"name": "Proto Alberich's Bows",
"atk": 279,
"crt": 35,
"rarity": 5,
"skills": [
{
"name": "Ties of the Wind",
"description": "[SP: 18][CD: 0s] Fires compressed air projectiles in a straight trajectory, dealing 110% ATK of Physical DMG to all enemies hit. Caster gains 10 SP if the projectile hits at least 1 bleeding enemy."
},
{
"name": "Wings of the Wind",
"description": "Character gains 25% Attack Speed and 25% Move Speed."
}
]
}