From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Locations/Misc/vampirus.json | 129 +++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Locations/Misc/vampirus.json (limited to 'vamp_stuff/Modification_Files/Locations/Misc/vampirus.json') 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..77d041f --- /dev/null +++ b/vamp_stuff/Modification_Files/Locations/Misc/vampirus.json @@ -0,0 +1,129 @@ +[ + { + "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 } ] } + } +] -- cgit v1.2.1