-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
Copy pathhouse18.json
88 lines (88 loc) · 2.83 KB
/
house18.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
[
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "house_18" ],
"weight": 200,
"object": {
"fill_ter": "t_floor",
"rows": [
"------------------------",
".##ooo##p--X--p##ooo##..",
".#yxxxy#-------#PNNyT#..",
".# #o*###*o# E #..",
".oH | L|y | yo..",
".oH ll R|L HHo..",
".os | x l Ho..",
".#HHHH r| x l H#..",
".# hr| x s#..",
".#||| y| |||#..",
".#466 | 73F#..",
".o7 hh|Q|Q|hh 4o..",
".#O ff|||||ff O#..",
".o5 hh|U|U|hh 5o..",
".#312FY |+|+| 6612#..",
".#|||||| | ||||||#..",
".#TRIR | ||||| |RRb #..",
".#E + +U|U+ + d#..",
".oy E|+|||||+| @@o..",
".od b|~~B|B~~|E @@o..",
".# s|tSB|BSt|T d#..",
"^# @@ ||||||||| h #^.",
".#d@@s +Dz|g|zD+ III #..",
".##oo######*######oo##.."
],
"palettes": [ "domestic_general_and_variant_palette", "standard_domestic_lino_bathroom" ],
"terrain": { "p": "t_sidewalk", "X": "t_sidewalk" },
"place_loot": [ { "item": "television", "x": 4, "y": 2, "chance": 70 }, { "item": "television", "x": 15, "y": 7, "chance": 70 } ],
"place_nested": [ { "chunks": [ "rolling_trash_can_1x1" ], "x": 5, "y": 0 } ],
"place_monsters": [ { "monster": "GROUP_ZOMBIE", "x": [ 2, 21 ], "y": [ 2, 21 ], "chance": 8 } ]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "house_18_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 ]
]
}
}
}
}
]