summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Locations/Misc/fieldgraveyard1.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-21 17:12:43 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-21 17:12:43 -0700
commit873bd00487a751cf396481b3187def998eb1c3e8 (patch)
tree1bfa40b7092fc78147d0ba8416e80eb0b1ed1eb2 /vamp_stuff/Modification Files/Locations/Misc/fieldgraveyard1.json
parentInitial commit (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-873bd00487a751cf396481b3187def998eb1c3e8.tar.xz
Fix folder layout
Diffstat (limited to 'vamp_stuff/Modification Files/Locations/Misc/fieldgraveyard1.json')
-rw-r--r--vamp_stuff/Modification Files/Locations/Misc/fieldgraveyard1.json49
1 files changed, 0 insertions, 49 deletions
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"
- }
- }
- }
-}