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": "blood-embrace",
"name": "Blood Embrace",
"atk": 265,
"crt": 46,
"rarity": 5,
"skills": [
{
"name": "Slice and Dice",
"description": "[SP: 12][CD: 10s] Deploys the weapon, knocking enemies within the AOE airborne and slashing them once every 0.25s for the next 2s. Enemies receive 200.0% ATK of Physical DMG from being airborne and from each slash. Slashes bleed enemies, dealing 760 Physical DMG every 0.5s for 5s."
},
{
"name": "Blood Craze",
"description": "Character attacks gain 40.0% Physical DMG to bleeding enemies."
}
]
}