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
+17
View File
@@ -0,0 +1,17 @@
{
"id": "sleeping-beauty",
"name": "Sleeping Beauty",
"atk": 283,
"crt": 24,
"rarity": 5,
"skills": [
{
"name": "Living Edge",
"description": "[SP: 12][CD: 25s] Wielder gains 20.0% Crit Rate and 50.0% Crit DMG for 10s. If wielder is below 50% HP, then heal 20.0 HP per 0.5s."
},
{
"name": "Thorny Briar",
"description": "Charged ATK deals another 120% ATK of Physical DMG on enemies. This effect triggers once every 1s. Wielder gains Ignore Interrupt and 30.0% DEF."
}
]
}