summaryrefslogtreecommitdiff
path: root/json/mapgen/house/house_quiverfull.json
blob: bb1972cec720221623d86845589487c89aea42f2 (plain)
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
[
  {
    "name": "GROUP_QUIVERFULL",
    "type": "monstergroup",
    "default": "mon_null",
    "monsters": [ { "monster": "mon_zombie_child", "freq": 100, "cost_multiplier": 0, "pack_size": [ 6, 10 ] } ]
  },
  {
    "type": "item_group",
    "id": "book_house_quiverfull_bible",
    "subtype": "collection",
    "items": [ { "item": "holybook_bible1", "prob": 100 } ]
  },
  {
    "type": "mapgen",
    "method": "json",
    "om_terrain": [ "house_quiverfull" ],
    "weight": 300,
    "object": {
      "fill_ter": "t_floor",
      "rows": [
        "....----p...........YYY.",
        ".####**####oo##########.",
        ".#sEL   H|S  Q| hffh 6#.",
        ".#E     H|t  B| hffh 6#.",
        "%#      H|y  B| hffh 6#.",
        "%or     H|8  8| hffh 7#.",
        "%or      ||+||| hffh F#^",
        "%or     E|R  y|   h  F#.",
        "%#       +    +      O#.",
        ".#     |||R  R|J     5o.",
        ".#HHsHH|>    R|n     4o.",
        ".#|||||| |R  R|JJ  123#.",
        ".#q+          ||||+|||#.",
        ".#q+          +      d#.",
        ".#||+|||||||+||D    @@o.",
        ".#d   d@d@d@ T|I    @@o.",
        ".#@@   @ @ @  |Ih    d#.",
        ".#d           |IrRR   #.",
        ".#@@        @@||||||+|#.",
        ".#d          d|BB8Q  Q#.",
        ".#@@   h h  @@|t      #.",
        ".#     IIII  d|S   8BB#.",
        ".####oo#########oo#####.",
        "...%%%%%.....^.........."
      ],
      "palettes": [ "standard_domestic_palette" ],
      "terrain": {
        "Y": "t_region_groundcover_urban",
        "%": [ "t_region_shrub", "t_region_shrub_fruit", "t_region_shrub_decorative" ],
        "#": "t_rock_wall"
      },
      "place_loot": [
        { "item": "american_flag", "x": [ 2, 2 ], "y": [ 5, 5 ], "chance": 100 },
        { "group": "book_house_quiverfull_bible", "x": [ 2, 2 ], "y": [ 6, 6 ], "chance": 100 },
        { "item": "quiver_large", "x": [ 2, 2 ], "y": [ 7, 7 ], "chance": 100 }
      ],
      "place_monsters": [
        { "monster": "GROUP_ZOMBIE", "x": [ 2, 21 ], "y": [ 2, 21 ], "chance": 2 },
        { "monster": "GROUP_QUIVERFULL", "x": [ 2, 14 ], "y": [ 15, 21 ], "chance": 1 }
      ],
      "place_vehicles": [
        { "vehicle": "tricycle", "x": 10, "y": 8, "chance": 50, "status": 0 },
        { "vehicle": "tricycle", "x": 4, "y": 21, "chance": 50, "status": 0 }
      ]
    }
  }
]