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": "judgment-by-dawn",
"name": "Judgment by Dawn",
"category": "greatsword",
"atk": 268,
"crt": 42,
"rarity": 5,
"skills": [
{
"name": "Hyper RPM",
"description": "[SP: 18][CD: 24s] Revs up the spinning saw blades. Basic attacks (including charged attacks) gain 50.0% Attack Speed and 25.0% Crit Rate for 8s. Also increases Ignore Interrupt for the wielder in the duration."
},
{
"name": "Lightning Punishment",
"description": "Crit Hits have a 25.0% of unleashing a lightning circle centered on the enemy, dealing 1,800 Lightning DMG and impairing it for 4s. Impaired enemies have reduced Ignore Interrupt and 50% less DEF. CD: 7s."
}
]
}