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,19 @@
{
"id": "sleeping-beauty",
"name": "Sleeping Beauty",
"category": "greatsword",
"atk": 283,
"crt": 24,
"rarity": 5,
"skills": [
{
"name": "Living Edge",
"description": "[SP: 12][CD: 25s] Wielder gains 20.0% Crit Rate and 50.0% Crit DMG for 10s. If wielder is below 50% HP, then heal 20.0 HP per 0.5s."
},
{
"name": "Thorny Briar",
"description": "Charged ATK deals another 120% ATK of Physical DMG on enemies. This effect triggers once every 1s. Wielder gains Ignore Interrupt and 30.0% DEF."
}
],
"version": "3.1"
}