diff --git a/data/json/itemgroups/clothing.json b/data/json/itemgroups/clothing.json index 1d78e726f1e00..a28cccb7563be 100644 --- a/data/json/itemgroups/clothing.json +++ b/data/json/itemgroups/clothing.json @@ -616,6 +616,129 @@ [ "garnet_dental_grill", 50 ] ] }, + { + "id": "tiaras_silver", + "type": "item_group", + "items": [ + [ "citrine_silver_tiara", 50 ], + [ "diamond_silver_tiara", 50 ], + [ "emerald_silver_tiara", 50 ], + [ "peridot_silver_tiara", 50 ], + [ "amethyst_silver_tiara", 50 ], + [ "sapphire_silver_tiara", 50 ], + [ "aquamarine_silver_tiara", 50 ], + [ "blue_topaz_silver_tiara", 50 ], + [ "tourmaline_silver_tiara", 50 ], + [ "alexandrite_silver_tiara", 50 ], + [ "pearl_silver_tiara", 50 ], + [ "opal_silver_tiara", 50 ], + [ "ruby_silver_tiara", 50 ], + [ "garnet_silver_tiara", 50 ] + ] + }, + { + "id": "tiaras_gold", + "type": "item_group", + "items": [ + [ "citrine_gold_tiara", 50 ], + [ "diamond_gold_tiara", 50 ], + [ "emerald_gold_tiara", 50 ], + [ "peridot_gold_tiara", 50 ], + [ "amethyst_gold_tiara", 50 ], + [ "sapphire_gold_tiara", 50 ], + [ "aquamarine_gold_tiara", 50 ], + [ "blue_topaz_gold_tiara", 50 ], + [ "tourmaline_gold_tiara", 50 ], + [ "alexandrite_gold_tiara", 50 ], + [ "pearl_gold_tiara", 50 ], + [ "opal_gold_tiara", 50 ], + [ "ruby_gold_tiara", 50 ], + [ "garnet_gold_tiara", 50 ] + ] + }, + { + "id": "tiaras_platinum", + "type": "item_group", + "items": [ + [ "citrine_platinum_tiara", 50 ], + [ "diamond_platinum_tiara", 50 ], + [ "emerald_platinum_tiara", 50 ], + [ "peridot_platinum_tiara", 50 ], + [ "amethyst_platinum_tiara", 50 ], + [ "sapphire_platinum_tiara", 50 ], + [ "aquamarine_platinum_tiara", 50 ], + [ "blue_topaz_platinum_tiara", 50 ], + [ "tourmaline_platinum_tiara", 50 ], + [ "alexandrite_platinum_tiara", 50 ], + [ "pearl_platinum_tiara", 50 ], + [ "opal_platinum_tiara", 50 ], + [ "ruby_platinum_tiara", 50 ], + [ "garnet_platinum_tiara", 50 ] + ] + }, + { + "id": "pendant_necklaces_silver", + "type": "item_group", + "items": [ + [ "silver_necklace", 50 ], + [ "citrine_silver_pendant_necklace", 50 ], + [ "diamond_silver_pendant_necklace", 50 ], + [ "emerald_silver_pendant_necklace", 50 ], + [ "peridot_silver_pendant_necklace", 50 ], + [ "amethyst_silver_pendant_necklace", 50 ], + [ "sapphire_silver_pendant_necklace", 50 ], + [ "aquamarine_silver_pendant_necklace", 50 ], + [ "blue_topaz_silver_pendant_necklace", 50 ], + [ "tourmaline_silver_pendant_necklace", 50 ], + [ "alexandrite_silver_pendant_necklace", 50 ], + [ "pearl_silver_pendant_necklace", 50 ], + [ "opal_silver_pendant_necklace", 50 ], + [ "ruby_silver_pendant_necklace", 50 ], + [ "garnet_silver_pendant_necklace", 50 ] + ] + }, + { + "id": "pendant_necklaces_gold", + "type": "item_group", + "items": [ + [ "gold_necklace", 50 ], + [ "citrine_gold_pendant_necklace", 50 ], + [ "diamond_gold_pendant_necklace", 50 ], + [ "emerald_gold_pendant_necklace", 50 ], + [ "peridot_gold_pendant_necklace", 50 ], + [ "amethyst_gold_pendant_necklace", 50 ], + [ "sapphire_gold_pendant_necklace", 50 ], + [ "aquamarine_gold_pendant_necklace", 50 ], + [ "blue_topaz_gold_pendant_necklace", 50 ], + [ "tourmaline_gold_pendant_necklace", 50 ], + [ "alexandrite_gold_pendant_necklace", 50 ], + [ "pearl_gold_pendant_necklace", 50 ], + [ "opal_gold_pendant_necklace", 50 ], + [ "ruby_gold_pendant_necklace", 50 ], + [ "garnet_gold_pendant_necklace", 50 ] + ] + }, + { + "id": "pendant_necklaces_platinum", + "type": "item_group", + "items": [ + [ "platinum_necklace", 50 ], + [ "citrine_platinum_pendant_necklace", 50 ], + [ "diamond_platinum_pendant_necklace", 50 ], + [ "emerald_platinum_pendant_necklace", 50 ], + [ "peridot_platinum_pendant_necklace", 50 ], + [ "amethyst_platinum_pendant_necklace", 50 ], + [ "sapphire_platinum_pendant_necklace", 50 ], + [ "aquamarine_platinum_pendant_necklace", 50 ], + [ "blue_topaz_platinum_pendant_necklace", 50 ], + [ "tourmaline_platinum_pendant_necklace", 50 ], + [ "alexandrite_platinum_pendant_necklace", 50 ], + [ "pearl_platinum_pendant_necklace", 50 ], + [ "opal_platinum_pendant_necklace", 50 ], + [ "ruby_platinum_pendant_necklace", 50 ], + [ "garnet_platinum_pendant_necklace", 50 ] + ] + }, { "id": "earrings_silver", "type": "item_group", diff --git a/data/json/itemgroups/item_groups.json b/data/json/itemgroups/item_groups.json index 24ccd697dbc02..14243275fbf43 100644 --- a/data/json/itemgroups/item_groups.json +++ b/data/json/itemgroups/item_groups.json @@ -2977,6 +2977,12 @@ "type": "item_group", "id": "jewelry_front", "items": [ + { "group": "tiaras_silver", "prob": 5, "count": [ 1, 3 ] }, + { "group": "tiaras_gold", "prob": 3, "count": [ 1, 3 ] }, + { "group": "tiaras_platinum", "prob": 1, "count": [ 1, 3 ] }, + { "group": "pendant_necklaces_silver", "prob": 30, "count": [ 1, 3 ] }, + { "group": "pendant_necklaces_gold", "prob": 10, "count": [ 1, 3 ] }, + { "group": "pendant_necklaces_platinum", "prob": 5, "count": [ 1, 3 ] }, { "group": "earrings_silver", "prob": 30 }, { "group": "earrings_gold", "prob": 10 }, { "group": "earrings_platinum", "prob": 5 }, diff --git a/data/json/items/armor/jewelry.json b/data/json/items/armor/jewelry.json index e7092a58101a6..dfd8585ec4c25 100644 --- a/data/json/items/armor/jewelry.json +++ b/data/json/items/armor/jewelry.json @@ -2548,5 +2548,728 @@ "name": { "str": "pearl and platinum bracelet" }, "description": "A platinum bracelet with pearls. You can wear it if you like, but it won't provide any effects.", "color": "white" + }, + { + "id": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "garnet and gold necklace" }, + "description": "A shiny, gold necklace adorned with a garnet pendant. You can wear it if you like, but it won't provide any effects.", + "weight": "70 g", + "volume": 0, + "price": 50000, + "price_postapoc": 6000, + "material": [ "gold", "gemstone" ], + "looks_like": "gold_necklace", + "symbol": "[", + "color": "red", + "flags": [ "FANCY" ] + }, + { + "id": "diamond_gold_pendant_necklace", + "copy-from": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "diamond and gold pendant necklace" }, + "description": "A shiny, gold necklace adorned with a diamond pendant. You can wear it if you like, but it won't provide any effects.", + "material": [ "gold", "diamond" ], + "color": "white" + }, + { + "id": "amethyst_gold_pendant_necklace", + "copy-from": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "amethyst and gold pendant necklace" }, + "description": "A shiny, gold necklace adorned with a amethyst pendant. You can wear it if you like, but it won't provide any effects.", + "color": "blue" + }, + { + "id": "aquamarine_gold_pendant_necklace", + "copy-from": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "aquamarine and gold pendant necklace" }, + "description": "A shiny, gold necklace adorned with a aquamarine pendant. You can wear it if you like, but it won't provide any effects.", + "color": "light_blue" + }, + { + "id": "emerald_gold_pendant_necklace", + "copy-from": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "emerald and gold pendant necklace" }, + "description": "A shiny, gold necklace adorned with a emerald pendant. You can wear it if you like, but it won't provide any effects.", + "color": "green" + }, + { + "id": "alexandrite_gold_pendant_necklace", + "copy-from": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "alexandrite and gold pendant necklace" }, + "description": "A shiny, gold necklace adorned with a alexandrite pendant. You can wear it if you like, but it won't provide any effects.", + "color": "green" + }, + { + "id": "ruby_gold_pendant_necklace", + "copy-from": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "ruby and gold pendant necklace" }, + "description": "A shiny, gold necklace adorned with a ruby pendant. You can wear it if you like, but it won't provide any effects." + }, + { + "id": "peridot_gold_pendant_necklace", + "copy-from": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "peridot and gold pendant necklace" }, + "description": "A shiny, gold necklace adorned with a peridot pendant. You can wear it if you like, but it won't provide any effects.", + "color": "light_green" + }, + { + "id": "sapphire_gold_pendant_necklace", + "copy-from": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "sapphire and gold pendant necklace" }, + "description": "A shiny, gold necklace adorned with a sapphire pendant. You can wear it if you like, but it won't provide any effects.", + "color": "blue" + }, + { + "id": "tourmaline_gold_pendant_necklace", + "copy-from": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "tourmaline and gold pendant necklace" }, + "description": "A shiny, gold necklace adorned with a tourmaline pendant. You can wear it if you like, but it won't provide any effects.", + "color": "light_red" + }, + { + "id": "citrine_gold_pendant_necklace", + "copy-from": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "citrine and gold pendant necklace" }, + "description": "A shiny, gold necklace adorned with a citrine pendant. You can wear it if you like, but it won't provide any effects.", + "color": "yellow" + }, + { + "id": "blue_topaz_gold_pendant_necklace", + "copy-from": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "blue topaz and gold pendant necklace" }, + "description": "A shiny, gold necklace adorned with a blue topaz pendant. You can wear it if you like, but it won't provide any effects.", + "color": "light_blue" + }, + { + "id": "opal_gold_pendant_necklace", + "copy-from": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "opal and gold pendant necklace" }, + "description": "A shiny, gold necklace adorned with a opal pendant. You can wear it if you like, but it won't provide any effects.", + "color": "white" + }, + { + "id": "pearl_gold_pendant_necklace", + "copy-from": "garnet_gold_pendant_necklace", + "type": "ARMOR", + "name": { "str": "pearl and gold pendant necklace" }, + "description": "A shiny, gold necklace adorned with a pearl pendant. You can wear it if you like, but it won't provide any effects.", + "color": "white" + }, + { + "id": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "garnet and silver necklace" }, + "description": "A shiny, silver necklace adorned with a garnet pendant. You can wear it if you like, but it won't provide any effects.", + "weight": "70 g", + "volume": 0, + "price": 50000, + "price_postapoc": 6000, + "material": [ "silver", "gemstone" ], + "looks_like": "silver_necklace", + "symbol": "[", + "color": "red", + "flags": [ "FANCY" ] + }, + { + "id": "diamond_silver_pendant_necklace", + "copy-from": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "diamond and silver pendant necklace" }, + "description": "A shiny, silver necklace adorned with a diamond pendant. You can wear it if you like, but it won't provide any effects.", + "material": [ "silver", "diamond" ], + "color": "white" + }, + { + "id": "amethyst_silver_pendant_necklace", + "copy-from": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "amethyst and silver pendant necklace" }, + "description": "A shiny, silver necklace adorned with a amethyst pendant. You can wear it if you like, but it won't provide any effects.", + "color": "blue" + }, + { + "id": "aquamarine_silver_pendant_necklace", + "copy-from": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "aquamarine and silver pendant necklace" }, + "description": "A shiny, silver necklace adorned with a aquamarine pendant. You can wear it if you like, but it won't provide any effects.", + "color": "light_blue" + }, + { + "id": "emerald_silver_pendant_necklace", + "copy-from": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "emerald and silver pendant necklace" }, + "description": "A shiny, silver necklace adorned with a emerald pendant. You can wear it if you like, but it won't provide any effects.", + "color": "green" + }, + { + "id": "alexandrite_silver_pendant_necklace", + "copy-from": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "alexandrite and silver pendant necklace" }, + "description": "A shiny, silver necklace adorned with a alexandrite pendant. You can wear it if you like, but it won't provide any effects.", + "color": "green" + }, + { + "id": "ruby_silver_pendant_necklace", + "copy-from": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "ruby and silver pendant necklace" }, + "description": "A shiny, silver necklace adorned with a ruby pendant. You can wear it if you like, but it won't provide any effects." + }, + { + "id": "peridot_silver_pendant_necklace", + "copy-from": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "peridot and silver pendant necklace" }, + "description": "A shiny, silver necklace adorned with a peridot pendant. You can wear it if you like, but it won't provide any effects.", + "color": "light_green" + }, + { + "id": "sapphire_silver_pendant_necklace", + "copy-from": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "sapphire and silver pendant necklace" }, + "description": "A shiny, silver necklace adorned with a sapphire pendant. You can wear it if you like, but it won't provide any effects.", + "color": "blue" + }, + { + "id": "tourmaline_silver_pendant_necklace", + "copy-from": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "tourmaline and silver pendant necklace" }, + "description": "A shiny, silver necklace adorned with a tourmaline pendant. You can wear it if you like, but it won't provide any effects.", + "color": "light_red" + }, + { + "id": "citrine_silver_pendant_necklace", + "copy-from": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "citrine and silver pendant necklace" }, + "description": "A shiny, silver necklace adorned with a citrine pendant. You can wear it if you like, but it won't provide any effects.", + "color": "yellow" + }, + { + "id": "blue_topaz_silver_pendant_necklace", + "copy-from": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "blue topaz and silver pendant necklace" }, + "description": "A shiny, silver necklace adorned with a blue topaz pendant. You can wear it if you like, but it won't provide any effects.", + "color": "light_blue" + }, + { + "id": "opal_silver_pendant_necklace", + "copy-from": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "opal and silver pendant necklace" }, + "description": "A shiny, silver necklace adorned with a opal pendant. You can wear it if you like, but it won't provide any effects.", + "color": "white" + }, + { + "id": "pearl_silver_pendant_necklace", + "copy-from": "garnet_silver_pendant_necklace", + "type": "ARMOR", + "name": { "str": "pearl and silver pendant necklace" }, + "description": "A shiny, silver necklace adorned with a pearl pendant. You can wear it if you like, but it won't provide any effects.", + "color": "white" + }, + { + "id": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "garnet and platinum necklace" }, + "description": "A shiny, platinum necklace adorned with a garnet pendant. You can wear it if you like, but it won't provide any effects.", + "weight": "70 g", + "volume": 0, + "price": 50000, + "price_postapoc": 6000, + "material": [ "platinum", "gemstone" ], + "looks_like": "platinum_necklace", + "symbol": "[", + "color": "red", + "flags": [ "FANCY" ] + }, + { + "id": "diamond_platinum_pendant_necklace", + "copy-from": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "diamond and platinum pendant necklace" }, + "description": "A shiny, platinum necklace adorned with a diamond pendant. You can wear it if you like, but it won't provide any effects.", + "material": [ "platinum", "diamond" ], + "color": "white" + }, + { + "id": "amethyst_platinum_pendant_necklace", + "copy-from": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "amethyst and platinum pendant necklace" }, + "description": "A shiny, platinum necklace adorned with a amethyst pendant. You can wear it if you like, but it won't provide any effects.", + "color": "blue" + }, + { + "id": "aquamarine_platinum_pendant_necklace", + "copy-from": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "aquamarine and platinum pendant necklace" }, + "description": "A shiny, platinum necklace adorned with a aquamarine pendant. You can wear it if you like, but it won't provide any effects.", + "color": "light_blue" + }, + { + "id": "emerald_platinum_pendant_necklace", + "copy-from": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "emerald and platinum pendant necklace" }, + "description": "A shiny, platinum necklace adorned with a emerald pendant. You can wear it if you like, but it won't provide any effects.", + "color": "green" + }, + { + "id": "alexandrite_platinum_pendant_necklace", + "copy-from": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "alexandrite and platinum pendant necklace" }, + "description": "A shiny, platinum necklace adorned with a alexandrite pendant. You can wear it if you like, but it won't provide any effects.", + "color": "green" + }, + { + "id": "ruby_platinum_pendant_necklace", + "copy-from": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "ruby and platinum pendant necklace" }, + "description": "A shiny, platinum necklace adorned with a ruby pendant. You can wear it if you like, but it won't provide any effects." + }, + { + "id": "peridot_platinum_pendant_necklace", + "copy-from": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "peridot and platinum pendant necklace" }, + "description": "A shiny, platinum necklace adorned with a peridot pendant. You can wear it if you like, but it won't provide any effects.", + "color": "light_green" + }, + { + "id": "sapphire_platinum_pendant_necklace", + "copy-from": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "sapphire and platinum pendant necklace" }, + "description": "A shiny, platinum necklace adorned with a sapphire pendant. You can wear it if you like, but it won't provide any effects.", + "color": "blue" + }, + { + "id": "tourmaline_platinum_pendant_necklace", + "copy-from": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "tourmaline and platinum pendant necklace" }, + "description": "A shiny, platinum necklace adorned with a tourmaline pendant. You can wear it if you like, but it won't provide any effects.", + "color": "light_red" + }, + { + "id": "citrine_platinum_pendant_necklace", + "copy-from": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "citrine and platinum pendant necklace" }, + "description": "A shiny, platinum necklace adorned with a citrine pendant. You can wear it if you like, but it won't provide any effects.", + "color": "yellow" + }, + { + "id": "blue_topaz_platinum_pendant_necklace", + "copy-from": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "blue topaz and platinum pendant necklace" }, + "description": "A shiny, platinum necklace adorned with a blue topaz pendant. You can wear it if you like, but it won't provide any effects.", + "color": "light_blue" + }, + { + "id": "opal_platinum_pendant_necklace", + "copy-from": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "opal and platinum pendant necklace" }, + "description": "A shiny, platinum necklace adorned with a opal pendant. You can wear it if you like, but it won't provide any effects.", + "color": "white" + }, + { + "id": "pearl_platinum_pendant_necklace", + "copy-from": "garnet_platinum_pendant_necklace", + "type": "ARMOR", + "name": { "str": "pearl and platinum pendant necklace" }, + "description": "A shiny, platinum necklace adorned with a pearl pendant. You can wear it if you like, but it won't provide any effects.", + "color": "white" + }, + { + "id": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "garnet and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with garnets.", + "weight": "100 g", + "volume": "100 ml", + "price": 500000, + "price_postapoc": 8000, + "material": [ "platinum", "gemstone" ], + "looks_like": "crown_golden", + "symbol": "[", + "color": "red", + "coverage": 5, + "encumbrance": 1, + "material_thickness": 1, + "flags": [ "SUPER_FANCY" ] + }, + { + "id": "diamond_platinum_tiara", + "copy-from": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "diamond and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with diamonds.", + "material": [ "platinum", "diamond" ], + "color": "white" + }, + { + "id": "amethyst_platinum_tiara", + "copy-from": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "amethyst and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with amethyst.", + "color": "blue" + }, + { + "id": "aquamarine_platinum_tiara", + "copy-from": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "aquamarine and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with aquamarine.", + "color": "light_blue" + }, + { + "id": "emerald_platinum_tiara", + "copy-from": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "emerald and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with emeralds.", + "color": "green" + }, + { + "id": "alexandrite_platinum_tiara", + "copy-from": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "alexandrite and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with alexandrites.", + "color": "green" + }, + { + "id": "ruby_platinum_tiara", + "copy-from": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "ruby and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with rubies." + }, + { + "id": "peridot_platinum_tiara", + "copy-from": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "peridot and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with peridots.", + "color": "light_green" + }, + { + "id": "sapphire_platinum_tiara", + "copy-from": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "sapphire and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with sapphires.", + "color": "blue" + }, + { + "id": "tourmaline_platinum_tiara", + "copy-from": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "tourmaline and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with tourmalines.", + "color": "light_red" + }, + { + "id": "citrine_platinum_tiara", + "copy-from": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "citrine and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with citrines.", + "color": "yellow" + }, + { + "id": "blue_topaz_platinum_tiara", + "copy-from": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "blue topaz and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with blue topaz.", + "color": "light_blue" + }, + { + "id": "opal_platinum_tiara", + "copy-from": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "opal and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with opals.", + "color": "white" + }, + { + "id": "pearl_platinum_tiara", + "copy-from": "garnet_platinum_tiara", + "type": "ARMOR", + "name": { "str": "pearl and platinum tiara" }, + "description": "A shiny, platinum tiara adorned with pearls.", + "color": "white" + }, + { + "id": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "garnet and gold tiara" }, + "description": "A shiny, gold tiara adorned with garnets.", + "weight": "100 g", + "volume": "100 ml", + "price": 400000, + "price_postapoc": 6000, + "material": [ "gold", "gemstone" ], + "looks_like": "crown_golden", + "symbol": "[", + "color": "red", + "coverage": 5, + "encumbrance": 1, + "material_thickness": 1, + "flags": [ "SUPER_FANCY" ] + }, + { + "id": "diamond_gold_tiara", + "copy-from": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "diamond and gold tiara" }, + "description": "A shiny, gold tiara adorned with diamonds.", + "material": [ "gold", "diamond" ], + "color": "white" + }, + { + "id": "amethyst_gold_tiara", + "copy-from": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "amethyst and gold tiara" }, + "description": "A shiny, gold tiara adorned with amethyst.", + "color": "blue" + }, + { + "id": "aquamarine_gold_tiara", + "copy-from": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "aquamarine and gold tiara" }, + "description": "A shiny, gold tiara adorned with aquamarine.", + "color": "light_blue" + }, + { + "id": "emerald_gold_tiara", + "copy-from": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "emerald and gold tiara" }, + "description": "A shiny, gold tiara adorned with emeralds.", + "color": "green" + }, + { + "id": "alexandrite_gold_tiara", + "copy-from": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "alexandrite and gold tiara" }, + "description": "A shiny, gold tiara adorned with alexandrites.", + "color": "green" + }, + { + "id": "ruby_gold_tiara", + "copy-from": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "ruby and gold tiara" }, + "description": "A shiny, gold tiara adorned with rubies." + }, + { + "id": "peridot_gold_tiara", + "copy-from": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "peridot and gold tiara" }, + "description": "A shiny, gold tiara adorned with peridots.", + "color": "light_green" + }, + { + "id": "sapphire_gold_tiara", + "copy-from": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "sapphire and gold tiara" }, + "description": "A shiny, gold tiara adorned with sapphires.", + "color": "blue" + }, + { + "id": "tourmaline_gold_tiara", + "copy-from": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "tourmaline and gold tiara" }, + "description": "A shiny, gold tiara adorned with tourmalines.", + "color": "light_red" + }, + { + "id": "citrine_gold_tiara", + "copy-from": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "citrine and gold tiara" }, + "description": "A shiny, gold tiara adorned with citrines.", + "color": "yellow" + }, + { + "id": "blue_topaz_gold_tiara", + "copy-from": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "blue topaz and gold tiara" }, + "description": "A shiny, gold tiara adorned with blue topaz.", + "color": "light_blue" + }, + { + "id": "opal_gold_tiara", + "copy-from": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "opal and gold tiara" }, + "description": "A shiny, gold tiara adorned with opals.", + "color": "white" + }, + { + "id": "pearl_gold_tiara", + "copy-from": "garnet_gold_tiara", + "type": "ARMOR", + "name": { "str": "pearl and gold tiara" }, + "description": "A shiny, gold tiara adorned with pearls.", + "color": "white" + }, + { + "id": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "garnet and silver tiara" }, + "description": "A shiny, silver tiara adorned with garnets.", + "weight": "100 g", + "volume": "100 ml", + "price": 200000, + "price_postapoc": 2000, + "material": [ "silver", "gemstone" ], + "looks_like": "crown_golden", + "symbol": "[", + "color": "red", + "coverage": 5, + "encumbrance": 1, + "material_thickness": 1, + "flags": [ "SUPER_FANCY" ] + }, + { + "id": "diamond_silver_tiara", + "copy-from": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "diamond and silver tiara" }, + "description": "A shiny, silver tiara adorned with diamonds.", + "material": [ "silver", "diamond" ], + "color": "white" + }, + { + "id": "amethyst_silver_tiara", + "copy-from": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "amethyst and silver tiara" }, + "description": "A shiny, silver tiara adorned with amethyst.", + "color": "blue" + }, + { + "id": "aquamarine_silver_tiara", + "copy-from": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "aquamarine and silver tiara" }, + "description": "A shiny, silver tiara adorned with aquamarine.", + "color": "light_blue" + }, + { + "id": "emerald_silver_tiara", + "copy-from": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "emerald and silver tiara" }, + "description": "A shiny, silver tiara adorned with emeralds.", + "color": "green" + }, + { + "id": "alexandrite_silver_tiara", + "copy-from": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "alexandrite and silver tiara" }, + "description": "A shiny, silver tiara adorned with alexandrites.", + "color": "green" + }, + { + "id": "ruby_silver_tiara", + "copy-from": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "ruby and silver tiara" }, + "description": "A shiny, silver tiara adorned with rubies." + }, + { + "id": "peridot_silver_tiara", + "copy-from": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "peridot and silver tiara" }, + "description": "A shiny, silver tiara adorned with peridots.", + "color": "light_green" + }, + { + "id": "sapphire_silver_tiara", + "copy-from": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "sapphire and silver tiara" }, + "description": "A shiny, silver tiara adorned with sapphires.", + "color": "blue" + }, + { + "id": "tourmaline_silver_tiara", + "copy-from": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "tourmaline and silver tiara" }, + "description": "A shiny, silver tiara adorned with tourmalines.", + "color": "light_red" + }, + { + "id": "citrine_silver_tiara", + "copy-from": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "citrine and silver tiara" }, + "description": "A shiny, silver tiara adorned with citrines.", + "color": "yellow" + }, + { + "id": "blue_topaz_silver_tiara", + "copy-from": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "blue topaz and silver tiara" }, + "description": "A shiny, silver tiara adorned with blue topaz.", + "color": "light_blue" + }, + { + "id": "opal_silver_tiara", + "copy-from": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "opal and silver tiara" }, + "description": "A shiny, silver tiara adorned with opals.", + "color": "white" + }, + { + "id": "pearl_silver_tiara", + "copy-from": "garnet_silver_tiara", + "type": "ARMOR", + "name": { "str": "pearl and silver tiara" }, + "description": "A shiny, silver tiara adorned with pearls.", + "color": "white" } ]