Skip to content

Commit ad7e213

Browse files
authored
More Utility Exo Spawns (#55078)
* Updates Spawns * Place as loot * Update mil_base_z0.json
1 parent df59d87 commit ad7e213

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

data/json/mapgen/lab/lab_floorplans_finale1level.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
{ "monster": "mon_mech_lifter", "x": 2, "y": 2, "chance": 50 }
189189
],
190190
"place_loot": [
191-
{ "item": "utility_exoskeleton_off", "x": 6, "y": 14, "chance": 10 },
191+
{ "item": "utility_exoskeleton_off", "x": 6, "y": 14, "chance": 30 },
192192
{ "item": "ice_utility_exoskeleton_off", "x": 6, "y": 14, "chance": 10 }
193193
]
194194
}

data/json/mapgen/lab/lab_modular/lab_cargo_surface.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@
174174
{ "vehicle": "handjack", "x": [ 40, 44 ], "y": [ 8, 10 ], "chance": 10, "rotation": 0 },
175175
{ "vehicle": "handjack", "x": [ 40, 44 ], "y": [ 14, 16 ], "chance": 10, "rotation": 0 },
176176
{ "vehicle": "handjack", "x": [ 40, 44 ], "y": [ 20, 22 ], "chance": 10, "rotation": 0 }
177+
],
178+
"place_loot": [
179+
{ "item": "utility_exoskeleton_off", "x": 6, "y": 14, "chance": 20 },
180+
{ "item": "ice_utility_exoskeleton_off", "x": 6, "y": 14, "chance": 10 }
177181
]
178182
}
179183
},

data/json/mapgen/military/mil_base/mil_base_z0.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,9 @@
541541
{ "item": "powder_eggs", "x": [ 39, 40 ], "y": 48, "chance": 75, "repeat": [ 50, 150 ] },
542542
{ "item": "milk_UHT", "x": 37, "y": 48, "chance": 75, "repeat": [ 50, 150 ] },
543543
{ "item": "water_clean", "x": 38, "y": 48, "chance": 75, "repeat": [ 50, 150 ] },
544-
{ "item": "crackers", "x": 36, "y": 48, "chance": 75, "repeat": [ 50, 150 ] }
544+
{ "item": "crackers", "x": 36, "y": 48, "chance": 75, "repeat": [ 50, 150 ] },
545+
{ "item": "utility_exoskeleton_off", "x": 6, "y": 14, "chance": 10 },
546+
{ "item": "ice_utility_exoskeleton_off", "x": 6, "y": 14, "chance": 5 }
545547
],
546548
"place_monsters": [
547549
{ "monster": "GROUP_MIL_BASE", "x": [ 4, 23 ], "y": [ 0, 23 ], "repeat": [ 0, 1 ], "density": 0.1 },

0 commit comments

Comments
 (0)