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
@@ -0,0 +1,17 @@
{
"id": "ranger-27s-pistol",
"name": "Ranger's Pistol",
"atk": 240,
"crt": 15,
"rarity": 5,
"skills": [
{
"name": "Hot Smash",
"description": "[SP: 20][CD: 30s] For a period of 10s, unleashes a Flame Impact around the character every second that deals 800 Fire DMG. During the period, a successful Ultimate Evasion will immediately unleash an Empowered Flame Impact that deals 4,000 Fire DMG. Enemies hit by Flame Impact have a 10% chance to be stunned for 2s."
},
{
"name": "Cruel Punishment",
"description": "Attacks against stunned enemies gain 35% Total DMG Multiplier.[Ranger] Character takes 20% less Ice DMG. If other teammates are equipped with [Ranger] series weapons, then character attacks also gain 20% Fire DMG."
}
]
}