summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Locations/Misc/OddHole.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Locations/Misc/OddHole.json')
-rw-r--r--vamp_stuff/Modification_Files/Locations/Misc/OddHole.json129
1 files changed, 129 insertions, 0 deletions
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..9833fba
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Locations/Misc/OddHole.json
@@ -0,0 +1,129 @@
+[
+ {
+ "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" } }
+ }
+ }
+]