summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Locations/Misc/vampirus.json
blob: 7b3a1f13399ee1ba3657e7eecaa0dc2f85ee7ead (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
[
  {
    "type": "mapgen",
    "method": "json",
    "om_terrain": "vampirus",
    "weight": 2000,
    "object": {
      "fill_ter": "t_grass",
      "rows": [
        "                        ",
        "                        ",
        "           .            ",
        "          ''...         ",
        "           !'....       ",
        "           !!!'...      ",
        "          !!**!'..      ",
        "          !''''..       ",
        "          '......       ",
        "         '.....         ",
        "         '  .           ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        ",
        "                        "
      ],
      "terrain": {
        "!": "t_rock_floor",
        ".": "t_rock",
        "*": "t_vamp_seal",
        "'": [ "t_rock", "t_rock_floor", "t_rock_floor" ],
        " ": [
          "t_grass",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_dirt",
          "t_dirt",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_dirt",
          "t_dirt",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_dirt",
          "t_dirt",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_grass",
          "t_dirt",
          "t_dirt",
          "t_underbrush",
          "t_shrub"
        ]
      }
    }
  },
  {
    "type": "mapgen",
    "method": "json",
    "om_terrain": "vampirus_prison_up",
    "weight": 2000,
    "object": {
      "fill_ter": "t_rock_floor",
      "rows": [
        "                        ",
        "           ,,           ",
        "          ,,,,          ",
        "         ,,**,,         ",
        "          ,,,,          ",
        "     ,-,,  ,,  ,,-,     ",
        "     ,-,,+,,,,+,,-,     ",
        "     ,_,,+,,,,+,,_,     ",
        "     ,-,,  ,,  ,,-,     ",
        "          ,,,,          ",
        " =,-,,   ,,,,,,   ,,-,, ",
        " ,,-,,,+,,,  ,,,+,,,-,, ",
        " -_-,,,+,,,  ,,,+,,,-_- ",
        " ,,,,,   ,,,,,,   ,,,,, ",
        "          ,,,,          ",
        "     ,-,,  ,,  ,,-,     ",
        "     ,_,,+,,,,+,,_,     ",
        "     ,-,,+,,,,+,,-,     ",
        "     ,-,,  ,,  ,,-,     ",
        "           ,,           ",
        "           ,,           ",
        "          ,,,,          ",
        "          ,,,,          ",
        "          +  +          "
      ],
      "terrain": {
        ",": "t_rock_floor",
        " ": "t_rock",
        "*": "t_slope_up",
        "+": [ "t_door_c", "t_door_c", "t_door_o" ],
        "-": "t_blood_sh",
        "_": "t_wall_half"
      },
      "place_monsters": [ { "monster": "GROUP_VAMPIRUS_LABY", "density": 0.625, "x": [ 1, 23 ], "y": [ 1, 23 ] } ],
      "npcs": { "=": { "class": "HUMAN_VAΜPRISON" } }
    }
  },
  {
    "type": "mapgen",
    "update_mapgen_id": "vampirus_attracted",
    "method": "json",
    "object": { "place_monsters": [ { "monster": "GROUP_ZOMBIE", "density": 1.1, "x": [ 8, 16 ], "y": [ 8, 16 ] } ] }
  },
  {
    "type": "mapgen",
    "method": "json",
    "update_mapgen_id": "vampirus_unsealing",
    "object": { "place_nested": [ { "chunks": [ "vampirus_unsealing" ], "x": 0, "y": 0 } ] }
  }
]