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": "cinder-hawk",
"name": "Cinder Hawk",
"atk": 283,
"crt": 24,
"rarity": 5,
"skills": [
{
"name": "Scarlet Spirit",
"description": "When dealing damage to ignited enemies or enemies with Firebrand, there is a 20% chance of dealing 300% ATK of Fire DMG. This effect has a minimum trigger cooldown of 1.5s for each enemy."
},
{
"name": "Red Song",
"description": "Completely blocks an attack when being attacked by ignited enemies or enemies with Firebrand. Effect triggers every 40.0s. Character gains 20.0% All Elemental DMG and gains 20.0% Fire DMG."
}
]
}