diff --git a/data/json/mapgen/lab/lab_floorplans_finale1level.json b/data/json/mapgen/lab/lab_floorplans_finale1level.json index 4becda40b98d..e5e72ef806ad 100644 --- a/data/json/mapgen/lab/lab_floorplans_finale1level.json +++ b/data/json/mapgen/lab/lab_floorplans_finale1level.json @@ -38,7 +38,10 @@ "terrain": { "?": "t_nanofab", "r": "t_metal_floor", "/": "t_nanofab_body" }, "mapping": { "r": { "item": { "item": "standard_template_construct" } }, "R": { "item": { "item": "nanomaterial" } } }, "place_nested": [ { "chunks": [ "lab_finale_loot" ], "x": 6, "y": 11 } ], - "place_loot": [ { "group": "mech_power_cell_spawn", "x": [ 4, 5 ], "y": [ 3, 5 ] } ], + "place_loot": [ + { "group": "mech_power_cell_spawn", "x": [ 4, 5 ], "y": [ 3, 5 ] }, + { "item": "id_science", "x": 17, "y": [ 11, 13 ] } + ], "place_monster": [ { "monster": "mon_secubot", "x": [ 1, 4 ], "y": [ 20, 22 ], "chance": 90 }, { "monster": "mon_secubot", "x": [ 19, 20 ], "y": [ 20, 22 ], "chance": 90 }, @@ -96,6 +99,7 @@ } }, "place_nested": [ { "chunks": [ "lab_finale_loot" ], "x": 4, "y": 1 } ], + "place_loot": [ { "item": "id_science", "x": [ 19, 20 ], "y": [ 2, 5 ] } ], "place_monster": [ { "monster": "mon_hound_tindalos", "x": [ 7, 8 ], "y": [ 17, 18 ], "chance": 90 }, { "monster": "mon_hound_tindalos", "x": [ 16, 17 ], "y": [ 17, 18 ], "chance": 90 }, @@ -152,7 +156,8 @@ "failures": [ { "action": "damage" }, { "action": "secubots" } ] } }, - "place_nested": [ { "chunks": [ "lab_finale_loot" ], "x": 4, "y": 13 } ] + "place_nested": [ { "chunks": [ "lab_finale_loot" ], "x": 4, "y": 13 } ], + "place_loot": [ { "item": "id_science", "x": [ 14, 16 ], "y": 12 } ] } }, { @@ -192,7 +197,8 @@ "palettes": [ "lab_palette" ], "place_nested": [ { "chunks": [ "lab_finale_loot" ], "x": 5, "y": 8 } ], "monster": { "?": { "monster": "mon_turret_light" } }, - "terrain": { "o": "t_cvdbody", "O": "t_cvdmachine" } + "terrain": { "o": "t_cvdbody", "O": "t_cvdmachine" }, + "place_loot": [ { "item": "id_science", "x": [ 8, 10 ], "y": 10 } ] } }, { diff --git a/data/mods/DinoMod/mapgen/DinoLabFinale.json b/data/mods/DinoMod/mapgen/DinoLabFinale.json index 831456d0e5a0..84ca286beb2f 100644 --- a/data/mods/DinoMod/mapgen/DinoLabFinale.json +++ b/data/mods/DinoMod/mapgen/DinoLabFinale.json @@ -144,7 +144,10 @@ ] } }, - "place_loot": [ { "group": "mech_power_cell_spawn", "x": 1, "y": [ 1, 4 ] } ], + "place_loot": [ + { "group": "mech_power_cell_spawn", "x": 1, "y": [ 1, 4 ] }, + { "item": "id_science", "x": [ 19, 20 ], "y": [ 2, 5 ] } + ], "place_monster": [ { "monster": "mon_deinonychus", "x": [ 7, 8 ], "y": [ 17, 18 ], "chance": 90, "repeat": [ 1, 5 ] }, { "monster": "mon_deinonychus", "x": [ 16, 17 ], "y": [ 17, 18 ], "chance": 90, "repeat": [ 1, 5 ] }, @@ -219,6 +222,7 @@ }, "D": { "item": [ { "item": "report_dino_exploration" } ] } }, + "place_loot": [ { "item": "id_science", "x": [ 19, 20 ], "y": [ 2, 5 ] } ], "place_monster": [ { "monster": "mon_fish_salmon", "x": [ 7, 8 ], "y": [ 17, 18 ], "chance": 90, "repeat": [ 1, 5 ] }, { "monster": "mon_ceratosaurus", "x": [ 16, 17 ], "y": [ 17, 18 ], "chance": 90, "repeat": [ 1, 6 ] },