diff options
Diffstat (limited to 'vamp_stuff/Modification_Files/Locations/Misc/fieldgraveyard1.json')
-rw-r--r-- | vamp_stuff/Modification_Files/Locations/Misc/fieldgraveyard1.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Locations/Misc/fieldgraveyard1.json b/vamp_stuff/Modification_Files/Locations/Misc/fieldgraveyard1.json new file mode 100644 index 0000000..0252508 --- /dev/null +++ b/vamp_stuff/Modification_Files/Locations/Misc/fieldgraveyard1.json @@ -0,0 +1,44 @@ +[ + { + "//": "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" } } + } + } +] |