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": "2nd-sacred-relic",
"name": "2nd Sacred Relic",
"atk": 254,
"crt": 59,
"rarity": 5,
"skills": [
{
"name": "Saint's Prediction",
"description": "Accelerates attack SP recovery by 35%."
},
{
"name": "Thunder Clouds",
"description": "Hits against enemies deal an additional 50 Lightning DMG. Character gains 10.0% Crit DMG for every 25 points of current SP. Effect stacks up to 8 times."
}
]
}