I have the following code taken from warehouse.json
"furniture": {
"1" : "f_crate_c",
"2" : "f_sink",
"5" : "f_counter",
"6" : "f_chair",
"7" : "f_desk",
"8" : "f_bookcase",
"9" : "f_sofa",
"@": "f_trashcan"
},
"toilets" : {
"4" : { }
},
WHERE IN THE HECK ARE THOSE ITEMS PLACED?
The initial terrain image at the top has its definitions right below it. At the bottom of the .json you have trees/etc. individually set. (though I’m not sure why? Wouldn’t that be in the picture, above? There’s no chance/etc.) - and you have items placed, with a chance of those items. But I cannot figure out for the life of me where the furnature in the above code is placed, or why SOME terrain items are ‘set’ below and some are depicted in the picture.
My -theory- for this, looking at other .json, is that in the terrain definition, where an ASCII symbol appears under both ‘terrain’ and ‘furniture’ then the particular furniture is placed at the terrain. And that would make sense and be fairly straightforward. But if thats the case, I’m still not sure why some trees are individually placed via the ‘set’ command and some are not. Is there a really well commented file somewhere that explains these?