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": "blood-embrace",
"name": "Blood Embrace",
"category": "cross",
"atk": 265,
"crt": 46,
"rarity": 5,
"skills": [
{
"name": "Slice and Dice",
"description": "[SP: 12][CD: 10s] Deploys the weapon, knocking enemies within the AOE airborne and slashing them once every 0.25s for the next 2s. Enemies receive 200.0% ATK of Physical DMG from being airborne and from each slash. Slashes bleed enemies, dealing 760 Physical DMG every 0.5s for 5s."
},
{
"name": "Blood Craze",
"description": "Character attacks gain 40.0% Physical DMG to bleeding enemies."
}
]
}