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": "skoll-and-hati",
"name": "Skoll and Hati",
"atk": 283,
"crt": 24,
"rarity": 5,
"skills": [
{
"name": "Skoll",
"description": "[SP: 11][CD: 30s] Continuously emits shockwaves upon activation, dealing 50% ATK of Physical DMG every 0.5s. Character also takes 65% less DMG from side or rear attacks for 10.0s."
},
{
"name": "Hati",
"description": "When attack hits the enemy, gain 3.0% Physical DMG for 3.0s. Effect stacks up to 10 times. Duration for each stack is determined separately. Attacks against enemies affected by Time Slow, reduced Attack Speed, or reduced Move Speed gain 10% Crit Rate."
}
]
}