summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/NPC/v_npc_mission_items.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification Files/NPC/v_npc_mission_items.json
downloadcataclysm-dda-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification Files/NPC/v_npc_mission_items.json')
-rw-r--r--vamp_stuff/Modification Files/NPC/v_npc_mission_items.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/vamp_stuff/Modification Files/NPC/v_npc_mission_items.json b/vamp_stuff/Modification Files/NPC/v_npc_mission_items.json
new file mode 100644
index 0000000..66157cc
--- /dev/null
+++ b/vamp_stuff/Modification Files/NPC/v_npc_mission_items.json
@@ -0,0 +1,46 @@
+[{
+ "//": "Items that are useless, unless its been given as mission requirements.",
+ "id": "corruptbloodrune",
+ "type": "GENERIC",
+ "category": "spare_parts",
+ "name": "corrupted bloodrune stone",
+ "description": "A black, gooey bloodrune stone specifically owned by an infected vampire. It no longer pulsate and the markings are completely erased.",
+ "weight": 750,
+ "volume": 1,
+ "price": 100,
+ "price_postapoc": 0,
+ "count": 1,
+ "material": ["compactblood"],
+ "symbol": ".",
+ "color": "red"
+ }, {
+ "id": "smallleechteeth",
+ "type": "GENERIC",
+ "category": "spare_parts",
+ "name": "small leech tooth",
+ "name_plural": "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,
+ "volume": 1,
+ "price": 100,
+ "price_postapoc": 0,
+ "count": 1,
+ "material": ["bone"],
+ "symbol": ".",
+ "color": "white"
+ }, {
+ "id": "bloodsac",
+ "type": "GENERIC",
+ "category": "spare_parts",
+ "name": "blood sac",
+ "description": "The large sac of the devourer leech.",
+ "weight": 1400,
+ "volume": 3,
+ "price": 100,
+ "price_postapoc": 0,
+ "count": 1,
+ "material": ["iflesh"],
+ "symbol": ".",
+ "color": "red"
+ }
+]