summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Locations/Misc/vampirus.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification Files/Locations/Misc/vampirus.json
downloadcataclysm-dda-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification Files/Locations/Misc/vampirus.json')
-rw-r--r--vamp_stuff/Modification Files/Locations/Misc/vampirus.json165
1 files changed, 165 insertions, 0 deletions
diff --git a/vamp_stuff/Modification Files/Locations/Misc/vampirus.json b/vamp_stuff/Modification Files/Locations/Misc/vampirus.json
new file mode 100644
index 0000000..4407cf4
--- /dev/null
+++ b/vamp_stuff/Modification Files/Locations/Misc/vampirus.json
@@ -0,0 +1,165 @@
+[{
+ "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"]
+ },
+ "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
+ }
+ ]
+ }
+ }
+]