Restructure data modules

This commit is contained in:
Sakura Knoll
2022-01-01 15:10:17 +09:00 Unverified
parent 4ddb6c8eed
commit 3af8a985b0
1049 changed files with 53 additions and 40 deletions
@@ -0,0 +1,18 @@
{
"id": "sky-breaker",
"name": "Sky Breaker",
"category": "katana",
"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."
}
]
}