magiclysm-bn/worldgen/used_bookstore.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

96 lines
3.0 KiB
JSON

[
{
"type": "mapgen",
"method": "json",
"om_terrain": "used_bookstore",
"object": {
"rows": [
",.................******",
",#WWW#+###WWW##W##******",
",W cC N cc NN N#******",
",W cC N TT NN N#******",
",W CCC N cc NN N#******",
",# N#******",
",#N NNN NNN N#******",
",#NNN NNNN N N#******",
",#NNN NN$$$$D$#W##******",
",W $Mz $#d********",
",W NNN$MOz $#d********",
",#N ###$MMMM$#d********",
",#N +s&$$$$$$#*********",
",##############********,",
",**********************,",
",**********************,",
",**********************,",
",**********************,",
",**********************,",
",**********************,",
",**********************,",
",,,,,,,,,,,,,,,,,,,,,,,,",
",,,,,,,,,,,,,,,,,,,,,,,,",
",,,,,,,,,,,,,,,,,,,,,,,,"
],
"place_vehicles": [ { "vehicle": "car", "x": 4, "y": 17, "chance": 100, "fuel": 20, "status": 33, "rotation": 180 } ],
"fill_ter": "t_carpet_yellow",
"terrain": {
".": "t_sidewalk",
"W": "t_window_domestic",
"+": "t_door_white_c",
"$": "t_rock_wall",
"#": "t_wall_w",
"D": "t_door_metal_c",
"*": "t_pavement",
",": [ "t_dirt", [ "t_grass", 4 ] ]
},
"furniture": {
"c": "f_chair",
"N": "f_bookcase",
"M": "f_bookcase",
"T": "f_table",
"s": "f_sink",
"O": "f_magic_circle",
"d": "f_dumpster",
"C": "f_counter"
},
"monster": { "O": { "monster": "mon_krabgek", "chance": 100 }, "z": { "monster": "mon_krabgek", "chance": 33 } },
"toilets": { "&": { } },
"items": { "M": { "item": "spellbook_loot_1", "chance": 60 }, "N": { "item": "novels", "chance": 60, "repeat": [ 1, 3 ] } }
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "used_bookstore_roof",
"object": {
"fill_ter": "t_flat_roof",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" |2222222 ",
" |......5#2223 ",
" |....&......3 ",
" |...........3 ",
" |...........3 ",
" |...........52223 ",
" |...............3 ",
" |...............3 ",
" |......A........3 ",
" |...............3 ",
" |...............3 ",
" |...............3 ",
" 52222222222222225 ",
" "
],
"palettes": [ "roof_palette" ]
}
}
]