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": "devourer",
"name": "Devourer",
"category": "cannon",
"atk": 239,
"crt": 22,
"rarity": 5,
"skills": [
{
"name": "Laser",
"description": "Rapid-fire weapon that deals continuous DMG to targets along a straight line of fire. Continuous firing will overheat the weapon. Closer enemies will take more DMG, with DMG maximized at a range within 3 meters."
},
{
"name": "Devouring Impact",
"description": "[SP: 25][CD: 20s] Slams the ground with robot arms to unleash a psychic impact wave that generates multiple explosions. Each explosion deals 214 Fire DMG and ignites enemies, dealing 134 Fire DMG every 0.5s for 4s. Provides a temporary Move Speed boost after using the skill."
}
]
}