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": "cinder-hawk",
"name": "Cinder Hawk",
"category": "gauntlet",
"atk": 283,
"crt": 24,
"rarity": 5,
"skills": [
{
"name": "Scarlet Spirit",
"description": "When dealing damage to ignited enemies or enemies with Firebrand, there is a 20% chance of dealing 300% ATK of Fire DMG. This effect has a minimum trigger cooldown of 1.5s for each enemy."
},
{
"name": "Red Song",
"description": "Completely blocks an attack when being attacked by ignited enemies or enemies with Firebrand. Effect triggers every 40.0s. Character gains 20.0% All Elemental DMG and gains 20.0% Fire DMG."
}
]
}