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": "betrayer",
"name": "Betrayer",
"atk": 245,
"crt": 15,
"rarity": 5,
"skills": [
{
"name": "Treason",
"description": "[SP: 18][CD: 12s] Launches 6 homing missiles in a row, each dealing 200% ATK of Physical DMG to the target an nearby enemies in a small AOE. Hit enemies are stunned for 2.50s."
},
{
"name": "Betrayer's Counter",
"description": "When attacked, gain a 50% chance of dealing 160% ATK of Physical DMG."
}
]
}