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 | 41 ++++++++++++++++++++++ 1 file changed, 41 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..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"] + } +] -- cgit v1.2.1