From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Modification Files/Locations/Misc/OddHole.json | 151 +++++++++++++++++++ .../Locations/Misc/fieldbloodrunepedestal.json | 57 +++++++ .../Locations/Misc/fieldgraveyard1.json | 49 ++++++ .../Locations/Misc/vampirus.json | 165 +++++++++++++++++++++ 4 files changed, 422 insertions(+) create mode 100644 vamp_stuff/Modification Files/Locations/Misc/OddHole.json create mode 100644 vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json create mode 100644 vamp_stuff/Modification Files/Locations/Misc/fieldgraveyard1.json create mode 100644 vamp_stuff/Modification Files/Locations/Misc/vampirus.json (limited to 'vamp_stuff/Modification Files/Locations/Misc') diff --git a/vamp_stuff/Modification Files/Locations/Misc/OddHole.json b/vamp_stuff/Modification Files/Locations/Misc/OddHole.json new file mode 100644 index 0000000..33ca8ae --- /dev/null +++ b/vamp_stuff/Modification Files/Locations/Misc/OddHole.json @@ -0,0 +1,151 @@ +[{ + "type": "mapgen", + "method": "json", + "om_terrain": "bloodhole", + "weight": 2000, + "object": { + "fill_ter": "t_grass", + "rows": [ + " ", + " ", + " ", + " ", + " ", + " , ", + " , ", + " ", + " , ", + " ", + " , ", + " , ", + " ", + " , ", + " & ", + " , &&&& ", + " &&>&& , ", + " &&&&& ", + " && ", + " , , ", + " ", + " , ", + " ", + " " + ], + "terrain": { + ",": [ + "t_tree", + "t_tree", + "t_underbrush", + "t_shrub" + ], + " ": "t_grass", + ">": "t_slope_down" + }, + "furniture": { + "&": "f_rubble_rock" + } + } + }, { + "type": "mapgen", + "method": "json", + "om_terrain": "bloodhole_bottom", + "weight": 2000, + "object": { + "fill_ter": "t_rock_floor", + "rows": [ + "#############)##########", + "############,-;#########", + "###########,,',,########", + "###########,'',,########", + "###########;'-,,,#######", + "##########,,''';,,######", + "##########,,,''';,######", + "########;,,,-''',,,#####", + "######,,,,''''-'',,,####", + "###,,,,,'''''''''',,,###", + "##,,;,''''-'''''''-,;,##", + "##,,''''''''''''''',,,##", + "##,,'''-'''''-'''',,,###", + "###,,''''''-'''''',;####", + "####,,,<'''''''-',,,####", + "####,,,,'-'''''',;,#####", + "#####,,,,;''',,,,,######", + "#######,,,,,,;,#########", + "########################", + "########################", + "########################", + "########################", + "########################", + "########################" + ], + "terrain": { + "'": "t_blood_sh", + "#": "t_rock", + "-": "t_blood_sh", + ",": "t_blood_dp", + ";": "t_blood_dp", + "<": "t_slope_up", + ")": "t_slope_down" + }, + "monster": { + "-": { + "monster": "mon_insect_leech" + }, + ";": { + "monster": "mon_insect_bigleech" + } + } + } + }, { + "type": "mapgen", + "method": "json", + "om_terrain": "bloodhole_lair", + "weight": 2000, + "object": { + "fill_ter": "t_rock_floor", + "rows": [ + "##########;,<,##########", + "#########,,,-;,#########", + "########,,,;'',#########", + "#######,,,,''-,,########", + "######;;,'''-,,,########", + "#######,,'',,,,,;#######", + "#######,-',,,,,,########", + "######,,'''',,,#########", + "#######,,''''',;,#######", + "########,,;#-'''########", + "#############'''-#######", + "###########-''''''######", + "##########''';;;;'-#####", + "#########''-;=;-''######", + "##########-'';'''#######", + "############''-'########", + "########################", + "########################", + "########################", + "########################", + "########################", + "########################", + "########################", + "########################" + ], + "terrain": { + "'": "t_blood_sh", + "#": "t_rock", + ",": "t_blood_dp", + ";": "t_blood_dp", + "-": "t_blood_sh", + "<": "t_slope_up", + "=": "t_blood_sh" + }, + "monster": { + ";": { + "monster": "mon_insect_leech" + }, + "-": { + "monster": "mon_insect_bigleech" + } + } + } + } +] diff --git a/vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json b/vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json new file mode 100644 index 0000000..ceb2221 --- /dev/null +++ b/vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json @@ -0,0 +1,57 @@ +{ + "type": "mapgen", + "method": "json", + "om_terrain": "bloodrune_pedestal", + "weight": 1250, + "object": { + "fill_ter": "t_rock_floor", + "rows": [ + " , ", + ", ", + " , , ", + " , ", + " ", + " l. .. .l , ", + " ........ ", + " , ...... ", + " B..vV..B , ", + " ...... , ", + " , ........ ", + " l. .. .l ", + " , ", + " ,", + " , ", + " , ", + " ", + " , ", + " , ", + " ", + " , ", + " , , ", + " ", + " , , ," + ], + "terrain": { + ",": ["t_tree", "t_tree", "t_underbrush", "t_shrub"], + " ": ["t_grass", "t_grass", "t_dirt"], + "l": "t_column", + "B": "t_rock_floor", + ".": ["t_rock_floor", "t_rock_floor", "t_rock_floor", "t_rock_floor", "t_rock_floor", "t_rock_floor", "t_grass", "t_dirt", "t_dirt"] + }, + "furniture": { + "V": "f_brazier", + "v": "f_counter" + }, + "items": { + "v": { + "item": "bloodrunedrop", + "chance": 100 + } + }, + "monster": { + "B": { + "monster": "mon_zombie_bloodcompact" + } + } + } +} diff --git a/vamp_stuff/Modification Files/Locations/Misc/fieldgraveyard1.json b/vamp_stuff/Modification Files/Locations/Misc/fieldgraveyard1.json new file mode 100644 index 0000000..c7ae4b6 --- /dev/null +++ b/vamp_stuff/Modification Files/Locations/Misc/fieldgraveyard1.json @@ -0,0 +1,49 @@ +{ + "//": "Random graves that are forgotten(hidden) in the map.", + "type": "mapgen", + "method": "json", + "om_terrain": "gravesite1", + "weight": 1250, + "object": { + "fill_ter": "t_grass", + "rows": [ + " , ", + " ", + " , ", + " B , ", + " v ", + " , ", + " , B ", + " , v ", + " , ", + " ", + " , ", + " B ", + " V ", + " ", + " ", + " , ", + " , ", + " , ", + " B ", + " , v ", + " ", + " , B ", + " v B ", + " V " + ], + "terrain": { + ",": ["t_tree", "t_tree", "t_underbrush", "t_shrub"], + " ": ["t_grass", "t_grass", "t_dirt"] + }, + "furniture": { + "V": ["f_grave_monument", "f_grave_stone", "f_grave_head"], + "v": ["f_grave_monument", "f_grave_stone", "f_grave_head"] + }, + "monster": { + "B": { + "monster": "mon_zombie_bloodcompact" + } + } + } +} 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 + } + ] + } + } +] -- cgit v1.2.1