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": "fafnir-flame",
"name": "Fafnir Flame",
"category": "pistol",
"atk": 248,
"crt": 43,
"rarity": 5,
"skills": [
{
"name": "Flame Overload",
"description": "[SP: 15][CD: 20s] Generates three explosions to blow up nearby enemies. Each explosion deals 240% ATK of Physical DMG and ignites enemies, dealing 400 Fire DMG every 0.5s for 3s."
},
{
"name": "Saint's Pet",
"description": "During Burst Mode, gain 18% Physical DMG. When hit or when triggering Ultimate Evasion, cast 1 burst of Active Skill. CD: 5s."
}
]
}