From 873bd00487a751cf396481b3187def998eb1c3e8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 21 Sep 2020 17:12:43 -0700 Subject: Fix folder layout --- .../Modification Files/Locations/Misc/OddHole.json | 151 --------------------- 1 file changed, 151 deletions(-) delete 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 deleted file mode 100644 index 33ca8ae..0000000 --- a/vamp_stuff/Modification Files/Locations/Misc/OddHole.json +++ /dev/null @@ -1,151 +0,0 @@ -[{ - "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