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
@@ -0,0 +1,17 @@
{
"id": "11th-sacred-relic",
"name": "11th Sacred Relic",
"atk": 274,
"crt": 41,
"rarity": 5,
"skills": [
{
"name": "Holy Blades",
"description": "[SP: 18][CD: 15s] Deploys the weapon. Nearby allies gain 10.0% Crit Rate for 10s. Drops a shower of blades on enemies within the AOE every 1s. Sword rain deals 5x50.0% ATK of Physical DMG to enemies within a small AOE."
},
{
"name": "Divine Heal",
"description": "When character attacks impaired enemies, there is a 40.0% chance to heal the team for 74 HP. CD: 3s."
}
]
}