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