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": "plasma-kagehide",
"name": "Plasma Kagehide",
"atk": 269,
"crt": 18,
"rarity": 5,
"skills": [
{
"name": "Absolute Zero",
"description": "[SP: 20][CD: 25s] Transform ionic energy into a frigid blast, freezing enemies along the way and dealing 999 Ice DMG every 0.9s for 5.00s."
},
{
"name": "Frigid Winter",
"description": "Hits against enemies gain 50 Ice DMG, and attacks against enemies who are frozen or have reduced Move Speed gain 20.0% Total DMG Multiplier."
}
]
}