summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 19:44:00 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 19:44:00 -0700
commit3fbb3ac2958f1784a6dc649bc1c46c8977b9d35b (patch)
tree1d22884abf0d97f0c276489eee2d4b4be0dcea03 /vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json
parentTypo. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-3fbb3ac2958f1784a6dc649bc1c46c8977b9d35b.tar.xz
Backport some of the optimizations and bugfixes from my work porting to DDA.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json41
1 files changed, 20 insertions, 21 deletions
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" ]
}
]