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": "void-blade",
"name": "Void Blade",
"category": "katana",
"atk": 267,
"crt": 43,
"rarity": 5,
"skills": [
{
"name": "The Ouroboros",
"description": "[SP: 15][CD: 20s] Generates a Time Slow field that moves with the character. The field lasts 6.00s, during the character's basic attacks (including combo and charged attacks) gain 30.0% Crit Rate."
},
{
"name": "Energy Devourer",
"description": "After a one-time consumption of 10, 40, and 70 SP, gain 15%, 30%, or 45% Physical DMG respectively for 8s. This effect cannot stack."
}
]
}