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-cross",
"name": "Ranger's Cross",
"category": "cross",
"atk": 240,
"crt": 20,
"rarity": 5,
"skills": [
{
"name": "Comet Blast",
"description": "[SP: 15][CD: 15s] Deploys the weapon, launching a flame disc at a random target every 0.75s for the next 8s, dealing 5x233 Fire DMG and igniting it to further deal 80 Fire DMG every 0.5s for 3s."
},
{
"name": "Burning Wound",
"description": "Deals an additional 160 elemental fire damage when character attacks an enemy that has been ignited.[Ranger] Ice damage received is reduced by 20%. If other teammates are equipped with [Ranger] series weapons, deployed cross gain 40.0% Fire DMG."
}
]
}