summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Locations/-Essentials/v_locationmap.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-09 21:43:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-09 21:43:36 -0700
commit0f19bc2ae45fa9ca940c25c89770868157275fa2 (patch)
treee7c4b3fbe1b7b6fa8ccc5b4ec394f7361d2d575e /vamp_stuff/Modification_Files/Locations/-Essentials/v_locationmap.json
parentLowercase f (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-0f19bc2ae45fa9ca940c25c89770868157275fa2.tar.xz
Many changes to bring the mod more up to date with 0.E.3
Rebalance blood backpacks
Diffstat (limited to 'vamp_stuff/Modification_Files/Locations/-Essentials/v_locationmap.json')
-rw-r--r--vamp_stuff/Modification_Files/Locations/-Essentials/v_locationmap.json42
1 files changed, 0 insertions, 42 deletions
diff --git a/vamp_stuff/Modification_Files/Locations/-Essentials/v_locationmap.json b/vamp_stuff/Modification_Files/Locations/-Essentials/v_locationmap.json
deleted file mode 100644
index a17c252..0000000
--- a/vamp_stuff/Modification_Files/Locations/-Essentials/v_locationmap.json
+++ /dev/null
@@ -1,42 +0,0 @@
-[
- {
- "id": "crypt_map",
- "type": "GENERIC",
- "category": "books",
- "name": "crypt map",
- "description": "This odd, hand drawn map points the crypts in its range. There's no actual road going there, but it's an enough information for you.",
- "weight": "30 g",
- "volume": "250 ml",
- "price": 0,
- "to_hit": -1,
- "material": [ "paper" ],
- "symbol": "#",
- "color": "red",
- "use_action": {
- "type": "reveal_map",
- "radius": 180,
- "terrain": [ "crypt1", "crypt2" ],
- "message": "You add the Crypt(s) to your map."
- }
- },
- {
- "id": "vampcave_map",
- "type": "GENERIC",
- "category": "books",
- "name": "cove map",
- "description": "This odd, hand drawn map only points the vampire cove. There's no actual road going there, but it's an enough information for you.",
- "weight": "50 g",
- "volume": "250 ml",
- "price": 0,
- "to_hit": -1,
- "material": [ "paper" ],
- "symbol": "#",
- "color": "red",
- "use_action": {
- "type": "reveal_map",
- "radius": 180,
- "terrain": [ "vampcave_entrance" ],
- "message": "You add the Vampire Cove to your map."
- }
- }
-]