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": "keys-of-the-void",
"name": "Keys of the Void",
"atk": 264,
"crt": 37,
"rarity": 5,
"skills": [
{
"name": "Gates of Revelation",
"description": "[SP: 5][CD: 16s] Unleashes 3 energy shockwaves in front of character with a large interval in-between. Each shockwave deals 200% ATK of Physical DMG, knocks enemies airborne, and generates a Space Core. Space Core explosion deals 300% ATK of Physical DMG.Herrscher of the Void equip bonus: Space Core generated is buffed by the Herrscher's own abilities, deals another 150% ATK of Physical DMG and regain 60 Herrscher Charge."
},
{
"name": "Void Sigil",
"description": "Character deals 20% more Physical DMG and gains 30% Crit DMG."
}
]
}