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": "onyx-iron",
"name": "Onyx Iron",
"category": "scythe",
"atk": 249,
"crt": 27,
"rarity": 5,
"skills": [
{
"name": "Protective Field",
"description": "[SP: 5][CD: 20s] Creates a shield that absorbs 12% Max HP of wielder when hit by enemy attack. While the shield stands, wielder heals 22.0 HP/s and ATKs gain 10.0% Total DMG Multiplier and deal 10% more Physical DMG. Duration: 10s."
},
{
"name": "Vitality Drive",
"description": "Gains a 1.20% Total DMG Multiplier and 0.50% Physical DMG buff per 10% HP that the wielder has."
}
]
}