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": "dark-xuanyuan-sword",
"name": "Dark Xuanyuan Sword",
"category": "greatsword",
"atk": 250,
"crt": 25,
"rarity": 5,
"skills": [
{
"name": "Dark Will",
"description": "[SP: 22][CD: 25s] Gain 35% Physical DMG for the next 8s. The first kill in this duration triggers Time Fracture for 8s and extends the duration of the Physical DMG bonus to the end of the Time Fracture."
},
{
"name": "Time Shatterer",
"description": "When attacks hit, trigger global Time Fracture for 4.5s. Effect can be triggered once every 60s."
}
]
}