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": "hallowed-saints",
"name": "Hallowed Saints",
"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.In 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.In Halloween Maze: Attacks against enemies marked by the pumpkin bomb gain another 45.0% Crit Rate and Crit DMG."
}
]
}