Skip to content

Commit

Permalink
fix: lab finales have science ID cards again (#4696)
Browse files Browse the repository at this point in the history
* fix: lab finales have science ID cards again

* Also fix Dinomod
  • Loading branch information
chaosvolt authored May 27, 2024
1 parent bff72d0 commit 8792f50
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 9 additions & 3 deletions data/json/mapgen/lab/lab_floorplans_finale1level.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down Expand Up @@ -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 },
Expand Down Expand Up @@ -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 } ]
}
},
{
Expand Down Expand Up @@ -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 } ]
}
},
{
Expand Down
6 changes: 5 additions & 1 deletion data/mods/DinoMod/mapgen/DinoLabFinale.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] },
Expand Down Expand Up @@ -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 ] },
Expand Down

0 comments on commit 8792f50

Please sign in to comment.