1[
2  {
3    "id": "standing_stones_accident",
4    "type": "item_group",
5    "subtype": "collection",
6    "items": [
7      [ "holy_symbol", 5 ],
8      [ "holy_symbol_wood", 4 ],
9      [ "essay_book", 6 ],
10      [ "poetry_book", 6 ],
11      [ "philosophy_book", 2 ],
12      [ "holybook_havamal", 8 ],
13      [ "robe", 3 ],
14      [ "tunic", 3 ]
15    ]
16  },
17  {
18    "id": "standing_stones_libation",
19    "type": "item_group",
20    "subtype": "collection",
21    "entries": [ { "item": "mead", "container-item": "bowl_clay", "charges-min": 2, "charges-max": 7 } ]
22  },
23  {
24    "name": "GROUP_STANDING_STONES",
25    "type": "monstergroup",
26    "default": "mon_null",
27    "monsters": [ { "monster": "mon_darkman", "freq": 100, "cost_multiplier": 1, "conditions": [ "NIGHT" ] } ]
28  },
29  {
30    "type": "mapgen",
31    "method": "json",
32    "om_terrain": [ "standing_stones" ],
33    "weight": 500,
34    "object": {
35      "rows": [
36        "ffffffffffffffffffff..ff",
37        ".ffffff....fffffffffff..",
38        "ff.ffffffff.....o...fff.",
39        "ff..f...ffffffff......ff",
40        ".fff.o.........f....ffff",
41        "f.....fff......fff....f.",
42        "f......f........ff......",
43        "ff....................o.",
44        ".f.o........o...........",
45        "...........ss...O.....ff",
46        ".........ossssss.......f",
47        ".......sssssssss.....fff",
48        "fff..Ossss#sOsss.o.....f",
49        "f......sssssssss.....o..",
50        "........ossssssO.......f",
51        "o.......ss..ss.........f",
52        "fff.......o.............",
53        "....................ffff",
54        ".ff....................f",
55        "f....o...............of.",
56        "fff..................f..",
57        "ffffffffff.....o...ffff.",
58        "ff.f.f.f.f....fff..f.f.f",
59        "ffffff..........ffffffff"
60      ],
61      "terrain": {
62        "#": "t_dirt",
63        ".": [ "t_grass", "t_grass", "t_grass", "t_dirt", "t_dirt" ],
64        "O": "t_dirt",
65        "f": [ "t_grass", "t_grass", "t_grass", "t_tree", "t_tree_young", "t_underbrush", "t_underbrush", "t_underbrush", "t_dirt" ],
66        "o": "t_dirt",
67        "s": "t_dirt"
68      },
69      "furniture": { "#": "f_brazier", "O": "f_boulder_large", "o": "f_boulder_small" },
70      "place_items": [
71        { "item": "standing_stones_accident", "x": [ 9, 14 ], "y": [ 13, 15 ], "chance": 50, "repeat": [ 3, 6 ] },
72        { "item": "standing_stones_libation", "x": 11, "y": 11, "chance": 100 }
73      ],
74      "item": { "#": { "item": "stick", "repeat": [ 1, 2 ] } }
75    }
76  }
77]
78