From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Locations/Misc/fieldbloodrunepedestal.json | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Locations/Misc/fieldbloodrunepedestal.json (limited to 'vamp_stuff/Modification_Files/Locations/Misc/fieldbloodrunepedestal.json') 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..0fb0604 --- /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" } } + } + } +] -- cgit v1.2.1