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": "7th-sacred-relic",
"name": "7th Sacred Relic",
"atk": 263,
"crt": 48,
"rarity": 5,
"skills": [
{
"name": "Crosscut Storm",
"description": "[SP: 0][CD: 24s] Unleashes 2 successive blade waves, dealing up to 8x25% ATK of Physical DMG to enemies in their paths. The blade waves explode when they cross, dealing 350% ATK of Physical DMG and stunning enemies for 6.00s."
},
{
"name": "Sacred Rule",
"description": "After hitting a stunned enemy gain 50.0% Attack Speed and 25.0% Crit Rate for 4s. Trigger CD: 7s."
}
]
}