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": "m134-vulcan-minigun",
"name": "M134 Vulcan Minigun",
"atk": 281,
"crt": 35,
"rarity": 5,
"skills": [
{
"name": "Gatling Gun",
"description": "Rapid-fire weapon that deals continuous DMG to targets along a straight line of fire. Continuous firing will overheat the weapon. Closer enemies take more DMG. DMG is maximized at a range within 3 meters. When charged attacks score a crit, deal 50% ATK of Physical DMG to enemies in a small AOE around the target. Skill trigger CD: 0.3s."
},
{
"name": "Inferno Breath",
"description": "[SP: 5][CD: 15s] Wielder gains 10% Crit Rate and 25% Crit DMG for 10s. Attacks no longer cause overheating. However, wielder loses HP equal to 2% Max HP per second."
}
]
}