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": "hrungnir",
"name": "Hrungnir",
"atk": 278,
"crt": 27,
"rarity": 5,
"skills": [
{
"name": "Rime Fury",
"description": "[SP: 12][CD: 20s] Leaps into the air and lands on the target, dealing 700% ATK of Ice DMG to enemies near the target. After landing, character gains 30% Attack Speed for 10s."
},
{
"name": "Shattered Whet",
"description": "Character gains 25% Total DMG Multiplier. Attacks against enemies who are frozen or with slowed Move Speed or Attack Speed has 25% chance of dealing 150% ATK of bonus Physical DMG. There is a minimum 1s interval between triggering the bonus DMG on the targets."
}
]
}