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": "blaze-destroyer",
"name": "Blaze Destroyer",
"category": "pistol",
"atk": 276,
"crt": 32,
"rarity": 5,
"skills": [
{
"name": "Raging Flames",
"description": "[SP: 20][CD: 9s] Knocks enemies in a small AOE in front of the character airborne, dealing 100% ATK of Physical DMG. Targets explode after a short period of time, dealing 1,888 Fire DMG and igniting other enemies. Ignited enemies receive 196 Fire DMG every 0.5s for 4.5s."
},
{
"name": "Ignition",
"description": "For every enemy ignited, each attack deals an additional 41 Fire DMG. Stacks up to 5 times."
}
]
}