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
+17
View File
@@ -0,0 +1,17 @@
{
"id": "schiffschneider",
"name": "Schiffschneider",
"atk": 289,
"crt": 17,
"rarity": 5,
"skills": [
{
"name": "Magstorm Surge",
"description": "[SP: 20][CD: 18s] Unleashes a downward cleave that generates an EM storm to knock down enemies within the AOE, dealing 2,333 Lightning DMG and making them conductive. Conductive enemies receive 50% more Lightning DMG for 7s."
},
{
"name": "EM Cleaver",
"description": "Attacks deal an additional 80 Lightning DMG, and further gain 30% Crit Rate against paralyzed enemies."
}
]
}