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": "blood-dance",
"name": "Blood Dance",
"atk": 289,
"crt": 17,
"rarity": 5,
"skills": [
{
"name": "Blood Rage",
"description": "[SP: 20][CD: 15s] Creates a blood tornado that sweeps away enemies, dealing 9x35% ATK of Physical DMG and sending them into a Blood Rage, doubling their Attack Speed but making them take 60% more Elemental DMG. The Blood Rage lasts for 9.00s."
},
{
"name": "Blood Revival",
"description": "Combo Hit Count exceeds 15, gain 30% Physical DMG. When undeployed, heal 30.0 HP every 0.5s if HP is below 50%."
}
]
}