From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Items/Armor_Set/v_FANCIES.json | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json (limited to 'vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json') 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..856d730 --- /dev/null +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json @@ -0,0 +1,44 @@ +[ + { + "id": "blood_necklace", + "type": "ARMOR", + "name": { "str": "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 g", + "volume": "250 ml", + "material": [ "stone", "silver" ], + "symbol": "[", + "color": "red", + "looks_like": "silver_necklace", + "flags": [ "FANCY" ] + }, + { + "id": "blood_talisman", + "type": "ARMOR", + "name": { "str": "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 g", + "volume": "3 ml", + "price": 0, + "price_postapoc": 2500000, + "material": [ "stone" ], + "symbol": "(", + "color": "red", + "looks_like": "silver_necklace", + "flags": [ "FANCY", "ZERO_WEIGHT" ] + }, + { + "id": "blood_cring", + "type": "ARMOR", + "name": { "str": "bloodrune ring" }, + "description": "A shimmering bloodrune ring with a tiny etched symbol under it. A proof of loyalty to the commando.", + "weight": "55 g", + "volume": "3 ml", + "price": 0, + "material": [ "stone" ], + "symbol": "(", + "color": "red", + "looks_like": "silver_ring", + "flags": [ "FANCY", "ZERO_WEIGHT" ] + } +] -- cgit v1.2.1