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": "energy-leapers",
"name": "Energy Leapers",
"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."
}
]
}