forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBlank Building Template.txt
45 lines (44 loc) · 1.59 KB
/
Blank Building Template.txt
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
This is a blank template for buildings made in json.
Copy and paste it for convenience.
"fill_ter": "t_dirt",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"terrain": {
".": "t_pavement_y",
"7": "t_backboard",
"|": "t_chainfence_v",
"-": "t_chainfence_h",
"+": "t_chaingate_c",
" ": "t_pavement"
},
"furniture": {
"H": "f_bench",
"R": "f_trashcan"
},
"toilets": {
"t": { }
}