summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.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/fieldbloodrunepedestal.json
parentInitial commit (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-873bd00487a751cf396481b3187def998eb1c3e8.tar.xz
Fix folder layout
Diffstat (limited to 'vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json')
-rw-r--r--vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json57
1 files changed, 0 insertions, 57 deletions
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"
- }
- }
- }
-}