Skip to content

[Experimental] more city locations update #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
159 changes: 0 additions & 159 deletions data/Unleash_The_Mods/mods/More_City_Locations/bike_shop.json

This file was deleted.

115 changes: 0 additions & 115 deletions data/Unleash_The_Mods/mods/More_City_Locations/butcher.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,49 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "construction_site" ],
"object": {
"fill_ter": "t_dirt",
"weight": 100,
"obiect": {
"fill_ter": "t_floor",
"rows": [
"aaaaaaaaaaaakaaaaaaaaaaa",
"..bbfffbbbbbbffbbbbbbbb.",
"..b b.",
"..bcccc hhghhghhhghhh b.",
"..bcccc hgggggggggggh b.",
"..bccc hgggggggggggh b.",
"..bcc ggggggggggggh b.",
"..b ggggggggggggg b.",
"..b hgggggggggggh b.",
"..b hhhhhgggggggh b.",
"..b hgggggggh b.",
"..b ggggggggg b.",
"..b hgggggggh b.",
"..b hgggggggh b.",
"..b hgggggggh b.",
"..b ggggggggh b.",
"..b ggggggggg b.",
"..b i j hgggggggh b.",
"..b ii jjj hgggggggh b.",
"..b iii j hhhhhhhhh b.",
"..b b.",
"..bbbbbbbbbbbbbbbbbbbbb.",
"........................",
"........................"
" ",
" bbbbbbbbbbfffbbbbbbbb ",
" b b ",
" bcccc hhghhghhhghhh b ",
" bcccc hgggggggggggh b ",
" bccc hgggggggggggh b ",
" bcc ggggggggggggh b ",
" b ggggggggggggg b ",
" b hgggggggggggh b ",
" b hhhhhgggggggh b ",
" b hgggggggh b ",
" b ggggggggg b ",
" b hgggggggh b ",
" b hgggggggh b ",
" b hgggggggh b ",
" b ggggggggh b ",
" b ggggggggg b ",
" b i i hgggggggh b ",
" f ii iii hgggggggh b ",
" f iii i hhhhhhhhh b ",
" b b ",
" bbbbbbbbbbbbbbbbbbbbb ",
" ",
" "
],
"terrain": {
".": [ "t_grass", "t_grass", "t_grass", "t_dirt" ],
"a": "t_sidewalk",
" ": "t_region_groundcover_urban",
"b": "t_chainfence_v",
"c": "t_dirtmound",
"e": "t_pit",
"f": "t_chaingate_l",
"g": "t_concrete",
"h": "t_concrete_wall",
"i": "t_dirt",
"j": "t_dirt",
"i": "t_dirt",
"k": "t_dirt",
"m": "t_dirt"
},
"furniture": { "i": "f_rubble", "j": "f_rubble_rock", "k": "f_sign" },
"furniture": { "i": "f_rubble", "i": "f_rubble_rock", "k": "f_sign" },
"signs": { "k": { "signage": "Caution: hard hats required in this area" } },
"place_loot": [
{ "group": "hardware_bulk", "chance": 60, "repeat": [ 0, 3 ], "x": [ 3, 6 ], "y": [ 3, 6 ] },
Expand All @@ -69,7 +69,8 @@
{ "group": "hardware_bulk", "chance": 100, "repeat": [ 2, 5 ], "x": [ 3, 6 ], "y": [ 8, 12 ] },
{ "group": "hardware_trash", "chance": 60, "repeat": [ 0, 2 ], "x": [ 4, 6 ], "y": [ 17, 19 ] },
{ "group": "hardware_trash", "chance": 60, "repeat": [ 0, 2 ], "x": [ 8, 10 ], "y": [ 17, 19 ] }
]
],
"place_vehicles": [ { "vehicle": "small_utility_vehicles", "x": 17, "y": 2, "chance": 50, "fuel": 20, "status": 0, "rotation": 270 } ]
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "daycare" ],
"weight": 100,
"object": {
"fill_ter": "t_grass",
"fill_ter": "t_floor",
"rows": [
"aaaaaaaaaaaaaaaaaaaaaaaa",
"aaaaaaaaaaaaaaaaaaaaaaaa",
Expand Down Expand Up @@ -32,7 +33,7 @@
" "
],
"terrain": {
" ": [ "t_grass", "t_grass", "t_grass", "t_dirt" ],
" ": "t_region_groundcover_urban",
"a": "t_sidewalk",
"b": "t_wall",
"c": "t_chainfence_h",
Expand Down
Loading