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": "hyper-railguns",
"name": "Hyper Railguns",
"category": "pistol",
"atk": 287,
"crt": 19,
"rarity": 5,
"skills": [
{
"name": "Megavolts",
"description": "[SP: 16][CD: 18s] Deals 2,300 Lightning DMG to enemies in a large AOE and paralyzes them for 4.00s."
},
{
"name": "Paralyzing Current",
"description": "3.0% chance to paralyze a target, preventing it from moving or attacking for 2.50s."
}
]
}