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": "3rd-sacred-relic",
"name": "3rd Sacred Relic",
"atk": 254,
"crt": 59,
"rarity": 5,
"skills": [
{
"name": "Sacred Charge",
"description": "When Combo Hit Count exceeds 20, 50, and 100, gain 20.0%, 30.0%, and 40% Physical DMG, respectively."
},
{
"name": "Saint's Bless",
"description": "During Burst Mode, gain 30% Physical DMG."
}
]
}