Skip to content

Commit

Permalink
More Utility Exo Spawns (#55078)
Browse files Browse the repository at this point in the history
* Updates Spawns

* Place as loot

* Update mil_base_z0.json
  • Loading branch information
Drew4484 authored Feb 4, 2022
1 parent df59d87 commit ad7e213
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/mapgen/lab/lab_floorplans_finale1level.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
{ "monster": "mon_mech_lifter", "x": 2, "y": 2, "chance": 50 }
],
"place_loot": [
{ "item": "utility_exoskeleton_off", "x": 6, "y": 14, "chance": 10 },
{ "item": "utility_exoskeleton_off", "x": 6, "y": 14, "chance": 30 },
{ "item": "ice_utility_exoskeleton_off", "x": 6, "y": 14, "chance": 10 }
]
}
Expand Down
4 changes: 4 additions & 0 deletions data/json/mapgen/lab/lab_modular/lab_cargo_surface.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@
{ "vehicle": "handjack", "x": [ 40, 44 ], "y": [ 8, 10 ], "chance": 10, "rotation": 0 },
{ "vehicle": "handjack", "x": [ 40, 44 ], "y": [ 14, 16 ], "chance": 10, "rotation": 0 },
{ "vehicle": "handjack", "x": [ 40, 44 ], "y": [ 20, 22 ], "chance": 10, "rotation": 0 }
],
"place_loot": [
{ "item": "utility_exoskeleton_off", "x": 6, "y": 14, "chance": 20 },
{ "item": "ice_utility_exoskeleton_off", "x": 6, "y": 14, "chance": 10 }
]
}
},
Expand Down
4 changes: 3 additions & 1 deletion data/json/mapgen/military/mil_base/mil_base_z0.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,9 @@
{ "item": "powder_eggs", "x": [ 39, 40 ], "y": 48, "chance": 75, "repeat": [ 50, 150 ] },
{ "item": "milk_UHT", "x": 37, "y": 48, "chance": 75, "repeat": [ 50, 150 ] },
{ "item": "water_clean", "x": 38, "y": 48, "chance": 75, "repeat": [ 50, 150 ] },
{ "item": "crackers", "x": 36, "y": 48, "chance": 75, "repeat": [ 50, 150 ] }
{ "item": "crackers", "x": 36, "y": 48, "chance": 75, "repeat": [ 50, 150 ] },
{ "item": "utility_exoskeleton_off", "x": 6, "y": 14, "chance": 10 },
{ "item": "ice_utility_exoskeleton_off", "x": 6, "y": 14, "chance": 5 }
],
"place_monsters": [
{ "monster": "GROUP_MIL_BASE", "x": [ 4, 23 ], "y": [ 0, 23 ], "repeat": [ 0, 1 ], "density": 0.1 },
Expand Down

0 comments on commit ad7e213

Please sign in to comment.