Actual pumpkin low and high sounds added. Boogie man added. Levels 6 and 7 updated to introduce boogie man.
This commit is contained in:
@@ -73,8 +73,8 @@
|
||||
{
|
||||
"x_range": [70, 85],
|
||||
"y": 0,
|
||||
"enemy_type": "ghoul",
|
||||
"health": 10,
|
||||
"enemy_type": "boogie_man",
|
||||
"health": 8,
|
||||
"damage": 3,
|
||||
"attack_range": 2,
|
||||
"attack_pattern": {
|
||||
@@ -149,7 +149,7 @@
|
||||
"x_range": [160, 180],
|
||||
"y": 0,
|
||||
"enemy_type": "ghoul",
|
||||
"health": 12,
|
||||
"health": 10,
|
||||
"damage": 3,
|
||||
"attack_range": 2,
|
||||
"attack_pattern": {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"level_id": 4,
|
||||
"level_id": 7,
|
||||
"name": "Spider's Domain",
|
||||
"description": "The spiders have claimed this part of the graveyard. Be careful to not disturb them. You know how spiders think, if you can't eat it, kill it!",
|
||||
"player_start": {
|
||||
@@ -35,9 +35,9 @@
|
||||
{
|
||||
"x_range": [25, 35],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 4,
|
||||
"damage": 2,
|
||||
"enemy_type": "boogie_man",
|
||||
"health": 8,
|
||||
"damage": 3,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
@@ -65,7 +65,7 @@
|
||||
"type": "grave",
|
||||
"sound": "grave",
|
||||
"static": true,
|
||||
"zombie_spawn_chance": 0
|
||||
"zombie_spawn_chance": 20
|
||||
},
|
||||
{
|
||||
"x_range": [50, 54],
|
||||
@@ -84,18 +84,13 @@
|
||||
"x_range": [65, 85],
|
||||
"y": 0,
|
||||
"enemy_type": "witch",
|
||||
"health": 8,
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "spider_web",
|
||||
"x": 75,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"x_range": [80, 95],
|
||||
"y": 15,
|
||||
@@ -119,7 +114,7 @@
|
||||
"y": 0,
|
||||
"type": "catapult",
|
||||
"fire_interval": 4000,
|
||||
"range": 20
|
||||
"range": 30
|
||||
},
|
||||
{
|
||||
"x": 110,
|
||||
@@ -127,7 +122,7 @@
|
||||
"type": "grave",
|
||||
"sound": "grave",
|
||||
"static": true,
|
||||
"zombie_spawn_chance": 50
|
||||
"zombie_spawn_chance": 20
|
||||
},
|
||||
{
|
||||
"x_range": [115, 118],
|
||||
@@ -145,7 +140,7 @@
|
||||
"x_range": [125, 145],
|
||||
"y": 0,
|
||||
"enemy_type": "ghoul",
|
||||
"health": 12,
|
||||
"health": 6,
|
||||
"damage": 3,
|
||||
"attack_range": 2,
|
||||
"attack_pattern": {
|
||||
@@ -183,7 +178,7 @@
|
||||
"type": "grave",
|
||||
"sound": "grave",
|
||||
"static": true,
|
||||
"item": "guts",
|
||||
"item": "hand_of_glory",
|
||||
"zombie_spawn_chance": 0
|
||||
},
|
||||
{
|
||||
@@ -195,7 +190,7 @@
|
||||
"x_range": [180, 200],
|
||||
"y": 0,
|
||||
"enemy_type": "witch",
|
||||
"health": 8,
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
|
Reference in New Issue
Block a user