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": "dragon-spine",
"name": "Dragon Spine",
"category": "greatsword",
"atk": 271,
"crt": 16,
"rarity": 5,
"skills": [
{
"name": "Draconic Vortex",
"description": "[SP: 6][CD: 15] Leaps towards the target to unleash a spinning slash, dealing 600% ATK of Physical DMG to enemies in a large AOE and immobilizing them for 4.5s. During the period, the enemies also bleed, taking 240 DMG every 0.5s."
},
{
"name": "Blood Thirsty",
"description": "Every hit against a bleeding enemy heals the character for 40 HP."
}
]
}