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": "balmung",
"name": "Balmung",
"category": "greatsword",
"atk": 285,
"crt": 32,
"rarity": 5,
"skills": [
{
"name": "Ultra Slash - Haze",
"description": "Attacks unleash an Ultra Slash against enemies to the front, dealing 80% ATK of Physical DMG. 15% chance of unleashing Enhanced Ultra Slash, dealing 160% ATK of Physical DMG. Enhanced Ultra Slash has a 0.8s CD."
},
{
"name": "Ultra Slash - Break",
"description": "[SP: 20][CD: 25s] Character gains 25.0% Physical DMG. All Ultra Slashes are transformed into Enhanced Ultra Slashes for 8s."
}
]
}