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": "sky-breaker",
"name": "Sky Breaker",
"atk": 289,
"crt": 17,
"rarity": 5,
"skills": [
{
"name": "Rift of the Heavens",
"description": "[SP: 20][CD: 18s] Attacks hit surrounding enemies multiple times, dealing a total of 400% ATK of Physical DMG. Last hit impairs enemies, reducing their DEF by 70% for 6.00s."
},
{
"name": "Divine Penalty",
"description": "Upon ultimate evasion or when being hit, summon a bolt of lightning that strikes the attacker to deal 150% ATK of Lightning DMG in a small AOE and paralyzing enemies for 3.0s. CD: 10s. Attacks against impaired or paralyzed enemies gain 15% Total DMG Multiplier."
}
]
}