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": "hallowed-saints",
"name": "Hallowed Saints",
"category": "pistol",
"atk": 231,
"crt": 10,
"rarity": 5,
"skills": [
{
"name": "Pumpkin Bomb",
"description": "[SP: 15][CD: 25s] Summons 3 pumpkin bombs near the wielder. Each bomb deals 300% ATK of Fire DMG.\nIn Halloween Maze: Within 5s, summon 3 pumpkin bombs near the wielder per second. Each bomb deals 500% ATK of Fire DMG to nearby enemies."
},
{
"name": "Prank",
"description": "Pumpkin bombs mark hit enemies for 7s. Attacks against enemies marked by the pumpkin bomb gain 10.0% Crit Rate and Crit DMG.\nIn Halloween Maze: Attacks against enemies marked by the pumpkin bomb gain another 45.0% Crit Rate and Crit DMG."
}
]
}