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": "sanguine-gaze",
"name": "Sanguine Gaze",
"atk": 300,
"crt": 12,
"rarity": 5,
"skills": [
{
"name": "Nightmarish Beak",
"description": "[SP: 4][CD: 7s] Use chain claws to grapple the target towards the wielder or send the wielder to the target and perform scythe slashes dealing 100% + 800.0% ATK of Ice DMG. Starchasm Nyx equip bonus: Scythe slashes restore 1 Carmine Gash and can be connected into Sequence 4 of Basic ATK."
},
{
"name": "Crimson Eyes",
"description": "Ice DMG increases by 25.0%. Ultimate and Burst mode attacks deal 30.0% bonus Total DMG."
}
]
}