From 3fbb3ac2958f1784a6dc649bc1c46c8977b9d35b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 19:44:00 -0700 Subject: Backport some of the optimizations and bugfixes from my work porting to DDA. --- .../Items/Armor_Set/v_FANCIES.json | 41 +++++++++++----------- 1 file changed, 20 insertions(+), 21 deletions(-) (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 index 7c72d1f..4de9452 100644 --- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json @@ -1,47 +1,46 @@ [ { - "id": "blood_necklace", + "abstract": "v_jewelery_template", "looks_like": "ruby_silver_pendant_necklace", "type": "ARMOR", "category": "clothing", - "name": { "str": "bloodrune necklace" }, - "description": "A shiny, silver necklace adorned with a bloodrune pendant. It mimics a heartbeat with unreadable markings on the interior that appear and disappear like clockwork.", - "weight": "250 g", - "volume": "250 ml", + "name": { "str": "jewelery template" }, + "description": "This jewelery is a template for reducing duplicate code on jewelery. It should never appear in game, obviously.", + "weight": "70 g", + "volume": "15 ml", + "price": 0, "material": [ "compactblood", "silver" ], "symbol": "[", "color": "red", - "flags": [ "SUPER_FANCY" ] + "flags": [ "SUPER_FANCY", "TRADER_AVOID" ] + }, + { + "id": "blood_necklace", + "copy-from": "v_jewelery_template", + "type": "ARMOR", + "category": "clothing", + "name": { "str": "bloodrune necklace" }, + "description": "A shiny, silver necklace adorned with a bloodrune pendant. It mimics a heartbeat with unreadable markings on the interior that appear and disappear like clockwork." }, { "id": "blood_talisman", - "looks_like": "ruby_silver_pendant_necklace", + "copy-from": "v_jewelery_template", "type": "ARMOR", "category": "clothing", "name": { "str": "bloodrune talisman" }, - "description": "A shiny, silver necklace adorned with a bloodrune pendant carved in the shape of an vampire fang. If you prick your fingertip on its sharp point, you can feel your blood rushing towards the wound.", - "weight": "80 g", - "volume": "3 ml", - "price": "0 cent", - "price_postapoc": "25 kUSD", - "material": [ "compactblood", "silver" ], - "symbol": "(", - "color": "red", - "flags": [ "SUPER_FANCY" ] + "description": "A shiny, silver necklace adorned with a bloodrune pendant carved in the shape of an vampire fang. If you prick your fingertip on its sharp point, you can feel your blood rushing towards the wound." }, { "id": "blood_cring", + "copy-from": "v_jewelery_template", "looks_like": "ruby_silver_ring", "type": "ARMOR", "category": "clothing", "name": { "str": "bloodrune ring" }, "description": "A silver ring with a bloodrune mounted on top of it. The bloodrune has a symbol etched into it. It was given to you by the Vampire Cove Commander as proof of your loyalty.", - "weight": "55 g", - "volume": "3 ml", - "price": "0 cent", - "material": [ "compactblood", "silver" ], + "weight": "10 mg", + "volume": "1 ml", "symbol": "(", - "color": "red", "flags": [ "FANCY" ] } ] -- cgit v1.2.1