Skip to content

Commit

Permalink
Adjust rarity of mechs in finales, fix a spawn (#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt committed Jun 7, 2022
1 parent 5e0ab21 commit 9d51def
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/mapgen/lab/lab_floorplans_finale1level.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
{ "monster": "mon_secubot", "x": [ 1, 4 ], "y": [ 20, 22 ], "chance": 90 },
{ "monster": "mon_secubot", "x": [ 19, 20 ], "y": [ 20, 22 ], "chance": 90 },
{ "monster": "mon_zombie_scientist", "x": [ 2, 20 ], "y": [ 1, 9 ], "chance": 90, "repeat": [ 1, 2 ] },
{ "monster": "mon_mech_lifter", "x": 2, "y": 2, "chance": 50 }
{ "monster": "mon_mech_lifter", "x": 2, "y": 2, "chance": 100 }
]
}
},
Expand Down Expand Up @@ -193,7 +193,7 @@
"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 },
{ "monster": "mon_mech_lifter", "x": 2, "y": 2, "chance": 50 }
{ "monster": "mon_mech_lifter", "x": 2, "y": 2, "chance": 100 }
]
}
},
Expand Down Expand Up @@ -258,7 +258,7 @@
{ "monster": "mon_secubot", "x": [ 13, 22 ], "y": [ 10, 22 ], "chance": 50, "repeat": 2 },
{ "monster": "mon_secubot", "x": [ 1, 7 ], "y": [ 10, 22 ], "chance": 50, "repeat": 2 },
{ "monster": "mon_secubot", "x": [ 1, 22 ], "y": [ 21, 22 ], "chance": 50 },
{ "monster": "mon_mech_recon", "x": 3, "y": 21, "chance": 80 }
{ "monster": "mon_mech_recon", "x": 2, "y": 21, "chance": 100 }
],
"place_loot": [ { "item": "id_science", "x": 6, "y": 14, "chance": 100 } ],
"place_nested": [
Expand Down Expand Up @@ -427,7 +427,7 @@
"monster": { "7": { "monster": "mon_turret_light" } },
"place_monster": [
{ "monster": "mon_secubot", "x": [ 1, 22 ], "y": [ 1, 22 ], "chance": 75, "repeat": 2 },
{ "monster": "mon_mech_combat", "x": 2, "y": 2, "chance": 33 }
{ "monster": "mon_mech_combat", "x": 2, "y": 2, "chance": 100 }
],
"place_loot": [ { "item": "id_science", "x": 7, "y": 11, "chance": 100 } ],
"place_nested": [ { "chunks": [ "lab_finale_4x4" ], "x": 10, "y": 10 }, { "chunks": [ "lab_border_walls" ], "x": 0, "y": 0 } ]
Expand Down

0 comments on commit 9d51def

Please sign in to comment.