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": "godslayer-surtr",
"name": "Godslayer - Surtr",
"atk": 275,
"crt": 27,
"rarity": 5,
"skills": [
{
"name": "Aesirs' Bane",
"description": "When Burst ATKs hit the enemy, character gains 5% Total DMG Multiplier for 10.0s. Effects trigger 1 time every 1s. Stacks up to 4 times. Triggering this again resets the duration."
},
{
"name": "The Burnt One",
"description": "Character gains 15% SP recovery, 15% faster Attack Speed, and 25% Total DMG Multiplier."
}
]
}