From 183ee9fef51743bcf39b94822a23585fdd7cc698 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 17:37:07 -0700 Subject: Port to DDA. --- .../Items/Armor_Set/v_FANCIES.json | 47 +++++++++++----------- 1 file changed, 23 insertions(+), 24 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..7fbdc53 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", - "material": [ "compactblood", "silver" ], + "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": [ { "type": "silver", "portion": 9 }, { "type": "compactblood" } ], "symbol": "[", "color": "red", - "flags": [ "SUPER_FANCY" ] + "flags": [ "SUPER_FANCY", "NO_WEAR_EFFECT", "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" ], - "symbol": "(", - "color": "red", - "flags": [ "FANCY" ] + "weight": "10 mg", + "volume": "1 ml", + "sided": true, + "armor": [ { "coverage": 0, "covers": [ "hand_l", "hand_r" ], "specifically_covers": [ "hand_fingers_l", "hand_fingers_r" ] } ] } ] -- cgit v1.2.1