Character Roll prototype

This commit is contained in:
2024-06-11 10:23:43 -04:00
parent cdbba45795
commit 4312c044d3
210 changed files with 3633 additions and 180 deletions

13
Boss/bossData.json Normal file
View File

@@ -0,0 +1,13 @@
{
"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"
}
]
}