summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Locations/-Essentials/v_locationmap.json
blob: 4eac574fc4969827e93ca5e0dedc8d14cde0aa73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[{
        "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,
        "volume": 1,
        "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,
        "volume": 1,
        "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."
        }
    }
]