New items added..

This commit is contained in:
Storm Dragon
2025-02-06 02:31:57 -05:00
parent c29bcd40b7
commit 8f57069c98
13 changed files with 178 additions and 133 deletions

View File

@@ -8,7 +8,14 @@
},
"objects": [
{
"x": 5,
"x": 2,
"y": 3,
"item": "guts",
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [5, 8],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -85,7 +92,7 @@
"zombie_spawn_chance": 15
},
{
"x_range": [95, 97],
"x_range": [95, 100],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -98,7 +105,7 @@
"type": "coffin"
},
{
"x_range": [120, 122],
"x_range": [120, 123],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -122,7 +129,7 @@
],
"boundaries": {
"left": 0,
"right": 160
"right": 165
},
"footstep_sound": "footstep_stone"
}

View File

@@ -14,7 +14,7 @@
"type": "coffin"
},
{
"x_range": [15, 17],
"x_range": [15, 18],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -39,6 +39,13 @@
"static": true,
"zombie_spawn_chance": 15
},
{
"x_range": [33, 38],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x_range": [45, 60],
"y": 12,
@@ -57,7 +64,7 @@
"type": "coffin"
},
{
"x_range": [65, 67],
"x_range": [65, 68],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -89,7 +96,7 @@
"zombie_spawn_chance": 20
},
{
"x_range": [105, 107],
"x_range": [105, 108],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -104,7 +111,7 @@
"range": 15
},
{
"x_range": [130, 160],
"x_range": [130, 165],
"y": 15,
"type": "skull_storm",
"damage": 4,

View File

@@ -36,13 +36,7 @@
"zombie_spawn_chance": 25
},
{
"x": 15,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [25, 27],
"x_range": [25, 28],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -71,7 +65,7 @@
}
},
{
"x_range": [42, 44],
"x_range": [40, 44],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -97,7 +91,7 @@
}
},
{
"x_range": [75, 77],
"x_range": [75, 78],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -140,7 +134,7 @@
}
},
{
"x_range": [105, 107],
"x_range": [105, 115],
"y": 3,
"sound": "coin",
"collectible": true,
@@ -185,12 +179,19 @@
}
},
{
"x_range": [155, 157],
"x_range": [155, 158],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 145,
"y": 3,
"item": "hand_of_glory",
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [146, 166],
"y": 0,
@@ -228,6 +229,20 @@
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 185,
"y": 3,
"item": "extra_life",
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [190, 195],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
}
],
"boundaries": {