Skip to content

Commit

Permalink
Create cs_city_dump_small.json (#56556)
Browse files Browse the repository at this point in the history
* Create cs_city_dump_small.json

Makes most furniture in the small dump be placed randomly when the square is generated, as well as adding freezers (useful new appliance).

Does not touch couches or bathtubs to preserve their multi-tile appearance, does not touch one of the trashcans, the dumpsters, the barricades or the bulletin board because they are part of the site, and not in the dump.

* Update cs_city_dump_small.json
  • Loading branch information
mx-moonling authored Apr 6, 2022
1 parent a73be4c commit 1f4476f
Showing 1 changed file with 39 additions and 48 deletions.
87 changes: 39 additions & 48 deletions data/json/mapgen/cs_city_dump_small.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@
"..,..,....oooo,,..,.,..,",
".,..,..,,,oooo,XX,XX,,..",
"..--------++++--------,.",
".,|R^^,,,coooo,,,,RR,|..",
",.|RRR,^,,oooo^X.,,RR|,.",
".,|R,vm,^,oooo,,f^,R,|.,",
"..|,,mm,v,oooo^,rr,,,|,.",
".,|^,mO,F,oooo,,,rr^,|,.",
"..|^,r,h,,oooo1,m^m,,|..",
"..|,1rr,SSyyyy,mmmm,,|.,",
".,|,rr,m,O====W,mFm,,|,.",
"..|,2E,^mm1m,w,,r.,,^|,.",
".,|^,c,rDmm,.,hrr^cv1|.,",
"..|,T,,Err,A,vrrrRf,m|,.",
",.|,,m,mFrrr,r,T,rR,m|..",
".,|vvmmm,DOrrW,^DRBRm|,.",
".,|,^wmfmrrrw33CrrB1.|..",
"..|R,BB^mm,rs,vmr^TR.|,.",
".,|R..,Wmm,mOmmrr,RR,|,.",
"..|,m^mmmm^,,21mR3RRR|.,",
".,|mmm,2.,,^,,m,R3R,R|..",
".,|*^^,,,coooo,,,,**,|..",
",.|***,^,,oooo^X.,,**|,.",
".,|*,v*,^,oooo,,*^,*,|.,",
"..|,,**,v,oooo^,**,,,|,.",
".,|^,**,*,oooo,,,**^,|,.",
"..|^,*,*,,oooo1,*^*,,|..",
"..|,1**,SSyyyy,****,,|.,",
".,|,**,*,*====*,***,,|,.",
"..|,2*,^**1*,*,,*.,,^|,.",
".,|^,*,****,.,***^*v1|.,",
"..|,*,,***,*,v*****,*|,.",
",.|,,*,*****,*,*,**,*|..",
".,|vv***,*****,^**B**|,.",
".,|,^********33***B1.|..",
"..|*,BB^**,*s,v**^**.|,.",
".,|*..,***,******,**,|,.",
"..|,*^****^,,21**3***|.,",
".,|***,2.,,^,,*,*3*,*|..",
"..--------------------,.",
".,...,....,...,...,,,...",
".,..,........,.........,"
Expand All @@ -52,56 +52,47 @@
"+": "t_chaingate_l",
"s": "t_shrub",
"^": "t_dirtmound",
"w": "t_dirt",
",": "t_dirt",
"t": "t_dirt",
"F": "t_dirt",
"O": "t_dirt",
"m": "t_dirt",
"r": "t_dirt",
"c": "t_dirt",
"C": "t_dirt",
"R": "t_dirt",
"h": "t_dirt",
"A": "t_dirt",
"T": "t_dirt",
"S": "t_dirt",
"E": "t_dirt",
"W": "t_dirt",
"D": "t_dirt",
"X": "t_dirt",
"z": "t_dirt",
"1": "t_dirt",
"2": "t_dirt",
"3": "t_dirt",
"B": "t_dirt",
"v": "t_pit_glass",
"f": "t_dirtmound",
"o": "t_pavement",
"y": "t_pavement_y",
"=": "t_dirt"
"=": "t_dirt",
"*": "t_dirt"
},
"furniture": {
"C": "f_crate_o",
"A": "f_sink",
"c": "f_trashcan",
"h": "f_hay",
"F": "f_fridge",
"f": "f_glass_fridge",
"O": "f_oven",
"m": "f_wreckage",
"w": "f_ash",
"R": "f_rubble_rock",
"r": "f_rubble",
"T": "f_toilet",
"S": "f_sofa",
"E": "f_exercise",
"W": "f_washer",
"D": "f_dryer",
"X": "f_dumpster",
"B": "f_bathtub",
"=": "f_barricade_road",
"z": "f_bulletin"
"z": "f_bulletin",
"*": [
"f_sink",
"f_fridge",
"f_glass_fridge",
"f_oven",
[ "f_wreckage", 10 ],
"f_ash",
[ "f_rubble_rock", 10 ],
[ "f_rubble", 10 ],
"f_toilet",
"f_exercise",
"f_washer",
"f_dryer",
"f_freezer",
"f_hay",
"f_trashcan",
"f_crate_o"
]
},
"place_vehicles": [
{ "vehicle": "pickup", "x": 11, "y": 5, "rotation": 270, "chance": 30 },
Expand Down

0 comments on commit 1f4476f

Please sign in to comment.