2532 lines
70 KiB
Text
2532 lines
70 KiB
Text
{
|
|
"metadata" : {
|
|
"name" : "humanprisontest",
|
|
"species" : "dummy",
|
|
"rules" : [ ],
|
|
"anchor" : [ "entranceleft1", "entranceleft2", "entranceright1", "entranceright2" ],
|
|
"gravity" : 80,
|
|
"maxRadius" : 2000,
|
|
"maxParts" : 100,
|
|
"protected" : true
|
|
},
|
|
"tiles" : [
|
|
{
|
|
"value" : [255, 0, 220, 255],
|
|
"comment" : "magic pinkppp, a no-op value"
|
|
},
|
|
{
|
|
"value" : [0, 0, 0, 255],
|
|
"rules" : [ [ "worldGenMustContainAirBackground" ], [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "clear" ] ]
|
|
},
|
|
{
|
|
"value" : [120, 120, 120, 255],
|
|
"rules" : [ [ "worldGenMustContainAirForeground" ], [ "allowOverdrawing" ] ]
|
|
},
|
|
{
|
|
"value" : [255, 255, 255, 255],
|
|
"rules" : [ [ "worldGenMustContainSolidBackground" ], [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "surface" ] ]
|
|
},
|
|
{
|
|
"value" : [0, 38, 255, 255],
|
|
"comment" : "bright blue, entrance coupler",
|
|
"connector" : true
|
|
},
|
|
|
|
{
|
|
"value" : [0, 255, 186, 255],
|
|
"comment" : "bright aqua, alternate coupler",
|
|
"connector" : true
|
|
},
|
|
|
|
{
|
|
"value" : [168, 255, 0, 255],
|
|
"comment" : "bright green, alternate coupler #2",
|
|
"connector" : true
|
|
},
|
|
|
|
{
|
|
"value" : [255, 168, 0, 255],
|
|
"comment" : "bright orange, alternate coupler #3",
|
|
"connector" : true
|
|
},
|
|
|
|
{
|
|
"value" : [32, 32, 32, 255],
|
|
"comment" : "Empty hole",
|
|
"brush" : [ [ "clear" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [48, 48, 48, 255],
|
|
"comment" : "Empty hole overwritable",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "clear" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [128, 128, 128, 255],
|
|
"comment" : "Biome tile brush",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "surface" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [100, 100, 100, 255],
|
|
"comment" : "Biome tile brush non-overwritable",
|
|
"brush" : [ [ "surface" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [200, 200, 200, 255],
|
|
"comment" : "Biome tile background brush",
|
|
"brush" : [ [ "clear" ], [ "surfacebackground" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [54, 63, 105, 255],
|
|
"comment" : "water pool foreground",
|
|
"brush" : [ [ "clear" ], [ "liquid", "water" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [150, 255, 0, 255],
|
|
"comment" : "poison pool foreground",
|
|
"brush" : [ [ "clear" ], [ "liquid", "poison" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 96, 0, 255],
|
|
"comment" : "lava pool foreground",
|
|
"brush" : [ [ "clear" ], [ "liquid", "lava" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 232, 178, 255],
|
|
"comment" : "background main biome block",
|
|
"brush" : [ [ "clear" ], [ "surfacebackground", { "variant" : 0 } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 222, 178, 255],
|
|
"comment" : "overwritable background main biome block",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "clear" ], [ "surfacebackground", { "variant" : 0 } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [204, 186, 143, 255],
|
|
"comment" : "foreground main biome block",
|
|
"brush" : [ [ "surface", { "variant" : 0 } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [204, 176, 143, 255],
|
|
"comment" : "overwritable foreground main biome block",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "surface", { "variant" : 0 } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [178, 232, 255, 255],
|
|
"comment" : "background sub biome block #1",
|
|
"brush" : [ [ "clear" ], [ "surfacebackground", { "variant" : 1 } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [178, 222, 255, 255],
|
|
"comment" : "overwritable background sub biome block #1",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "clear" ], [ "surfacebackground", { "variant" : 1 } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [143, 186, 204, 255],
|
|
"comment" : "foreground sub biome block #1",
|
|
"brush" : [ [ "surface", { "variant" : 1 } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [143, 176, 204, 255],
|
|
"comment" : "overwritable foreground sub biome block #1",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "surface", { "variant" : 1 } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [222, 255, 178, 255],
|
|
"comment" : "background sub biome block #2",
|
|
"brush" : [ [ "clear" ], [ "surfacebackground", { "variant" : 2 } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [222, 245, 178, 255],
|
|
"comment" : "overwritable background sub biome block #2",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "clear" ], [ "surfacebackground", { "variant" : 2 } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [177, 204, 143, 255],
|
|
"comment" : "foreground sub biome block #2",
|
|
"brush" : [ [ "surface", { "variant" : 2 } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [177, 194, 143, 255],
|
|
"comment" : "overwritable foreground sub biome block #2",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "surface", { "variant" : 2 } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 0, 0, 255],
|
|
"comment" : "global wire #1",
|
|
"brush" : [ [ "wire", { "group" : "globalgroup1", "local" : false } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 255, 0, 255],
|
|
"comment" : "global wire #2",
|
|
"brush" : [ [ "wire", { "group" : "globalgroup2", "local" : false } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 0, 255, 255],
|
|
"comment" : "global wire #3",
|
|
"brush" : [ [ "wire", { "group" : "globalgroup3", "local" : false } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [1, 0, 0, 255],
|
|
"comment" : "wire #1",
|
|
"brush" : [ [ "wire", { "group" : "group1", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [2, 0, 0, 255],
|
|
"comment" : "wire #2",
|
|
"brush" : [ [ "wire", { "group" : "group2", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [3, 0, 0, 255],
|
|
"comment" : "wire #3",
|
|
"brush" : [ [ "wire", { "group" : "group3", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [4, 0, 0, 255],
|
|
"comment" : "wire #4",
|
|
"brush" : [ [ "wire", { "group" : "group4", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [5, 0, 0, 255],
|
|
"comment" : "wire #5",
|
|
"brush" : [ [ "wire", { "group" : "group5", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [6, 0, 0, 255],
|
|
"comment" : "wire #6",
|
|
"brush" : [ [ "wire", { "group" : "group6", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [7, 0, 0, 255],
|
|
"comment" : "wire #7",
|
|
"brush" : [ [ "wire", { "group" : "group7", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [8, 0, 0, 255],
|
|
"comment" : "wire #8",
|
|
"brush" : [ [ "wire", { "group" : "group8", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [9, 0, 0, 255],
|
|
"comment" : "wire #9",
|
|
"brush" : [ [ "wire", { "group" : "group9", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [10, 0, 0, 255],
|
|
"comment" : "wire #10",
|
|
"brush" : [ [ "wire", { "group" : "group10", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [11, 0, 0, 255],
|
|
"comment" : "wire #11",
|
|
"brush" : [ [ "wire", { "group" : "group11", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [12, 0, 0, 255],
|
|
"comment" : "wire #12",
|
|
"brush" : [ [ "wire", { "group" : "group12", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [13, 0, 0, 255],
|
|
"comment" : "wire #13",
|
|
"brush" : [ [ "wire", { "group" : "group13", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [14, 0, 0, 255],
|
|
"comment" : "wire #14",
|
|
"brush" : [ [ "wire", { "group" : "group14", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [15, 0, 0, 255],
|
|
"comment" : "wire #15",
|
|
"brush" : [ [ "wire", { "group" : "group15", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [16, 0, 0, 255],
|
|
"comment" : "wire #16",
|
|
"brush" : [ [ "wire", { "group" : "group16", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [17, 0, 0, 255],
|
|
"comment" : "wire #17",
|
|
"brush" : [ [ "wire", { "group" : "group17", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [18, 0, 0, 255],
|
|
"comment" : "wire #18",
|
|
"brush" : [ [ "wire", { "group" : "group18", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [19, 0, 0, 255],
|
|
"comment" : "wire #19",
|
|
"brush" : [ [ "wire", { "group" : "group19", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [20, 0, 0, 255],
|
|
"comment" : "wire #20",
|
|
"brush" : [ [ "wire", { "group" : "group20", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [21, 0, 0, 255],
|
|
"comment" : "wire #21",
|
|
"brush" : [ [ "wire", { "group" : "group21", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [22, 0, 0, 255],
|
|
"comment" : "wire #22",
|
|
"brush" : [ [ "wire", { "group" : "group22", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [23, 0, 0, 255],
|
|
"comment" : "wire #23",
|
|
"brush" : [ [ "wire", { "group" : "group23", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [24, 0, 0, 255],
|
|
"comment" : "wire #24",
|
|
"brush" : [ [ "wire", { "group" : "group24", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [25, 0, 0, 255],
|
|
"comment" : "wire #25",
|
|
"brush" : [ [ "wire", { "group" : "group25", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [26, 0, 0, 255],
|
|
"comment" : "wire #26",
|
|
"brush" : [ [ "wire", { "group" : "group26", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [27, 0, 0, 255],
|
|
"comment" : "wire #27",
|
|
"brush" : [ [ "wire", { "group" : "group27", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 0, 0, 255],
|
|
"comment" : "wire #28",
|
|
"brush" : [ [ "wire", { "group" : "group28", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [29, 0, 0, 255],
|
|
"comment" : "wire #29",
|
|
"brush" : [ [ "wire", { "group" : "group29", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [30, 0, 0, 255],
|
|
"comment" : "wire #30",
|
|
"brush" : [ [ "wire", { "group" : "group30", "local" : true } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 1, 0, 255],
|
|
"comment" : "and",
|
|
"brush" : [ [ "clear" ], [ "object", "and" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 2, 0, 255],
|
|
"comment" : "dlatch",
|
|
"brush" : [ [ "clear" ], [ "object", "dlatch" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 3, 0, 255],
|
|
"comment" : "not",
|
|
"brush" : [ [ "clear" ], [ "object", "not" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 4, 0, 255],
|
|
"comment" : "or",
|
|
"brush" : [ [ "clear" ], [ "object", "or" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 5, 0, 255],
|
|
"comment" : "timer",
|
|
"brush" : [ [ "clear" ], [ "object", "timer" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 6, 0, 255],
|
|
"comment" : "timer1s",
|
|
"brush" : [ [ "clear" ], [ "object", "timer1s" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 7, 0, 255],
|
|
"comment" : "timer2s",
|
|
"brush" : [ [ "clear" ], [ "object", "timer2s" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 8, 0, 255],
|
|
"comment" : "timer3s",
|
|
"brush" : [ [ "clear" ], [ "object", "timer3s" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 9, 0, 255],
|
|
"comment" : "timer4s",
|
|
"brush" : [ [ "clear" ], [ "object", "timer4s" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 10, 0, 255],
|
|
"comment" : "timer5s",
|
|
"brush" : [ [ "clear" ], [ "object", "timer5s" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 11, 0, 255],
|
|
"comment" : "xor",
|
|
"brush" : [ [ "clear" ], [ "object", "xor" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 12, 0, 255],
|
|
"comment" : "persistentswitch",
|
|
"brush" : [ [ "clear" ], [ "object", "persistentswitch" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [26, 77, 0, 255],
|
|
"comment" : "biome tree",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "biometree" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [34, 102, 0, 255],
|
|
"comment" : "biome flora",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "biomeitems" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [85, 255, 0, 255],
|
|
"comment" : "Player Spawn",
|
|
"brush" : [ [ "playerstart" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [220, 220, 220, 255],
|
|
"comment" : "humangenerator facing left - on state",
|
|
"brush" : [ [ "clear" ], [ "object", "humangenerator", { "direction" : "left", "parameters" : { "defaultState" : true } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [225, 225, 225, 255],
|
|
"comment" : "humangenerator facing right - on state",
|
|
"brush" : [ [ "clear" ], [ "object", "humangenerator", { "direction" : "right", "parameters" : { "defaultState" : true } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [146, 165, 247, 255],
|
|
"comment" : "background composite01",
|
|
"brush" : [ [ "clear" ], [ "back", "composite01" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [170, 146, 247, 255],
|
|
"comment" : "foreground composite01",
|
|
"brush" : [ [ "clear" ], [ "back", "composite01" ], [ "front", "composite01" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [120, 96, 197, 255],
|
|
"comment" : "endcap smoothmetal",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "clear" ], [ "back", "smoothmetal" ], [ "front", "smoothmetal" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [179, 141, 89, 255],
|
|
"comment" : "stairs/platform",
|
|
"brush" : [ [ "clear" ], [ "front", "platform" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [137, 124, 76, 255],
|
|
"comment" : "modern stairs/platform",
|
|
"brush" : [ [ "clear" ], [ "front", "modernplatform" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [179, 173, 142, 255],
|
|
"comment" : "wreck stairs/platform",
|
|
"brush" : [ [ "clear" ], [ "front", "wreckplatform" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [148, 143, 117, 255],
|
|
"comment" : "overwritable wreck stairs/platform",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "clear" ], [ "front", "wreckplatform" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [146, 247, 241, 255],
|
|
"comment" : "background concrete",
|
|
"brush" : [ [ "clear" ], [ "back", "concrete" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [106, 176, 216, 255],
|
|
"comment" : "foreground concrete overwritable",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "clear" ], [ "back", "concrete" ], [ "front", "concrete" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [146, 210, 247, 255],
|
|
"comment" : "foreground concrete",
|
|
"brush" : [ [ "clear" ], [ "back", "concrete" ], [ "front", "concrete" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [146, 247, 151, 255],
|
|
"comment" : "background plate",
|
|
"brush" : [ [ "clear" ], [ "back", "plate" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [146, 247, 203, 255],
|
|
"comment" : "foreground plate",
|
|
"brush" : [ [ "clear" ], [ "back", "plate" ], [ "front", "plate" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [224, 247, 146, 255],
|
|
"comment" : "background metallic",
|
|
"brush" : [ [ "clear" ], [ "back", "metallic" ] ]
|
|
},
|
|
{
|
|
"value" : [186, 247, 146, 255],
|
|
"comment" : "foreground metallic",
|
|
"brush" : [ [ "clear" ], [ "back", "metallic" ], [ "front", "metallic" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [251, 209, 209, 255],
|
|
"comment" : "background smoothmetal",
|
|
"brush" : [ [ "clear" ], [ "back", "smoothmetal" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 142, 142, 255],
|
|
"comment" : "foreground smoothmetal",
|
|
"brush" : [ [ "clear" ], [ "back", "smoothmetal" ], [ "front", "smoothmetal" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [197, 182, 219, 255],
|
|
"comment" : "overwritable background rustymetal",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "clear" ], [ "back", "rustymetal" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [226, 209, 251, 255],
|
|
"comment" : "background rustymetal",
|
|
"brush" : [ [ "clear" ], [ "back", "rustymetal" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [145, 131, 212, 255],
|
|
"comment" : "overwritable foreground rustymetal",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "clear" ], [ "back", "rustymetal" ], [ "front", "rustymetal" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [165, 149, 241, 255],
|
|
"comment" : "foreground rustymetal",
|
|
"brush" : [ [ "clear" ], [ "back", "rustymetal" ], [ "front", "rustymetal" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [206, 146, 247, 255],
|
|
"comment" : "background bars",
|
|
"brush" : [ [ "clear" ], [ "back", "bars" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [247, 146, 240, 255],
|
|
"comment" : "foreground bars",
|
|
"brush" : [ [ "clear" ], [ "front", "bars" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 254, 145, 255],
|
|
"comment" : "background glass",
|
|
"brush" : [ [ "clear" ], [ "back", "glass" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [221, 220, 67, 255],
|
|
"comment" : "foreground glass",
|
|
"brush" : [ [ "clear" ], [ "front", "glass" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [54, 63, 105, 255],
|
|
"comment" : "water pool foreground",
|
|
"brush" : [ [ "clear" ], [ "liquid", "water" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [212, 177, 102, 255],
|
|
"comment" : "overwritable background darksmoothstone",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "clear" ], [ "back", "darksmoothstone" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [243, 203, 117, 255],
|
|
"comment" : "background darksmoothstone",
|
|
"brush" : [ [ "clear" ], [ "back", "darksmoothstone" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [191, 131, 0, 255],
|
|
"comment" : "overwritable foreground darksmoothstone",
|
|
"rules" : [ [ "allowOverdrawing" ] ],
|
|
"brush" : [ [ "clear" ], [ "back", "darksmoothstone" ], [ "front", "darksmoothstone" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [223, 152, 0, 255],
|
|
"comment" : "foreground darksmoothstone",
|
|
"brush" : [ [ "clear" ], [ "back", "darksmoothstone" ], [ "front", "darksmoothstone" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [243, 138, 117, 255],
|
|
"comment" : "background darkwood",
|
|
"brush" : [ [ "clear" ], [ "back", "darkwood" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 70, 33, 255],
|
|
"comment" : "foreground darkwood",
|
|
"brush" : [ [ "clear" ], [ "back", "darkwood" ], [ "front", "darkwood" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [209, 219, 251, 255],
|
|
"comment" : "electriclight",
|
|
"brush" : [ [ "clear" ], [ "object", "electriclight" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [199, 229, 251, 255],
|
|
"comment" : "fluorescentlight",
|
|
"brush" : [ [ "clear" ], [ "object", "fluorescentlight" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [209, 247, 251, 255],
|
|
"comment" : "vendingmachine facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "vendingmachine", { "direction" : "left", "parameters" : { "treasurePools" : [ "vendingtreasure" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [199, 247, 251, 255],
|
|
"comment" : "vendingmachine facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "vendingmachine", { "direction" : "right", "parameters" : { "treasurePools" : [ "vendingtreasure" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [209, 251, 227, 255],
|
|
"comment" : "modernchair facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "modernchair", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [231, 251, 209, 255],
|
|
"comment" : "modernchair facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "modernchair", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [221, 251, 209, 255],
|
|
"comment" : "eggchair facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "eggchair", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [249, 251, 209, 255],
|
|
"comment" : "eggchair facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "eggchair", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [111, 24, 255, 255],
|
|
"comment" : "moderntable",
|
|
"brush" : [ [ "clear" ], [ "object", "moderntable" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 24, 24, 255],
|
|
"comment" : "dangersignv",
|
|
"brush" : [ [ "clear" ], [ "object", "dangersignv" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 24, 209, 255],
|
|
"comment" : "dangersignh",
|
|
"brush" : [ [ "clear" ], [ "object", "dangersignh" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [198, 24, 255, 255],
|
|
"comment" : "marinesign",
|
|
"brush" : [ [ "clear" ], [ "object", "marinesign" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [57, 24, 255, 255],
|
|
"comment" : "glasspanel",
|
|
"brush" : [ [ "clear" ], [ "object", "glasspanel" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [251, 241, 209, 255],
|
|
"comment" : "watermachine facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "watermachine", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [241, 241, 209, 255],
|
|
"comment" : "watermachine facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "watermachine", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [125, 47, 255, 255],
|
|
"comment" : "tungstenchair facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "tungstenchair", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [115, 47, 255, 255],
|
|
"comment" : "tungstenchair facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "tungstenchair", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [24, 144, 255, 255],
|
|
"comment" : "lightbulb2",
|
|
"brush" : [ [ "clear" ], [ "object", "lightbulb2" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [47, 213, 255, 255],
|
|
"comment" : "fridge facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "fridge", { "direction" : "left", "parameters" : { "treasurePools" : [ "food" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [37, 213, 255, 255],
|
|
"comment" : "fridge facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "fridge", { "direction" : "right", "parameters" : { "treasurePools" : [ "food" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [47, 255, 243, 255],
|
|
"comment" : "woodenbed2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "woodenbed2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [37, 255, 243, 255],
|
|
"comment" : "woodenbed2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "woodenbed2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [47, 255, 150, 255],
|
|
"comment" : "woodencabinet2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "woodencabinet2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [37, 255, 150, 255],
|
|
"comment" : "woodencabinet2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "woodencabinet2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [174, 255, 47, 255],
|
|
"comment" : "woodenendtable facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "woodenendtable", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [164, 255, 47, 255],
|
|
"comment" : "woodenendtable facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "woodenendtable", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [228, 255, 47, 255],
|
|
"comment" : "woodencrate1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "woodencrate1", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [218, 255, 47, 255],
|
|
"comment" : "woodencrate1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "woodencrate1", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 228, 47, 255],
|
|
"comment" : "woodencrate2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "woodencrate2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [245, 228, 47, 255],
|
|
"comment" : "woodencrate2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "woodencrate2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [4, 46, 7, 255],
|
|
"comment" : "woodencouch2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "woodencouch2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [14, 46, 7, 255],
|
|
"comment" : "woodencouch2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "woodencouch2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [4, 46, 46, 255],
|
|
"comment" : "woodenarmchair2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "woodenarmchair2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [14, 46, 46, 255],
|
|
"comment" : "woodenarmchair2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "woodenarmchair2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [46, 8, 4, 255],
|
|
"comment" : "woodenchair facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "woodenchair", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [56, 8, 4, 255],
|
|
"comment" : "woodenchair facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "woodenchair", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [24, 236, 255, 255],
|
|
"comment" : "metalbarrel1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "metalbarrel1", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [23, 224, 255, 255],
|
|
"comment" : "metalbarrel1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "metalbarrel1", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [24, 255, 160, 255],
|
|
"comment" : "metalbarrel2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "metalbarrel2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [23, 255, 170, 255],
|
|
"comment" : "metalbarrel2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "metalbarrel2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [84, 255, 24, 255],
|
|
"comment" : "arcademachine facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "arcademachine", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [220, 255, 24, 255],
|
|
"comment" : "arcademachine facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "arcademachine", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [84, 146, 24, 255],
|
|
"comment" : "barbedwire facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "barbedwire", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [103, 146, 24, 255],
|
|
"comment" : "barbedwire facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "barbedwire", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [200, 220, 24, 255],
|
|
"comment" : "loudspeaker facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "loudspeaker", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [220, 220, 24, 255],
|
|
"comment" : "loudspeaker facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "loudspeaker", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [47, 232, 81, 255],
|
|
"comment" : "floodlights facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "floodlights", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [111, 232, 47, 255],
|
|
"comment" : "floodlights facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "floodlights", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [241, 46, 95, 255],
|
|
"comment" : "tent1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "tent1", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [201, 46, 231, 255],
|
|
"comment" : "tent1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "tent1", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [241, 86, 95, 255],
|
|
"comment" : "tent2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "tent2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [201, 86, 231, 255],
|
|
"comment" : "tent2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "tent2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [241, 136, 95, 255],
|
|
"comment" : "oven1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "oven1", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [201, 136, 95, 255],
|
|
"comment" : "oven1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "oven1", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [109, 190, 8, 255],
|
|
"comment" : "hazardtapeh",
|
|
"brush" : [ [ "clear" ], [ "object", "hazardtapeh" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [139, 190, 8, 255],
|
|
"comment" : "hazardtapev",
|
|
"brush" : [ [ "clear" ], [ "object", "hazardtapev" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [8, 190, 111, 255],
|
|
"comment" : "woodenlamp1",
|
|
"brush" : [ [ "clear" ], [ "object", "woodenlamp1" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [69, 185, 134, 255],
|
|
"comment" : "basictoilet facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "basictoilet", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [69, 185, 118, 255],
|
|
"comment" : "basictoilet facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "basictoilet", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [134, 185, 69, 255],
|
|
"comment" : "basicbath facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "basicbath", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [156, 203, 96, 255],
|
|
"comment" : "basicbath facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "basicbath", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [109, 90, 8, 255],
|
|
"comment" : "bunkerbigpanel",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerbigpanel" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [228, 47, 255, 255],
|
|
"comment" : "bunkerbookcase facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerbookcase", { "direction" : "left", "parameters" : { "treasurePools" : [ "humanBunkerLore" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [204, 47, 255, 255],
|
|
"comment" : "bunkerbookcase facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerbookcase", { "direction" : "right", "parameters" : { "treasurePools" : [ "humanBunkerLore" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [47, 255, 81, 255],
|
|
"comment" : "bunkercabinet1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkercabinet1", { "direction" : "left", "parameters" : { "treasurePools" : [ "humanBunkerLore" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [111, 255, 47, 255],
|
|
"comment" : "bunkercabinet1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkercabinet1", { "direction" : "right", "parameters" : { "treasurePools" : [ "humanBunkerLore" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [85, 109, 8, 255],
|
|
"comment" : "bunkerceilinglight1",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerceilinglight1" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [222, 144, 233, 255],
|
|
"comment" : "bunkerceilinglight2",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerceilinglight2" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 189, 47, 255],
|
|
"comment" : "bunkercomputer facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkercomputer", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 160, 47, 255],
|
|
"comment" : "bunkercomputer facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkercomputer", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 67, 47, 255],
|
|
"comment" : "bunkerconsole1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerconsole1", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 47, 47, 255],
|
|
"comment" : "bunkerconsole1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerconsole1", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [46, 36, 4, 255],
|
|
"comment" : "bunkerconsole2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerconsole2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [29, 46, 4, 255],
|
|
"comment" : "bunkerconsole2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerconsole2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [46, 4, 28, 255],
|
|
"comment" : "bunkerconsole3 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerconsole3", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [24, 4, 46, 255],
|
|
"comment" : "bunkerconsole3 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerconsole3", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [231, 111, 0, 255],
|
|
"comment" : "bunkerconsole4 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerconsole4", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [241, 111, 0, 255],
|
|
"comment" : "bunkerconsole4 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerconsole4", { "direction" : "right" } ] ] },
|
|
|
|
{
|
|
"value" : [222, 134, 173, 255],
|
|
"comment" : "bunkercorner",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkercorner" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [6, 4, 46, 255],
|
|
"comment" : "bunkercrate facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkercrate", { "direction" : "left", "parameters" : { "treasurePools" : [ "naturalcaveTreasure" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [4, 14, 46, 255],
|
|
"comment" : "bunkercrate facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkercrate", { "direction" : "right", "parameters" : { "treasurePools" : [ "naturalcaveTreasure" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [100, 231, 231, 255],
|
|
"comment" : "bunkerdesk facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerdesk", { "direction" : "left", "parameters" : { "treasurePools" : [ "naturalcaveTreasure" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 231, 231, 255],
|
|
"comment" : "bunkerdesk facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerdesk", { "direction" : "right", "parameters" : { "treasurePools" : [ "naturalcaveTreasure" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 231, 46, 255],
|
|
"comment" : "bunkerdisplay1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerdisplay1", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [57, 231, 0, 255],
|
|
"comment" : "bunkerdisplay1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerdisplay1", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [198, 231, 0, 255],
|
|
"comment" : "bunkerdisplay2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerdisplay2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [208, 231, 0, 255],
|
|
"comment" : "bunkerdisplay2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerdisplay2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [109, 8, 14, 255],
|
|
"comment" : "bunkerdisplay3",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerdisplay3", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [109, 45, 8, 255],
|
|
"comment" : "bunkerdisplay4",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerdisplay4" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [61, 121, 139, 255],
|
|
"comment" : "bunkereyescanner",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkereyescanner" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [109, 8, 104, 255],
|
|
"comment" : "bunkerhandscanner",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerhandscanner" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [241, 0, 95, 255],
|
|
"comment" : "bunkerheater1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerheater1", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [171, 0, 231, 255],
|
|
"comment" : "bunkerheater1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerheater1", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [109, 8, 52, 255],
|
|
"comment" : "bunkerlighth",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerlighth" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [31, 8, 109, 255],
|
|
"comment" : "bunkerlightv",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerlightv" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [69, 8, 109, 255],
|
|
"comment" : "bunkerpanel1",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerpanel1" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [8, 60, 109, 255],
|
|
"comment" : "bunkerpanel2",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerpanel2" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [8, 29, 109, 255],
|
|
"comment" : "bunkerpanel3",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerpanel3" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [49, 109, 8, 255],
|
|
"comment" : "bunkerposter1",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerposter1" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [8, 109, 15, 255],
|
|
"comment" : "bunkerposter2",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerposter2" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [75, 0, 231, 255],
|
|
"comment" : "bunkerserver facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerserver", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [35, 0, 231, 255],
|
|
"comment" : "bunkerserver facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerserver", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [208, 30, 12, 255],
|
|
"comment" : "bunkerslidingdoor",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerslidingdoor" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [45, 0, 231, 255],
|
|
"comment" : "bunkertable1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkertable1", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [79, 45, 219, 255],
|
|
"comment" : "bunkertable1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkertable1", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [140, 208, 0, 255],
|
|
"comment" : "bunkertable2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkertable2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [27, 208, 0, 255],
|
|
"comment" : "bunkertable2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkertable2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [208, 81, 0, 255],
|
|
"comment" : "bunkertable3",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkertable3" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [218, 81, 0, 255],
|
|
"comment" : "bunkertv",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkertv" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [208, 42, 0, 255],
|
|
"comment" : "bunkertv2",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkertv2" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [218, 42, 0, 255],
|
|
"comment" : "bunkervent",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkervent" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [208, 0, 105, 255],
|
|
"comment" : "bunkerwires facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerwires", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [218, 0, 105, 255],
|
|
"comment" : "bunkerwires facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "bunkerwires", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 27, 27, 255],
|
|
"comment" : "prisonarch",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonarch" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 66, 28, 255],
|
|
"comment" : "prisonbarrelfire facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonbarrelfire", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 85, 28, 255],
|
|
"comment" : "prisonbarrelfire facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonbarrelfire", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 123, 28, 255],
|
|
"comment" : "prisonbars",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonbars" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 160, 28, 255],
|
|
"comment" : "prisonbed facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonbed", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 179, 28, 255],
|
|
"comment" : "prisonbed facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonbed", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 217, 28, 255],
|
|
"comment" : "prisonbench facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonbench", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 236, 28, 255],
|
|
"comment" : "prisonbench facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonbench", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [236, 255, 28, 255],
|
|
"comment" : "prisoncabinet1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisoncabinet1", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [217, 255, 28, 255],
|
|
"comment" : "prisoncabinet1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisoncabinet1", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [179, 255, 28, 255],
|
|
"comment" : "prisoncontrolpanel facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisoncontrolpanel", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [160, 255, 28, 255],
|
|
"comment" : "prisoncontrolpanel facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisoncontrolpanel", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [123, 255, 28, 255],
|
|
"comment" : "prisoncorner",
|
|
"brush" : [ [ "clear" ], [ "object", "prisoncorner" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [85, 255, 28, 255],
|
|
"comment" : "prisonexitsign facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonexitsign", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [66, 255, 28, 255],
|
|
"comment" : "prisonexitsign facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonexitsign", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 255, 28, 255],
|
|
"comment" : "prisonfence1",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonfence1" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 255, 66, 255],
|
|
"comment" : "prisonfence2",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonfence2" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 255, 104, 255],
|
|
"comment" : "prisonfile1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonfile1", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 255, 123, 255],
|
|
"comment" : "prisonfile1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonfile1", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 255, 160, 255],
|
|
"comment" : "prisonfile2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonfile2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 255, 179, 255],
|
|
"comment" : "prisonfile2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonfile2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 255, 217, 255],
|
|
"comment" : "prisonfloodlight",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonfloodlight" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 255, 255, 255],
|
|
"comment" : "prisonforcecell facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonforcecell", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 236, 255, 255],
|
|
"comment" : "prisonforcecell facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonforcecell", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 198, 255, 255],
|
|
"comment" : "prisongirderh",
|
|
"brush" : [ [ "clear" ], [ "object", "prisongirderh" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 160, 255, 255],
|
|
"comment" : "prisongirderv facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisongirderv", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 142, 255, 255],
|
|
"comment" : "prisongirderv facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisongirderv", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 104, 255, 255],
|
|
"comment" : "prisongraffiti1",
|
|
"brush" : [ [ "clear" ], [ "object", "prisongraffiti1" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 66, 255, 255],
|
|
"comment" : "prisongraffiti2",
|
|
"brush" : [ [ "clear" ], [ "object", "prisongraffiti2" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [28, 28, 255, 255],
|
|
"comment" : "prisongrateh",
|
|
"brush" : [ [ "clear" ], [ "object", "prisongrateh" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [66, 28, 255, 255],
|
|
"comment" : "prisongratev",
|
|
"brush" : [ [ "clear" ], [ "object", "prisongratev" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [104, 28, 255, 255],
|
|
"comment" : "prisonlocker1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonlocker1", { "direction" : "left", "parameters" : { "treasurePools" : [ "naturalcaveTreasureLarge" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [123, 28, 255, 255],
|
|
"comment" : "prisonlocker1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonlocker1", { "direction" : "right", "parameters" : { "treasurePools" : [ "naturalcaveTreasureLarge" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [160, 28, 255, 255],
|
|
"comment" : "prisonlocker2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonlocker2", { "direction" : "left", "parameters" : { "treasurePools" : [ "naturalcaveTreasureLarge" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [179, 28, 255, 255],
|
|
"comment" : "prisonlocker2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonlocker2", { "direction" : "right", "parameters" : { "treasurePools" : [ "naturalcaveTreasureLarge" ] } } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [217, 28, 255, 255],
|
|
"comment" : "prisonmattress facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonmattress", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [236, 28, 255, 255],
|
|
"comment" : "prisonmattress facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonmattress", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 28, 236, 255],
|
|
"comment" : "prisonmirror1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonmirror1", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 28, 217, 255],
|
|
"comment" : "prisonmirror1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonmirror1", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 28, 179, 255],
|
|
"comment" : "prisonmirror2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonmirror2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 28, 160, 255],
|
|
"comment" : "prisonmirror2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonmirror2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 28, 123, 255],
|
|
"comment" : "prisonpanel facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonpanel", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 28, 104, 255],
|
|
"comment" : "prisonpanel facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonpanel", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [154, 184, 213, 255],
|
|
"comment" : "prisondoor",
|
|
"brush" : [ [ "clear" ], [ "object", "prisondoor" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 28, 66, 255],
|
|
"comment" : "prisonpaper1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonpaper1", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 28, 47, 255],
|
|
"comment" : "prisonpaper1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonpaper1", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 56, 38, 255],
|
|
"comment" : "prisonpaper2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonpaper2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 74, 38, 255],
|
|
"comment" : "prisonpaper2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonpaper2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 111, 38, 255],
|
|
"comment" : "prisonpaper3 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonpaper3", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 129, 38, 255],
|
|
"comment" : "prisonpaper3 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonpaper3", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 165, 38, 255],
|
|
"comment" : "prisonpipefence",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonpipefence" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 201, 38, 255],
|
|
"comment" : "prisonradiator facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonradiator", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 219, 38, 255],
|
|
"comment" : "prisonradiator facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonradiator", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [255, 255, 38, 255],
|
|
"comment" : "prisonsign1",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonsign1" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [219, 255, 38, 255],
|
|
"comment" : "prisonsign2",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonsign2" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [183, 255, 38, 255],
|
|
"comment" : "prisonstonesign facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonstonesign", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [165, 255, 38, 255],
|
|
"comment" : "prisonstonesign facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonstonesign", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [129, 255, 38, 255],
|
|
"comment" : "prisontable facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisontable", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [111, 255, 38, 255],
|
|
"comment" : "prisontable facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisontable", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [74, 255, 38, 255],
|
|
"comment" : "prisontoilet facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisontoilet", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [56, 255, 38, 255],
|
|
"comment" : "prisontoilet facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisontoilet", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [38, 255, 56, 255],
|
|
"comment" : "prisontorturebed1 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisontorturebed1", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [38, 255, 74, 255],
|
|
"comment" : "prisontorturebed1 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisontorturebed1", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [38, 255, 110, 255],
|
|
"comment" : "prisontorturebed2 facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisontorturebed2", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [38, 255, 129, 255],
|
|
"comment" : "prisontorturebed2 facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisontorturebed2", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [38, 255, 165, 255],
|
|
"comment" : "prisonturbine facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonturbine", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [38, 255, 183, 255],
|
|
"comment" : "prisonturbine facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonturbine", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [38, 255, 219, 255],
|
|
"comment" : "prisongraffiti3",
|
|
"brush" : [ [ "clear" ], [ "object", "prisongraffiti3" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [38, 237, 255, 255],
|
|
"comment" : "prisongraffiti4",
|
|
"brush" : [ [ "clear" ], [ "object", "prisongraffiti4" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [38, 183, 255, 255],
|
|
"comment" : "prisongraffiti5",
|
|
"brush" : [ [ "clear" ], [ "object", "prisongraffiti5" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [38, 129, 255, 255],
|
|
"comment" : "prisongraffiti6",
|
|
"brush" : [ [ "clear" ], [ "object", "prisongraffiti6" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [38, 74, 255, 255],
|
|
"comment" : "prisongraffiti7",
|
|
"brush" : [ [ "clear" ], [ "object", "prisongraffiti7" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [192, 37, 219, 255],
|
|
"comment" : "microwave facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "microwave", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [170, 33, 194, 255],
|
|
"comment" : "microwave facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "microwave", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [229, 11, 11, 255],
|
|
"comment" : "alertlight",
|
|
"brush" : [ [ "clear" ], [ "object", "alertlight" ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [56, 38, 255, 255],
|
|
"comment" : "prisonsecuritycamera facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonsecuritycamera", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [74, 38, 255, 255],
|
|
"comment" : "prisonsecuritycamera facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonsecuritycamera", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [111, 38, 255, 255],
|
|
"comment" : "prisoncamerastation facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisoncamerastation", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [129, 38, 255, 255],
|
|
"comment" : "prisoncamerastation facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisoncamerastation", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [165, 38, 255, 255],
|
|
"comment" : "prisonshower facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonshower", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [183, 38, 255, 255],
|
|
"comment" : "prisonshower facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonshower", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [176, 38, 255, 255],
|
|
"comment" : "prisonshowerdripping facing left",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonshowerdripping", { "direction" : "left" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [194, 38, 255, 255],
|
|
"comment" : "prisonshowerdripping facing right",
|
|
"brush" : [ [ "clear" ], [ "object", "prisonshowerdripping", { "direction" : "right" } ] ]
|
|
},
|
|
|
|
{
|
|
"value" : [250, 200, 250, 255],
|
|
"comment" : "dungeonpod",
|
|
"brush" : [ [ "clear" ], [ "object", "dungeonpod" ] ]
|
|
},
|
|
|
|
// NPC MONSTER SPAWN BRUSHES //
|
|
|
|
{
|
|
"value" : [200, 0, 200, 255],
|
|
"comment" : "human bunker guard npc",
|
|
"brush" : [ [ "npc",
|
|
{
|
|
"kind" : "npc",
|
|
"species" : "human",
|
|
"typeName" : "bunkerguard"
|
|
}
|
|
] ]
|
|
},
|
|
|
|
{
|
|
"value" : [225, 0, 225, 255],
|
|
"comment" : "human bunker pyro npc",
|
|
"brush" : [ [ "npc",
|
|
{
|
|
"kind" : "npc",
|
|
"species" : "human",
|
|
"typeName" : "bunkerpyro"
|
|
}
|
|
] ]
|
|
},
|
|
|
|
{
|
|
"value" : [229, 0, 0, 255],
|
|
"comment" : "human prison berserker npc",
|
|
"brush" : [ [ "npc",
|
|
{
|
|
"kind" : "npc",
|
|
"species" : "human",
|
|
"typeName" : "prisonberserker"
|
|
}
|
|
] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 229, 0, 255],
|
|
"comment" : "human prison bruiser npc",
|
|
"brush" : [ [ "npc",
|
|
{
|
|
"kind" : "npc",
|
|
"species" : "human",
|
|
"typeName" : "prisonbruiser"
|
|
}
|
|
] ]
|
|
},
|
|
|
|
{
|
|
"value" : [0, 0, 229, 255],
|
|
"comment" : "human prison gunman npc",
|
|
"brush" : [ [ "npc",
|
|
{
|
|
"kind" : "npc",
|
|
"species" : "human",
|
|
"typeName" : "prisongunman"
|
|
}
|
|
] ]
|
|
},
|
|
|
|
{
|
|
"value" : [229, 229, 0, 255],
|
|
"comment" : "human prison runarounder",
|
|
"brush" : [ [ "npc",
|
|
{
|
|
"kind" : "npc",
|
|
"species" : "floran",
|
|
"typeName" : "runarounder"
|
|
}
|
|
] ]
|
|
}
|
|
],
|
|
|
|
"parts" : [
|
|
{
|
|
"name" : "entranceleft1",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "entranceleft1", "entranceleft2", "entranceright1", "entranceright2", "exitleft1", "exitleft2", "exitright1" ] ]
|
|
],
|
|
"def" : [ "image", [ "entranceleft1.png", "entranceleft1-objects.png" ] ],
|
|
"chance" : 0
|
|
},
|
|
|
|
{
|
|
"name" : "entranceright1",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "entranceleft1", "entranceleft2", "entranceright1", "entranceright2", "exitleft1", "exitright1", "exitright2" ] ]
|
|
],
|
|
"def" : [ "image", [ "entranceright1.png", "entranceright1-objects.png" ] ],
|
|
"chance" : 0
|
|
},
|
|
|
|
{
|
|
"name" : "entranceleft2",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "entranceleft1", "entranceleft2", "entranceright1", "entranceright2", "exitleft1", "exitleft2", "exitright2" ] ]
|
|
],
|
|
"def" : [ "image", [ "entranceleft2.png", "entranceleft2-objects.png" ] ],
|
|
"chance" : 0
|
|
},
|
|
|
|
{
|
|
"name" : "entranceright2",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "entranceleft1", "entranceleft2", "entranceright1", "entranceright2", "exitleft2", "exitright1", "exitright2" ] ]
|
|
],
|
|
"def" : [ "image", [ "entranceright2.png", "entranceright2-objects.png" ] ],
|
|
"chance" : 0
|
|
},
|
|
|
|
{
|
|
"name" : "exitleft1",
|
|
"rules" : [
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "exitleft1.png", "entranceleft1-objects.png" ] ],
|
|
"chance" : 0
|
|
},
|
|
|
|
{
|
|
"name" : "exitright1",
|
|
"rules" : [
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "exitright1.png", "entranceright1-objects.png" ] ],
|
|
"chance" : 0
|
|
},
|
|
|
|
{
|
|
"name" : "exitleft2",
|
|
"rules" : [
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "exitleft2.png", "entranceleft2-objects.png" ] ],
|
|
"chance" : 0
|
|
},
|
|
|
|
{
|
|
"name" : "exitright2",
|
|
"rules" : [
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "exitright2.png", "entranceright2-objects.png" ] ],
|
|
"chance" : 0
|
|
},
|
|
|
|
{
|
|
"name" : "prisonblock1a",
|
|
"rules" : [
|
|
[ "maxSpawnCount", [1] ]
|
|
],
|
|
"def" : [ "image", [ "prisonblock1a.png", "prisonblock1a-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "prisonblock1b",
|
|
"rules" : [
|
|
[ "maxSpawnCount", [1] ]
|
|
],
|
|
"def" : [ "image", [ "prisonblock1b.png", "prisonblock1b-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "prisonblock1c",
|
|
"rules" : [
|
|
[ "maxSpawnCount", [0] ]
|
|
// [ "doNotConnectToPart", [ "prisonblock1d" ] ]
|
|
],
|
|
"def" : [ "image", [ "prisonblock1c.png", "prisonblock1c-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "prisonblock1d",
|
|
"rules" : [
|
|
[ "maxSpawnCount", [0] ]
|
|
// [ "doNotConnectToPart", [ "prisonblock1c" ] ]
|
|
],
|
|
"def" : [ "image", [ "prisonblock1d.png", "prisonblock1d-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "prisonblock2a",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "prisonblock2a", "prisonblock2a-shield", "prisonblock2b", "prisonblock2c" ] ]
|
|
],
|
|
"def" : [ "image", [ "prisonblock2a.png", "prisonblock2a-objects.png" ] ]
|
|
},
|
|
{
|
|
"name" : "prisonblock2a-shield",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "prisonblock2a", "prisonblock2a-shield", "prisonblock2b-shield", "prisonblock2c-shield" ] ]
|
|
],
|
|
"def" : [ "image", [ "prisonblock2a-shield.png", "prisonblock2a-shield-objects.png" ] ]
|
|
},
|
|
{
|
|
"name" : "prisonblock2b",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "prisonblock2a", "prisonblock2b", "prisonblock2b-shield", "prisonblock2c", "prisonblock2c-shield" ] ]
|
|
],
|
|
"def" : [ "image", [ "prisonblock2b.png", "prisonblock2b-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "prisonblock2b-shield",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "prisonblock2a-shield", "prisonblock2b", "prisonblock2b-shield", "prisonblock2c", "prisonblock2c-shield" ] ]
|
|
],
|
|
"def" : [ "image", [ "prisonblock2b.png", "prisonblock2b-shield-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "prisonblock2c",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "prisonblock2a", "prisonblock2b", "prisonblock2b-shield", "prisonblock2c", "prisonblock2c-shield" ] ]
|
|
],
|
|
"def" : [ "image", [ "prisonblock2c.png", "prisonblock2c-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "prisonblock2c-shield",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "prisonblock2a-shield", "prisonblock2b", "prisonblock2b-shield", "prisonblock2c", "prisonblock2c-shield" ] ]
|
|
],
|
|
"def" : [ "image", [ "prisonblock2c.png", "prisonblock2c-shield-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "courtyard1a",
|
|
"rules" : [
|
|
[ "doNotConnectToPart", [ "courtyard1a", "messhall1a", "messhall1b", "showerhall1a" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "courtyard1a.png", "courtyard1a-objects.png" ] ],
|
|
"chance" : 0
|
|
},
|
|
|
|
{
|
|
"name" : "messhall1a",
|
|
"rules" : [
|
|
[ "maxSpawnCount", [1] ],
|
|
[ "doNotConnectToPart", [ "entranceleft1", "entranceright1", "entranceleft2", "entranceright2", "courtyard1a", "messhall1a", "messhall1b", "showerhall1a" ] ]
|
|
],
|
|
"def" : [ "image", [ "messhall1a.png", "messhall1a-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "messhall1b",
|
|
"rules" : [
|
|
[ "maxSpawnCount", [0] ],
|
|
[ "doNotConnectToPart", [ "entranceleft1", "entranceright1", "entranceleft2", "entranceright2", "courtyard1a", "messhall1a", "messhall1b", "showerhall1a", "prisonblock1a", "prisonblock1b", "prisonblock1c", "prisonblock2a", "prisonblock2b", "prisonblock2c" ] ]
|
|
],
|
|
"def" : [ "image", [ "messhall1b.png", "messhall1b-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "showerhall1a",
|
|
"rules" : [
|
|
[ "maxSpawnCount", [1] ],
|
|
[ "doNotConnectToPart", [ "entranceleft1", "entranceright1", "entranceleft2", "entranceright2", "courtyard1a", "messhall1a", "messhall1b", "showerhall1a" ] ]
|
|
],
|
|
"def" : [ "image", [ "showerhall1a.png", "showerhall1a-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1aleft",
|
|
"rules" : [
|
|
[ "maxSpawnCount", [2] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1aleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1aright",
|
|
"rules" : [
|
|
[ "maxSpawnCount", [2] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1aright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1bleft",
|
|
"rules" : [
|
|
[ "maxSpawnCount", [2] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1bleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1bright",
|
|
"rules" : [
|
|
[ "maxSpawnCount", [1] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1bright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1cleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1cleft", "cell1cright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1cleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1cright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1cleft", "cell1cright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1cright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1dleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1dleft", "cell1dright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1dleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1dright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1dleft", "cell1dright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1dright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1eleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1eleft", "cell1eright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1eleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1eright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1eleft", "cell1eright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1eright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1fleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1fleft", "cell1fright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1fleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1fright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1fleft", "cell1fright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1fright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1gleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1gleft", "cell1gright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1gleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1gright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1gleft", "cell1gright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1gright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1hleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1hleft", "cell1hright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1hleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1hright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1hleft", "cell1hright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1hright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1ileft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1ileft", "cell1iright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1ileft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1iright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1ileft", "cell1iright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1iright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1jleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1jleft", "cell1jright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1jleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1jright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1jleft", "cell1jright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1jright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1kleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1kleft", "cell1kright" ] ],
|
|
[ "doNotConnectToPart", [ "prisonblock2a" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1kleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1kright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1kleft", "cell1kright" ] ],
|
|
[ "doNotConnectToPart", [ "prisonblock2a" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1kright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1lleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1lleft", "cell1lright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1lleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1lright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1lleft", "cell1lright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1lright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1mleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1mleft", "cell1mright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1mleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1mright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1mleft", "cell1mright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1mright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1nleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1nleft", "cell1nright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1nleft.png", "cell1nleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1nright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1nleft", "cell1nright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1nright.png", "cell1nright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1oleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1oleft", "cell1oright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1oleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1oright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1oleft", "cell1oright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1oright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1pleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1pleft", "cell1pright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1pleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1pright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1pleft", "cell1pright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1pright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1qleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1qleft", "cell1qright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1qleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1qright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1qleft", "cell1qright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1qright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1rleft",
|
|
"rules" : [
|
|
[ "maxSpawnCount", [2] ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1rleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1rright",
|
|
"rules" : [
|
|
[ "maxSpawnCount", [2] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1rright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1sleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1sleft", "cell1sright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1sleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1sright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1sleft", "cell1sright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1sright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1tleft",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1tleft", "cell1tright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1tleft-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1tright",
|
|
"rules" : [
|
|
[ "doNotCombineWith", [ "cell1tleft", "cell1tright" ] ],
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1tright-objects.png" ] ]
|
|
},
|
|
|
|
{
|
|
"name" : "cell1leftfill",
|
|
"rules" : [
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1left.png", "cell1left-objects.png" ] ],
|
|
"chance" : 0
|
|
},
|
|
|
|
{
|
|
"name" : "cell1rightfill",
|
|
"rules" : [
|
|
[ "ignorePartMaximumRule" ]
|
|
],
|
|
"def" : [ "image", [ "cell1right.png", "cell1right-objects.png" ] ],
|
|
"chance" : 0
|
|
},
|
|
|
|
{
|
|
"name" : "guardroom1a",
|
|
"rules" : [
|
|
[ "ignorePartMaximumRule" ],
|
|
[ "maxSpawnCount", [1] ]
|
|
],
|
|
"def" : [ "image", [ "guardroom1a.png", "guardroom1a-objects.png" ] ],
|
|
"chance" : 0
|
|
},
|
|
|
|
{
|
|
"name" : "guardroom1b",
|
|
"rules" : [
|
|
[ "ignorePartMaximumRule" ],
|
|
[ "maxSpawnCount", [1] ]
|
|
],
|
|
"def" : [ "image", [ "guardroom1b.png", "guardroom1b-objects.png" ] ],
|
|
"chance" : 0
|
|
},
|
|
|
|
{
|
|
"name" : "guardroom1c",
|
|
"rules" : [
|
|
[ "ignorePartMaximumRule" ],
|
|
[ "maxSpawnCount", [1] ]
|
|
],
|
|
"def" : [ "image", [ "guardroom1c.png", "guardroom1c-objects.png" ] ],
|
|
"chance" : 0
|
|
}
|
|
]
|
|
}
|