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": "energy-leapers",
"name": "Energy Leapers",
"category": "pistol",
"atk": 276,
"crt": 32,
"rarity": 5,
"skills": [
{
"name": "Stun and Run",
"description": "[SP: 14][CD: 16s] Drops a stun bomb and teleports backwards. The stun bomb then explodes, dealing 350% ATK of Physical DMG and generating a stun field that lasts for 4.50s."
},
{
"name": "Temporal Frenzy",
"description": "When triggering global Time Fracture, character gains 80.0% Attack Speed and 25.0% Crit Rate for 4s. Said buffs are dispelled once Time Fracture ends."
}
]
}