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-gauntlets",
"name": "Ranger Gauntlets",
"category": "gauntlet",
"atk": 245,
"crt": 11,
"rarity": 5,
"skills": [
{
"name": "Turbo Acceleration",
"description": "[SP: 5][CD: 30s] Character loses health equal to 15% max HP to gain 30% Total DMG Multiplier for 9.0s."
},
{
"name": "Twilight Operation",
"description": "When character exits, team takes 10.0% less Indirect Physical DMG for 7.0s.[Ranger] Character takes 20% less Ice DMG. If other teammates are equipped with [Ranger] series weapons, then character gains 15.0% Physical DMG for 7.0s when deployed."
}
]
}