1[
2  {
3    "type": "mapgen",
4    "method": "json",
5    "om_terrain": [ "triffid_grove" ],
6    "weight": 100,
7    "object": {
8      "fill_ter": "t_dirt",
9      "rows": [
10        "                        ",
11        "  44  4  66  66  4  44  ",
12        "  44  4  66  66  4  44  ",
13        "  44  4  66  66  4  44  ",
14        "  44  4  66  66  4  44  ",
15        "  44  4          4  44  ",
16        "  44  4  766667  4  44  ",
17        "         777777         ",
18        "  55    77766777    55  ",
19        "  55   77      77   55  ",
20        "  66  77  B  B  77  66  ",
21        " 1         >>         1 ",
22        " 1         >>         1 ",
23        "  66  77  B  B  77  66  ",
24        "  55   77      77   55  ",
25        "  55    77766777    55  ",
26        "         777777         ",
27        "  44  4  766667  4  44  ",
28        "  44  4          4  44  ",
29        "  44  4  66  66  4  44  ",
30        "  44  4  66  66  4  44  ",
31        "  44  4  66  66  4  44  ",
32        "  44  4  66  66  4  44  ",
33        "                        "
34      ],
35      "terrain": {
36        " ": [ "t_dirt", "t_dirt", "t_grass", "t_grass", "t_grass", "t_grass", "t_grass", "t_grass", "t_grass" ],
37        "1": [ "t_tree_young", "t_tree_young", "t_tree_young", "t_tree" ],
38        "4": [ "t_tree_young", "t_tree_young", "t_tree_willow", "t_tree_hickory", "t_underbrush", "t_shrub", "t_grass" ],
39        "5": [ "t_tree", "t_tree", "t_tree", "t_tree_pine", "t_tree_pine", "t_tree_birch", "t_tree_birch", "t_tree_maple" ],
40        "6": [
41          "t_tree",
42          "t_tree",
43          "t_tree",
44          "t_tree_apple",
45          "t_tree_apple",
46          "t_tree_pear",
47          "t_tree_pear",
48          "t_tree_cherry",
49          "t_tree_peach",
50          "t_tree_apricot",
51          "t_tree_plum"
52        ],
53        "7": "t_tree",
54        ">": "t_slope_down"
55      },
56      "furniture": { "^": "f_rubble_rock" },
57      "monster": { "B": { "monster": "mon_biollante" } }
58    }
59  },
60  {
61    "type": "mapgen",
62    "method": "json",
63    "om_terrain": [ "triffid_grove" ],
64    "weight": 100,
65    "object": {
66      "fill_ter": "t_dirt",
67      "rows": [
68        "  4444 4444  4444 4444  ",
69        "  4444 4444  4444 4444  ",
70        "  4444 4444  4444 4444  ",
71        "                        ",
72        "                        ",
73        "     56544577544565     ",
74        "     6   777777   6     ",
75        "    46  77777777  64    ",
76        "  5665 77 7  7 77 5665  ",
77        "  6    7        7    6  ",
78        "  5  77   B  B   77  5  ",
79        "  4 77     >>     77 4  ",
80        "  4 77     >>     77 4  ",
81        "  5  77   B  B   77  5  ",
82        "  6    7        7    6  ",
83        "  5665 77 7  7 77 5665  ",
84        "    46  77777777  64    ",
85        "     6   777777   6     ",
86        "     56544577544565     ",
87        "                        ",
88        "                        ",
89        "  4444 4444  4444 4444  ",
90        "  4444 4444  4444 4444  ",
91        "  4444 4444  4444 4444  "
92      ],
93      "terrain": {
94        " ": [ "t_dirt", "t_dirt", "t_grass", "t_grass", "t_grass", "t_grass", "t_grass", "t_grass", "t_grass" ],
95        "1": [ "t_tree_young", "t_tree_young", "t_tree_young", "t_tree" ],
96        "4": [ "t_tree_young", "t_tree_young", "t_tree_willow", "t_tree_hickory", "t_underbrush", "t_shrub", "t_grass" ],
97        "5": [ "t_tree", "t_tree", "t_tree", "t_tree_pine", "t_tree_pine", "t_tree_birch", "t_tree_birch", "t_tree_maple" ],
98        "6": [
99          "t_tree",
100          "t_tree",
101          "t_tree",
102          "t_tree_apple",
103          "t_tree_apple",
104          "t_tree_pear",
105          "t_tree_pear",
106          "t_tree_cherry",
107          "t_tree_peach",
108          "t_tree_apricot",
109          "t_tree_plum"
110        ],
111        "7": "t_tree",
112        ">": "t_slope_down"
113      },
114      "furniture": { "^": "f_rubble_rock" },
115      "monster": { "B": { "monster": "mon_biollante" } }
116    }
117  }
118]
119