Levels 1-12 improved, still working on 13.

This commit is contained in:
Storm Dragon
2025-02-21 21:53:12 -05:00
parent 2c4f994c14
commit d2d378f337
12 changed files with 1306 additions and 160 deletions

View File

@@ -27,7 +27,7 @@
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
@@ -36,7 +36,7 @@
"x_range": [30, 45],
"y": 0,
"enemy_type": "ghoul",
"health": 6,
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
@@ -95,7 +95,7 @@
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
@@ -104,9 +104,9 @@
"x_range": [120, 135],
"y": 0,
"enemy_type": "boogie_man",
"health": 8,
"damage": 3,
"attack_range": 2,
"health": 10,
"damage": 4,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
@@ -151,7 +151,7 @@
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
@@ -160,7 +160,7 @@
"x_range": [205, 220],
"y": 0,
"enemy_type": "ghoul",
"health": 6,
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
@@ -207,7 +207,7 @@
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
@@ -216,9 +216,9 @@
"x_range": [275, 290],
"y": 0,
"enemy_type": "boogie_man",
"health": 8,
"damage": 3,
"attack_range": 2,
"health": 10,
"damage": 4,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
@@ -266,9 +266,10 @@
"enemy_type": "black_cat",
"health": 6,
"damage": 2,
"attack_range": 1,
"attack_range": 1.2,
"attack_pattern": {
"type": "patrol"
"type": "hunter",
"turn_threshold": 4
}
},
{
@@ -289,11 +290,162 @@
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x_range": [405, 420],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
},
{
"x_range": [410, 425],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
},
{
"x_range": [415, 430],
"y": 0,
"enemy_type": "ghoul",
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x": 435,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [440, 470],
"y": 15,
"type": "skull_storm",
"damage": 4,
"maximum_skulls": 4,
"frequency": {
"min": 1,
"max": 3
}
},
{
"x_range": [445, 460],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
},
{
"x_range": [450, 465],
"y": 0,
"enemy_type": "boogie_man",
"health": 10,
"damage": 4,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [455, 470],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
},
{
"x": 475,
"y": 0,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 25
},
{
"x_range": [485, 500],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
},
{
"x_range": [490, 505],
"y": 0,
"enemy_type": "ghoul",
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [495, 510],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
},
{
"x_range": [515, 545],
"y": 15,
"type": "skull_storm",
"damage": 4,
"maximum_skulls": 4,
"frequency": {
"min": 1,
"max": 3
}
},
{
"x": 525,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [530, 545],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
}
],
"boundaries": {
"left": 0,
"right": 425
"right": 550
},
"ambience": "Spider's Domain.ogg",
"footstep_sound": "footstep_tall_grass"