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": "light-and-shadow",
"name": "Light and Shadow",
"category": "pistol",
"atk": 270,
"crt": 39,
"rarity": 5,
"skills": [
{
"name": "Polar Storm",
"description": "[SP: 20][CD: 20s] Generates an iceball that drags away all enemies in its path. The iceball then explodes, freezing enemies within a large AOE and dealing 850 Ice DMG every 0.9s for 4.00s."
},
{
"name": "Coldarra",
"description": "When basic attack (including combo and charged attacks) breaks a shield, unleash a frosty blast, slowing Move Speed and Attack Speed of the target and nearby enemies in a small AOE by 84% for 4.00s."
}
]
}