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": "vibro-cutter",
"name": "Vibro Cutter",
"atk": 272,
"crt": 38,
"rarity": 5,
"skills": [
{
"name": "Induction Collapse",
"description": "[SP: 14][CD: 11s] Teleports to target and creates a small immobilizing field that lasts for 4s. Enemies immobilized by the field lose 80% DEF and take 234 Lightning DMG every 0.4s for the duration. This Field lasts 4s."
},
{
"name": "Frequency Overload",
"description": "Crit hits have a 50.0% chance to knock the target airborne and apply Time Lock for 3s. CD: 6.00s."
}
]
}