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": "futsunushi-to",
"name": "Futsunushi-To",
"atk": 279,
"crt": 5,
"rarity": 5,
"skills": [
{
"name": "Kami of War",
"description": "[SP: 15][CD: 20s] For the next 6s, triggers 1 elemental explosion at a random location near the character to deal 200% DMG of a random element. Character also gains 12% DMG for said random element for 9.0s (max 3 stacks for the same element)."
},
{
"name": "Raging Izumo",
"description": "Attacks have a 10% chance to generate elemental explosions nearby, dealing 200% ATK of DMG of a random element. Character also gains 8% DMG for said random element for 6.0s (max 3 stacks for the same element). This skill can trigger 1 elemental explosion every 1s."
}
]
}