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 --- .../Locations/Misc/fieldbloodrunepedestal.json | 57 ---------------------- 1 file changed, 57 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json (limited to 'vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json') diff --git a/vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json b/vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json deleted file mode 100644 index ceb2221..0000000 --- a/vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "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" - } - } - } -} -- cgit v1.2.1