1[
2  {
3    "type": "mapgen",
4    "method": "json",
5    "om_terrain": [ "hunting_blind" ],
6    "weight": 100,
7    "object": {
8      "rows": [
9        "........................",
10        "......._..._............",
11        "..._.....4..._....._....",
12        "..#....._.._...1.....#..",
13        ".._..........._......__.",
14        ".._._...u._..#...._.___.",
15        "......_.........S...__..",
16        "..1.__..7....._...._....",
17        "...___..................",
18        "....__......._...1.._.u.",
19        ".._.................__..",
20        ".........__........._...",
21        "._...._.4#....._........",
22        "...d....u.....|fff|.....",
23        "4........_....|ffc|..__.",
24        "............._|00||..._.",
25        "..._.........____.......",
26        ".......1..._._..........",
27        "..................._..s.",
28        "..._...._...............",
29        "..._...__......#........",
30        "..._.#.._......_..._....",
31        "..._......._.....s..#...",
32        "........................"
33      ],
34      "terrain": {
35        "#": "t_underbrush_harvested_summer",
36        ".": "t_grass",
37        "0": "t_window_empty",
38        "1": "t_tree_young",
39        "4": "t_tree_pine",
40        "7": "t_tree_dead",
41        "S": "t_shrub_blueberry_harvested",
42        "_": "t_dirt",
43        "c": "t_floor",
44        "d": "t_grass",
45        "f": "t_floor",
46        "s": "t_shrub",
47        "u": "t_underbrush",
48        "|": "t_wall_wood"
49      },
50      "furniture": { "c": "f_chair", "d": "f_dandelion" },
51      "place_items": [
52        { "item": "ammo_rifle_common", "x": 16, "y": 14, "chance": 10 },
53        { "item": "ammo_shotgun_common", "x": 15, "y": 14, "chance": 25 }
54      ]
55    }
56  },
57  {
58    "type": "mapgen",
59    "method": "json",
60    "om_terrain": [ "hunting_blind" ],
61    "weight": 100,
62    "object": {
63      "rows": [
64        "........................",
65        ".........#.4...._.......",
66        "._..s......#.._.........",
67        ".___......#.......4.....",
68        "..___...1...77u......_..",
69        "...._......##__.....___.",
70        "..U.........4__......_..",
71        "..4......__.#...........",
72        "....._...._.||||..._....",
73        ".....__.....fcf0........",
74        "...._....._.fff0........",
75        "..._........||||....._..",
76        "...._..._...##....._....",
77        "...........##....._._...",
78        "...........##4._........",
79        "._...dU........_........",
80        "._.........#........._..",
81        ".............4....1#....",
82        "....._.....#............",
83        "...t...._.#7....u.......",
84        "..u.......#.........d...",
85        ".........4...__.........",
86        "..._...1.#..._..._......",
87        "..___........._..__....."
88      ],
89      "terrain": {
90        "#": "t_underbrush_harvested_winter",
91        ".": "t_grass",
92        "0": "t_window_empty",
93        "1": "t_tree_young",
94        "4": "t_tree_pine",
95        "7": "t_tree_birch_harvested",
96        "U": "t_underbrush",
97        "_": "t_dirt",
98        "c": "t_floor",
99        "d": "t_grass",
100        "f": "t_floor",
101        "s": "t_shrub_blueberry_harvested",
102        "t": "t_tree_deadpine",
103        "u": "t_underbrush_harvested_spring",
104        "|": "t_wall_wood"
105      },
106      "furniture": { "c": "f_chair", "d": "f_dandelion" },
107      "place_items": [
108        { "item": "ammo_rifle_common", "x": 12, "y": 9, "chance": 10 },
109        { "item": "ammo_shotgun_common", "x": 13, "y": 10, "chance": 25 }
110      ]
111    }
112  }
113]
114