Add weapon data

This commit is contained in:
Sakura Knoll
2021-12-20 02:47:35 +09:00 Unverified
parent 61bf657f23
commit a79d8aee6f
552 changed files with 4532 additions and 0 deletions
@@ -0,0 +1,17 @@
{
"id": "dark-xuanyuan-sword",
"name": "Dark Xuanyuan Sword",
"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."
}
]
}