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": "ranger-27s-laser",
"name": "Ranger's Laser",
"atk": 238,
"crt": 16,
"rarity": 5,
"skills": [
{
"name": "Thermal Laser",
"description": "Fires a beam that continuously damages targets along a straight path. Continuous firing will overheat the weapon. Closer enemies take more DMG. DMG is maximized at a range within 3 meters. Upon Ultimate Evasion, resets heat gauge. Character gains 50% Attack Speed for 2s. Skill effect triggers once every 8.0s.[Ranger] Character takes 20% less DMG. If other teammates are equipped with [Ranger] series weapons, then Ultimate Evasion also recovers 2 SP."
},
{
"name": "Heat Discharge",
"description": "[SP: 14][CD: 30s] For the next 11s, character attacks gain 12% Physical DMG but has 60% slower Move Speed. Buff also cancels distance-based damage reduction of the weapon."
}
]
}