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": "silver-reaper",
"name": "Silver Reaper",
"atk": 268,
"crt": 29,
"rarity": 5,
"skills": [
{
"name": "Severing Slash",
"description": "[SP: 15][CD: 14s] Deploys the weapon to automatically slash enemies within range 3 times per second for the next 6s, with each hit dealing 900 Physical DMG and weakening enemies, reducing their ATK by 50% for 5s."
},
{
"name": "Deathly Scythe",
"description": "Attacks against weakened enemies gain 35% Total DMG Multiplier."
}
]
}