summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json
diff options
context:
space:
mode:
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, 57 insertions, 0 deletions
diff --git a/vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json b/vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json
new file mode 100644
index 0000000..ceb2221
--- /dev/null
+++ b/vamp_stuff/Modification Files/Locations/Misc/fieldbloodrunepedestal.json
@@ -0,0 +1,57 @@
+{
+ "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"
+ }
+ }
+ }
+}