Skip to content

Commit

Permalink
Mapgen fixes for LovamKicsiGazsii maps
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Feb 8, 2020
1 parent 48ada88 commit 366db53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions data/json/mapgen/apartment_con_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
" ssss "
],
"palettes": [ "apartment_palette" ],
"terrain": {
".": "t_floor"
},
"place_monsters": [
{ "monster": "GROUP_ZOMBIE", "x": [ 4, 23 ], "y": [ 2, 23 ], "repeat": [ 1, 2 ] },
{ "monster": "GROUP_ZOMBIE", "x": [ 24, 43 ], "y": [ 2, 23 ], "repeat": [ 1, 2 ] },
Expand Down
8 changes: 4 additions & 4 deletions data/json/mapgen/bus_station.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
"| A & 3.....................................",
"| 3.....................................",
"| 3.....................................",
"| ooooo 3..........''''''''''''''''...........",
"| ooooo 3..........''''''''''''''''...........",
"| ooooo 3.......... ...........",
"| ooooo 3.......... ...........",
"| 3.....................................",
"| 3.....................................",
"| 3.....................................",
Expand All @@ -130,8 +130,8 @@
"| 3.....................................",
"| 3.....................................",
"22222! 3.....................................",
"....5222222..........''''''''''''''''...........",
".....................''''''''''''''''...........",
"....5222222.......... ...........",
"..................... ...........",
"................................................"
],
"terrain": {
Expand Down
1 change: 1 addition & 0 deletions data/json/mapgen_palettes/lumberyard.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
".": "t_thconc_floor",
"6": "t_gates_mech_control",
"@": "t_machinery_heavy",
"G": "t_generator_broken",
"=": "t_conveyor",
"+": "t_door_c",
"!": "t_door_locked_interior",
Expand Down

0 comments on commit 366db53

Please sign in to comment.