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": "dominators",
"name": "Dominators",
"category": "pistol",
"atk": 244,
"crt": 16,
"rarity": 5,
"skills": [
{
"name": "Burning Punch",
"description": "[SP: 25][CD: 10s] Unleash a humongous uppercut with mecha power. Deals 50% ATK of Physical DMG multiple times and ignites enemies in the AOE, dealing 149 Fire DMG every 0.5s for 2.10s."
},
{
"name": "Fury Dominator",
"description": "Hits against enemies gain 25 Fire DMG."
}
]
}