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": "raikiri",
"name": "Raikiri",
"category": "katana",
"atk": 265,
"crt": 46,
"rarity": 5,
"skills": [
{
"name": "Blade Ward",
"description": "[SP: 18][CD: 25s] Summons an ethereal blade barrier for all allies (including illusions), increasing their DEF by 50%. Enemies hit by the blade take 320 Lightning DMG every 0.25s for 6.00s."
},
{
"name": "Storm Raven",
"description": "40% chance of reducing direct or indirect DMG taken by 600 (indirect DMG: ignited, bleeding, etc.)."
}
]
}