Add weapon data

This commit is contained in:
Sakura Knoll
2021-12-20 02:47:35 +09:00 Unverified
parent 61bf657f23
commit a79d8aee6f
552 changed files with 4532 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"id": "devourer",
"name": "Devourer",
"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."
}
]
}