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": "usurpers",
"name": "Usurpers",
"atk": 272,
"crt": 27,
"rarity": 5,
"skills": [
{
"name": "Infrasound",
"description": "[SP: 15][CD: 15s] Generates infrasound waves that deal 380% ATK of Physical DMG to nearby enemies. Affected enemies are also weakened, reducing their ATK by 60% for 6.0s."
},
{
"name": "Light and Order",
"description": "Increases Ranged Physical DMG by 40%, however, the further away an enemy is, the less Physical DMG it'll receive. Damage is decreased by 10% per meter (up to 80%). Character gains 15.0% Move Speed."
}
]
}