-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathhouse21.json
93 lines (93 loc) · 2.89 KB
/
house21.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_21",
"object": {
"fill_ter": "t_floor",
"rows": [
"........%`%.............",
".......p.`..............",
".........`.......[......",
"........%`%..!..........",
".........`.......!..[...",
"...[....%`%...!.........",
".........`..............",
"........%`%..##o#oo##...",
"....%%%%!````*÷ ET#...",
"...##ooo###oo#||Y E#...",
"...#x |34527| o...",
"...#x H hfho...",
"...o lH YJJJy hfh#...",
"...o H y#...",
"...# E |1FO÷6||+||#...",
"..^#RR yR###o*##B~~t#^..",
"...#||+||#jjj``#B8SQ#...",
"...#d P#`````######...",
"...o@@ hIo!````.%%.%....",
"...o@@ Io!.............",
"...#D y#!.............",
"...##ooo##..............",
"........................",
"........................"
],
"palettes": [ "domestic_general_and_variant_palette", "standard_domestic_lino_bathroom", "standard_domestic_landscaping_palette" ],
"terrain": { "j": "t_concrete" },
"place_item": [ { "item": "stereo", "x": 4, "y": 11, "chance": 100 } ],
"place_nested": [
{
"chunks": [ [ "null", 25 ], [ "playset_4x4_2", 25 ], [ "firepit_5x5_1", 25 ], [ "firepit_5x5_2", 25 ], [ "playset_4x4_1", 25 ] ],
"x": [ 12, 15 ],
"y": 19
},
{ "chunks": [ "rolling_trash_can_1x1" ], "x": 5, "y": 1 }
]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_21_roof",
"object": {
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" -------- ",
" -......- ",
" -----------......- ",
" -............X...- ",
" -......1.........- ",
" -................- ",
" -....=.......&...- ",
" -................- ",
" 5.....-------....5 ",
" -.....- -....- ",
" -.....- ------ ",
" -.....- ",
" -.....- ",
" -.....- ",
" ------- ",
" ",
" "
],
"palettes": [ "roof_palette" ],
"terrain": { ".": "t_shingle_flat_roof" },
"nested": {
"1": {
"chunks": [
[ "residential_1x2_solar", 6 ],
[ "residential_2x2_solar", 2 ],
[ "residential_1x3_solar", 3 ],
[ "null", 88 ]
]
}
}
}
}
]