Restructure data modules

This commit is contained in:
Sakura Knoll
2022-01-01 15:10:17 +09:00 Unverified
parent 4ddb6c8eed
commit 3af8a985b0
1049 changed files with 53 additions and 40 deletions
@@ -0,0 +1,18 @@
{
"id": "3rd-sacred-relic",
"name": "3rd Sacred Relic",
"category": "katana",
"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."
}
]
}