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 +++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 vamp_stuff/Modification Files/Locations/Misc/OddHole.json (limited to 'vamp_stuff/Modification Files/Locations/Misc/OddHole.json') 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" + } + } + } + } +] -- cgit v1.2.1