Skip to content

Commit

Permalink
motel ladder alignment (#57655)
Browse files Browse the repository at this point in the history
  • Loading branch information
LovamKicsiGazsii authored May 13, 2022
1 parent 16565f9 commit 326f4f6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions data/json/mapgen/motel.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
".#SS0SSSSSS#.SS.#g B E HHHH |#._________#",
".#SSSSSSSSS#.SS.#||||gg||MM|gg||||||#._________#",
".#SSSS||||||.SS.#########SS##########._________#",
".#SSSS|9~9~|.SS.........#SS#.........._________#",
".#SSSS|<99~|.SS.........#SS#.........._________#",
".#SSSS|~~~~3SSSSSSSSSSSSSSSSSSSSSSSSSS_________#",
".|||||||||||SSSSSSSSSSSSSSSSSSSSSSSSSS_________#",
".|'A|:: BC|SS__y____y____y____y____y__________#",
Expand Down Expand Up @@ -73,6 +73,7 @@
"................................................"
],
"terrain": {
"<": "t_ladder_up",
"0": "t_sidewalk",
".": "t_region_groundcover_urban",
"_": "t_pavement",
Expand Down Expand Up @@ -128,8 +129,8 @@
"place_items": [
{ "item": "traveler", "chance": 90, "x": 30, "y": [ 6, 6 ] },
{ "item": "cash_register_random", "x": 32, "y": [ 5, 8 ], "chance": 100 },
{ "item": "cleaning", "chance": 80, "x": [ 7, 7 ], "y": [ 13, 13 ] },
{ "item": "home_hw", "chance": 80, "x": [ 9, 9 ], "y": [ 13, 13 ] },
{ "item": "SUS_janitors_closet", "chance": 80, "x": [ 8, 8 ], "y": [ 13, 13 ] },
{ "item": "tools_toolbox", "chance": 80, "x": [ 9, 9 ], "y": [ 13, 13 ] },
{ "item": "book_motel", "x": 10, "y": 16, "chance": 100 },
{ "item": "book_motel", "x": 10, "y": 22, "chance": 100 },
{ "item": "traveler", "chance": 45, "x": [ 5, 6 ], "y": [ 16, 16 ] },
Expand Down Expand Up @@ -488,8 +489,8 @@
"place_items": [
{ "item": "traveler", "chance": 90, "x": 30, "y": [ 6, 6 ] },
{ "item": "cash_register_random", "x": 32, "y": [ 5, 8 ], "chance": 100 },
{ "item": "cleaning", "chance": 80, "x": [ 7, 7 ], "y": [ 13, 13 ] },
{ "item": "home_hw", "chance": 80, "x": [ 9, 9 ], "y": [ 13, 13 ] },
{ "item": "SUS_janitors_closet", "chance": 80, "x": [ 7, 7 ], "y": [ 13, 13 ] },
{ "item": "tools_toolbox", "chance": 80, "x": [ 9, 9 ], "y": [ 13, 13 ] },
{ "item": "book_motel", "x": 10, "y": 16, "chance": 100 },
{ "item": "book_motel", "x": 10, "y": 22, "chance": 100 },
{ "item": "traveler", "chance": 45, "x": [ 5, 6 ], "y": [ 16, 16 ] },
Expand Down

0 comments on commit 326f4f6

Please sign in to comment.