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": "7th-sacred-relic",
"name": "7th Sacred Relic",
"category": "greatsword",
"atk": 263,
"crt": 48,
"rarity": 5,
"skills": [
{
"name": "Crosscut Storm",
"description": "[SP: 0][CD: 24s] Unleashes 2 successive blade waves, dealing up to 8x25% ATK of Physical DMG to enemies in their paths. The blade waves explode when they cross, dealing 350% ATK of Physical DMG and stunning enemies for 6.00s."
},
{
"name": "Sacred Rule",
"description": "After hitting a stunned enemy gain 50.0% Attack Speed and 25.0% Crit Rate for 4s. Trigger CD: 7s."
}
]
}