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": "futsunushi-to",
"name": "Futsunushi-To",
"category": "katana",
"atk": 279,
"crt": 5,
"rarity": 5,
"skills": [
{
"name": "Kami of War",
"description": "[SP: 15][CD: 20s] For the next 6s, triggers 1 elemental explosion at a random location near the character to deal 200% DMG of a random element. Character also gains 12% DMG for said random element for 9.0s (max 3 stacks for the same element)."
},
{
"name": "Raging Izumo",
"description": "Attacks have a 10% chance to generate elemental explosions nearby, dealing 200% ATK of DMG of a random element. Character also gains 8% DMG for said random element for 6.0s (max 3 stacks for the same element). This skill can trigger 1 elemental explosion every 1s."
}
]
}