Level 13 updated.
This commit is contained in:
@@ -22,16 +22,102 @@
|
|||||||
"type": "coffin",
|
"type": "coffin",
|
||||||
"item": "jack_o_lantern"
|
"item": "jack_o_lantern"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"x": 50,
|
||||||
|
"y": 0,
|
||||||
|
"type": "catapult",
|
||||||
|
"fire_interval": 3000,
|
||||||
|
"range": 30
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "spider_web",
|
"type": "spider_web",
|
||||||
"x": 25,
|
"x": 35,
|
||||||
"y": 0
|
"y": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x_range": [35, 55],
|
"x_range": [55, 60],
|
||||||
|
"y": 3,
|
||||||
|
"sound": "bone_dust",
|
||||||
|
"collectible": true,
|
||||||
|
"static": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 75,
|
||||||
|
"y": 0,
|
||||||
|
"type": "grave",
|
||||||
|
"sound": "grave",
|
||||||
|
"static": true,
|
||||||
|
"zombie_spawn_chance": 25,
|
||||||
|
"item": "shin_bone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 100,
|
||||||
|
"y": 0,
|
||||||
|
"type": "catapult",
|
||||||
|
"fire_interval": 3000,
|
||||||
|
"range": 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x_range": [105, 110],
|
||||||
|
"y": 3,
|
||||||
|
"sound": "bone_dust",
|
||||||
|
"collectible": true,
|
||||||
|
"static": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x_range": [85, 100],
|
||||||
|
"y": 0,
|
||||||
|
"enemy_type": "boogie_man",
|
||||||
|
"health": 10,
|
||||||
|
"damage": 4,
|
||||||
|
"attack_range": 1.5,
|
||||||
|
"attack_pattern": {
|
||||||
|
"type": "hunter",
|
||||||
|
"turn_threshold": 4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x_range": [90, 105],
|
||||||
|
"y": 0,
|
||||||
|
"enemy_type": "goblin",
|
||||||
|
"health": 4,
|
||||||
|
"damage": 2,
|
||||||
|
"attack_range": 1.5,
|
||||||
|
"attack_pattern": {
|
||||||
|
"type": "patrol"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 150,
|
||||||
|
"y": 0,
|
||||||
|
"type": "catapult",
|
||||||
|
"fire_interval": 3000,
|
||||||
|
"range": 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "spider_web",
|
||||||
|
"x": 135,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x_range": [155, 160],
|
||||||
|
"y": 3,
|
||||||
|
"sound": "bone_dust",
|
||||||
|
"collectible": true,
|
||||||
|
"static": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 200,
|
||||||
|
"y": 0,
|
||||||
|
"type": "catapult",
|
||||||
|
"fire_interval": 3000,
|
||||||
|
"range": 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x_range": [180, 195],
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"enemy_type": "ghoul",
|
"enemy_type": "ghoul",
|
||||||
"health": 10,
|
"health": 8,
|
||||||
"damage": 3,
|
"damage": 3,
|
||||||
"attack_range": 2,
|
"attack_range": 2,
|
||||||
"attack_pattern": {
|
"attack_pattern": {
|
||||||
@@ -40,14 +126,110 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x_range": [45, 50],
|
"x_range": [220, 270],
|
||||||
|
"y": 0,
|
||||||
|
"enemy_type": "ghost",
|
||||||
|
"health": 60,
|
||||||
|
"damage": 2,
|
||||||
|
"attack_range": 1,
|
||||||
|
"has_vulnerability": true,
|
||||||
|
"is_vulnerable": false,
|
||||||
|
"vulnerability_duration": 3000,
|
||||||
|
"invulnerability_duration": 5000,
|
||||||
|
"speed_multiplier": 0.8,
|
||||||
|
"attack_cooldown": 1200,
|
||||||
|
"attack_pattern": {
|
||||||
|
"type": "hunter",
|
||||||
|
"turn_threshold": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x_range": [245, 250],
|
||||||
"y": 3,
|
"y": 3,
|
||||||
"sound": "bone_dust",
|
"sound": "bone_dust",
|
||||||
"collectible": true,
|
"collectible": true,
|
||||||
"static": true
|
"static": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 65,
|
"x": 300,
|
||||||
|
"y": 0,
|
||||||
|
"type": "catapult",
|
||||||
|
"fire_interval": 3000,
|
||||||
|
"range": 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x_range": [305, 310],
|
||||||
|
"y": 3,
|
||||||
|
"sound": "bone_dust",
|
||||||
|
"collectible": true,
|
||||||
|
"static": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 325,
|
||||||
|
"y": 3,
|
||||||
|
"sound": "coffin",
|
||||||
|
"type": "coffin",
|
||||||
|
"item": "jack_o_lantern"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "spider_web",
|
||||||
|
"x": 335,
|
||||||
|
"y": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 350,
|
||||||
|
"y": 0,
|
||||||
|
"type": "catapult",
|
||||||
|
"fire_interval": 3000,
|
||||||
|
"range": 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x_range": [355, 360],
|
||||||
|
"y": 3,
|
||||||
|
"sound": "bone_dust",
|
||||||
|
"collectible": true,
|
||||||
|
"static": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 375,
|
||||||
|
"y": 0,
|
||||||
|
"type": "grave",
|
||||||
|
"sound": "grave",
|
||||||
|
"static": true,
|
||||||
|
"zombie_spawn_chance": 25
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 400,
|
||||||
|
"y": 0,
|
||||||
|
"type": "catapult",
|
||||||
|
"fire_interval": 3000,
|
||||||
|
"range": 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x_range": [420, 470],
|
||||||
|
"y": 0,
|
||||||
|
"enemy_type": "revenant",
|
||||||
|
"health": 80,
|
||||||
|
"damage": 1,
|
||||||
|
"attack_range": 1,
|
||||||
|
"attack_pattern": {
|
||||||
|
"type": "patrol"
|
||||||
|
},
|
||||||
|
"can_spawn": true,
|
||||||
|
"spawn_type": "zombie",
|
||||||
|
"spawn_cooldown": 2500,
|
||||||
|
"spawn_chance": 100,
|
||||||
|
"spawn_distance": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x_range": [445, 450],
|
||||||
|
"y": 3,
|
||||||
|
"sound": "bone_dust",
|
||||||
|
"collectible": true,
|
||||||
|
"static": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 460,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"type": "grave",
|
"type": "grave",
|
||||||
"sound": "grave",
|
"sound": "grave",
|
||||||
@@ -56,43 +238,14 @@
|
|||||||
"item": "guts"
|
"item": "guts"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x_range": [75, 95],
|
"x": 500,
|
||||||
"y": 15,
|
|
||||||
"type": "skull_storm",
|
|
||||||
"damage": 4,
|
|
||||||
"maximum_skulls": 3,
|
|
||||||
"frequency": {
|
|
||||||
"min": 1,
|
|
||||||
"max": 3
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [85, 90],
|
|
||||||
"y": 3,
|
|
||||||
"sound": "bone_dust",
|
|
||||||
"collectible": true,
|
|
||||||
"static": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x": 100,
|
|
||||||
"y": 3,
|
|
||||||
"sound": "coffin",
|
|
||||||
"type": "coffin",
|
|
||||||
"item": "jack_o_lantern"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [110, 130],
|
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"enemy_type": "boogie_man",
|
"type": "catapult",
|
||||||
"health": 10,
|
"fire_interval": 3000,
|
||||||
"damage": 3,
|
"range": 30
|
||||||
"attack_range": 2,
|
|
||||||
"attack_pattern": {
|
|
||||||
"type": "patrol"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x_range": [125, 130],
|
"x_range": [505, 510],
|
||||||
"y": 3,
|
"y": 3,
|
||||||
"sound": "bone_dust",
|
"sound": "bone_dust",
|
||||||
"collectible": true,
|
"collectible": true,
|
||||||
@@ -100,233 +253,39 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "spider_web",
|
"type": "spider_web",
|
||||||
"x": 140,
|
"x": 525,
|
||||||
"y": 0
|
"y": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x_range": [150, 170],
|
"x": 550,
|
||||||
"y": 12,
|
|
||||||
"type": "skull_storm",
|
|
||||||
"damage": 4,
|
|
||||||
"maximum_skulls": 3,
|
|
||||||
"frequency": {
|
|
||||||
"min": 1,
|
|
||||||
"max": 3
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x": 160,
|
|
||||||
"y": 3,
|
|
||||||
"sound": "coffin",
|
|
||||||
"type": "coffin",
|
|
||||||
"item": "jack_o_lantern"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [175, 180],
|
|
||||||
"y": 3,
|
|
||||||
"sound": "bone_dust",
|
|
||||||
"collectible": true,
|
|
||||||
"static": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [185, 205],
|
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"enemy_type": "ghoul",
|
"type": "catapult",
|
||||||
"health": 10,
|
"fire_interval": 3000,
|
||||||
"damage": 3,
|
"range": 30
|
||||||
"attack_range": 2,
|
|
||||||
"attack_pattern": {
|
|
||||||
"type": "hunter",
|
|
||||||
"turn_threshold": 4
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x_range": [215, 220],
|
"x_range": [555, 560],
|
||||||
"y": 3,
|
"y": 3,
|
||||||
"sound": "bone_dust",
|
"sound": "bone_dust",
|
||||||
"collectible": true,
|
"collectible": true,
|
||||||
"static": true
|
"static": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 230,
|
"x": 575,
|
||||||
"y": 3,
|
|
||||||
"sound": "coffin",
|
|
||||||
"type": "coffin",
|
|
||||||
"item": "jack_o_lantern"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [240, 260],
|
|
||||||
"y": 0,
|
|
||||||
"enemy_type": "boogie_man",
|
|
||||||
"health": 10,
|
|
||||||
"damage": 3,
|
|
||||||
"attack_range": 2,
|
|
||||||
"attack_pattern": {
|
|
||||||
"type": "hunter",
|
|
||||||
"turn_threshold": 4
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [255, 260],
|
|
||||||
"y": 3,
|
|
||||||
"sound": "bone_dust",
|
|
||||||
"collectible": true,
|
|
||||||
"static": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "spider_web",
|
|
||||||
"x": 270,
|
|
||||||
"y": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x": 280,
|
|
||||||
"y": 3,
|
|
||||||
"sound": "coffin",
|
|
||||||
"type": "coffin",
|
|
||||||
"item": "jack_o_lantern"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [290, 310],
|
|
||||||
"y": 15,
|
|
||||||
"type": "skull_storm",
|
|
||||||
"damage": 4,
|
|
||||||
"maximum_skulls": 3,
|
|
||||||
"frequency": {
|
|
||||||
"min": 1,
|
|
||||||
"max": 3
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [295, 300],
|
|
||||||
"y": 3,
|
|
||||||
"sound": "bone_dust",
|
|
||||||
"collectible": true,
|
|
||||||
"static": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x": 315,
|
|
||||||
"y": 0,
|
|
||||||
"type": "grave",
|
|
||||||
"sound": "grave",
|
|
||||||
"static": true,
|
|
||||||
"item": "shin_bone",
|
|
||||||
"zombie_spawn_chance": 100
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [325, 345],
|
|
||||||
"y": 0,
|
|
||||||
"enemy_type": "ghoul",
|
|
||||||
"health": 10,
|
|
||||||
"damage": 3,
|
|
||||||
"attack_range": 2,
|
|
||||||
"attack_pattern": {
|
|
||||||
"type": "patrol"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x": 335,
|
|
||||||
"y": 3,
|
|
||||||
"sound": "coffin",
|
|
||||||
"type": "coffin",
|
|
||||||
"item": "jack_o_lantern"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [350, 355],
|
|
||||||
"y": 3,
|
|
||||||
"sound": "bone_dust",
|
|
||||||
"collectible": true,
|
|
||||||
"static": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x": 365,
|
|
||||||
"y": 3,
|
|
||||||
"sound": "coffin",
|
|
||||||
"type": "coffin",
|
|
||||||
"item": "jack_o_lantern"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x": 380,
|
|
||||||
"y": 3,
|
"y": 3,
|
||||||
"sound": "coffin",
|
"sound": "coffin",
|
||||||
"type": "coffin",
|
"type": "coffin",
|
||||||
"item": "hand_of_glory"
|
"item": "hand_of_glory"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x_range": [385, 390],
|
"x": 600,
|
||||||
"y": 3,
|
|
||||||
"sound": "bone_dust",
|
|
||||||
"collectible": true,
|
|
||||||
"static": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x": 405,
|
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"type": "catapult",
|
"type": "catapult",
|
||||||
"fire_interval": 4000,
|
"fire_interval": 3000,
|
||||||
"range": 40
|
"range": 30
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 410,
|
"x_range": [590, 615],
|
||||||
"y": 0,
|
|
||||||
"type": "grave",
|
|
||||||
"sound": "grave",
|
|
||||||
"static": true,
|
|
||||||
"item": "shin_bone",
|
|
||||||
"zombie_spawn_chance": 100
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [415, 420],
|
|
||||||
"y": 3,
|
|
||||||
"sound": "bone_dust",
|
|
||||||
"collectible": true,
|
|
||||||
"static": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [405, 495],
|
|
||||||
"y": 15,
|
|
||||||
"type": "skull_storm",
|
|
||||||
"damage": 4,
|
|
||||||
"maximum_skulls": 5,
|
|
||||||
"frequency": {
|
|
||||||
"min": 1,
|
|
||||||
"max": 3
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [425, 445],
|
|
||||||
"y": 0,
|
|
||||||
"enemy_type": "goblin",
|
|
||||||
"health": 4,
|
|
||||||
"damage": 2,
|
|
||||||
"attack_range": 1,
|
|
||||||
"attack_pattern": {
|
|
||||||
"type": "patrol"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [425, 445],
|
|
||||||
"y": 0,
|
|
||||||
"enemy_type": "goblin",
|
|
||||||
"health": 4,
|
|
||||||
"damage": 2,
|
|
||||||
"attack_range": 1,
|
|
||||||
"attack_pattern": {
|
|
||||||
"type": "patrol"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [425, 445],
|
|
||||||
"y": 0,
|
|
||||||
"enemy_type": "goblin",
|
|
||||||
"health": 4,
|
|
||||||
"damage": 2,
|
|
||||||
"attack_range": 1,
|
|
||||||
"attack_pattern": {
|
|
||||||
"type": "patrol"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [455, 495],
|
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"enemy_type": "witch",
|
"enemy_type": "witch",
|
||||||
"health": 50,
|
"health": 50,
|
||||||
@@ -342,7 +301,7 @@
|
|||||||
"spawn_distance": 4
|
"spawn_distance": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x_range": [405, 495],
|
"x_range": [590, 650],
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"enemy_type": "headless_horseman",
|
"enemy_type": "headless_horseman",
|
||||||
"health": 100,
|
"health": 100,
|
||||||
@@ -350,29 +309,11 @@
|
|||||||
"attack_range": 3,
|
"attack_range": 3,
|
||||||
"attack_pattern": {
|
"attack_pattern": {
|
||||||
"type": "hunter",
|
"type": "hunter",
|
||||||
"turn_threshold": 15
|
"turn_threshold": 10
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x_range": [455, 460],
|
"x_range": [625, 630],
|
||||||
"y": 3,
|
|
||||||
"sound": "bone_dust",
|
|
||||||
"collectible": true,
|
|
||||||
"static": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [465, 485],
|
|
||||||
"y": 0,
|
|
||||||
"enemy_type": "goblin",
|
|
||||||
"health": 4,
|
|
||||||
"damage": 2,
|
|
||||||
"attack_range": 1,
|
|
||||||
"attack_pattern": {
|
|
||||||
"type": "patrol"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x_range": [475, 480],
|
|
||||||
"y": 3,
|
"y": 3,
|
||||||
"sound": "bone_dust",
|
"sound": "bone_dust",
|
||||||
"collectible": true,
|
"collectible": true,
|
||||||
@@ -381,7 +322,7 @@
|
|||||||
],
|
],
|
||||||
"boundaries": {
|
"boundaries": {
|
||||||
"left": 0,
|
"left": 0,
|
||||||
"right": 500
|
"right": 650
|
||||||
},
|
},
|
||||||
"ambience": "Embrace the Darkness.ogg",
|
"ambience": "Embrace the Darkness.ogg",
|
||||||
"footstep_sound": "footstep_stone"
|
"footstep_sound": "footstep_stone"
|
||||||
|
Reference in New Issue
Block a user