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": "hurricanes",
"name": "Hurricanes",
"atk": 224,
"crt": 39,
"rarity": 5,
"skills": [
{
"name": "Spinning Windcut",
"description": "[SP: 24][CD: 30s] Spins multiple times to slash nearby enemies and deal 174 Ice DMG per slash, then end with an explosive burst that deals 300% ATK of Physical DMG and slowing enemies by 60% for 1.50s. The character can freely move while spinning."
},
{
"name": "Tailwind",
"description": "Hits against enemies have a 5.0% chance of accelerating Move Speed by 100% for 4.5s. CD: 10s."
}
]
}