Restructure data modules

This commit is contained in:
Sakura Knoll
2022-01-01 15:10:17 +09:00 Unverified
parent 4ddb6c8eed
commit 3af8a985b0
1049 changed files with 53 additions and 40 deletions
@@ -0,0 +1,18 @@
{
"id": "ranger-s-laser",
"name": "Ranger's Laser",
"category": "cannon",
"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."
}
]
}