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": "balmung",
"name": "Balmung",
"atk": 285,
"crt": 32,
"rarity": 5,
"skills": [
{
"name": "Ultra Slash - Haze",
"description": "Attacks unleash an Ultra Slash against enemies to the front, dealing 80% ATK of Physical DMG. 15% chance of unleashing Enhanced Ultra Slash, dealing 160% ATK of Physical DMG. Enhanced Ultra Slash has a 0.8s CD."
},
{
"name": "Ultra Slash - Break",
"description": "[SP: 20][CD: 25s] Character gains 25.0% Physical DMG. All Ultra Slashes are transformed into Enhanced Ultra Slashes for 8s."
}
]
}