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": "blooded-saints",
"name": "Blooded Saints",
"atk": 277,
"crt": 33,
"rarity": 5,
"skills": [
{
"name": "Holy Verdict",
"description": "When Basic or Burst attacks hit the enemy, summon Orbital Support to deal 450% ATK of Physical DMG to target nearby enemies. Orbital Support can strike once every 6.0s. Sündenjäger equip bonus: Apply a Hunted Brand to current target for 13s."
},
{
"name": "Blooded Hands",
"description": "Every time the character summons Orbital Support using the Holy Verdict skill, character gains 7% Physical DMG for 20.0s. Stacks up to 6 times. Triggering this again resets the duration. Buff ends once the character exits."
}
]
}