-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
Copy pathhouse35.json
107 lines (107 loc) · 3.29 KB
/
house35.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "house_35" ],
"object": {
"fill_ter": "t_floor",
"rows": [
"........p`..............",
"....%%%%.`.%%%..........",
"...##oo##`##o##````````.",
".###R ¤|*|rrR#````````.",
".#D+ @@|÷+ h *````````.",
".#||d | |E T##oo##```.",
".#D|||+|| |||||O152#```.",
".#+| + II|F___3#```.",
"!# d ||+| J___7#*##.",
"!o |S'|H E ____6|~~#.",
"!#@@ |t'|H hfh |ANo!",
".#¤ |BB|H hfh |~N#!",
".#|||||||sHH +~~o!",
"!#tS|D|U|RRR |y Y|qq#.",
"!o''+ |+| ||xx |####.",
"!#BB| | + T#^...",
".#|||+| ##oo### lHo!...",
".#dbd #Gyy~~*÷ lHo!...",
".# o~~~~~#sHH¤#!...",
".o @@ ÷*~~~~~##oo##....",
".# ¤@@¤ #~~y~~y$........",
"^##o##o##$$$=$$$........",
"...%%%%%...```.......u..",
"........................"
],
"palettes": [
"domestic_general_and_variant_palette",
"standard_domestic_lino_kitchen",
"standard_domestic_lino_bathroom",
"standard_domestic_landscaping_palette"
],
"terrain": {
"$": "t_screened_porch_wall",
"=": "t_screen_door_c",
"~": "t_thconc_floor",
"A": "t_thconc_floor",
"N": "t_thconc_floor",
"K": "t_thconc_floor",
"G": "t_thconc_floor",
"y": "t_thconc_floor",
"q": "t_thconc_floor",
"_": { "param": "linoleum_color_kitchen", "fallback": "t_linoleum_gray" },
"'": { "param": "linoleum_color_bathroom", "fallback": "t_linoleum_gray" }
},
"place_nested": [ { "chunks": [ "rolling_trash_can_1x1" ], "x": 5, "y": 0 } ],
"place_loot": [
{ "item": "hose", "x": 9, "y": 22 },
{ "item": "television", "x": 16, "y": 14 },
{ "item": "stereo", "x": 15, "y": 14, "chance": 20 }
]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_35_roof",
"object": {
"fill_ter": "t_shingle_flat_roof",
"rows": [
" ",
" ",
" ------ ----- ",
" ---....---...- ",
" -............- ",
" -............------ ",
" -.................- ",
" -..........1......- ",
" -.................---- ",
" -....................- ",
" -....................- ",
" -......&.............- ",
" -....................- ",
" -....................- ",
" -..........N......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 ]
]
}
}
}
}
]