summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_mission_items.json
blob: 753360a0074d7c51c93ab6bcb978ba37fc928858 (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
41
42
43
44
45
46
47
48
[
  {
    "//": "Items that are useless, unless its been given as mission requirements.",
    "id": "corruptbloodrune",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "corrupted bloodrune" },
    "description": "A black stone dripping in ichor, the final remains of a slain infected vampire. It does not pulsate and lacks the dynamic markings that normally signify a bloodrune.",
    "weight": "750 g",
    "volume": "250 ml",
    "price": "1 USD",
    "price_postapoc": "0 cent",
    "material": [ "compactblood" ],
    "symbol": ".",
    "color": "red",
    "flags": [ "TRADER_AVOID" ]
  },
  {
    "id": "smallleechteeth",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "small leech tooth", "str_pl": "small leech teeth" },
    "description": "A tooth size of the human fingernails. It is sharp, but too small to be used as a tool.",
    "weight": "750 g",
    "volume": "250 ml",
    "price": "1 USD",
    "price_postapoc": "0 cent",
    "material": [ "bone" ],
    "symbol": ".",
    "color": "white",
    "flags": [ "TRADER_AVOID" ]
  },
  {
    "id": "bloodsac",
    "type": "GENERIC",
    "category": "spare_parts",
    "name": { "str": "blood sac" },
    "description": "The large sac of the devourer leech.",
    "weight": "1400 g",
    "volume": "750 ml",
    "price": "1 USD",
    "price_postapoc": "0 cent",
    "material": [ "iflesh" ],
    "symbol": ".",
    "color": "red",
    "flags": [ "TRADER_AVOID" ]
  }
]