summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Items/Armor Set/v_FANCIES.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/Items/Armor Set/v_FANCIES.json
downloadcataclysm-dda-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification Files/Items/Armor Set/v_FANCIES.json')
-rw-r--r--vamp_stuff/Modification Files/Items/Armor Set/v_FANCIES.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/vamp_stuff/Modification Files/Items/Armor Set/v_FANCIES.json b/vamp_stuff/Modification Files/Items/Armor Set/v_FANCIES.json
new file mode 100644
index 0000000..44d5a09
--- /dev/null
+++ b/vamp_stuff/Modification Files/Items/Armor Set/v_FANCIES.json
@@ -0,0 +1,41 @@
+[{
+ "id": "blood_necklace",
+ "type": "ARMOR",
+ "name": "bloodrune necklace",
+ "description": "An odd necklace with rescaled beautiful bloodrune stone to fit and attach to the center. The thinned layer caused the core to pulsate faster.",
+ "weight": 250,
+ "volume": 1,
+ "material": ["stone", "silver"],
+ "symbol": "[",
+ "color": "red",
+ "looks_like": "silver_necklace",
+ "flags": ["FANCY"]
+ }, {
+ "id": "blood_talisman",
+ "type": "ARMOR",
+ "name": "bloodrune talisman",
+ "description": "An odd necklace with a beautifully etched bloodrune stone in eagle's talon shape. If you prick your fingertip in its sharp point, you feel your blood rushing towards it.",
+ "weight": 80,
+ "volume": 0,
+ "price": 0,
+ "price_postapoc": 2500000,
+ "material": ["stone"],
+ "symbol": "(",
+ "color": "red",
+ "looks_like": "silver_necklace",
+ "flags": ["FANCY"]
+ }, {
+ "id": "blood_cring",
+ "type": "ARMOR",
+ "name": "bloodrune ring",
+ "description": "A shimmering bloodrune ring with a tiny etched symbol under it. A proof of loyalty to the commando.",
+ "weight": 55,
+ "volume": 0,
+ "price": 0,
+ "material": ["stone"],
+ "symbol": "(",
+ "color": "red",
+ "looks_like": "silver_ring",
+ "flags": ["FANCY"]
+ }
+]