From 6257fd46cdd23262557ccbb154a1039ab0148bae Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Mar 2021 00:53:46 -0800 Subject: Many updates to get this mod working properly. See the readme. --- .../Locations/-Essentials/locationmap.json | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 vamp_stuff/Modification_Files/Locations/-Essentials/locationmap.json (limited to 'vamp_stuff/Modification_Files/Locations/-Essentials/locationmap.json') diff --git a/vamp_stuff/Modification_Files/Locations/-Essentials/locationmap.json b/vamp_stuff/Modification_Files/Locations/-Essentials/locationmap.json deleted file mode 100644 index a17c252..0000000 --- a/vamp_stuff/Modification_Files/Locations/-Essentials/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." - } - } -] -- cgit v1.2.1