Skip to content

Commit

Permalink
fix: use regional terrain for cs_tire_shop and other changes (#5864)
Browse files Browse the repository at this point in the history
Update cs_tire_shop.json
  • Loading branch information
0Monet authored Jan 2, 2025
1 parent 6cb8977 commit 06b04a9
Showing 1 changed file with 37 additions and 40 deletions.
77 changes: 37 additions & 40 deletions data/json/mapgen/cs_tire_shop.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,45 @@
"method": "json",
"weight": 1000,
"object": {
"fill_ter": "t_floor",
"fill_ter": "t_thconc_floor",
"rows": [
",..~~y''''y~~''''''~~.,`",
".,.~~y''''y~~''''''~~..,",
"..,~~y''''y~~''''''~~,..",
",..~~y''''y~~''''''~~.,.",
"...~~y''''y~~''''''~~...",
",..~~y''''y~e''''''~~.,.",
"...~-ggggggg-======-g-.,",
"..,~| rrrrr eM#MM#M |..",
"...~| M#MM#M t|.,",
".,.~| rrrrr M#MM#M t|..",
"...~| M#MM#M t|,.",
".,.~| rrrrr M#MM#M t|..",
"...~| M#MM#M t|,.",
"..,~| rrrrr M#MM#M t|.,",
"...~| M#MM#M t|..",
",..~| rrrrr MMMMMM |.,",
"...~D |,.",
".,..| cc--l---- -- Sg..",
"...,| ch|L C|Vv c| Sg,.",
".,..| |L C| c|-D-|..",
"..,.|rrr|L C|hhhh|T S|4,",
"...,-ggg-----gggg-----..",
".,..,..,.u<ux.,....,...,",
"...,,..........,.....,.."
" SSy____ySS______SS '",
" SSy____ySS______SS ",
" SSy____ySS______SS ",
" SSy____ySS______SS ",
" SSy____ySS______SS ",
" SSy____ySe______SS ",
" S|:::::::|======|:| ",
" S|.rrrrr.eM#MM#M..| ",
" S|........M#MM#M.t| ",
" S|.rrrrr..M#MM#M.t| ",
" S|........M#MM#M.t| ",
" S|.rrrrr..M#MM#M.t| ",
" S|........M#MM#M.t| ",
" S|.rrrrr..M#MM#M.t| ",
" S|........M#MM#M.t| ",
" S|.rrrrr..MMMMMM..| ",
" SD................| ",
" |.cc||l||||.||..s: ",
" |.ch|L.C|Vv.c|..s: ",
" |...|L.C|...c||D|| ",
" |rrr|L.C|hhhh|T.s|4 ",
" |:::|||||::::||||| ",
" U<UU ",
" "
],
"terrain": {
".": [ [ "t_grass", 5 ], [ "t_grass_long", 2 ] ],
"`": "t_dirt",
",": "t_dirt",
"'": "t_pavement",
"~": "t_sidewalk",
" ": "t_floor",
"#": "t_grate",
" ": "t_region_groundcover_urban",
"'": "t_region_groundcover_urban",
"U": "t_region_groundcover_barren",
"_": "t_pavement",
"S": "t_sidewalk",
".": "t_thconc_floor",
"#": "t_grate_indoor",
"=": "t_door_metal_locked",
"|": "t_wall_b",
"-": "t_wall_b",
"e": "t_gates_mech_control",
"g": "t_window",
":": "t_window",
"l": "t_door_locked",
"y": "t_pavement_y",
"D": "t_door_c",
Expand All @@ -53,24 +52,22 @@
"<": "t_ladder_up"
},
"furniture": {
"`": "f_street_light",
"'": "f_street_light",
"c": "f_counter",
"L": "f_locker",
"C": "f_crate_c",
"h": "f_chair",
"T": "f_toilet",
"S": "f_sink",
"s": "f_sink",
"r": "f_rack",
"v": "f_vending_c",
"V": "f_vending_c",
"t": "f_table",
"u": "f_dumpster",
"x": "f_recycle_bin"
"U": "f_dumpster"
},
"place_vehicles": [ { "vehicle": "oa_vg_ts_vehicles", "x": 15, "y": 10, "rotation": 270, "chance": 50, "fuel": 10 } ],
"items": {
"h": { "item": "oa_discarded_news", "chance": 15 },
"u": { "item": "trash_dumpster", "chance": 80 },
"U": { "item": "trash_dumpster", "chance": 80 },
"t": { "item": "oa_ig_ts_tables", "chance": 15 },
"r": { "item": "oa_ig_ts_tires", "chance": 70 },
"L": { "item": "oa_ig_ts_lockers", "chance": 50 },
Expand Down

0 comments on commit 06b04a9

Please sign in to comment.