Files
ClickerGacha/Boss/bossData.json
2024-06-11 10:23:43 -04:00

14 lines
279 B
JSON

{
"bosses": [
{
"name": "Ice Giant",
"description": "The guardian of the Ice Caves",
"totalHealth": 1000,
"minDPS": 1,
"minClickDmg": 1,
"isAvailable": true,
"texturePath": "res://Images/Bosses/Frost_Guardian_FREE_v1.0/PNG files/idle/idle_1.png"
}
]
}