Skip to content
Permalink
Tree: 18af290ee9
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
127 lines (126 sloc) 4.37 KB
[
{
"type" : "mapgen",
"om_terrain" : ["mil_outpost_1brc"],
"comment" : "first floor bottom right corner",
"method": "json",
"weight": 250,
"object": {
"fill_ter": "t_concrete_floor",
"rows": [
"wwwww,|| |.....||,,,,,,",
"wwwwww|| |....D||,,,,,,",
"ww,,ww|| +...c7||,,,,,,",
"ww,--!-| |p...D|----,,,",
"ww,|- -- |---------|,,,",
",,,||<< !.......N||,,,",
"----|<< !.......N||,,,",
"-------- |7...N..N||,,,",
".......| |D...N..N||,,,",
".......! |D...N..N||,,,",
".......! |....N..N||,,,",
"..TT...| |NN.....N||,,,",
"..TT...|!!------+--||,,,",
"......a|%..%..%....||,,,",
".......|.X...%..%..||,,,",
"..AAA.p|.x.%.@%..%.||,,,",
"-------|...%....%..||,,,",
"----|..|.x...%.%...||,,,",
",,,||..+...%.......||,,,",
",,,|----------------|,,,",
",,,------------------,,,",
",,,,,,,,,,,,,,,,,,,,,,,,",
",,,,,,,,,,,,,,,,,,,,,,,,",
",,,,,,,,,,,,,,,,,,,,,,,,"
],
"terrain":{
"#": "t_rock",
".": "t_concrete_floor",
" ": "t_concrete_floor",
",": ["t_grass", "t_grass", "t_grass", "t_grass", "t_grass", "t_dirt" ],
"-": "t_concrete_wall",
"|": "t_concrete_wall",
"+": "t_door_c",
"<": "t_stairs_up",
">": "t_stairs_down",
"]": "t_door_metal_locked",
"[": "t_door_metal_locked",
"=": "t_chaingate_c",
"*": "t_bars",
"!": "t_door_metal_c",
"_": "t_metal_floor",
"~": "t_water_sh",
"1": "t_column",
"2": "t_machinery_light",
"3": "t_machinery_heavy",
"4": "t_machinery_electronic",
"5": "t_palisade_pulley",
"6": "t_console",
"7": "t_console_broken",
"0": "t_window_empty",
"e": "t_elevator",
"E": "t_elevator_control_off",
"f": "t_chainfence_h",
"F": "t_chainfence_v",
"g": "t_wall_glass",
"G": "t_reinforced_glass",
"M": "t_wall_metal",
"P": "t_palisade_gate",
"u": "t_utility_light",
"w": "t_sidewalk",
"Y": "t_palisade"
},
"furniture":{
"$": "f_safe_l",
"a": "f_armchair",
"A": "f_sofa",
"b": "f_bookcase",
"B": "f_bed",
"c": "f_chair",
"C": "f_counter",
"d": "f_dresser",
"D": "f_desk",
"l": "f_locker",
"L": "f_rack",
"n": "f_bench",
"N": "f_file_cabinet",
"p": "f_indoor_plant",
"r": "f_fridge",
"R": "f_glass_fridge",
"s": "f_sink",
"S": "f_shower",
"T": "f_table",
"U": "f_cupboard",
"v": "f_vending_o",
"V": "f_vending_c",
"W": "f_woodstove",
"x": "f_crate_o",
"X": "f_crate_c"
},
"toilets": {
"&": { "amount": [ 0, 50 ] }
},
"monster": {
"t": { "monster": "mon_turret" }
},
"npcs": {
"@": { "class": "thug" }
},
"mapping": {
"%": {
"item": { "item": "corpse" },
"fields": { "field": "fd_blood" }
}
},
"item": {
"X": [
{ "item": "human_flesh", "chance": 1 },
{ "item": "knife_butcher", "chance": 1 }
]
},
"place_fields": [
{ "x": [ 7, 19 ], "y": [ 12, 19 ], "field": "fd_blood", "age": 2, "density": 2, "repeat": 60 }
]
}
}
]
You can’t perform that action at this time.