summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/Mapgen/v_wasteland.json
blob: d1430694c57e6d1ad34be35aa58dcc0ac90b3d79 (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
[
  {
    "type": "mapgen",
    "method": "json",
    "nested_mapgen_id": "wasteland_radio_tower",
    "object": {
      "mapgensize": [ 24, 24 ],
      "rows": [
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "              ,         ",
        "              .         ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        "
      ],
      "terrain": { ".": "t_radio_tower", ",": "t_radio_controls" }
    }
  }
]