From 873bd00487a751cf396481b3187def998eb1c3e8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 21 Sep 2020 17:12:43 -0700 Subject: Fix folder layout --- .../Items/Armor Set/v_FANCIES.json | 41 ---------------------- 1 file changed, 41 deletions(-) delete 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 deleted file mode 100644 index 44d5a09..0000000 --- a/vamp_stuff/Modification Files/Items/Armor Set/v_FANCIES.json +++ /dev/null @@ -1,41 +0,0 @@ -[{ - "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