From 9ff6270a219266ec3b33809a6f5952b5a5596ef5 Mon Sep 17 00:00:00 2001 From: Heidesommer Date: Tue, 16 Jun 2026 15:00:16 -0400 Subject: [PATCH] Vanilla artifacts --- common/landed_titles/debug_titles.txt | 19 +- .../artifacts/historical_artifacts_events.txt | 135 +- .../replace/artifacts/artifacts_l_english.yml | 1407 +++++++++++++++++ .../artifacts/court_artifacts_l_english.yml | 844 ++++++++++ 4 files changed, 2348 insertions(+), 57 deletions(-) create mode 100644 localization/english/replace/artifacts/artifacts_l_english.yml create mode 100644 localization/english/replace/artifacts/court_artifacts_l_english.yml diff --git a/common/landed_titles/debug_titles.txt b/common/landed_titles/debug_titles.txt index e0210609..29f5d7ea 100644 --- a/common/landed_titles/debug_titles.txt +++ b/common/landed_titles/debug_titles.txt @@ -84,6 +84,21 @@ k_chrysanthemum_throne = { } e_hre = { - capital = c_thessalonika - color = { 230 180 10 } + color = { 255 255 255 } + + capital = c_aachen + definite_form = yes + + can_create = { + rule_title_creation_imperial_power_projection_title_creation_trigger = yes + } + + ai_primary_priority = { + if = { + limit = { + culture = { has_cultural_pillar = heritage_central_germanic } + } + add = @correct_culture_primary_score + } + } } diff --git a/events/artifacts/historical_artifacts_events.txt b/events/artifacts/historical_artifacts_events.txt index 6cbd3132..a8b46130 100644 --- a/events/artifacts/historical_artifacts_events.txt +++ b/events/artifacts/historical_artifacts_events.txt @@ -142,25 +142,25 @@ historical_artifacts.0023 = { # ## We do these per-artefact rather than per-title so that they can be easily reshuffled if desired. # ## Crowns # ### Iron Crown of Lombardy -# if = { -# limit = { -# has_dlc_feature = royal_court -# exists = title:e_hre.holder -# } -# title:e_hre.holder = { -# create_artifact_pedestal_crown_iron_effect = { OWNER = this } -# } -# } -# ### Reichskrone -# if = { -# limit = { -# current_date > 1000.1.1 -# exists = title:e_hre.holder -# } -# title:e_hre.holder = { -# create_artifact_reichskrone_effect = { OWNER = this } -# } -# } + if = { + limit = { + has_dlc_feature = royal_court + exists = title:c_lombardia.holder + } + title:c_lombardia.holder = { + create_artifact_pedestal_crown_iron_effect = { OWNER = this } + } + } + ### Reichskrone + if = { + limit = { + current_date > 1000.1.1 + exists = title:k_austria.holder + } + title:k_austria.holder = { + create_artifact_reichskrone_effect = { OWNER = this } + } + } # ### Essen Crown # if = { # limit = { @@ -182,16 +182,16 @@ historical_artifacts.0023 = { # } # } # ### Monomachus Crown -# if = { -# limit = { -# has_dlc_feature = royal_court -# current_date >= 1000.1.1 -# exists = title:e_byzantium.holder -# } -# title:e_byzantium.holder = { -# create_artifact_monomachus_crown_effect = { OWNER = this } -# } -# } + if = { + limit = { + has_dlc_feature = royal_court + current_date >= 1000.1.1 + exists = title:k_hungary.holder + } + title:k_hungary.holder = { + create_artifact_monomachus_crown_effect = { OWNER = this } + } + } # ### Crown of Justinian # if = { # limit = { @@ -214,12 +214,12 @@ historical_artifacts.0023 = { # } # } # ### Papal Tiara -# if = { -# limit = { exists = title:k_papal_state.holder } -# title:k_papal_state.holder = { -# create_artifact_papal_tiara_effect = { OWNER = this } -# } -# } + if = { + limit = { exists = title:k_papal_state.holder } + title:k_papal_state.holder = { + create_artifact_papal_tiara_effect = { OWNER = this } + } + } # ### Visigothic Votive Crowns # if = { # limit = { has_fp2_dlc_trigger = yes } @@ -284,26 +284,26 @@ historical_artifacts.0023 = { # create_artifact_goblet_chalice_of_dona_urraca = { OWNER = character:108501 } # } # ## Thrones -# ### Throne of Scone (featuring Stone) -# if = { -# limit = { -# has_dlc_feature = royal_court -# exists = title:k_scotland.holder -# } -# title:k_scotland.holder = { -# create_artifact_throne_scone_effect = { OWNER = this } -# } -# } -# ### Throne of Charlemagne -# if = { -# limit = { -# has_dlc_feature = royal_court -# exists = title:e_hre.holder -# } -# title:e_hre.holder = { -# create_artifact_throne_charlemagne_effect = { OWNER = this } -# } -# } + ### Throne of Scone (featuring Stone) + if = { + limit = { + has_dlc_feature = royal_court + exists = title:c_lothian.holder + } + title:c_lothian.holder = { + create_artifact_throne_scone_effect = { OWNER = this } + } + } + ### Throne of Charlemagne + if = { + limit = { + has_dlc_feature = royal_court + exists = title:c_aachen.holder + } + title:c_aachen.holder = { + create_artifact_throne_charlemagne_effect = { OWNER = this } + } + } # ### Throne of Solomon (the Byzantine one) # if = { # limit = { @@ -1056,6 +1056,31 @@ historical_artifacts.0023 = { create_artifact_skull_cap_charlemagne_effect = { OWNER = this } } } + if = { + limit = { + has_dlc_feature = royal_court + exists = title:k_france.holder + } + title:k_france.holder = { + create_artifact_joyeuse_effect = { OWNER = this } + } + } + if = { + limit = { + exists = title:k_poland.holder + } + title:k_poland.holder = { + create_artifact_szczerbiec_effect = { OWNER = this } + } + } + if = { + limit = { + exists = title:d_lower_lorraine.holder + } + title:d_lower_lorraine.holder = { + create_artifact_essen_crown_effect = { OWNER = this } + } + } # ### Sassanian Sword # if = { # limit = { diff --git a/localization/english/replace/artifacts/artifacts_l_english.yml b/localization/english/replace/artifacts/artifacts_l_english.yml new file mode 100644 index 00000000..d0bd0d34 --- /dev/null +++ b/localization/english/replace/artifacts/artifacts_l_english.yml @@ -0,0 +1,1407 @@ +l_english: + artifact_type_helmet:0 "crown" + artifact_type_primary_armament:0 "weapon" + artifact_type_armor:0 "armor" + artifact_type_regalia:0 "regalia" + artifact_type_trinket:0 "keepsake" + artifact_type_wall_big:0 "hanging decoration" + artifact_type_wall_small:0 "$artifact_type_wall_big$" + artifact_type_throne:0 "throne" + artifact_type_sculpture:0 "display piece" + artifact_type_book:0 "book" + artifact_type_pedestal:0 "$artifact_type_sculpture$" + artifact_type_elixir:0 "elixir" + artifact_type_panacea: "panacea" + artifact_type_philosophers_stone: "Philosopher's Stone" + artifact_type_animal_hide: "animal hide" + artifact_type_brooch: "brooch" + artifact_type_animal_skull: "animal skull" + artifact_type_chest: "chest" + artifact_type_box: "box" + artifact_type_cabinet: "cabinet" + artifact_type_goblet: "goblet" + artifact_type_scientific_apparatus: "contraption" + artifact_type_jug: "jug" + artifact_type_necklace: "necklace" + artifact_type_bowl: "bowl" + artifact_type_plate: "plate" + artifact_type_urn: "urn" + artifact_type_tun_barrel: "barrel" + artifact_type_scepter_pedestal: "scepter" + artifact_type_tapestry: "tapestry" + artifact_type_wall_shield: "shield" + artifact_type_wall_icon: "icon" + +# These are used for when we generate the title at the same time as we create the artifact + artifact_name_prefix:1 "[SCOPE.Custom('ArtifactPrefixGeneric')|U]" + artifact_name_prefix_owner_name:0 "[owner.GetTitledFirstNamePossessiveNoTooltip]" + artifact_name_prefix_inspiration_owner_name:0 "[inspiration_owner.GetTitledFirstNamePossessiveNoTooltip]" + artifact_name_prefix_owner_culture:0 "[owner.GetCulture.GetNameNoTooltip]" + artifact_name_prefix_location_culture:1 "[owner.MakeScope.Var('adventure_artifact_location').Province.GetHolder.GetCulture.GetNameNoTooltip]" + artifact_name_prefix_owner_dynasty:1 "[owner.GetDynasty.GetBaseNameNoTooltip]" + artifact_name_prefix_descriptor_high_quality:0 "magnificent" + artifact_name_prefix_descriptor_medium_quality:0 "sturdy" + artifact_name_prefix_descriptor_medium_alt_version_quality:0 "excellent" + artifact_name_prefix_descriptor_low_quality:1 "fine" + +# These are used for when we generate the title after the artifact is already created since we have to use different scopes then + artifact_name_prefix_artifact_scope:0 "[Artifact.GetOwner.Custom('ArtifactPrefixGenericAfterCreation')|U]" + artifact_name_prefix_artifact_scope_owner_name:0 "[Artifact.GetOwner.GetTitledFirstNamePossessiveNoTooltip]" + artifact_name_prefix_artifact_scope_owner_culture:0 "[Artifact.GetOwner.GetCulture.GetNameNoTooltip]" + artifact_name_prefix_artifact_scope_owner_dynasty:1 "[Artifact.GetOwner.GetDynasty.GetBaseNameNoTooltip]" + + placeholder:0 "$holderplace$" + holder_place:0 "#D Holderplace#!" + + ########## + # Metals # + ########## + + # Irons and steels for use in arms and armor. All steels are just regional names for wootz steel, which is only known to have been manufactured in Southern India (but ingots of it traveled the silk road). + metal_iron:0 "iron" + metal_wrought_iron:0 "wrought iron" + metal_folded_iron:0 "folded iron" + metal_steel:0 "steel" + metal_wootz_steel:0 "wootz steel" + metal_bintie_steel: "bintie steel" + metal_bulat_steel:0 "bulat steel" + metal_damascus_steel:0 "Damascus steel" + + # Metal Feature Derivatives + feature_blade_metal_wrought_iron:0 "$metal_wrought_iron$" + feature_blade_metal_folded_iron:0 "$metal_folded_iron$" + feature_blade_metal_wootz_steel:0 "$metal_wootz_steel$" + feature_blade_metal_damascus_steel:1 "$metal_damascus_steel$" + feature_blade_metal_bulat_steel:1 "$metal_bulat_steel$" + + feature_head_metal_wrought_iron:0 "$metal_wrought_iron$" + feature_head_metal_folded_iron:0 "$metal_folded_iron$" + feature_head_metal_wootz_steel:0 "$metal_wootz_steel$" + feature_head_metal_damascus_steel:1 "$metal_damascus_steel$" + feature_head_metal_bulat_steel:1 "$metal_bulat_steel$" + + feature_handle_metal_wrought_iron:0 "$metal_wrought_iron$" + feature_handle_metal_folded_iron:0 "$metal_folded_iron$" + feature_handle_metal_wootz_steel:0 "$metal_wootz_steel$" + feature_handle_metal_damascus_steel:1 "$metal_damascus_steel$" + feature_handle_metal_bulat_steel:1 "$metal_bulat_steel$" + + # Precious/decorative metals and metal-based compounds + metal_gold:0 "gold" + metal_electrum:0 "electrum" + metal_silver:0 "silver" + metal_brass:0 "brass" + metal_bronze:0 "bronze" + metal_copper:0 "copper" + metal_pewter:0 "pewter" + metal_latten:0 "latten" + + + # Pure black 'alloy' of sulfur, copper, silver, and lead. Commonly used as an inlay in engraved or etched metals, or sometimes as a background in reliefs. + metal_niello:0 "niello" + # Golden (gold-leafed) bronze. More common in East Asia but could be found in Europe. + metal_gilt_bronze:0 "gilt-bronze" + # Gilded (gold-leafed) silver. More common in Europe but could be found in East Asia. + metal_silver_gilt:0 "silver-gilt" + # Extremely rare bronze alloy from antiquity. Manufacturing process unknomwn, statues made from it were more valuable than gold. + metal_corinthian_bronze:0 "Corinthian bronze" + # Alloy of gold, silver, copper, zinc, and iron. Sacred in Hinduism, used for making jewelery and decorating statues. + metal_panchaloha:0 "panchaloha" + # High-purity iron collected from meteorites. Auspicious in Tibetan culture, where it was known as 'thokcha'. + metal_meteoric_iron:0 "meteoric iron" + # Asian + #Copper-gold alloy, with rich patination valued in luxury sword fittings and ornaments. + metal_shakudo: "shakudo" + #Copper-silver alloy for subtle gray inlay, more refined than copper but not on par with gold + metal_shibuichi: "shibuichi" + + feature_decoration_material_inlay_gold:0 "$metal_gold$" + feature_decoration_material_inlay_electrum:0 "$metal_electrum$" + feature_decoration_material_inlay_silver:0 "$metal_silver$" + feature_decoration_material_inlay_copper:0 "$metal_copper$" + feature_decoration_material_inlay_pewter:0 "$metal_pewter$" + feature_decoration_material_inlay_niello:0 "$metal_niello$" + feature_decoration_material_inlay_jade:0 "$gem_jade$" + feature_decoration_material_inlay_amber:0 "$gem_amber$" + feature_decoration_material_inlay_shakudo: "$metal_shakudo$" + feature_decoration_material_inlay_shibuichi: "$metal_shibuichi$" + + feature_decoration_material_wire_gold:0 "$metal_gold$" + feature_decoration_material_wire_electrum:0 "$metal_electrum$" + feature_decoration_material_wire_silver:0 "$metal_silver$" + feature_decoration_material_wire_brass:0 "$metal_brass$" + feature_decoration_material_wire_bronze:0 "$metal_bronze$" + feature_decoration_material_wire_copper:0 "$metal_copper$" + feature_decoration_material_wire_pewter:0 "$metal_pewter$" + feature_decoration_material_wire_latten:0 "$metal_latten$" + + ############# + # Earthware # + ############# + + earthware_clay:0 "clay" + earthware_stone:0 "stone" + earthware_terracotta:0 "terracotta" + earthware_porcelain:0 "porcelain" + + ######### + # Woods # + ######### + wood:0 "wood" + + # Found Everywhere + wood_ash:0 "ash" + wood_oak:0 "oak" + + # Widespread Regional - Elm (Found all over Europe except southern Spain, Italy, and Greece) + wood_elm:0 "elm" + + # Widespread Regional - Walnut (found all over Europe excluding Scotland and Scandinavia, but including Northern Anatolia/Persia) + wood_walnut:0 "walnut" + + # Widespread Regional - Maple (found all over Europe excluding Scotland and northern Scandinavia, as well as northern Morocco/Tunisia/Persia and all of Anatolia) + wood_maple:0 "maple" + + # Widespread Regional - Pines and Firs (found all over Europe except northern France/Germany and the Balkans, but spreads East through Anatolia, Scandinavia, Russia, China, and Tibet) + wood_pine:0 "pine" + wood_fir:0 "fir" + + # Widespread Regional - Subsaharan Africa + wood_fleroya:0 "fleroya" + wood_sycomore:0 "sycomore" + wood_padauk:0 "padauk" + + # Widespread Regional - India + wood_sal:0 "salwood" + wood_teak:0 "teak" + wood_rosewood:0 "rosewood" + wood_satinwood:0 "satinwood" + + # Regional - France, England, Wales, Ireland + wood_yew:0 "yew" + + # Regional - Mediterranean + wood_olivewood:0 "olivewood" + + # Regional - Sri Lanka + wood_coromandel:0 "coromandel" + wood_ebony:0 "ebony" + + # Regional - East Asia + wood_nanmu: "nanmu" + wood_boxwood: "boxwood" + wood_paulownia: "paulownia" + wood_camphorwood: "camphorwood" + + # Regional - Southeast Asia + wood_narra: "narra" + wood_toona_sureni: "toona sureni" + wood_agarwood: "agarwood" + wood_sandalwood: "sandalwood" + + # Regional - Northeast Asia + wood_birch: "birch" + wood_linden: "linden" + + # Wood Feature Derivatives + feature_generic_material_wood_ash:0 "$wood_ash$" + feature_generic_material_wood_oak:0 "$wood_oak$" + feature_generic_material_wood_elm:0 "$wood_elm$" + feature_generic_material_wood_walnut:0 "$wood_walnut$" + feature_generic_material_wood_maple:0 "$wood_maple$" + feature_generic_material_wood_pine:0 "$wood_pine$" + feature_generic_material_wood_fir:0 "$wood_fir$" + feature_generic_material_wood_fleroya:0 "$wood_fleroya$" + feature_generic_material_wood_sycomore:0 "$wood_sycomore$" + feature_generic_material_wood_padauk:0 "$wood_padauk$" + feature_generic_material_wood_sal:0 "$wood_sal$" + feature_generic_material_wood_teak:0 "$wood_teak$" + feature_generic_material_wood_rosewood:0 "$wood_rosewood$" + feature_generic_material_wood_satinwood:0 "$wood_satinwood$" + feature_generic_material_wood_yew:0 "$wood_yew$" + feature_generic_material_wood_olivewood:0 "$wood_olivewood$" + feature_generic_material_wood_coromandel:0 "$wood_coromandel$" + feature_generic_material_wood_ebony:0 "$wood_ebony$" + feature_generic_material_wood_nanmu: "$wood_nanmu$" + feature_generic_material_wood_boxwood: "$wood_boxwood$" + feature_generic_material_wood_paulownia: "$wood_paulownia$" + feature_generic_material_wood_camphorwood: "$wood_camphorwood$" + feature_generic_material_wood_narra: "$wood_narra$" + feature_generic_material_wood_toona_sureni: "$wood_toona_sureni$" + feature_generic_material_wood_agarwood: "$wood_agarwood$" + feature_generic_material_wood_sandalwood: "$wood_sandalwood$" + feature_generic_material_wood_birch: "$wood_birch$" + feature_generic_material_wood_linden: "$wood_linden$" + + feature_shaft_wood_ash:0 "$wood_ash$" + feature_shaft_wood_oak:0 "$wood_oak$" + feature_shaft_wood_elm:0 "$wood_elm$" + feature_shaft_wood_walnut:0 "$wood_walnut$" + feature_shaft_wood_maple:0 "$wood_maple$" + feature_shaft_wood_pine:0 "$wood_pine$" + feature_shaft_wood_fir:0 "$wood_fir$" + feature_shaft_wood_fleroya:0 "$wood_fleroya$" + feature_shaft_wood_sycomore:0 "$wood_sycomore$" + feature_shaft_wood_padauk:0 "$wood_padauk$" + feature_shaft_wood_sal:0 "$wood_sal$" + feature_shaft_wood_teak:0 "$wood_teak$" + feature_shaft_wood_rosewood:0 "$wood_rosewood$" + feature_shaft_wood_satinwood:0 "$wood_satinwood$" + feature_shaft_wood_yew:0 "$wood_yew$" + feature_shaft_wood_olivewood:0 "$wood_olivewood$" + feature_shaft_wood_coromandel:0 "$wood_coromandel$" + feature_shaft_wood_ebony:0 "$wood_ebony$" + feature_shaft_wood_nanmu: "$wood_nanmu$" + feature_shaft_wood_boxwood: "$wood_boxwood$" + feature_shaft_wood_paulownia: "$wood_paulownia$" + feature_shaft_wood_camphorwood: "$wood_camphorwood$" + feature_shaft_wood_narra: "$wood_narra$" + feature_shaft_wood_toona_sureni: "$wood_toona_sureni$" + feature_shaft_wood_agarwood: "$wood_agarwood$" + feature_shaft_wood_sandalwood: "$wood_sandalwood$" + feature_shaft_wood_birch: "$wood_birch$" + feature_shaft_wood_linden: "$wood_linden$" + + ########## + # Cloths # + ########## + + # Simple wool fabric, can vary wildly in quality and appearance depending on the yarn used to wave it as well as the weaver's skill. + cloth_wool:0 "wool" + + # Wool from the very first shearing of a sheep. Soft, elastic, and slippery, used in high-grade textiles. + cloth_lambswool:0 "lambswool" + + # A fine, dense wool yarn or fabric. Originated in 12th century England, considered to be one of the highest quality wools. Suits are made from it today. + cloth_worsted_wool:0 "worsted wool" + + # Generic plain weave cotton + cloth_cotton:0 "cotton" + + # cotton plain weave from Bangladesh, but common as far out as Iraq. Can be either coarse or very fine. + cloth_muslin:0 "muslin" + + # twill cotton-linen blend. As it a mixed fabric, practicing Jews are forbidden to wear it. + cloth_fustian:0 "fustian" + + # plain weave flax fibers. Consistently average in quality and price, saw widespread use throughout the medieval era. + cloth_linen:0 "linen" + + # Plain(?) silk weave. + cloth_silk:0 "silk" + + # satin weave, most commonly made of silk, becoming famous in 12th century Europe after the Crusades. + cloth_satin:0 "satin" + + # piled silk weave popular in the Middle East. Must be woven on a special loom. Due to its difficulty of manufacture, it is associated with nobility. Arrived in western Europe after the Crusades. + cloth_velvet:0 "velvet" + + # twill silk weave popular in Byzantium, which originated in Sassanid Persia. Commonly restricted to royalty or clergy. + cloth_samite:0 "samite" + + # cloth woven from silk wrapped in silver. Similar to the cloth-of-gold below, but less expensive. + cloth_of_silver:0 "cloth-of-silver" + + # cloth woven from silk wrapped in gold. In addition to being expensive, it was almost always outlawed for any non-royalty or non-clergy to wear. + cloth_of_gold:0 "cloth-of-gold" + + # sturdy fabric + cloth_canvas:0 "canvas" + + feature_generic_material_cloth_wool:0 "$cloth_wool$" + feature_generic_material_cloth_lambswool:0 "$cloth_lambswool$" + feature_generic_material_cloth_worsted_wool:0 "$cloth_worsted_wool$" + feature_generic_material_cloth_cotton:0 "$cloth_cotton$" + feature_generic_material_cloth_fustian:0 "$cloth_fustian$" + feature_generic_material_cloth_linen:0 "$cloth_linen$" + feature_generic_material_cloth_silk:0 "$cloth_silk$" + feature_generic_material_cloth_satin:0 "$cloth_satin$" + feature_generic_material_cloth_velvet:0 "$cloth_velvet$" + feature_generic_material_cloth_samite:0 "$cloth_samite$" + + feature_generic_material_cordage_wool:0 "$cloth_wool$" + feature_generic_material_cordage_cotton:0 "$cloth_cotton$" + feature_generic_material_cordage_linen:0 "$cloth_linen$" + feature_generic_material_cordage_silk:0 "$cloth_silk$" + + feature_decoration_material_embroidery_wool:0 "$cloth_wool$" + feature_decoration_material_embroidery_linen:0 "$cloth_linen$" + feature_decoration_material_embroidery_cotton:0 "$cloth_cotton$" + feature_decoration_material_embroidery_silk:0 "$cloth_silk$" + feature_decoration_material_embroidery_silver_thread:0 "$metal_silver$" + feature_decoration_material_embroidery_gold_thread:0 "$metal_gold$" + + ######## + # Gems # + ######## + + # Common Everywhere + gem_rock_crystal:0 "rock crystal" + gem_rock_crystal_plural:0 "rock crystals" + gem_jet:0 "jet" + gem_jet_plural:0 "jets" + gem_agate:0 "agate" + gem_agate_plural:0 "agates" + gem_onyx:0 "onyx" + gem_onyx_plural:0 "onyxes" + + # Uncommon Everywhere + gem_garnet:0 "garnet" + gem_garnet_plural:0 "garnets" + gem_jasper:0 "jasper" + gem_jasper_plural:0 "jaspers" + gem_zircon:0 "zircon" + gem_zircon_plural:0 "zircons" + + # Common Regional/Uncommon Elsewhere + gem_turquoise:0 "turquoise" + gem_turquoise_plural:0 "turquoises" + gem_amber:0 "amber" + gem_amber_plural:0 "ambers" + gem_moonstone:0 "moonstone" + gem_moonstone_plural:0 "moonstones" + gem_flourite:0 "flourite" + gem_flourite_plural:0 "flourites" + gem_adventurine:0 "adventurine" + gem_adventurine_plural:0 "adventurines" + gem_amethyst:0 "amethyst" + gem_amethyst_plural:0 "amethysts" + gem_carnelian:0 "carnelian" + gem_carnelian_plural:0 "carnelians" + + # Uncommon Regional/Rare Elsewhere + gem_spinel:0 "spinel" + gem_spinel_plural:0 "spinels" + gem_opal:0 "opal" + gem_opal_plural:0 "opals" + gem_lapis_lazuli:0 "lapis lazuli" + gem_lapis_lazuli_plural:0 "lapis lazulis" + gem_peridot:0 "peridot" + gem_peridot_plural:0 "peridots" + gem_jade:0 "jade" + gem_jade_plural:0 "jades" + + # Rare + gem_sapphire:0 "sapphire" + gem_sapphire_plural:0 "sapphires" + gem_ruby:0 "ruby" + gem_ruby_plural:0 "rubies" + gem_emerald:0 "emerald" + gem_emerald_plural:0 "emeralds" + + feature_decoration_material_gem_rock_crystal:0 "$gem_rock_crystal$" + feature_decoration_material_gem_jet:0 "$gem_jet$" + feature_decoration_material_gem_agate:0 "$gem_agate$" + feature_decoration_material_gem_onyx:0 "$gem_onyx$" + feature_decoration_material_gem_garnet:0 "$gem_garnet$" + feature_decoration_material_gem_jasper:0 "$gem_jasper$" + feature_decoration_material_gem_zircon:0 "$gem_zircon$" + feature_decoration_material_gem_turquoise:0 "$gem_turquoise$" + feature_decoration_material_gem_amber:0 "$gem_amber$" + feature_decoration_material_gem_moonstone:0 "$gem_moonstone$" + feature_decoration_material_gem_flourite:0 "$gem_flourite$" + feature_decoration_material_gem_adventurine:0 "$gem_adventurine$" + feature_decoration_material_gem_amethyst:0 "$gem_amethyst$" + feature_decoration_material_gem_carnelian:0 "$gem_carnelian$" + feature_decoration_material_gem_spinel:0 "$gem_spinel$" + feature_decoration_material_gem_opal:0 "$gem_opal$" + feature_decoration_material_gem_lapis_lazuli:0 "$gem_lapis_lazuli$" + feature_decoration_material_gem_peridot:0 "$gem_peridot$" + feature_decoration_material_gem_jade:0 "$gem_jade$" + feature_decoration_material_gem_sapphire:0 "$gem_sapphire$" + feature_decoration_material_gem_ruby:0 "$gem_ruby$" + feature_decoration_material_gem_emerald:0 "$gem_emerald$" + + + ######## + # Inks # + ######## + + ink_pine_soot: "black pine-soot ink" + ink_oil_soot: "black oil-soot ink" + ink_lacquer_soot: "black lacquer-soot ink" + ink_charcoal: "black charcoal ink" + ink_cinnabar: "vermilion cinnabar ink" + ink_orpiment: "yellow orpiment ink" + ink_lac_dye: "deep red lac-dye ink" + ink_silver: "luminous silver ink" + ink_shell_gold: "lustrous shell gold ink" + + feature_decoration_material_ink_pine_soot: "$ink_pine_soot$" + feature_decoration_material_ink_oil_soot: "$ink_oil_soot$" + feature_decoration_material_ink_lacquer_soot: "$ink_lacquer_soot$" + feature_decoration_material_ink_charcoal: "$ink_charcoal$" + feature_decoration_material_ink_cinnabar: "$ink_cinnabar$" + feature_decoration_material_ink_orpiment: "$ink_orpiment$" + feature_decoration_material_ink_lac_dye: "$ink_lac_dye$" + feature_decoration_material_ink_silver: "$ink_silver$" + feature_decoration_material_ink_shell_gold: "$ink_shell_gold$" + + ########## + # Slates # + ########## + + slate_bamboo: "slate of plain bamboo" + slate_soapstone: "slate of polished soapstone" + slate_bronze: "slate of dusky bronze" + slate_quartz: "slate of glistening quartz" + slate_jade: "slate of lustrous jade" + slate_ivory: "slate of bright ivory" + slate_rhinocerous_horn: "slate of luminescent rhinocerous horn" + + feature_decoration_material_slate_bamboo: "$slate_bamboo$" + feature_decoration_material_slate_soapstone: "$slate_soapstone$" + feature_decoration_material_slate_bronze: "$slate_bronze$" + feature_decoration_material_slate_quartz: "$slate_quartz$" + feature_decoration_material_slate_jade: "$slate_jade$" + feature_decoration_material_slate_ivory: "$slate_ivory$" + feature_decoration_material_slate_rhinocerous_horn: "$slate_rhinocerous_horn$" + + + ############################ + # Horns, Shells, and Bones # + ############################ + + hsb_ivory:0 "ivory" + hsb_mother_of_pearl:0 "mother of pearl" + hsb_tortoiseshell:0 "tortoiseshell" + hsb_seashell:0 "seashell" + hsb_deer_antler:0 "deer antler" + hsb_boar_tusk:0 "boar tusk" + hsb_camel_bone:0 "camel bone" + + feature_decoration_material_inlay_HSB_camel_bone:0 "$hsb_camel_bone$" + feature_decoration_material_inlay_HSB_deer_antler:0 "$hsb_deer_antler$" + feature_decoration_material_inlay_HSB_boar_tusk:0 "$hsb_boar_tusk$" + feature_decoration_material_inlay_HSB_seashell:0 "$hsb_seashell$" + feature_decoration_material_inlay_HSB_tortoiseshell:0 "$hsb_tortoiseshell$" + feature_decoration_material_inlay_HSB_mother_of_pearl:0 "$hsb_mother_of_pearl$" + feature_decoration_material_inlay_HSB_ivory:0 "$hsb_ivory$" + feature_decoration_material_inlay_HSB_bone: "$material_bone$" + + #Other + material_bone:0 "bone" + material_horn:0 "horn" + material_pangolin_scales:0 "pangolin scales" + material_glass:0 "glass" + material_leather:0 "leather" + material_hardened_leather:0 "hardened leather" + + ############ + # Patterns # + ############ + + feature_decoration_pattern_roses:0 "rose flowers" + feature_decoration_pattern_floral:0 "floral motifs" + feature_decoration_pattern_geometric:0 "geometric shapes" + feature_decoration_pattern_wolf:0 "a wolf's head" + feature_decoration_pattern_local_animal:0 "a detailed [Artifact.GetOwner.Custom('GetAnimalType')]" + feature_decoration_pattern_war_god:0 "symbols and phrases in dedication to [Artifact.GetOwner.GetFaith.WarGodName]" + feature_decoration_pattern_religious_symbol:0 "the [Artifact.GetOwner.GetFaith.ReligiousSymbol]" + feature_decoration_pattern_gibberish:0 "symbols of which no one but the creator knows the meaning of" + feature_decoration_pattern_bodies:0 "writhing bodies" + feature_decoration_pattern_culture_symbol:0 "symbols tied to [Artifact.GetOwner.GetCulture.GetNameNoTooltip] culture" + feature_decoration_pattern_culture_style:0 "patterns and decorations known as [Artifact.GetOwner.GetCulture.GetNameNoTooltip] style" + feature_decoration_pattern_shield:0 "the [Artifact.GetOwner.GetHouse.GetBaseName] coat of arms" + feature_decoration_pattern_dynasty_shield:0 "$feature_decoration_pattern_shield$" + feature_decoration_pattern_dynasty_motifs:0 "motifs from the [Artifact.GetOwner.GetHouse.GetBaseName] motto and coat of arms" + feature_decoration_pattern_beasts:0 "mythological beasts" + feature_decoration_pattern_religion:0 "religious symbols" + feature_decoration_pattern_quotes:0 "inspirational quotes" + feature_decoration_pattern_eschatology:0 "eschatological scenes" + feature_decoration_pattern_knots:0 "interlaced knot patterns" + feature_decoration_pattern_animals:0 "a zoomorphic motif" + feature_decoration_pattern_bird:0 "a majestic bird" + + feature_decoration_material_inlay_HSB_placeholder:0 "#D PLACEHOLDER#!" + + feature_icon_decoration_pattern_saint: "[Artifact.GetOwner.Custom('PredeterminedSaintName')]" + + ########### + # Quality and wealth # + ########### + + quality_fine:0 "fine" + quality_very_fine:0 "very fine" + quality_excellent:0 "excellent" + quality_masterful:0 "masterful" + + adverb_quality_masterful:0 "masterfully" + adverb_quality_excellent:0 "excellently" + adverb_quality_fine:0 "finely" + + wealth_extravagant:0 "extravagant" + wealth_opulent:0 "opulent" + wealth_beautiful:0 "beautiful" + wealth_elegant:0 "elegant" + wealth_ornate:0 "ornate" + wealth_fancy:0 "fancy" + wealth_plain:0 "plain" + + article_wealth_plain:0 "A plain" + article_wealth_fancy:0 "A fancy" + article_wealth_ornate:0 "An ornate" + article_wealth_elegant:0 "An elegant" + article_wealth_beautiful:0 "A beautiful" + article_wealth_opulent:0 "An opulent" + article_wealth_extravagant:0 "An extravagant" + + adverb_wealth_extravagant:0 "extravagantly" + adverb_wealth_masterful:0 "masterfully" + adverb_wealth_opulent:0 "opulently" + adverb_wealth_wonderful:0 "wonderfully" + adverb_wealth_elegant:0 "elegantly" + adverb_wealth_lavish:0 "lavishly" + adverb_wealth_beautiful:0 "beautifully" + adverb_wealth_rich:0 "richly" + adverb_wealth_ornate:0 "ornately" + adverb_wealth_fancy:0 "fancily" + adverb_wealth_plain:0 "plainly" + + ############################ + # Weapon Descriptions # + ############################ + create_artifact_weapon_tooltip:0 "[inspiration_owner.GetShortUIName] produced [SCOPE.Custom('ArtifactWeaponType')] of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + # Sword and Dagger components (Blades, Hilts, and Pommels) + feature_hilt_decoration_carved_pattern:0 "the hilt is engraved to display [Artifact.GetFeatureText( 'decoration_pattern' )] — albeit simplified" + feature_hilt_decoration_inlay_pattern:0 "the hilt is inlaid with [Artifact.GetFeatureText( 'decoration_material_inlay' )] in the pattern of [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_hilt_decoration_filigree:0 "the hilt is adorned with intricate [Artifact.GetFeatureText( 'decoration_material_wire' )] filigree" + feature_hilt_decoration_rounded_pommels:0 "the pommel is shaped in a series of rounded lobes and inlaid with [Artifact.GetFeatureText( 'decoration_material_inlay' )]" + feature_hilt_decoration_wires:0 "the grip is covered in a [Artifact.GetFeatureText( 'decoration_material_wire' )] helix inlay" + feature_hilt_decoration_circles:0 "the grip has a series of decorated [Artifact.GetFeatureText( 'decoration_material_wire' )] rings evenly spaced between straps of leather" + feature_hilt_decoration_twisting:0 "the hilt and pommel are decorated with [Artifact.GetFeatureText( 'decoration_material_inlay' )] inlay in an intricate twisting motif" + feature_blade_decoration_etched_pattern:0 "the blade is etched to display a relief of [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_blade_decoration_etched_motto:0 "the blade is etched to display the words "[Artifact.GetOwner.GetHouse.GetMotto]"" + feature_blade_decoration_etched_owner:1 "on the blade, there's an inscription that reads "Owned by [Artifact.GetOwner.GetTitledFirstName] of [Artifact.GetOwner.GetPrimaryTitle.GetNameNoTierNoTooltip]"" + + # Swords + artifact_sword_name:0 "$artifact_name_prefix$ Sword" + artifact_longsword_name:0 "$artifact_name_prefix$ Longsword" + artifact_sword_description:3 "A [newly_created_artifact.GetFeatureText( 'blade_metal' )] sword of [SCOPE.Custom('ArtifactQuality')] craftsmanship. [newly_created_artifact.Custom('ArtifactSwordDecoration')]" + sword_decoration_hilt_and_blade:1 "[ROOT.Artifact.GetFeatureText( 'hilt_decoration' )|U], and [ROOT.Artifact.GetFeatureText( 'blade_decoration' )]." + sword_decoration_hilt:1 "[ROOT.Artifact.GetFeatureText( 'hilt_decoration' )|U]." + sword_decoration_blade:1 "[ROOT.Artifact.GetFeatureText( 'blade_decoration' )|U]." + sword_decoration_none:0 "It is plain and undecorated, yet still striking in appearance." + sword_decoration_none_alt:0 "Everything in its construction serves a purpose, and its lack of opulent pretense gives the owner a strict utilitarian aura." + + # Daggers + artifact_dagger_name:0 "[owner.GetTitledFirstNamePossessiveNoTooltip] Dagger" + artifact_dagger_description:1 "A [newly_created_artifact.GetFeatureText( 'blade_metal' )] dagger of [SCOPE.Custom('ArtifactQuality')] craftsmanship. [newly_created_artifact.Custom('ArtifactDaggerDecoration')]" + dagger_decoration_hilt_and_blade:0 "$sword_decoration_hilt_and_blade$" + dagger_decoration_hilt:0 "$sword_decoration_hilt$" + dagger_decoration_blade:0 "$sword_decoration_blade$" + dagger_decoration_none:0 "$sword_decoration_none$" + artifact_kris_name:0 "[owner.GetTitledFirstNamePossessiveNoTooltip] Kris" + artifact_kris_description: "A [newly_created_artifact.GetFeatureText( 'blade_metal' )] Kris of [SCOPE.Custom('ArtifactQuality')] craftsmanship. [newly_created_artifact.Custom('ArtifactDaggerDecoration')]" + + # Axe, Spear, Hammer, and Mace components (Heads, Shafts/Hafts) + feature_head_decoration_etched_pattern:0 "etched to display a relief of [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_head_decoration_religious_motifs:0 "etched to feature different [Artifact.GetOwner.GetFaith.GetAdjective] motifs" + feature_shaft_decoration_painted_pattern:0 "painted with images of [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_shaft_decoration_inlay:0 "inlaid with [Artifact.GetFeatureText( 'decoration_material_inlay_HSB' )]" + feature_shaft_decoration_varnish:0 "varnished to give it a rich, dark shine" + feature_shaft_decoration_grooves:0 "carved in slight grooves where one would hold it for a comfortable grip" + feature_shaft_decoration_wavelets:0 "carved in delicate wavelets to reduce slippage when wielding it" + feature_shaft_decoration_lines:0 "carved in thin lines to enhance the look of the material, as well as providing a textured and nice grip" + feature_metal_handle_decoration_inlay:0 "inlaid with [Artifact.GetFeatureText( 'decoration_material_inlay' )]" + feature_metal_handle_decoration_etched_pattern:0 "etched to display a repeating image of [Artifact.GetFeatureText( 'decoration_pattern' )]" + + # Axes + artifact_axe_name:0 "$artifact_name_prefix$ Battle-Axe" + artifact_axe_description:2 "A battle-axe of [SCOPE.Custom('ArtifactQuality')] craftsmanship. [newly_created_artifact.Custom('ArtifactAxeHeadDescription')] [newly_created_artifact.Custom('ArtifactAxeHaftDescription')]" + artifact_axe_head_undecorated:1 "The [ROOT.Artifact.GetFeatureText( 'head_metal' )] head is mounted on" + artifact_axe_head_decorated:1 "The [ROOT.Artifact.GetFeatureText( 'head_metal' )] head has been [ROOT.Artifact.GetFeatureText( 'head_decoration' )], and then mounted on" + artifact_axe_haft_undecorated:2 "a sturdy [ROOT.Artifact.GetFeatureText( 'shaft_wood' )] haft. It is expertly balanced and as easy to swing as it is sharp." + artifact_axe_haft_decorated:1 "an elegant [ROOT.Artifact.GetFeatureText( 'shaft_wood' )] haft that has been [ROOT.Artifact.GetFeatureText( 'shaft_decoration' )]." + + # Hammers + artifact_hammer_name:1 "$artifact_name_prefix$ War Hammer" + artifact_hammer_description:3 "A war hammer of [SCOPE.Custom('ArtifactQuality')] craftsmanship. [newly_created_artifact.Custom('ArtifactHammerHeadDescription')] [newly_created_artifact.Custom('ArtifactHammerShaftDescription')]" + artifact_hammer_head_undecorated:0 "$artifact_axe_head_undecorated$" + artifact_hammer_head_decorated:0 "$artifact_axe_head_decorated$" + artifact_hammer_shaft_undecorated:1 "a sturdy [ROOT.Artifact.GetFeatureText( 'shaft_wood' )] shaft." + artifact_hammer_shaft_decorated:1 "an elegant [ROOT.Artifact.GetFeatureText( 'shaft_wood' )] shaft that has been [ROOT.Artifact.GetFeatureText( 'shaft_decoration' )]." + + # Spears + artifact_spear_name:0 "$artifact_name_prefix$ Spear" + artifact_spear_description:2 "A long spear of [SCOPE.Custom('ArtifactQuality')] craftsmanship. [newly_created_artifact.Custom('ArtifactSpearHeadDescription')] [newly_created_artifact.Custom('ArtifactSpearShaftDescription')]" + artifact_spear_head_undecorated:0 "$artifact_axe_head_undecorated$" + artifact_spear_head_decorated:0 "$artifact_axe_head_decorated$" + artifact_spear_head_decorated_flanked:1 "The double-edged blade is flanked by thin prolonged fins, giving the spear a recognizable and deadly silhouette" + artifact_spear_shaft_undecorated:1 "a sturdy [ROOT.Artifact.GetFeatureText( 'shaft_wood' )] shaft." + artifact_spear_shaft_undecorated_alt:2 "a sturdy [ROOT.Artifact.GetFeatureText( 'shaft_wood' )] shaft. It is a weapon that is as elegant as it is deadly." + artifact_spear_shaft_decorated:1 "an elegant [ROOT.Artifact.GetFeatureText( 'shaft_wood' )] shaft that has been [ROOT.Artifact.GetFeatureText( 'shaft_decoration' )]." + + # Maces + artifact_mace_name:0 "$artifact_name_prefix$ Mace" + artifact_mace_description:2 "A flanged mace of [SCOPE.Custom('ArtifactQuality')] craftsmanship. [newly_created_artifact.Custom('ArtifactMaceHeadDescription')] [newly_created_artifact.Custom('ArtifactMaceHandleDescription')]" + artifact_mace_head_undecorated:0 "$artifact_axe_head_undecorated$" + artifact_mace_head_decorated:0 "$artifact_axe_head_decorated$" + artifact_mace_handle_undecorated:1 "a solid [ROOT.Artifact.GetFeatureText( 'handle_metal' )] handle." + artifact_mace_handle_decorated:2 "an elegant [ROOT.Artifact.GetFeatureText( 'handle_metal' )] handle that has been [ROOT.Artifact.GetFeatureText( 'metal_handle_decoration' )]." + + ############################ + # Wearable Descriptions # + ############################ + + # Armor + artifact_armor_name:0 "[SCOPE.Custom('ArtifactArmorArtifactName')]" + artifact_armor_name_basic:1 "$artifact_name_prefix$ [newly_created_artifact.GetFeatureText( 'armor_property' )|U] [SCOPE.Custom('ArtifactArmorTypeUppercase')|U]" + artifact_armor_name_culture:0 "[ROOT.Char.GetCulture.GetNameNoTooltip] [SCOPE.Custom('ArtifactArmorTypeUppercase')|U]" + artifact_armor_name_dynasty:1 "[ROOT.Char.GetDynasty.GetBaseNameNoTooltip] [SCOPE.Custom('ArtifactArmorTypeUppercase')|U]" + artifact_armor_name_descriptor:1 "[newly_created_artifact.GetFeatureText( 'armor_property' )|U] [SCOPE.Custom('ArtifactArmorTypeUppercase')|U]" + + artifact_armor_mail_lowercase:0 "mail" + artifact_armor_mail_uppercase:0 "Mail" + artifact_armor_plate_lowercase:0 "plate armor" + artifact_armor_plate_uppercase:0 "Plate Armor" + artifact_armor_scale_lowercase:0 "scale armor" + artifact_armor_scale_uppercase:0 "Scale Armor" + artifact_armor_lamellar_lowercase:0 "lamellar armor" + artifact_armor_lamellar_uppercase:0 "Lamellar Armor" + artifact_armor_laminar_lowercase:0 "laminar armor" + artifact_armor_laminar_uppercase:0 "Laminar Armor" + artifact_armor_brigandine_lowercase:1 "segmented armor" + artifact_armor_brigandine_uppercase:1 "Segmented Armor" + artifact_armor_shield_lowercase:0 "a shield" + artifact_armor_shield_uppercase:0 "a Shield" + + artifact_armor_descriptor_shiny:0 "shiny" + artifact_armor_descriptor_flexible:0 "flexible" + artifact_armor_descriptor_powerful:0 "powerful" + + feature_artifact_armor_descriptor_shiny:0 "$artifact_armor_descriptor_shiny$" + feature_artifact_armor_descriptor_lustrous:0 "Lustrous" + feature_artifact_armor_descriptor_burnished:0 "Burnished" + feature_artifact_armor_descriptor_flexible:0 "$artifact_armor_descriptor_flexible$" + feature_artifact_armor_descriptor_powerful:0 "$artifact_armor_descriptor_powerful$" + feature_artifact_armor_descriptor_silver_inlaid:0 "Silver" + feature_artifact_armor_descriptor_gold_inlaid:0 "Golden" + feature_artifact_armor_descriptor_bronze_inlaid:0 "Bronze-Plated" + feature_artifact_armor_descriptor_armor_material_hardened_leather:0 "Hardened" + feature_artifact_armor_descriptor_armor_material_steel:0 "Steel" + feature_artifact_armor_descriptor_armor_gold_decorated:0 "Gold-Decorated" + feature_artifact_armor_descriptor_armor_silver_decorated:0 "Silver-Inlaid" + feature_artifact_armor_descriptor_armor_copper_decorated:0 "Copper-Inlaid" + feature_artifact_armor_descriptor_armor_shakudo_decorated:0 "Shakudo-Inlaid" + feature_artifact_armor_descriptor_armor_shibuichi_decorated:0 "Shibuichi-Inlaid" + + feature_armor_material_iron:0 "$metal_iron$" + feature_armor_material_steel:0 "$metal_steel$" + feature_armor_material_gold:0 "$metal_gold$" + feature_armor_material_bronze:0 "$metal_bronze$" + feature_armor_material_canvas:0 "$cloth_canvas$" + feature_armor_material_horn:0 "$material_horn$" + feature_armor_material_pangolin_scales:0 "$material_pangolin_scales$" + feature_armor_material_leather:0 "$material_leather$" + feature_armor_material_hardened_leather:0 "$material_hardened_leather$" + + feature_armor_helmet_spangenhelm:0 "The set includes a spangenhelm and an aventail" + feature_armor_helmet_crested:0 "The set includes a crested helmet with a decorative eyebrow piece" + feature_armor_helmet_nasal:0 "The set includes a nasal helmet and mail coif, padded with [Artifact.GetFeatureText( 'generic_material_cloth' )]" + feature_armor_helmet_enclosed:0 "The set includes an enclosed helmet and mail coif, padded with [Artifact.GetFeatureText( 'generic_material_cloth' )]" + feature_armor_helmet_great_helmet:0 "The set includes a great helm and mail coif, padded with [Artifact.GetFeatureText( 'generic_material_cloth' )]" + feature_armor_helmet_great_helmet_bascinet:0 "The set includes a great helm and a bascinet to be worn underneath it" + feature_armor_helmet_great_helmet_cervelliere:0 "The set includes a great helm and a cervelliere to be worn underneath it" + feature_armor_helmet_turban_helmet:0 "The set includes a turban helmet and an aventail" + feature_armor_helmet_lamellar:0 "The set includes a lamellar helmet with a decorative plume at the top, and an aventail" + feature_armor_helmet_kettle:0 "The set includes a kettle hat with a wide brim" + feature_armor_helmet_cervelliere:0 "The set includes a hemispherical close-fitting cervelliere and mail coif, padded with [Artifact.GetFeatureText( 'generic_material_cloth' )]" + feature_armor_helmet_kulah_khud:0 "The set includes a Khula Khud helmet and an aventail" + + feature_armor_decoration_etched_pattern:0 "The whole armor has been etched to display a repeating image of [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_armor_decoration_inlay_pattern:0 "The whole armor has been decorated with [Artifact.GetFeatureText( 'decoration_material_inlay' )] inlays, displaying a repeating image of [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_armor_decoration_painted_pattern:0 "The whole armor has been painted with images of [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_armor_decoration_lines:0 "The whole armor has been carved with thin lines to enhance the look of the material" + feature_armor_decoration_gold_plating:0 "The whole armor has been plated with a thick layer of gold" + feature_armor_decoration_lining:0 "The lowermost links are made out of decorative [Artifact.GetFeatureText( 'decoration_material_wire' )], lining the whole armor" + feature_armor_decoration_embossed:0 "The [Artifact.GetFeatureText( 'decoration_material_wire' )] rivets attaching the plates to the fabric have been embossed with a decorative pattern" + feature_armor_decoration_grouped_rivets:0 "The [Artifact.GetFeatureText( 'decoration_material_wire' )] rivets attaching the plates to the fabric of the armor have been grouped in a decorative pattern" + + artifact_armor_description:0 "[SCOPE.Custom('ArtifactArmorDesc')]. [newly_created_artifact.GetFeatureText('armor_helmet')]. [newly_created_artifact.GetFeatureText('armor_decoration')]." + + artifact_armor_mail_description:2 "While the chain links do not offer room for decoration, the [SCOPE.Custom('ArtifactQuality')] work on the riveting sets this piece apart from common mail" + artifact_armor_plate_description:2 "The armor is constructed from large [newly_created_artifact.GetFeatureText( 'armor_material' )] plates that have been [SCOPE.Custom('ArtifactAdverbQuality')] forged to completely cover the wearer" + artifact_armor_scale_description:2 "The armor is constructed from [SCOPE.Custom('ArtifactAdverbQuality')] crafted [newly_created_artifact.GetFeatureText( 'armor_material' )] scales that are fastened to a backing of leather" + artifact_armor_lamellar_description:2 "The armor is constructed from [newly_created_artifact.GetFeatureText( 'armor_material' )] plates that are [SCOPE.Custom('ArtifactAdverbQuality')] bound together with cords of [newly_created_artifact.GetFeatureText( 'generic_material_cordage' )] cloth, while the trim and lining are cut from fine [newly_created_artifact.GetFeatureText( 'generic_material_cloth' )]" + artifact_armor_laminar_description:2 "The armor is constructed from horizontally overlapping [newly_created_artifact.GetFeatureText( 'armor_material' )] bands that are [SCOPE.Custom('ArtifactAdverbQuality')] laced together with cords of [newly_created_artifact.GetFeatureText( 'generic_material_cordage' )], while the trim and lining are cut from fine [newly_created_artifact.GetFeatureText( 'generic_material_cloth' )]" + artifact_armor_brigandine_description:2 "The [newly_created_artifact.GetFeatureText( 'armor_material' )] of the armor is [SCOPE.Custom('ArtifactAdverbQuality')] lined internally with oblong steel plates and covered with a layer of [newly_created_artifact.GetFeatureText( 'generic_material_cloth' )]" + artifact_armor_fallback_description:2 "[SCOPE.Custom('ArtifactDecorationArmor')]." + + create_artifact_armor_tooltip:1 "[inspiration_owner.GetShortUIName] produced [SCOPE.Custom('ArtifactArmorTypeLowercase')] of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + + # Regalia + artifact_regalia_name:0 "$artifact_name_prefix$ Regalia" + artifact_regalia_description:1 "[SCOPE.Custom('ArtifactArticleWealth')] regalia set of [SCOPE.Custom('ArtifactQuality')] craftsmanship. It consists of [newly_created_artifact.GetFeatureText( 'regalia_scepter' )], [newly_created_artifact.GetFeatureText( 'regalia_clothes' )], and [newly_created_artifact.GetFeatureText( 'regalia_accessory' )]." + + feature_regalia_scepter_gemstone:0 "a [Artifact.GetFeatureText( 'decoration_material_wire' )] scepter set with pieces of [Artifact.GetFeatureText( 'decoration_material_gem' )]" + feature_regalia_accessory_orb:0 "a [Artifact.GetFeatureText( 'decoration_material_wire' )] cross-bearing orb" + feature_regalia_accessory_necklace:0 "a large [Artifact.GetFeatureText( 'decoration_material_gem' )] cabochon necklace" + feature_regalia_clothes_robe:0 "fine [Artifact.GetFeatureText( 'generic_material_cloth' )] robes that have been embroidered with [Artifact.GetFeatureText( 'decoration_material_embroidery' )]" + feature_regalia_clothes_cloak:0 "a [Artifact.GetFeatureText( 'generic_material_cloth' )] cloak that has been embroidered with [Artifact.GetFeatureText( 'decoration_material_embroidery' )] thread" + + create_artifact_regalia_tooltip:1 "[inspiration_owner.GetShortUIName] produced a regalia set of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + + artifact_seal_of_investiture: "$artifact_name_prefix$ $seal_of_investiture$" + seal_of_investiture: "Seal of Investiture" + artifact_seal_of_investiture_court: "$seal_of_investiture$" + seal_of_investiture.desc: "[SCOPE.Custom('ArtifactArticleWealth')] [seal_of_investiture|E] of [SCOPE.Custom('ArtifactQuality')] craftsmanship. It is a [newly_created_artifact.GetFeatureText( 'decoration_material_slate' )] with [newly_created_artifact.GetFeatureText( 'decoration_material_ink' )].\n\nIt was crafted by order of [tributary_scope.GetSuzerain.GetFullName] to document the loyalty of [tributary_scope.GetFullName], presented to [tributary_scope.GetHerHim] at the closing ceremonies of [tributary_scope.GetHerHis] tribute mission to [tributary_scope.GetSuzerain.GetCapitalLocation.GetName]." + feature_regalia_seal_slate: "a [Artifact.GetFeatureText( 'decoration_material_slate' )] imperial seal" + feature_regalia_seal_ink: "calligraphed in [Artifact.GetFeatureText( 'decoration_material_ink' )]" + + heirloom_seal.name: "Heirloom Seal" + heirloom_seal.desc: "This ancient seal in Jade was created by Qin Shi Huang over a millennia ago after the unification of the warring states of China. The seal is said to have been carved out of the Heshibi, one of the most sacred imperial treasures that ever existed.\n\nThe inscription reads: "Having received the Mandate of Heaven, may the emperor lead a long and prosperous life."" + + artifact_seal_dynastic: "Imperial Seal" + dynastic_imperial_seal.name: "[owner.GetPrimaryTitle.GetBaseNameNoTierNoTooltip] Imperial Seal" + dynastic_imperial_seal.desc: "This is the imperial seal of the [owner.GetDynasty.GetBaseNameNoTooltip] and the [owner.GetPrimaryTitle.GetBaseNameNoTooltip]. It was created at [owner.GetTitledFirstNamePossessiveNoTooltip] request and is a [newly_created_artifact.GetFeatureText( 'decoration_material_slate' )] with [newly_created_artifact.GetFeatureText( 'decoration_material_ink' )]. The seal is one of the foremost treasures of the realm and a symbol of its ruling dynasty." + + + # Crowns + artifact_crown_name:0 "$artifact_name_prefix$ Crown" + artifact_crown_description:1 "[SCOPE.Custom('ArtifactArticleWealth')] crown of [SCOPE.Custom('ArtifactQuality')] craftsmanship. The crown is forged from [newly_created_artifact.GetFeatureText( 'decoration_material_wire' )] and [newly_created_artifact.GetFeatureText( 'crown_decoration' )]." + + feature_crown_decoration_gems:1 "set with small pieces of [Artifact.GetFeatureText( 'decoration_material_gem' )]" + feature_crown_decoration_filigree:0 "adorned with intricate filigree" + feature_crown_decoration_filigree_and_gem:0 "adorned with intricate filigree that frames a large [Artifact.GetFeatureText( 'decoration_material_gem' )] centerpiece" + + create_artifact_crown_tooltip:1 "[inspiration_owner.GetShortUIName] produced a crown of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + + # Icons + artifact_icon_name: "Icon of [newly_created_artifact.GetFeatureText('icon_decoration')]" + artifact_icon_description: "[SCOPE.Custom('ArtifactArticleWealth')] icon of [SCOPE.Custom('ArtifactQuality')] craftsmanship depicting [newly_created_artifact.GetFeatureText('icon_decoration')]" + + # Brooches + artifact_brooch:0 "Brooch" + artifact_brooch_pedestal:0 "$artifact_brooch$" + artifact_brooch_name:0 "$artifact_name_prefix$ Brooch" + artifact_brooch_description:1 "[SCOPE.Custom('ArtifactArticleWealth')] brooch of [SCOPE.Custom('ArtifactQuality')] craftsmanship. [newly_created_artifact.GetFeatureText( 'brooch_decoration' )]." + + feature_brooch_decoration_centerpiece_and_adornment:0 "It consists of [Artifact.GetFeatureText( 'brooch_centerpiece' )] that is [Artifact.GetFeatureText( 'brooch_adornment' )]" + feature_brooch_decoration_centerpiece:0 "It consists of [Artifact.GetFeatureText( 'brooch_centerpiece' )] mounted on a [Artifact.GetFeatureText( 'decoration_material_wire' )] fastener" + feature_brooch_decoration_adornment:0 "It consists of a [Artifact.GetFeatureText( 'decoration_material_wire' )] fastener [Artifact.GetFeatureText( 'brooch_adornment' )]" + feature_brooch_centerpiece_cabochon:0 "a [Artifact.GetFeatureText( 'decoration_material_gem' )] cabochon" + feature_brooch_centerpiece_cross:0 "a [Artifact.GetFeatureText( 'decoration_material_wire' )] crucifix" + feature_brooch_centerpiece_sword:0 "a [Artifact.GetFeatureText( 'decoration_material_wire' )] sword figurine" + feature_brooch_adornment_filigree:0 "adorned with intricate filigree" + feature_brooch_adornment_gems:0 "adorned with small pieces of [Artifact.GetFeatureText( 'decoration_material_gem' )]" + feature_brooch_adornment_runes:0 "framed by a [Artifact.GetFeatureText( 'decoration_material_wire' )] ring stamped with runes" + create_artifact_brooch_tooltip:0 "[inspiration_owner.GetShortUIName] produced [SCOPE.Custom('ArtifactArticleWealth')|l] brooch of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + + # Rings + artifact_ring:0 "Ring" + artifact_ring_name:0 "$artifact_name_prefix$ Ring" + artifact_ring_description:0 "[SCOPE.Custom('ArtifactArticleWealth')] ring of [SCOPE.Custom('ArtifactQuality')] craftsmanship. Its [newly_created_artifact.GetFeatureText( 'generic_material_metal' )] shank [newly_created_artifact.GetFeatureText( 'ring_decoration' )]." + feature_ring_decoration_centerpiece_and_adornment:0 "with [Artifact.GetFeatureText( 'ring_centerpiece' )] and is [Artifact.GetFeatureText( 'ring_adornment' )]" + feature_ring_decoration_centerpiece:0 "is topped by [Artifact.GetFeatureText( 'ring_centerpiece' )]" + feature_ring_decoration_adornment:0 "is [Artifact.GetFeatureText( 'ring_adornment' )]" + feature_ring_centerpiece_cabochon:0 "a [Artifact.GetFeatureText( 'decoration_material_gem' )] cabochon" + feature_ring_centerpiece_signet:0 "the [Artifact.GetOwner.GetHouse.GetBaseNameNoTooltip] sigil engraved into a head of [Artifact.GetFeatureText( 'decoration_material_wire' )]" + feature_ring_centerpiece_religious:0 "a [Artifact.GetOwner.GetFaith.GetAdjective] [Artifact.GetOwner.GetFaith.ReligiousSymbol] engraved into a head of [Artifact.GetFeatureText( 'decoration_material_wire' )]" + feature_ring_adornment_filigree:0 "is $feature_brooch_adornment_filigree$" + feature_ring_adornment_motto:0 "encircled by the [Artifact.GetOwner.GetHouse.GetBaseNameNoTooltip] house motto: '#EMP [Artifact.GetOwner.GetHouse.GetMotto]#!'" + feature_ring_adornment_religious:0 "encircled by extracts from the [Artifact.GetOwner.GetFaith.GetAdjective] [Artifact.GetOwner.GetFaith.ReligiousText]" + feature_ring_adornment_gems:0 "$feature_brooch_adornment_gems$" + feature_ring_adornment_runes:0 "$feature_brooch_adornment_runes$" + + ## fund_inspiration.6001-6006 trinkets from your adventurer + morin_khuur_ornament_name:0 "Morin Khuur Horse Ornament" + morin_khuur_ornament_description:1 "A horse head carved from horse bone, usually a decoration at the top of a Morin Khuur fiddle. Sent to [owner.GetTitledFirstNameNoTooltip] by [inspiration_owner.GetTitledFirstNameNoTooltip] during [inspiration_owner.GetHerHis] adventures." + animal_ring_name:0 "Gaudy Tiger Ring" + animal_ring_description:1 "Jewel-encrusted and in far too many colors, you are likelier to be able to blind your courtiers with it than impress with your sense of fashion. Sent to [owner.GetTitledFirstNameNoTooltip] by [inspiration_owner.GetTitledFirstNameNoTooltip] during [inspiration_owner.GetHerHis] adventures." + ostrich_shell_necklace_name:0 "Necklace of Ostrich Shell Beads" + ostrich_shell_necklace_description:1 "A delicate piece of jewelry in a brilliant white hue. Sent to [owner.GetTitledFirstNameNoTooltip] by [inspiration_owner.GetTitledFirstNameNoTooltip] during [inspiration_owner.GetHerHis] adventures." + pilgrimage_figurine_name:0 "Cuttle-bone Saint Vardan Figure" + pilgrimage_figurine_description:1 "A figurine of Vardan Mamikonian, an Armenian general who secured the Armenian right to practice Christianity in the Battle of Avarayr in 451. His helmet is filled with bronze detail. Sent to [owner.GetTitledFirstNameNoTooltip] by [inspiration_owner.GetTitledFirstNameNoTooltip] during [inspiration_owner.GetHerHis] adventures." + saint_margaret_fingernails_name:0 "Fingernails of Saint Margaret" + saint_margaret_fingernails_description:1 "Saint Margaret of Antioch was famed for slaying a dragon using the heels of her shoes alone. Supposedly, these old disgusting fingernails' cuts belonged to her. Sent to [owner.GetTitledFirstNameNoTooltip] by [inspiration_owner.GetTitledFirstNameNoTooltip] during [inspiration_owner.GetHerHis] adventures." + seahorse_brooch_name:0 "Golden Seahorse Brooch" + seahorse_brooch_description:1 "A brooch with delicate chained tassels beneath the horse, which has both wings and a fin tail. Sent to [owner.GetTitledFirstNameNoTooltip] by [inspiration_owner.GetTitledFirstNameNoTooltip] during [inspiration_owner.GetHerHis] adventures." + + + #fund_inspiration.6500- trinkets from your adventurer + leopard_hat_name:0 "Leopard Hat" + leopard_hat_description:0 "A hat made from the head of a leopard, slain by [inspiration_owner.GetTitledFirstName]." + kurgan_ornament_name:0 "Scythian Panther Figurine" + kurgan_ornament_description:0 "A stone figurine looted by [inspiration_owner.GetTitledFirstName] from an old Scythian Kurgan burial mound." + kurgan_saddle_name:0 "Saddle from a Kurgan" + kurgan_saddle_description:1 "A saddle swiped by [inspiration_owner.GetTitledFirstName] from a Scythian burial mound. Over a thousand years old, it has been preserved in the trapped air of the tomb, amidst the bodies of dozens of embalmed horses. Perhaps we can learn something from the ways of the ancient saddle-warriors." + naked_tapestry_name:0 "Nude Tapestry" + naked_tapestry_description:0 "A nude depiction of [inspiration_owner.GetTitledFirstName] at a beach oasis, fanning [inspiration_owner.GetHerselfHimself] with a leaf, and glistening with crystal-clear droplets." + + frogspawn_jar_name:0 "Jar of Frogspawn" + frogspawn_jar_description:0 "A jar filled with some sloshing spawn, and a few hatched tadpoles. Sent to [ROOT.Char.GetTitledFirstNameNoTooltip] by [inspiration_owner.GetTitledFirstName] as an indication of the horrors of the outdoors.\n\nWriggle!" + beaver_book_name:1 "Palaces of the Beavers" + beaver_book_description:0 "A book on beaver architecture and construction techniques, written up with sketches by [inspiration_owner.GetTitledFirstName] on [inspiration_owner.GetHerHis] travels." + crocodile_tapestry_name:0 "Crocodile Tapestry" + crocodile_tapestry_description:0 "A tapestry of a crocodile made to the best of [inspiration_owner.GetTitledFirstNamePossessive] abilities. The creature is bright red, has several layers of fangs, poisonous pustules, and a barbed tail. It is surrounded by a hoard-nest of eggs in a cave behind a waterfall." + mountain_rock_name:0 "Mountain Rock" + mountain_rock_description:0 "A large rock, laboriously lugged around by [inspiration_owner.GetTitledFirstName] all the way back from [mountain_location.GetName]." + + # Game start additional unique artifacts + reichskrone_name:0 "Reichskrone" + reichskrone_description:1 "This is the Emblem of the office of Holy Roman Emperor. Guaranteed to catch the attention of every passing Duke." + nikephoros_crown_name:0 "Crown of Nikephoros II Phokas" + nikephoros_crown_description:2 "This is the crown of one of the finest tacticians the Imperial line has ever seen. Failure in wars west of the Empire, but conqueror toward the east." + skull_cap_charlemagne_name:0 "Skull Cap of Charlemagne" + skull_cap_charlemagne_description:0 "The very pate of Charlemagne is held within this box. Perhaps his wisdom shall descend upon the owner." + papal_tiara_name:0 "Papal Tiara" + papal_tiara_description:1 "This is the jeweled mitre with a golden crown which symbolizes the Papal Office. But wouldn't it look most resplendent atop your head?" + essen_crown_name:0 "Kinderkrone" + essen_crown_description:1 "Some say this was a crown crafted for Otto III's coronation in Essen, others that it was intended to crown a statue of the Virgin. Either way it is very small, but you might be able to squeeze it onto your head if you try." + monomachus_crown_name:1 "Monomachus Crown" + monomachus_crown_description:1 "This is a crown comprised of golden paneled portraits depicting Constantine IX Monomachus, his wife Zoe, sister Theodora, and some allegorical dancing figures." + edmund_head_name:1 "Head of St. Edmund" + edmund_head_description:0 "Edmund demanded he would become a Saint from the moment of his birth. Legends tell he was a King of East Anglia who volunteered as a sacrifice to the Vikings rather than let his people be slaughtered by them." + dhammapada_name:0 "Dhammapada" + dhammapada_description:1 "This is a collection of sayings of the Buddha, bound in a fine palm leaf manuscript." + excalibur_name:0 "'Excalibur'" + excalibur_description:0 "There is nary a ruler in Britain who doesn't claim to have the true Excalibur. Wars are paid for by selling Excaliburs, and you must hope your guests don't catch another displaying the sword." + vinaya_pitaka_name:0 "Vinaya Pitaka" + vinaya_pitaka_description:0 "A Buddhist scripture from the three works of the Pali Canon. This text is instructional in monastic conduct conventions for monks and nuns." + sutta_pitaka_name:0 "Sutta Pitaka" + sutta_pitaka_description:1 "A Theravada Buddhist text based on the first Buddhist council held after Buddha's death. Includes many poems and sermons attributed to Buddha and his disciples. Part of the Pali Canon." + abhidhamma_pitaka_name:0 "Abhidhamma Pitaka" + abhidhamma_pitaka_description:0 "A detailed work of scholarship analyzing the Buddha's teachings. Part of the Pali Canon." + + + + + # Brooches + + brooch_decoration_centerpiece_and_adornment:0 "It consists of [SCOPE.Custom('BroochDecorationCenterpiece')] that is [SCOPE.Custom('BroochDecorationAdornment')]" + brooch_decoration_centerpiece:0 "It consists of [SCOPE.Custom('BroochDecorationCenterpiece')] mounted on a [ROOT.Char.Custom2_Flag('ArtifactMetalType', SCOPE.GetFlagName('fastener_metal'))] fastener" + brooch_decoration_adornment:0 "It consists of a [ROOT.Char.Custom2_Flag('ArtifactMetalType', SCOPE.GetFlagName('fastener_metal'))] fastener [SCOPE.Custom('BroochDecorationAdornment')]" + brooch_centerpiece_cabochon:0 "a [ROOT.Char.Custom2_Flag('ArtifactGemType', SCOPE.GetFlagName('centerpiece_gem'))] cabochon" + brooch_centerpiece_cross:0 "a [ROOT.Char.Custom2_Flag('ArtifactMetalType', SCOPE.GetFlagName('centerpiece_metal'))] crucifix" + brooch_centerpiece_sword:0 "a [ROOT.Char.Custom2_Flag('ArtifactMetalType', SCOPE.GetFlagName('centerpiece_metal'))] sword figurine" + brooch_adornment_filigree_primary:0 "adorned with intricate filigree" + brooch_adornment_filigree_secondary:0 "adorned with [ROOT.Char.Custom2_Flag('ArtifactMetalType', SCOPE.GetFlagName('adornment_filigree_metal'))] filigree" + brooch_adornment_gems:0 "adorned with small pieces of [ROOT.Char.Custom2_Flag('ArtifactGemType', SCOPE.GetFlagName('adornment_gem'))]" + brooch_adornment_runes:0 "framed by a [ROOT.Char.Custom2_Flag('ArtifactMetalType', SCOPE.GetFlagName('adornment_runed_ring_metal'))] ring stamped with runes" + + tiny_sculpture_trinket_name:0 "Miniature Sculpture" + tiny_sculpture_trinket_description:1 "A tiny sculpture of [statue_owner.GetTitledFirstNameNoTooltip]. Pocket-sized and ready to rule. Crafted by [inspiration_owner.GetTitledFirstNameNoTooltip]." + tiny_box_trinket_name:0 "Miniature Box" + tiny_box_trinket_description:0 "A tiny but mysterious box. Perhaps it will unleash a single sin upon the world when opened. Crafted by [inspiration_owner.GetTitledFirstNameNoTooltip]." + tiny_chest_trinket_name:0 "Miniature Chest" + tiny_chest_trinket_description:0 "A tiny locked chest but the size of a thumb. It rattles when shaken, betraying the contents inside. Crafted by [inspiration_owner.GetTitledFirstNameNoTooltip]." + tiny_cabinet_trinket_name:0 "Miniature Cabinet" + tiny_cabinet_trinket_description:0 "A cabinet small enough it should probably be stored in another cabinet to prevent it from being tread on. Crafted by [inspiration_owner.GetTitledFirstNameNoTooltip]." + tiny_throne_trinket_name:0 "Miniature Throne" + tiny_throne_trinket_description:0 "A throne fit for a mouse or other rodent to rule from. Crafted by [inspiration_owner.GetTitledFirstNameNoTooltip]." + + +#fund_inspiration.6301 same sex love poems + prince_archivist_love_poem_name:0 "I the Moon, You the Sun" + prince_archivist_love_poem_description:0 "A ballad of two men in love - a prince and an archivist, stargazing atop a tower away from prying eyes and together amongst the stars. Rumors suggest the archivist is based off of the author [inspiration_owner.GetTitledFirstNamePossessiveNoTooltip] experiences." + witch_queen_love_poem_name:0 "A Heart Dispelled" + witch_queen_love_poem_description:0 "A poem featuring two women in love, a witch and a queen lost in the woods by her cottage. Both take solace in a moment away from society. Whispers suggest the witch is a self-caricature from the author [inspiration_owner.GetTitledFirstNameNoTooltip]." + + #Books + book_artifact_title_desc:0 "The tome is bound in leather and details all the sacrifices and arduous work put in to [SCOPE.Custom('ArtifactBookSubject')] the [relevant_title.GetName]." + book_artifact_no_topic_desc:0 "The tome is bound in leather and goes into great detail about [SCOPE.Custom('ArtifactBookSubject')] – complete with detailed illustrations and decorative marginalia." + book_artifact_other_desc:0 "The tome is bound in leather and shows [SCOPE.Custom('ArtifactArticleBookContentQuality')] understanding of [SCOPE.Custom('ArtifactBookSubject')] as it touches upon subjects such as [SCOPE.Custom('ArtifactBookTopic')]." + + book_artifact_martial:0 "warfare" + book_artifact_diplomacy:0 "diplomacy" + book_artifact_learning:0 "scholarly matters" + book_artifact_stewardship:0 "stewardship" + book_artifact_intrigue:0 "intrigue" + book_artifact_medicine:0 "medicine" + book_artifact_reveler:0 "revelry" + book_artifact_blademaster:0 "combat" + book_artifact_hunter:0 "hunting" + book_artifact_mystic:0 "mysticism" + book_artifact_herbalist:0 "herbs" + book_artifact_physician:0 "medical care" + book_artifact_torturer:0 "torture" + book_artifact_cannibal:0 "the consumption of human flesh" + book_artifact_witch:0 "how to worship [ROOT.Char.GetFaith.WitchGodName]" + book_artifact_witch_sponsor:0 "how to worship [ROOT.Char.GetLiege.GetFaith.WitchGodName]" + book_artifact_deviant:0 "alternative sexual desires" + book_artifact_lunatic:0 "discrepancies in reality" + book_artifact_unification:0 "unify" + book_artifact_creation:0 "create" + book_artifact_restoration:0 "restore" + + book_artifact_topic_herbs_the_art_of_lovemaking:0 "art of lovemaking" + book_artifact_topic_medicine:0 "the application of different potions and ointments" + book_artifact_topic_herbs:0 "the many varied uses for a handful of rare herbs and plants" + book_artifact_topic_witch:0 "potions, ointments, herbs, and alternative methods of worship" + + book_content_quality_excellent:0 "an excellent" + book_content_quality_deep:0 "a deep" + book_content_quality_good:0 "a good" + book_content_quality_modest:0 "a modest" + create_artifact_book_tooltip:0 "[inspiration_owner.GetShortUIName] produced [SCOPE.Custom('ArtifactArticleWealth')|l] book with [SCOPE.Custom('ArtifactQuality')] lettering" + + create_artifact_artisan_tooltip:0 "[inspiration_owner.GetShortUIName] produced [inspiration_owner.Custom('InspirationArtisanType')] of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + + create_artifact_smith_tooltip:0 "[inspiration_owner.GetShortUIName] produced [inspiration_owner.Custom('InspirationSmithType')] of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + feature_blade_wrought_iron:0 "wrought iron" + feature_blade_folded_iron:0 "folded iron" + feature_blade_steel:0 "steel" + feature_blade_wootz_steel:0 "wootz steel" + feature_blade_bulat_steel:0 "bulat steel" + feature_blade_damascus_steel:0 "Damascus steel" + + ## Character Modifiers made to artifacts ## + + # From court_ongoing_1021 + artifact_necklace:2 "Necklace" + artifact_necklace_pedestal:0 "$artifact_necklace$" + artifact_necklace_name:1 "[newly_created_artifact.GetFeatureText( 'decoration_material_gem' )|U] [newly_created_artifact.GetFeatureText( 'decoration_material_wire' )|U] Necklace" + artifact_necklace_description:1 "[SCOPE.Custom('ArtifactArticleWealth')], yet delicate necklace of [SCOPE.Custom('ArtifactQuality')] craftsmanship. The necklace is forged from [newly_created_artifact.GetFeatureText( 'decoration_material_wire' )] and features a gorgeous [newly_created_artifact.GetFeatureText( 'decoration_material_gem' )] pendant." + artifact_pressed_flower_name:1 "Pressed [SCOPE.Custom('ArtifactFlowerSpecies')|U]" + artifact_pressed_flower_description:1 "A beautiful [SCOPE.Custom('ArtifactFlowerSpecies')] flower, pressed and dried to preserve its beauty." + + # From stewardship_wealth.1061 + stewardship_old_ledger_name:0 "Old Ledger" + stewardship_old_ledger_description:0 "An old dusty ledger, full of scribbles and bookkeeping notes. It's not really useful for anything except to learn how a ledger can look like." + feature_book_title_stewardship_old_ledger:0 "$stewardship_old_ledger_name$" + feature_book_topic_stewardship_old_ledger:0 "$stewardship_old_ledger_description$" + + # From lover.3219 + lover_keepsake_hair_name:0 "[original_lover.GetFirstNamePossessiveNoTooltip] Forelock" + lover_keepsake_hair_description:1 "A keepsake given by [original_lover.GetTitledFirstNamePossessive] to [original_lover.GetHerHis] distant lover [lover.GetTitledFirstName], that [lover.GetSheHe] might carry a part of [original_lover.GetHerHim] with [lover.GetHerHim] always." + lover_keepsake_clothes_male_name:0 "[original_lover.GetFirstNamePossessiveNoTooltip] Braies" + lover_keepsake_clothes_female_name:0 "[original_lover.GetFirstNamePossessiveNoTooltip] Chemise" + lover_keepsake_clothes_description:1 "[original_lover.GetTitledFirstNamePossessive] most intimate articles, sent to [original_lover.GetHerHis] distant lover [lover.GetTitledFirstNameNoTooltip], to keep alive the fire of their exploits in the bedchamber." + lover_keepsake_shell_name:0 "[original_lover.GetFirstNamePossessiveNoTooltip] Shell" + lover_keepsake_shell_description:1 "A keepsake sent by [original_lover.GetTitledFirstNamePossessive] to [original_lover.GetHerHis] distant lover [lover.GetTitledFirstNameNoTooltip], picked up as a memento on their very first liaison." + +## christian_saint_bone pilgrim reward + christian_saint_bone_name:0 "[saint_bone_owner.Custom('RandomSaintNamePossessive')] [saint_bone_owner.Custom('RandomSaintBone')]" + christian_saint_bone_description:1 "The reputed remains of a [saint_bone_owner.GetFaith.GetReligion.GetAdjectiveNoTooltip] saint, acquired by [saint_bone_owner.GetNameNoTooltip] while undertaking [saint_bone_owner.GetHerHis] pilgrimage to [christian_saint_bone_scope.MakeScope.Var('holy_site').GetProvince.GetCounty.GetTitle.GetNameNoTierNoTooltip], and revered as a token of luck and piety by [saint_bone_owner.GetFaith.GetAdherentNamePluralNoTooltip]." +# bones + bone_type_knuckle:0 "Knuckle" + bone_type_shin:0 "Shin" + bone_type_kneecap:0 "Kneecap" + bone_type_femur:0 "Femur" + bone_type_clavicle:0 "Clavicle" + bone_type_rib:0 "Rib" + bone_type_vertebra:0 "Vertebra" + bone_type_jaw:0 "Jaw" + bone_type_toe:0 "Toe" + bone_type_scapula:0 "Scapula" + bone_type_finger:0 "Finger" + bone_type_thumb:0 "Thumb" + bone_type_hip:0 "Hip" + bone_type_humerus:0 "Humerus" + bone_type_tibia:0 "Tibia" + bone_type_ankle:0 "Ankle" + + # yearly.4081 + translated_arabic_book_de_materia_medica_name:0 "#italic On Medical Material#!" + translated_arabic_book_de_materia_medica_desc:0 "An illustrated copy of Dioscorides' five-volume pharmacopoeia on the medicinal uses of various plants, written in ancient Alexandria $translated_arabic_book_shared_desc$" + translated_arabic_book_on_ascensions_name:0 "#italic On Ascensions#!" + translated_arabic_book_on_ascensions_desc:0 "A copy of Hypsicles' celestial treatise on the movements of the signs of the zodiac through the sky, written in ancient Alexandria and $translated_arabic_book_shared_desc$" + translated_arabic_book_elements_name:0 "#italic Elements#!" + translated_arabic_book_elements_desc:0 "A copy of Euclid's thirteen-volume mathematical treatise on geometry, logic, and their proofs, written in ancient Alexandria and $translated_arabic_book_shared_desc$" + translated_arabic_book_on_the_soul_name:0 "#italic On the Soul#!" + translated_arabic_book_on_the_soul_desc:0 "A copy of Aristotle's ancient three-book psychological treatise on the nature of the soul and its inclinations, $translated_arabic_book_shared_desc$" + translated_arabic_book_thucydides_name:0 "#italic Thucydides' Historiae#!" + translated_arabic_book_thucydides_desc:0 "A copy of Thucydides' ancient account of the Peloponnesian War between Athens and Sparta, $translated_arabic_book_shared_desc$" + translated_arabic_book_plutarch_name:0 "#italic Plutarch's Lives#!" + translated_arabic_book_plutarch_desc:0 "A copy of Plutarch's comparative biographies of prominent ancient leaders and their moral character, $translated_arabic_book_shared_desc$" + translated_arabic_book_shared_desc:0 "translated into Arabic from the original Greek for [ROOT.Char.GetTitledFirstNameNoTooltipRegnal]." + + # hold_court.4300 + dress_me_artifact_desc:0 "An exquisite garment made by the most skilled tailors, ordered by [ROOT.Char.GetTitledFirstNameNoTooltipRegnal] to impress [ROOT.Char.GetHerHis] court with its splendor." + + # martial_authority.4000-5 + improvised_halberd_desc:0 "This jury-rigged halberd variant is topped by a billhook, making this improvised weapon a handy thing to have in a pinch." + improvised_dagger_desc:0 "This improvised dagger was created from altering a piece of farming equipment, and retains its handiness and cutting ability." + improvised_billhook_desc:0 "This one-handed billhook is used for cutting the branches from shrubs. Whilst it hardly befits a king, its curved blade is surprisingly good at finding chinks in armor." + + # yearly_event.7010-50 + football_cup_desc:0 "This cup was commissioned to commemorate victory in a game of football." + participation_trophy_desc:0 "This cup was commissioned to commemorate 'victory' in a game of football." + + #bp1_yearly.7200 + perfume_bottle_description:0 "[ROOT.Char.GetFirstNameNoTooltip] collected the ingredients for this fragrance." + + # travel_events.4005 + maritime_trading_handbook:0 "Maritime Trading Handbook" + maritime_trading_handbook_description:0 "An expertly written handbook on the nature of [merchant_character_scope.GetCulture.GetName] maritime trading practices." + own_holy_text_mid:0 "Bejeweled [root_scope.GetFaith.ReligiousText|U]" + own_holy_text_mid_description:0 "A [root_scope.GetFaith.ReligiousText|U] decorated with studded gemstones." + merchants_holy_text_mid:0 "Bejeweled [merchant_character_scope.GetFaith.ReligiousText|U]" + merchants_holy_text_mid_description:0 "A [merchant_character_scope.GetFaith.ReligiousText|U] decorated with studded gemstones." + merchants_sword:0 "[merchant_character_scope.GetCulture.GetName] Sword" + merchants_sword_description:0 "A fine blade purchased from a traveling [merchant_character_scope.GetCulture.GetNameNoTooltip] merchant." + jewelled_slippers:0 "Jeweled Slippers" + jewelled_slippers_description:0 "A beautiful pair of jewel-encrusted slippers. Something about wearing them makes you feel like you can always find your way home." + witchcraft_book:0 "Tome of Herbal Remedies" + witchcraft_book_description:0 "A book once belonging to the Witch of [ROOT.Char.GetCurrentLocation.GetTitle.GetNameNoTier]. Its pages are filled with easy herbal remedies made to balance the humors." + witchy_holy_text_mid:0 "Bejeweled [witch_scope.GetFaith.ReligiousText|U]" + witchy_holy_text_mid_description:0 "A [witch_scope.GetFaith.ReligiousText|U] decorated with studded gemstones." + immaculate_witchy_bones:0 "Immaculate Witch Bones" + immaculate_witchy_bones_description:0 "A pile of bones once belonging to the Witch of [ROOT.Char.GetCurrentLocation.GetTitle.GetNameNoTier]. Even after [witch_scope.GetHerHis] burning, the bones remain immaculate." + mysterious_lamp:0 "Mysterious Lamp" + mysterious_lamp_description:0 "A shining golden lamp, encrusted with jewels. You feel a sense of phenomenal cosmic power when you hold it." + mysterious_puzzle:0 "Mysterious Puzzle" + mysterious_puzzle_description:0 "An extravagant golden puzzle covered in engravings in a foreign language. It is said to have once belonged to a powerful game master." + lunchbox:0 "Preservative Box" + lunchbox_description:0 "A tightly sealed box which seems to extend the window of edibility of foods placed inside." + + #Artifact Titles + artifact_title_valor:0 "of Valor" + artifact_title_virtue:0 "of Virtue" + artifact_title_pain:0 "of Pain" + artifact_title_judgement:0 "of Judgement" + artifact_title_merciless:0 "Merciless" + artifact_title_brutal:0 "Brutal" + artifact_title_victorious:0 "Victorious" + artifact_title_famed:0 "Famed" + artifact_title_lion:0 "of the Lion" + artifact_title_dragon:0 "of the Dragon" + artifact_title_raven:0 "of the Raven" + artifact_title_hero:0 "of the Hero" + artifact_title_legendary:0 "Legendary" + artifact_title_miraculous:0 "Miraculous" + artifact_title_mythical:0 "Mythical" + artifact_title_fabled:0 "Fabled" + artifact_title_impenetrable:0 "Impenetrable" + artifact_title_secure:0 "Secure" + artifact_title_solid:0 "Solid" + artifact_title_shiny:0 "Shiny" + artifact_title_patience:0 "of Patience" + artifact_title_grace:0 "of Grace" + artifact_title_mercy:0 "of Mercy" + artifact_title_strength:0 "of Strength" + artifact_title_invincible:0 "Invincible" + artifact_title_glorious:0 "Glorious" + artifact_title_sun:0 "of the Sun" + artifact_title_immortal:0 "of the Immortal" + artifact_title_brave:0 "of the Brave" + artifact_title_quick:0 "Quick" + artifact_title_darting:0 "Darting" + artifact_title_flashing:0 "Flashing" + artifact_title_flickering:0 "Flickering" + artifact_title_shades:0 "of the Shades" + artifact_title_lightning:0 "of Lightning" + artifact_title_thunder:0 "of Thunder" + artifact_title_stream:0 "of the Stream" + artifact_title_implacable:0 "Implacable" + artifact_title_heroic:0 "Heroic" + artifact_title_amazing:0 "Amazing" + artifact_title_fearsome:0 "Fearsome" + artifact_title_snakes:0 "of Snakes" + artifact_title_themerciless:0 "of the Merciless" + artifact_title_glory:0 "of Glory" +# Additional Historical Artifacts + artifact_pedestal_koh_i_noor_name:0 "Mountain of Light" + artifact_pedestal_koh_i_noor_description:0 "This is a diamond of unparalleled size and clarity. It is said to have been excavated in the mines of south-eastern India but its true origin is likely unknown." + artifact_jewelled_danda_name:0 "Jeweled Danda" + artifact_jewelled_danda_description:0 "This is an adorned jeweled scepter from India, the ultimate sign of royal authority and the ability of a monarch to exact punishment on their subjects." + artifact_aruval_name:0 "Ancient Aruval" + artifact_aruval_description:0 "This long Aruval is said to be so old that it is possible Karuppu Sami himself wielded it once." + artifact_khanda_name:0 "Ceremonial Khanda" + artifact_khanda_description:0 "This Khanda was made for ceremony rather than combat, and it has for generations acted as a reminder of the need to cut away the veil of ignorance." + artifact_makarakundala_name:0 "Makarakundala" + artifact_makarakundala_description:0 "These are earrings like those worn by the gods, some even claim this particular pair once belonged to divine beings." + artifact_cintamani_name:0 "Cintamani Stone" + artifact_cintamani_hindu_description:0 "This is a stone that is said to have once fallen from the sky. Some claim it once belonged to Vishnu or the Naga King, and that it also brings prosperity to its owner." + artifact_cintamani_buddhist_description:0 "This is a stone that is said to have once fallen from the sky. Some claim it was once held by the Bodhisattvas Avalokiteshvara and Ksitigarbha, and that it also fulfills the wishes of those that possess it." + artifact_navaratna_name:0 "Navaratna" + artifact_navaratna_description:0 "A chain of nine gems, with a great ruby in the middle, symbolizing the nine celestial gods in Hinduism." + artifact_shankha_conch_name:0 "Shankha Conch" + artifact_shankha_conch_description:0 "The emblem of the God Vishnu, this ancient Shankha Conch is used as a trumpet in religious ceremonies and is said to be a symbol of prosperity and virtue." + artifact_pedestal_great_diamond_name:0 "Great Diamond" + artifact_pedestal_great_diamond_description:0 "This enormous gem is said to have once adorned a temple statue, before being stolen away by a greedy intruder." + al_taj_crown_name:0 "al-Taj al-Sharif" + al_taj_crown_description:0 "The 'Honorable Crown' or 'Wrapping of Veneration' is the traditional processional crown of the Fatimid caliphs. It is adorned by the enormous jewel 'al-Yatima'." + qadib_al_mulk_name:0 "Qadib al-Mulk" + qadib_al_mulk_description:0 "The processional rod of the Fatimid Caliphate, covered in gold and set with pearls and jewels." + ryukyu_shaku_name: "Shaku of the Three Mountains" + ryukyu_shaku_description: "A lacquered ceremonial baton carved from sacred island cedar, symbolizing the unification of clans under a single divine mandate." + ryukyu_crown_name: "Crown of the Dragon" + ryukyu_crown_description: "A coral-inlaid piece crowned with a golden sea dragon clutching a pearl of wisdom. Its brilliance echoes across the waves, a beacon of power and prosperity." + al_sayf_al_khass_name:0 "al-Sayf al-Khass" + al_sayf_al_khass_description:0 "This jeweled sword is said to have been made from a thunderbolt. It is kept in a gold inscribed cover, which it has rarely left due to its ceremonial significance in the caliphate." + al_dawat_name:0 "al-Dawat" + al_dawat_description:0 "This is an inkwell made from gold and coral. For a long time it has played a special role in the ceremonies of the Caliphate." + al_hafir_name:0 "al-Hafir" + al_hafir_description:0 "This red ruby, known as al-Hafir or 'the Hoof' is of a quality rarely seen in this world. It is sown unto a piece of silk with emerald rods forming a circle around it. Traditionally it has adorned the face of the Caliph's horse." + artifact_wall_banner_thankfulness_name:0 "Banner of Thankfulness" + artifact_wall_banner_thankfulness_description:0 "This white silk banner is inscribed with golden letters and wrapped around a golden lance. Traditionally this banner and its one sibling have been carried in Caliphal processions." + artifact_arms_of_alex_name:0 "Alexander's Armor" + artifact_arms_of_alex_description:0 "This ancient set of laminated linen armor is said to have once belonged to Alexander the Great. While no longer fit for wear, the armor itself carries the legacy of the great conqueror, known from the Mediterranean to the edges of India." + artifact_pedestal_al_jabal_name:0 "al-Jabal" + artifact_pedestal_al_jabal_description:0 "This is a ring adorned with a great ruby known as al-Jabal, or 'the Mountain'. The stone is of unparalleled size and it is said the ring itself has been worn by the Sassanian emperors of Persia." + artifact_pedestal_al_yatima_name:0 "al-Yatima" + artifact_pedestal_al_yatima_description:0 "Known as al-Yatima ('the Orphan'), this enormous pearl is said to be unlike any other in this world. An orphan among the families of gems and pearls." + artifact_dagger_of_rostam_name:0 "Dagger of Rostam" + artifact_dagger_of_rostam_description:0 "This intricate dagger is claimed to be the one that Rostam used to kill the white Daeva." + artifact_spear_of_ascalon_name:0 "Ascalon" + artifact_spear_of_ascalon_description:0 "This broken old spear is said to be a piece of the spear with which St. George killed the dragon of Beirut." + artifact_zomorrodnegar_name:0 "Shamshir-e Zomorrodnegar" + artifact_zomorrodnegar_description:0 "This emerald-studded sword is said to be the mythical blade of Solomon, used to kill the demon Fulad-zereh." + artifact_muhammads_epistles_name:0 "Letter from Muhammad" + artifact_muhammads_epistles_description:1 "This letter is part of the correspondence between the prophet Mohammad and the rulers of [newly_created_artifact.Custom('EpistleReciever')|U]." + epistle_syria:0 "Syria" + epistle_arabia:0 "the Arabian tribes" + epistle_persia:0 "Persia" + epistle_byzantium:0 "the Eastern Roman Empire" + epistle_bahrain:0 "Bahrain" + artifact_kaves_apron_name:0 "Kave's Apron" + artifact_kaves_apron_description:0 "This tattered flag is said to be the legendary banner that the Persian Blacksmith Kave made from his apron, to rally his people against their evil overlord." + artifact_joyeuse_name:0 "Joyeuse" + artifact_joyeuse_description:1 "The Sword of Charlemagne, forged to contain the Lance of Longinus. Joyeuse is a symbol both of knightly valor and the royal legacy of Charlemagne's empire, being used in the coronation of the Kings of France for centuries." + artifact_durendal_name:0 "Durendal" + artifact_durendal_description:0 "This short and heavy sword is claimed to be the legendary Durendal, hidden by Roland as his dying act, in an attempt to deny it to the enemies of the crown." + artifact_curtana_name:0 "Curtana" + artifact_curtana_description:0 "This is claimed to be Curtana, the sword of Mercy. The legendary sword was once wielded by Tristan against Morholt. This would also be why the tip of the sword is missing, a piece lost to the thick skull of the Irish giant." + artifact_ring_angelica_name:0 "Angelica's ring" + artifact_ring_angelica_description:0 "A ring said to be the very one worn by Angelica, known from the stories of Roland and Charlemagne. Its powers must have worn off, since it does not seem to bestow invisibility anymore, but it is still a magnificent symbol of this long gone princess." + artifact_olifant_name:0 "Olifant" + artifact_olifant_description:0 "A great ivory horn, covered in intricate carvings. Some claim it is the very horn used by Roland to summon help before dying at the battle of Roncevaux." + artifact_colada_name:0 "Colada" + artifact_colada_description:0 "Rumored to be one of the swords of El Cid, this blade is an inspiration to anyone who aspires to his knightly virtues." + artifact_aram_name:0 "Aram" + artifact_aram_description:0 "This ancient, darkened spear has seen generations come and go. It is so old that many believe it to be the fabled spear Aram, known from the stories of Jangar." + artifact_ikenga_name:0 "Ikenga" + artifact_ikenga_description:0 "This small horned statue is claimed to grant its owner success and victory." + artifact_mmaagha_kamalu_name:0 "Mmaagha Kamalu" + artifact_mmaagha_kamalu_description:0 "This is a very old ornate ceremonial sword. It is claimed to have once belonged to Kamalu, the Igbo god of war." + artifact_bronze_head_name:0 "Bronze Head" + artifact_bronze_head_description:0 "This naturalistic bronze head captures the features of a long dead ruler in great detail, appearing more like a sculpture than something cast in metal. The head is adorned with a crown to show the status of the depicted monarch." + artifact_crystal_carving_name:0 "Crystal Carving" + artifact_crystal_carving_description:0 "This rectangular piece of clear rock crystal is almost perfectly transparent, and most of its surface is covered in intricate carvings. It is an object of great beauty, if unclear utility." + artifact_ibeji_name:0 "Ibeji" + artifact_ibeji_description:0 "This is a small wooden sculpture depicting a deceased twin, believed to bring wealth and fortune if cared for by its family. It is adorned with elaborate, and quite high, hairdo." + artifact_kantele_name:0 "Ancient Kantele" + artifact_kantele_description:0 "This wooden string instrument has been passed down through many generations. Rumors claim it may even date to the days of Väinämöinen himself." + artifact_sledovik_name:0 "Sledovik" + artifact_sledovik_description:0 "This big boulder is covered in foot traces that intrude into the rock itself. For many years it has acted as an altar, and the footprints are believed to be left by local holy men." + artifact_nagelring_name:0 "Nagelring" + artifact_nagelring_description:0 "According to tradition this aged sword is connected to the mythical and quite popular Dietrich von Bern. This connection has elevated the item to an otherwise unwarranted fame." + artifact_kladenets_name:0 "Kladenets" + artifact_kladenets_description:1 "While it has seen better days this old steel sword is said to be the mythical Kladenets, a sword that can swing itself. In its current condition it is hardly easy to wield at all, but its mere presence commands respect from those who believe in its supernatural origin." + artifact_legbiter_name:0 "Legbiter" + artifact_legbiter_description:0 "An extremely sharp sword with a hilt of ivory. The weapon is said to have belonged to the great king Magnus Olafsson of Norway." + artifact_quernbiter_name:0 "Quern-Biter" + artifact_quernbiter_description:0 "This sword was once weilded by king Haakon of Norway himself, and at that time it was said to be so sharp it could cut through quernstones." + artifact_dragvandil_name:0 "Dragvandil" + artifact_dragvandil_description:0 "A sword said to once belong to Egill Skallagrimsson, farmer, poet and warrior, known from Egill's Saga." + artifact_szczerbiec_name:0 "Szczerbiec" + artifact_szczerbiec_description:1 "Said to have been given to king Boleslaw the Brave by an angel, this sword is claimed to be the one used to strike the golden gate of Kyiv. It has been used in the coronation of Polish monarchs for centuries." + artifact_chinese_caligraphy_name:1 "Chinese Calligraphy" + artifact_chinese_caligraphy_description: "This delicate piece of paper is covered in beautiful and very exact characters, clarity, and elegance emanate from the paper. While the scribe that drew this is unknown the craftsmanship is certainly excellent." + artifact_ruyi_name:0 "Ruyi" + artifact_ruyi_description:0 "This is a small jade scepter covered in symbols and adornments. The craftsmanship is exquisite." + turquoise_throne_name:0 "Turquoise Throne" + turquoise_throne_description:0 "This bejeweled royal throne has been made in the image of the legendary throne of the Persian kings from the Shahnama. Its ebony frame is adorned by an uncountable amount of turquoises as well as plates of pure gold enameled with a turquoise hue. Its breathtaking beauty could only be obtained by the foremost artisans in their fields." + peacock_throne_name:0 "Peacock Throne" + peacock_throne_description:0 "This lavish throne has aimed to recreate the royal seat of Jamsheed. It is said that artisans from all over the world came together to assemble gold, silver and hundreds of precious stones into the throne that now stand before you." + artifact_banner_islam_name:0 "Holy Banner of Muhammad" + artifact_banner_islam_description:0 "This is said to be the Holy Banner of Muhammad, a relic from the days of the prophet and a symbol of the entire Muslim faith." + artifact_spear_of_the_prophet_name:0 "Spear of the Prophet" + artifact_spear_of_the_prophet_description:0 "Reportedly, the Spear of Muhammad, brought as a gift by the ruler of Abyssinia to al-Zubayr bin al-Awwam." + artifact_mantle_of_the_prophet_islam_name:0 "Mantle of the Prophet" + artifact_mantle_of_the_prophet_description:0 "Inherited for centuries from one Caliph to the next, this is the mantle of the Prophet. It is traditionally worn by the Caliph during all festive holidays, giving him an air of overpowering tranquility and dignity." + afarganyu_name:0 "Afarganyu" + artifact_afarganyu_description:0 "This large vessel is where the holy fire, central to many of the ceremonies of the Zoroastrian faith, is lit. An old inscription speaks of the person who originally donated it to the priesthood." + siddhachakra_name:0 "Siddhachakra" + artifact_siddhachakra_description:0 "This is a mystical diagram used for worship by Jains. At its center a blossomed lotus is surrounded by deities on petals, symbology connected with the legend of King Shripala and his wife Mayanasundari." + artifact_staff_kakusandha:0 "Staff of Kakusandha" + artifact_staff_kakusandha_desc:0 "Kakusandha, the first Buddha of the present Kalpa, owned this staff both to ward off dangerous animals and scare away smaller ones, that they might not be trodden on by wandering monks." + water_filter_konagamana:1 "Water Filter of Koṇāgamana" + water_filter_konagamana_desc:0 "Koṇāgamana, the second Buddha of the present Kalpa, carried this water filter with him on his journeys. This simple piece of cloth served a dual purpose, as both a means of providing potable water and also to ensure any insects were safely and compassionately filtered out." + robe_kassapa:2 "Piece of Kassapa's Robe" + robe_kassapa_desc:0 "Kassapa, the third Buddha of the present Kalpa, wore this robe for much of his day-to-day life. A curiously coarse piece of fabric, it holds a special place of reverence as one of the only known items of a Buddha's clothing that survives." + ##Trinket Generation + #Bad/Trash + gilded_rats_tail:0 "Gilded Rat's Tail" + gilded_rats_tail.desc:0 "The poor man's jewelry." + quail_eggshell_gem:0 "Quail's Eggshell 'Gem'" + quail_eggshell_gem.desc:0 "A colorful piece of eggshell passing as a gem." + stained_glass_shard:0 "Sanctified 'Stained' Glass Shard" + stained_glass_shard.desc:0 "It appears stained with a curious sanguine color..." + xylospongium:0 "Sponge On A Stick" + xylospongium.desc:1 "The origin and purpose are unclear — but it emits a faint, unpleasant odor." + #Common + st_davids_morsel:1 "Morsel of St David" + st_davids_morsel.desc:0 "It appears to be a piece of dried meat. The age and origin are unclear." + platypus_figurine:0 "Animal Figurine" + platypus_figurine.desc:0 "This tiny animal appears to have a broad beak, shiny fur coat and flippers. How peculiar." + terracotta_toy_fowl:0 "Terracotta Toy Fowl" + terracotta_toy_fowl.desc:0 "The worn surface tells the tale of a once beloved toy." + #This one uses a scope local to the stewardship_general.2001-event + stewardship_general.2001.artifact.potsherd_holy:0 "Potsherd" + stewardship_general.2001.artifact.potsherd_holy.desc:0 "An ancient potsherd. Reportedly, it originates from the holy site of [trinket_holy_site.GetNameNoTierNoTooltip]." + small_bell_beaker:0 "Small Bell Beaker" + small_bell_beaker.desc:0 "A bell beaker with an intricate pattern." + serpentine_budai:0 "Serpentine Budai" + serpentine_budai.desc:0 "The tiny gestalt of a plump, laughing, bald man." + #Uncommon + mythical_creature_horn:0 "[ROOT.Char.Custom('HornedMythicalCreature')|U]'s Horn" + mythical_creature_horn.desc:0 "A questionably shaped lump of horn, purportedly from the mythological [ROOT.Char.Custom('HornedMythicalCreature')]." + mythical_creature_figurine:0 "[ROOT.Char.Custom('TrinketLookAdjective')|U] [ROOT.Char.Custom('RegionalMythicalCreature')] Figurine" + mythical_creature_figurine.desc:1 "This figurine picturing the [new_trinket.Custom('ArtifactAnimalAdjective')] [SCOPE.Custom('RegionalMythicalCreatureLower')] appear to be [ROOT.Char.Custom('TrinketLookAdverbFollowup')] [ROOT.Char.Custom('TrinketLookAdjective')] with small, brilliant gemstones native to [ROOT.Char.GetCurrentLocation.GetNameNoTooltip]." + st_davids_taper:1 "Taper of St David" + st_davids_taper.desc:1 "It looks like someone attempted to burn it at both ends." + jira_stick:0 "Marble Scepter of J'Ira" + jira_stick.desc:0 "While having seen much use, the pointy end is still powerful." + lucky_coin:0 "Lucky [ROOT.Char.GetCurrentLocation.GetCulture.GetNameNoTooltip] Coin" + lucky_coin.desc:1 "A [ROOT.Char.GetCurrentLocation.GetCulture.GetNameNoTooltip] coin, native to [ROOT.Char.GetCurrentLocation.GetNameNoTooltip].\n\nThe once imprinted surface is now smooth due to incessant thumbing and twiddling." + lavender_jade_pendant:0 "Lavender Jade Pendant" + lavender_jade_pendant.desc:0 "The rich purple streaks are stunning." + #Rare + sekhmet_ring:0 "Old Signet Ring" + sekhmet_ring.desc:0 "The gold ring is engraved with the picture of a human posing with some sort of peculiar-looking helmet." + scarab_brooch:0 "Ancient Scarab Brooch" + scarab_brooch.desc:0 "A delicate brooch shaped like a scarab. The emerald inlay is said to have beneficial health effects." + + # Easter eggs + easteregg_artifact_elisabeth_plush:0 "Elisabeth's Stuffed Fox" + easteregg_artifact_elisabeth_plush_description:0 "Elisabeth's stuffed fox is a much beloved toy and it was with her for most of her life. Elisabeth could often be seen talking to it as she wove intricate ciphers for whomever may employ her services. It is comforting and inspires its holder to mimic the cunning of the fox." + easteregg_artifact_nicks_redolence: "The Final Fragrance" + easteregg_artifact_nicks_redolence_description: "A small flask with a measure of — [ROOT.Char.Custom('GetComplexColor')] — fragrance in it, sure to make lord and lady alike swoon in its presence. A small inscription on its stopper reads #EMP "And now, the end is near..."#!" + easteregg_artifact_chad_book:0 "The Annotated Aeneid" + easteregg_artifact_chad_book_description:0 "A well-loved and illuminated copy of Virgil's Aeneid clouded by many scribblings — some inane, some insightful." + easteregg_artifact_chad_dagger:0 "The Dagger" + easteregg_artifact_chad_dagger_description:0 "Its sheen is dull from the stains of dried blood, though it thirsts for more." + easteregg_artifact_veronica_book:0 "The Rings of the Lord" + easteregg_artifact_veronica_book_description:0 "A thinly-veiled reference, in book form. Written in finest Portuguese." + easteregg_artifact_map_lohmander: "Old Itinerary" + easteregg_artifact_map_lohmander_description: "This small leather-bound book contains the tales of a Scandinavian scribe and his journey from the west to India. It details dangers, roads and what equipment one would need, from where to bring water to where you may need the right kind of boots, and so on. It also has a large amount of information on local types of food or dances.\n\nInside there is also a number of folded maps, depicting the subcontinent as well as many other places, with notes on faraway places and their names in ages past." + + easteregg_artifact_jason_sword:0 "Sword of St. Martin" + easteregg_artifact_jason_sword_description:0 "Along the blade's fuller, someone has messily scraped the words "I am that is."" + + child_toy_template_tt:0 "Must be a [child|E] to equip as an [inventory_artifact|E]" + + # Blessed Junk + fp2_blessed_junk:0 "[ROOT.Char.Custom('TrinketLookAdjective')|U] $blessed_artifact_modifier$" + fp2_blessed_junk_desc:0 "A [ROOT.Char.Custom('TrinketLookAdverbFollowup')] [ROOT.Char.Custom('TrinketLookAdjective')] though otherwise pointless artifact. $blessed_artifact_modifier_desc$." + + local_artisan_modifier:0 "Local Artisan" + local_artisan_modifier_desc:0 "This character is a local artisan persuaded into service by a noble ruler.\n#weak Any [inspirations|E] they make will be of a lower quality.#!" + + # EP2 + # TOURNAMENT + artifact_pas_darmes_token:0 "Pas D'Armes Token" + artifact_pas_darmes_token_name:0 "[owner.GetFirstNamePossessiveNoTooltip] Token" + artifact_pas_darmes_token_description:0 "[owner.GetFullNamePossessive] [SCOPE.Custom('ArtifactQuality')] [newly_created_artifact.GetFeatureText( 'generic_material_cloth' )] [owner.Custom('GetTournamentFavor')] decorated with [newly_created_artifact.GetFeatureText( 'decoration_pattern' )], yielded to [winner.GetFullName] at a pas d'armes in [location.GetName]." + artifact_pas_darmes_spurs:0 "Pas D'Armes Trophy" + artifact_pas_darmes_spurs_name:0 "[owner.GetFirstNamePossessiveNoTooltip] Spurs" + artifact_pas_darmes_spurs_description:0 "A pair of [SCOPE.Custom('ArtifactQuality')] [newly_created_artifact.GetFeatureText( 'generic_material_metal' )] spurs belonging to [owner.GetFullName], yielded to [winner.GetFullName] at a pas d'armes in [location.GetName]." + artifact_tournament_favor:0 "Tournament Favor" + artifact_tournament_favor_name:0 "Favor of a [owner.GetLadyLord|U]" + artifact_tournament_favor_description:0 "A [SCOPE.Custom('ArtifactQuality')] [newly_created_artifact.GetFeatureText( 'generic_material_cloth' )] [owner.Custom('GetTournamentFavor')], decorated with [newly_created_artifact.GetFeatureText( 'decoration_pattern' )], given to [recipient.GetFullName] by an admirer." + # BOWS + artifact_longbow:0 "Longbow" + artifact_longbow_name:0 "$artifact_name_prefix_owner_culture$ Longbow" + artifact_longbow_description:1 "A [SCOPE.Custom('ArtifactQuality')] self longbow, carved in [newly_created_artifact.GetFeatureText( 'longbow_wood' )] from its springy sapwood and rigid heartwood, and strung with [newly_created_artifact.GetFeatureText( 'bow_string' )]. Standing taller than a man, few bows can match its draw-weight." + artifact_composite:0 "Composite Bow" + artifact_composite_name:0 "$artifact_name_prefix$ Composite Bow" + artifact_composite_description:0 "A [SCOPE.Custom('ArtifactQuality')] [newly_created_artifact.GetFeatureText( 'composite_wood' )] composite bow, strengthened with [newly_created_artifact.GetFeatureText( 'composite_horn' )] horn and sinew, and strung with [newly_created_artifact.GetFeatureText( 'bow_string' )]. Its short span makes it ideal for shooting from the saddle." + artifact_bow:0 "Bow" + artifact_bow_name:0 "$artifact_name_prefix$ Bow" + artifact_bow_description:1 "A [SCOPE.Custom('ArtifactQuality')] [newly_created_artifact.GetFeatureText( 'bow_wood' )] self bow, strung with [newly_created_artifact.GetFeatureText( 'bow_string' )], useful in both hunting and war." + artifact_crossbow:0 "Crossbow" + artifact_crossbow_name:0 "$artifact_name_prefix$ Crossbow" + artifact_crossbow_description:0 "A [SCOPE.Custom('ArtifactQuality')] crossbow stocked in [newly_created_artifact.GetFeatureText( 'bow_wood' )], with sinew strung bow irons. Extremely powerful and able to be held ready, but slow to reload." + create_artifact_bow_tooltip: "[inspiration_owner.GetShortUIName] produced [SCOPE.Custom('ArtifactBowType')] of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + feature_longbow_wood_elm:0 "$feature_bow_wood_elm$" + feature_longbow_wood_yew:0 "$feature_bow_wood_yew$" + feature_composite_wood_bamboo:1 "$feature_bow_wood_bamboo$" + feature_composite_wood_maple:0 "$feature_bow_wood_maple$" + feature_composite_wood_mulberry:0 "$feature_bow_wood_mulberry$" + feature_composite_horn_antelope:1 "$animal_type_antelope_plural$" + feature_composite_horn_bison:1 "$animal_type_bison_plural$" + feature_composite_horn_deer:1 "$animal_type_buck_plural$" + feature_composite_horn_gazelle:0 "$animal_type_gazelle_plural$" + feature_composite_horn_aurochs:0 "$animal_type_aurochs_plural$" + feature_bow_wood_ash:0 "$wood_ash$" + feature_bow_wood_bamboo:0 "bamboo" + feature_bow_wood_cherry:0 "cherry" + feature_bow_wood_dogwood:0 "dogwood" + feature_bow_wood_elm:0 "$wood_elm$" + feature_bow_wood_hazel:0 "hazel" + feature_bow_wood_hickory:0 "hickory" + feature_bow_wood_maple:0 "$wood_maple$" + feature_bow_wood_mulberry:0 "mulberry" + feature_bow_wood_palm:0 "palm" + feature_bow_wood_oak:0 "$wood_oak$" + feature_bow_wood_walnut:0 "$wood_walnut$" + feature_bow_wood_yew:0 "$wood_yew$" + feature_bow_string_hemp:0 "hemp fiber" + feature_bow_string_horse_hair:0 "horse hair" + feature_bow_string_linen:0 "$cloth_linen$" + feature_bow_string_rawhide:0 "rawhide leather" + feature_bow_string_silk:0 "$cloth_silk$" + feature_bow_string_sinew:0 "animal sinew" + + tournament_favor_glove:0 "glove" + tournament_favor_sleeve:0 "sleeve" + tournament_favor_scarf:0 "scarf" + + blooded_blade:0 "Blooded Blade" + blooded_blade_description:0 "The swirling, jagged patterns on this weapon are subtle indicators of this blade's relative brittleness, but also of its heritage: a weapon quenched in the blood of [ROOT.Char.GetTitledFirstName]." + sullied_blooded_blade:0 "Sullied Blade" + sullied_blooded_blade_description:0 "The swirling, jagged patterns on this weapon are subtle indicators of this blade's general poor quality, but also of its heritage: a weapon quenched in the blood of [ROOT.Char.GetTitledFirstName]." + + fake_papal_tiara_name:0 "Fake Papal Tiara" + fake_papal_tiara_description:0 "A towering replication of a Papal mitre that perhaps doesn't quite hold up to close inspection. Still, it's a bit of fun, isn't it?" + + artisanal_sword:0 "[ROOT.Char.GetFirstNamePossessive] Sword" + artisanal_sword_description:0 "A beautifully-wrought sword, its bejeweled pommel complements an attractive but sturdy grip. The patterned blade is perfectly balanced, its point tapering down to a piercing nothingness." + feature_generic_material_metal_gold:0 "$metal_gold$" + feature_generic_material_metal_silver:0 "$metal_silver$" + feature_generic_material_metal_electrum:0 "$metal_electrum$" + feature_generic_material_metal_iron:0 "$metal_iron$" + feature_generic_material_metal_pewter:0 "$metal_pewter$" + feature_generic_material_metal_brass:0 "$metal_brass$" + feature_generic_material_metal_steel:0 "$metal_steel$" + feature_generic_material_metal_bronze:0 "$metal_bronze$" + feature_generic_material_metal_copper:0 "$metal_copper$" + feature_generic_material_earthware_clay:0 "$earthware_clay$" + feature_generic_material_earthware_terracotta:0 "$earthware_terracotta$" + feature_generic_material_earthware_stone:0 "$earthware_stone$" + feature_generic_material_earthware_porcelain:0 "$earthware_porcelain$" + + # FP3 artifacts + artifact_oxus_bracelet_name: "Oxus Bracelet" + artifact_oxus_bracelet_description: "This bracelet of wonderful craftmanship is said to hail from the land of $k_transoxiana$. Though its inlay of enamel and semi-precious stones is long lost, the gold retain its luster. Bracelets like this were gifts of honor at the courts of the King of Kings in antiquity, so perhaps it was once worn by a great Iord in Babylon." + fp3_incense_burner_sculpture: "Incense Burner Sculpture" + fp3_incense_burner_sculpture_desc: "This incense burner of feline shape spouts fragrant fumes from the many holes on its body. The head with gem-set eyes has a hinge so as that one might place burning incense inside." + fp3_ancient_drinking_vessel: "Achaemenid Drinking Vessel" + fp3_ancient_drinking_vessel_desc: "This ornate cup terminates in the shape of a goat. It has been made in forgotten times, but its beauty has not faded." + artifact_sassanian_sword_name: "Sassanian Sword" + artifact_sassanian_sword_description: "Said to be a remnant of the old Sassanian era, this sword $sassanian_sword_description_base$, making it a magnificent sight to behold. Though nowadays it is too fragile to be taken into battle, perhaps this sword was once held by a hero now lost to time?" + artifact_sassanian_replica_sword_name: "Sassanian Style Sword" + sassanian_sword_description_base: "is embellished with several gemstones and features intricate patterns" + famed_replica_sassanian_sword_description: "This sword is inspired by the vision of a glorious bygone era, hearkening back to the heroic past of the maker's ancestors. It $sassanian_sword_description_base$, making it a magnificent sight to behold. While wielding it, one projects the image of the legendary kings of old." + masterwork_replica_sassanian_sword_description: "This sword is clearly intended to imitate the weapons of an older era, hearkening back to the heroic past of the maker's ancestors. It $sassanian_sword_description_base$. Though a distant echo of the past, one can imagine themselves a mighty lord of a bygone era when wielding it." + common_replica_sassanian_sword_description: "This poor imitation makes for a mockery of the maker's ancestry. It is inlaid with cheap stones and decorated with uneven, rough patterns. Totting this around on its scabbard, one looks a deluded fool, desirous to return to a time that is long gone." + +#CE1 Artifacts + artifact_magnificent_crown_name: "Magnificent Crown" + artifact_magnificent_crown_description: "This crown's beautiful filigree and finely-wrought patterns all serve to highlight the real reason for its existence: the etched-in reliefs of [ROOT.Char.GetFirstNamePossessive] ancestors invokes their authority and intertwines it with [ROOT.Char.GetHerHis] own." + artifact_splendid_necklace_name: "Splendid Necklace" + artifact_splendid_necklace_description: "This fine necklace is wreathed in the [artifact.GetOwner.GetHouse.GetBaseName] coat of arms, leaving no doubts as to the legitimacy of the holder." + artifact_fine_brooch_name: "Fine Brooch" + artifact_fine_brooch_description: "The subtle invocation of the [artifact.GetOwner.GetHouse.GetBaseName] name around the edges of this brooch has word of their legitimacy spreading fast." + + medicine_jar: "Medicinal Jar" + medicine_jar_desc: "This thin-glazed earthenware contains rare and potent herbs, remedial minerals, and various dried animal parts - all used by physicians when treating diseases and balancing humors." + whale_fat_candles_name: "Whale-Fat Candles" + whale_fat_candles_description: "These candles have been rendered from the blubber of a terrible leviathan. They menace with spikes of whale fat." + + warenne_coin: "Warenne Coin" + warenne_coin_description: "This coin bears the blue-and-yellow checkerboard insignia of the Warenne dynasty on the obverse. A dark splatter of blood marks its edge." + + traitors_head: "Traitor's Head" + traitors_head_description: "A disembodied head, hacked neatly from its owner. It is more a message than a keepsake." + + artifact_: "Destroyed Artifact" + artifact_slot_untyped: "Destroyed Artifact " # Yes the tabs are intended + + artifact_tale_of_genji: "The Tale of Genji" + artifact_tale_of_genji_description: "Supposedly inspired by the life of Minamoto $TO_ru$, the Tale of Genji is a novel-like work written by Lady Murasaki. It details the story of the life and romances of the fictitious Prince Genji, son of the Emperor." + artifact_pillow_book: "The Pillow Book" + artifact_pillow_book_description: "Written by poet and court lady Sei Shōnagon as her private diary, the so-called Pillow Book gives a glimpse into the day-to-day gossip, romances, and drama of the Japanese aristocracy." diff --git a/localization/english/replace/artifacts/court_artifacts_l_english.yml b/localization/english/replace/artifacts/court_artifacts_l_english.yml new file mode 100644 index 00000000..15b9ff57 --- /dev/null +++ b/localization/english/replace/artifacts/court_artifacts_l_english.yml @@ -0,0 +1,844 @@ +l_english: + ############################## + # Procedural court artifacts # + ############################## + + # Wall Decorations - Large + artifact_wall_tapestry_name:0 "$artifact_name_prefix$ Tapestry" + artifact_wall_tapestry_description:1 "A large [newly_created_artifact.GetFeatureText( 'generic_material_cloth' )] tapestry of [SCOPE.Custom('ArtifactQuality')] craftsmanship. [newly_created_artifact.GetFeatureText( 'tapestry_scene' )]" + feature_tapestry_scene_religious:0 "The cloth depicts several prominent scenes taken from the [Artifact.GetOwner.GetFaith.GetAdjectiveNoTooltip] canon." + feature_tapestry_scene_historical:0 "The cloth depicts the founding of the [Artifact.GetOwner.GetPrimaryTitle.GetName] and other major historical events leading up to the reign of [Artifact.GetOwner.GetTitledFirstName]." + feature_tapestry_scene_geometric_patterns:0 "The cloth is woven to show an intricate design of interlocking geometric shapes." + feature_tapestry_scene_hunt:0 "The cloth depicts a hunting scene: several hunters, armed with bows and spears, surround a wounded animal and are about to deliver the death blow." + feature_tapestry_scene_myth:0 "Ancient gods, awe-inspiring monsters and fearless heroes are woven onto this cloth, depicting a scene from myth." + feature_tapestry_scene_calligraphic:0 "The cloth is woven to show an intricate design in which elegant calligraphic letters blend seamlessly with geometric shapes." + feature_tapestry_scene_bucolic:0 "The cloth depicts serene scenes of everyday life in the fields throughout the year: some folks sow a field, others plow, and others reap the harvest." + feature_tapestry_scene_battle:0 "The cloth depicts the turning point of the famous battle of [Artifact.GetOwner.MakeScope.Var('epic_battle_location').Province.GetName], won by [Artifact.GetOwner.GetTitledFirstName] against [Artifact.GetOwner.MakeScope.Var('epic_loser').Char.GetTitledFirstName]." + feature_tapestry_scene_coronation:0 "[Artifact.GetOwner.GetTitledFirstName|U] is depicted at the center of the scene during [Artifact.GetOwner.GetHerHis] coronation, enthroned amidst a cheering crowd." + feature_tapestry_scene_ships:0 "The cloth depicts a mighty fleet sailing the seas — on each ship, armed warriors scan the horizon looking for enemies." + feature_tapestry_scene_animals:0 "The cloth depicts hunting animals. At the center, a mighty lion has pounced on a deer who struggles in vain to escape." + feature_tapestry_scene_banquet:0 "The cloth depicts a rich banquet at the court of [Artifact.GetOwner.GetTitledFirstName]: notable guests sit at a rich table spread while entertainers play music and dance." + feature_tapestry_scene_hearing:0 "The cloth depicts a court hearing: [Artifact.GetOwner.GetTitledFirstName] sits majestically at the center of the scene, while vassals, emissaries, defeated enemies, and servants wait in line to pay homage." + feature_tapestry_scene_garden:0 "A beautiful garden is depicted on the cloth: the grass is green, flowers grow colorful and luxuriant, and trees laden with fruits seem to reach the sky." + create_artifact_tapestry_tooltip:0 "[inspiration_owner.GetShortUIName] created a large tapestry of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + + # Thrones + artifact_throne_special:0 "$artifact_throne$" + artifact_throne_name:0 "$artifact_name_prefix$ Throne" + artifact_throne_description:1 "A regal throne of [SCOPE.Custom('ArtifactQuality')] craftsmanship. The frame is constructed from solid [newly_created_artifact.GetFeatureText( 'generic_material_wood' )] posts and the seat is cushioned with [newly_created_artifact.GetFeatureText( 'generic_material_cloth' )] pillows." + create_artifact_throne_tooltip:0 "[inspiration_owner.GetShortUIName] created a regal throne of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + + # Sculptures + artifact_chest:0 "Chest" + artifact_chest_name:0 "$artifact_name_prefix$ Chest" + artifact_chest_description:1 "A chest of [SCOPE.Custom('ArtifactQuality')] craftsmanship. It is constructed from [newly_created_artifact.GetFeatureText( 'generic_material_wood' )] planks. [newly_created_artifact.GetFeatureText( 'wood_decoration' )]" + create_artifact_chest_tooltip:0 "[inspiration_owner.GetShortUIName] created a chest of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + + artifact_cabinet:0 "Cabinet" + artifact_cabinet_name:0 "$artifact_name_prefix$ Cabinet" + artifact_cabinet_description:1 "A cabinet of [SCOPE.Custom('ArtifactQuality')] craftsmanship. It is constructed from [newly_created_artifact.GetFeatureText( 'generic_material_wood' )] panels. [newly_created_artifact.GetFeatureText( 'wood_decoration' )]" + create_artifact_cabinet_tooltip:0 "[inspiration_owner.GetShortUIName] created a cabinet of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + artifact_diwan_name:0 "$artifact_name_prefix$ Diwan" + artifact_diwan_description:0 "A diwan of [SCOPE.Custom('ArtifactQuality')] craftsmanship. It is constructed from a solid [newly_created_artifact.GetFeatureText( 'generic_material_wood' )] structure, and covered in pillows. [newly_created_artifact.GetFeatureText( 'wood_decoration' )]" + create_artifact_diwan_tooltip:0 "[inspiration_owner.GetShortUIName] created a diwan of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + artifact_table_name:0 "$artifact_name_prefix$ Table" + artifact_table_description:0 "A table of [SCOPE.Custom('ArtifactQuality')] craftsmanship. It is constructed from [newly_created_artifact.GetFeatureText( 'generic_material_wood' )] panels. [newly_created_artifact.GetFeatureText( 'wood_decoration' )]" + create_artifact_table_tooltip:0 "[inspiration_owner.GetShortUIName] created a table of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + + # Decorations for wooden furniture. + feature_wood_decoration_none:0 "The wood has been sanded to a smooth finish." + feature_wood_decoration_varnish:0 "The wood has been varnished to give it a rich, dark shine." + feature_wood_decoration_hsb_inlay:0 "The wood is inlaid with [Artifact.GetFeatureText( 'decoration_material_inlay_HSB' )] decorations." + feature_wood_decoration_painted_pattern:0 "The wood has been painted with [Artifact.GetFeatureText( 'decoration_pattern' )]." + + # Thrones + artifact_throne_charlemagne_name:1 "Throne of Charlemagne" + artifact_throne_charlemagne_description:0 "A simple yet imposing throne which is free of ornamentation. Constructed from solid marble, the slabs are rumored to be taken from the Church of the Holy Sepulchre in Jerusalem." + artifact_throne_solomon_name:1 "Throne of Solomon" + artifact_throne_solomon_description:0 "An ostentatious throne rumored to have once belonged to the legendary King Solomon. Constructed from ivory and gilded with gold, the throne is also set with many precious gemstones, and metal sculptures of various animals adorn the steps leading up to it." + artifact_throne_stone_scone_name:1 "Stone of Scone" + artifact_throne_stone_scone:0 "A simple seat of red sandstone on which monarchs of old Scotland and Britain were crowned, for centuries it sat in London before being returned to Scotland shortly before the Event." + artifact_byz_throne_name: "Byzantine Throne of Solomon" + artifact_byz_throne_description: "An elegant throne from which the Byzantine rulers administer justice with wisdom equal to the Biblical King. Its most distinguished feature is the hidden mechanism that allows it to be risen as high as the ceiling and then lowered again." + + # Banner + artifact_wall_banner_battle_name:1 "[epic_loser.GetPrimaryTitle.GetAdjectiveNoTooltip] Warbanner" + artifact_wall_banner_battle_description:1 "A warbanner of the armies of [epic_loser.GetPrimaryTitle.GetName], taken from their forces after the battle of [epic_battle_location.GetName]." + artifact_wall_banner_royal_name:0 "[target.GetAdjectiveNoTooltip] Royal Banner" + artifact_wall_banner_royal_description:1 "This is the banner of [target.GetNameNoTooltip], made to honor the tenure of [target.GetHolder.GetTitledFirstNameRegnal]." + artifact_wall_banner_house_name:0 "[target.GetBaseNameNoTooltip] House Banner" + artifact_wall_banner_house_description:1 "This is the banner of the [target.GetBaseName] house, a symbol of the authority of the family and its scions." + artifact_wall_banner_dynasty_name:0 "[target.GetBaseNameNoTooltip] Dynasty Banner" + artifact_wall_banner_dynasty_description:1 "This is the banner of the [target.GetBaseName] dynasty, a symbol of the authority of the bloodline and all its members, commissioned by [newly_created_artifact.MakeScope.Var('banner_commissioner').Char.GetNameRegnal]." + artifact_wall_banner_name:1 "[target.GetAdjectiveNoTooltip] Banner" + artifact_wall_banner_description:3 "This is a [target.GetAdjective] banner, a symbol of the authority of the [target.GetHolder.GetTitleAsName]." + + artifact_wall_banner_kaviani_name:0 "Derafsh Kaviani" + artifact_wall_banner_kaviani:1 "This is the legendary Derafsh Kaviani — the royal standard of the fallen Sassanid Empire. A symbol of identity and pride for the heirs of the Empire of Persia." + artifact_wall_big_edessa_name:1 "Image of Edessa" + artifact_wall_big_edessa:2 "This is the Mandylion, a cloth bearing a miraculous image of the face of Jesus, Christianity's first icon. Its origin is connected to king Abgar of Edessa." + + # Shield + artifact_wall_shield:0 "Wall Shield" + artifact_wall_shield_name:0 "$artifact_name_prefix$ Shield" + artifact_wall_shield_description:1 "A wooden shield of [SCOPE.Custom('ArtifactQuality')] craftsmanship, constructed from sturdy [newly_created_artifact.GetFeatureText( 'shaft_wood' )] planks and bound together with a rim of [newly_created_artifact.GetFeatureText( 'head_metal' )]. The edge is inlaid with [newly_created_artifact.GetFeatureText( 'decoration_material_inlay_HSB' )] and painted with images of [newly_created_artifact.GetFeatureText( 'decoration_pattern' )]." + artifact_wall_shield_special:0 "$artifact_wall_shield$" + artifact_wall_axe_description:0 "$artifact_axe_description$" + artifact_wall_sword_description:0 "$artifact_sword_description$" + artifact_wall_spear_description:0 "$artifact_spear_description$" + artifact_wall_hammer_description:0 "$artifact_hammer_description$" + artifact_wall_mace_description:0 "$artifact_mace_description$" + artifact_wall_dagger_description:0 "$artifact_dagger_description$" + + artifact_wall_cid_sword_name:0 "Tizona" + artifact_wall_el_cids_sword:1 "This is a three-foot long sword bearing the inscription "Tizona". Rumored to have been won off of its former owner by the famous warlord El Cid, the sword's mere presence invokes feelings of martial awe." + + artifact_radzig_kobyla_longsword_name:0 "Radzig Kobyla's Longsword" + artifact_henrys_longsword_name:0 "Henry's Longsword" + artifact_radzig_kobyla_longsword_description:0 "Rumors claim the sword was forged for a "Sir Radzig Kobyla", and was presumed lost for a long time until recovered by a certain hungry man on his quest for revenge." + + artifact_wall_sword_muhammad_name:1 "Sword of Muhammad" + artifact_wall_sword_muhammad:0 "One of the authentic nine swords of the Prophet Muhammad. This is [SCOPE.Custom('MuhammadSword')]." + artifact_wall_sword_muhammad_aladb:0 "Al-'Adb — used by Muhammad at the battles of Badr and Uhud" + artifact_wall_sword_muhammad_almathur:0 "Al-Ma'thur — passed to Muhammad by his father" + artifact_wall_sword_muhammad_arrasub:0 "Ar-Rasub — a family heirloom of Muhammad" + artifact_wall_sword_muhammad_albattar:0 "Al-Battar — taken by Muhammad as booty from the Banu Qaynaqa tribe" + artifact_wall_sword_muhammad_haft:0 "Haft — taken by Muhammad as booty from the Banu Qaynaqa tribe" + artifact_wall_sword_muhammad_qali:0 "Qal'i — taken by Muhammad as booty from the Banu Qaynaqa tribe" + artifact_wall_sword_muhammad_dhu:0 "Dhu al-Faqar — taken by Muhammad as booty at the battle of Badr" + artifact_wall_sword_muhammad_mikhdham:0 "Al-Mikhdham — passed by Muhammad to his cousin and son-in-law Ali ibn Abi Talib" + artifact_wall_sword_muhammad_alqadib:0 "Al-Qadib — the sword that stayed in the house of Muhammad" + artifact_wall_sword_attila_name:1 "Sword of God" + artifact_wall_sword_attila_description:0 "The legendary sword of the Hun chief Attila, the Scourge of God. Also known as the Sword of Mars." + + artifact_sword_goujian_name: "Sword of Gujian" + artifact_sword_goujian: "This ancient sword is said to have once belonged to the King of Yue, Goujian. While old fashioned in its design the sword shows excellent craftsmanship. Gilded text in bird-worm seal script is visible near the hilt." + artifact_sword_goujian_refulgence: "[gujian_sword.GetDesc]\n\nThis is believed to be the sword named "Refulgence" which Gujian wore when he sought the advice of Confucius." + artifact_sword_goujian_purity: "[gujian_sword.GetDesc]\n\nThis is believed to be the sword "Purity"." + + # Animals (used in ArtifactAnimalType) + animal_type_cat:0 "cat" + animal_type_dog:0 "dog" + animal_type_fox:0 "fox" + animal_type_hare:0 "hare" + animal_type_wolf:0 "wolf" + animal_type_stag:0 "stag" + animal_type_hart:0 "hart" + animal_type_horse:0 "horse" + animal_type_rabbit:0 "rabbit" + animal_type_boar:0 "boar" + animal_type_lion:0 "lion" + animal_type_tiger:0 "tiger" + animal_type_bear:0 "bear" + animal_type_aurochs:0 "aurochs" + animal_type_unicorn:0 "unicorn" + animal_type_dragon:0 "dragon" + animal_type_lynx:0 "lynx" + + animal_type_lions: "lions" + animal_type_tigers: "tigers" + animal_type_leopards: "leopards" + animal_type_boars: "boars" + animal_type_hyenas: "hyenas" + animal_type_lynxs: "lynxs" + animal_type_wolves: "wolves" + animal_type_bears: "bears" + animal_type_dogs: "dogs" + + # Hides + artifact_hide_type_cat:4 "[ROOT.Char.GetTitledFirstNamePossessive] beloved, cat [ROOT.Char.Custom('CatStoryName')]" + artifact_hide_type_dog:4 "[ROOT.Char.GetTitledFirstNamePossessive] beloved, dog [ROOT.Char.Custom('DogStoryName')]" + artifact_hide_type_fox:0 "a beautiful fox" + artifact_hide_type_hare:0 "a beautiful hare" + artifact_hide_type_hart:0 "a hart" + artifact_hide_type_stag:0 "a majestic stag" + artifact_hide_type_boar:0 "a boar" + artifact_hide_type_wolf:0 "a wolf" + artifact_hide_type_lion:0 "a lion" + artifact_hide_type_tiger:0 "a tiger" + artifact_hide_type_unicorn:0 "a unicorn" + artifact_hide_type_dragon:0 "a dragon" + artifact_hide_type_lynx:0 "a lynx" + + # Skull + artifact_wall_animal_skull_wild_boar:0 "a boar with razor-sharp tusks" + artifact_wall_animal_skull_wolf:1 "a large keen-toothed wolf" + artifact_wall_animal_skull_stag:1 "a stag, boasting an impressive-sized rack," + artifact_wall_animal_skull_lion:1 "a great lion, king of beasts," + artifact_wall_animal_skull_tiger:0 "a lethal tiger" + artifact_wall_animal_skull_bear:1 "a great bear" + artifact_wall_animal_skull_aurochs:0 "a massive aurochs" + artifact_wall_animal_skull_bison:0 "an imposing bison" + artifact_wall_animal_skull_horse:0 "a mighty warhorse, taken from the deceased steed of [owner.GetNameNoTooltip]." + artifact_wall_animal_skull_rabbit:2 "the most fearsome creature in the entire world; a rabbit" + feature_animal_hide_type_cat:2 "[Artifact.GetOwner.GetTitledFirstNameNicknamedPossessiveRegnal] beloved cat, [Artifact.GetOwner.Custom('CatStoryName')]" + feature_animal_hide_type_dog:2 "[Artifact.GetOwner.GetTitledFirstNameNicknamedPossessiveRegnal] beloved dog, [Artifact.GetOwner.Custom('DogStoryName')]" + feature_animal_hide_type_fox:1 "a beautiful fox" + feature_animal_hide_type_hare:1 "a swift hare" + feature_animal_hide_type_hart:1 "a majestic hart" + feature_animal_hide_type_rabbit:0 "a rabbit" + feature_animal_hide_type_stag:1 "a proud stag" + feature_animal_hide_type_boar:1 "a stout boar" + feature_animal_hide_type_wolf:1 "a fierce wolf" + feature_animal_hide_type_lion:1 "a vicious lion" + feature_animal_hide_type_bear:1 "a savage bear" + feature_animal_hide_type_tiger:1 "a ferocious tiger" + feature_animal_hide_type_aurochs:1 "a dignified aurochs" + feature_animal_hide_type_unicorn:1 "a mystical unicorn" + feature_animal_hide_type_dragon:1 "a menacing dragon" + feature_animal_hide_type_lynx:1 "a dignified lynx" + feature_animal_hide_type_hyena:0 "a hateful hyena" + feature_animal_hide_type_roe:0 "a swift roe" + feature_animal_hide_type_gazelle:0 "a nimble gazelle" + feature_animal_hide_type_antelope:0 "a fleet antelope" + feature_animal_hide_type_leopard:0 "a heartless leopard" + feature_animal_hide_type_bison:0 "a stalwart bison" + feature_animal_hide_type_elk:0 "a mighty elk" + + artifact_animal_hide_name_legendary:3 "Hide of the [newly_created_artifact.Custom('GetLegendaryColor')|U] [newly_created_artifact.Custom('ArtifactAnimalType')|U] of [location.GetTitle.GetDeJureLiege.GetNameNoTierNoTooltip]" + artifact_animal_hide_name_adventurer:0 "Hide of the [newly_created_artifact.Custom('ArtifactAnimalAdjective')|U] [newly_created_artifact.Custom('ArtifactAnimalType')|U] of [location.GetBaronyNameExplicitlyNoTooltip]" + artifact_animal_hide_name_cat:0 "[owner.Custom('CatStoryNamePossessive')] Pelt" + artifact_animal_hide_name_dog:0 "[owner.Custom('DogStoryNamePossessive')] Pelt" + artifact_animal_hide_name_base:2 "[newly_created_artifact.Custom('ArtifactAnimalAdjective')|U] [newly_created_artifact.Custom('ArtifactAnimalType')|U] Hide" + artifact_animal_hide_description:0 "The [SCOPE.Custom('ArtifactQuality')] tanned hide of [newly_created_artifact.GetFeatureText( 'animal_hide_type' )], [newly_created_artifact.Custom('ArtifactSmallHideAcquisitionMethod')]." + + artifact_small_hide_name:3 "$artifact_animal_hide_name_base$" + artifact_small_hide_description:4 "$artifact_animal_hide_description$" + artifact_small_hide_acquisition_pet:3 "preserved to honor [ROOT.Artifact.GetOwner.GetHerHis] dear friend and companion" + artifact_small_hide_acquisition_hunt:3 "hunted by [ROOT.Artifact.MakeScope.Var('adventure_artifact_hunter').Char.GetTitledFirstName] in [ROOT.Artifact.MakeScope.Var('adventure_artifact_location').Province.GetBaronyNameExplicitly]" + create_artifact_small_hide_tooltip:4 "[adventurer.GetShortUIName] hunted and tanned the hide with a [SCOPE.Custom('ArtifactQuality')] result" + + artifact_animal_hide_medium_name:3 "$artifact_animal_hide_name_base$" + artifact_animal_hide_medium_description:4 "$artifact_animal_hide_description$" + create_artifact_medium_hide_tooltip:3 "$create_artifact_small_hide_tooltip$" + + artifact_animal_hide_big_name:3 "$artifact_animal_hide_name_base$" + artifact_animal_hide_big_description:4 "$artifact_animal_hide_description$" + create_artifact_big_hide_tooltip:4 "$create_artifact_small_hide_tooltip$" + + # Skull + artifact_wall_skull_name_legendary:3 "Skull of the [newly_created_artifact.Custom('GetLegendaryColor')|U] [newly_created_artifact.Custom('ArtifactAnimalType')|U] of [owner.MakeScope.Var('adventure_artifact_location').Province.GetTitle.GetDeJureLiege.GetNameNoTierNoTooltip]" + artifact_wall_skull_name_adventurer:1 "Skull of the [newly_created_artifact.Custom('ArtifactAnimalAdjective')|U] [newly_created_artifact.Custom('ArtifactAnimalType')|U] of [owner.MakeScope.Var('adventure_artifact_location').Province.GetBaronyNameExplicitlyNoTooltip]" + artifact_wall_skull_name:4 "[newly_created_artifact.Custom('ArtifactAnimalAdjective')|U] [newly_created_artifact.Custom('ArtifactAnimalType')|U] Skull" + artifact_wall_skull_description:4 "The skull of [newly_created_artifact.GetFeatureText( 'animal_skull_type' )] hunted by [creator.GetTitledFirstName] in [location.GetBaronyNameExplicitly]. It is [SCOPE.Custom('ArtifactAdverbQuality')] preserved and attached to a [SCOPE.Custom('ArtifactAdverbWealth')] carved [newly_created_artifact.GetFeatureText( 'generic_material_wood' )] mount." + artfact_animal_adjective:0 "[newly_created_artifact.Custom('ArtifactAnimalAdjective')|U]" + artifact_animal_great:0 "great" + artifact_animal_man_eating:0 "man-eating" + artifact_animal_black:0 "black" + artifact_animal_white:0 "white" + artifact_animal_cursed:0 "cursed" + artifact_animal_feral:0 "feral" + artifact_animal_terrifying:0 "terrifying" + artifact_animal_fearsome:0 "fearsome" + artifact_animal_notorious:0 "notorious" + artifact_animal_stalking:0 "stalking" + artifact_animal_fabled:0 "fabled" + artifact_animal_elusive:0 "elusive" + artifact_animal_ancient:0 "ancient" + artifact_animal_renowned:0 "renowned" + artifact_animal_adjective_great:0 "great" + artifact_animal_adjective_mighty:0 "mighty" + feature_animal_skull_type_boar:0 "a boar with razor-sharp tusks" + feature_animal_skull_type_wolf:0 "a keen-toothed large wolf" + feature_animal_skull_type_hyena:0 "a sly smirk-mouthed hyena" + feature_animal_skull_type_lynx:0 "a dignified sharp-fanged lynx" + feature_animal_skull_type_stag:0 "a stag, boasting an impressive-sized rack" + feature_animal_skull_type_lion:0 "a great lion, king of beasts" + feature_animal_skull_type_tiger:0 "a lethal tiger" + feature_animal_skull_type_bear:1 "a ferocious bear" + feature_animal_skull_type_aurochs:0 "a massive aurochs" + feature_animal_skull_type_horse:0 "a mighty horse" + feature_animal_skull_type_rabbit:0 "the most fearsome creature in the entire world; a rabbit" + feature_animal_skull_type_unicorn:0 "a unicorn" + feature_animal_skull_type_elk:0 "a mighty many-tined elk" + feature_animal_skull_type_leopard:0 "a ferocious leopard" + feature_animal_skull_type_roe:0 "a prancing roe" + feature_animal_skull_type_gazelle:0 "a swift gazelle" + feature_animal_skull_type_antelope:0 "a leaping antelope" + feature_animal_skull_type_hart:0 "a proud hart" + feature_animal_skull_type_bison:0 "an imposing bison bull" + create_artifact_wall_animal_skull_tooltip:1 "[inspiration_owner.GetShortUIName] brought you back the imposing skull of [newly_created_artifact.GetFeatureText( 'animal_skull_type' )]" + + # Horn + artifact_wall_narwhal_horn_name:0 "Unicorn's Horn" + artifact_wall_narwhal_horn:1 "A large, straight horn of glistening white. Rumored to have been taken from the body of a slain unicorn. The horn is [SCOPE.Custom('ArtifactAdverbQuality')] preserved and attached to a [SCOPE.Custom('ArtifactAdverbWealth')] decorated [newly_created_artifact.GetFeatureText( 'generic_material_wood' )] mount." + #artifact_wall_rhino_horn_name: "Dragon's Tooth" + #artifact_wall_rhino_horn: "A large, curved horn or tooth. If it is a tooth, the large size means it must have come from a fearsome beast, most likely a dragon." + + # Sculptures + artifact_sculpture_name:0 "$artifact_name_prefix$ Statue" + artifact_sculpture_description:1 "[SCOPE.Custom('ArtifactArticleWealth')] statue of [owner.GetTitledFirstName], painted and [SCOPE.Custom('ArtifactAdverbQuality')] carved. The [owner.GetTitleAsNameNoTooltip] is famous for [owner.GetHerHis] [owner.Custom('RulerSkill')]. The [newly_created_artifact.GetFeatureText( 'sculpture_material' )] of the sculpture is [SCOPE.Custom('ArtifactAdverbQuality')] worked." + artifact_sculpture_warrior:1 "unparalleled skill in battle" + artifact_sculpture_ruler:1 "enlightened reign over the [ROOT.Char.GetPrimaryTitle.GetName]" + artifact_sculpture_religious_name:1 "Statue of [owner.Custom('RandomDivinity')]" + artifact_sculpture_religious_description:3 "A carved and painted statue of [owner.Custom('RandomDivinity')]. The base is inscribed with a quote from the [owner.GetFaith.GetAdjective] [owner.GetFaith.ReligiousText]." + artifact_sculpture_religious_highgod:1 "[ROOT.Char.GetFaith.HighGodName]" + artifact_sculpture_religious_health:1 "[ROOT.Char.GetFaith.HealthGodName]" + artifact_sculpture_religious_fertility:1 "[ROOT.Char.GetFaith.FertilityGodName]" + artifact_sculpture_religious_wealth:1 "[ROOT.Char.GetFaith.WealthGodName]" + artifact_sculpture_religious_war:1 "[ROOT.Char.GetFaith.WarGodName]" + artifact_sculpture_religious_knowledge:1 "[ROOT.Char.GetFaith.KnowledgeGodName]" + artifact_sculpture_religious_christian_name:1 "Statue of [owner.Custom('RandomSaint')]" + artifact_sculpture_religious_christian_description:3 "A carved and painted statue of [owner.Custom('RandomSaint')]. The base is inscribed with a quote from the [owner.GetFaith.GetAdjective] [owner.GetFaith.ReligiousText]." + artifact_statue_religious_jesus:0 "Jesus on the Cross" + artifact_statue_religious_mary:0 "the Virgin Mary" + #artifact_sculpture_virgin_mary_description: "A carved and painted statue of the Virgin Mary, mother of Jesus." + #artifact_sculpture_visnu_description: "A carved and painted statue of Vishnu the Preserver." + artifact_sculpture_animal_description:0 "[SCOPE.Custom('ArtifactArticleWealth')] statue of an animal, painted and [SCOPE.Custom('ArtifactAdverbQuality')] carved. The mythical qualities of the creature is interpreted as an allegory for [owner.GetTitleAsNameNoTooltip] and [owner.GetHerHis] [owner.Custom('RulerSkill')]. The [newly_created_artifact.GetFeatureText( 'sculpture_material' )] of the sculpture is [SCOPE.Custom('ArtifactAdverbQuality')] worked." + feature_sculpture_material_stone:0 "stone" + feature_sculpture_material_wood:0 "[Artifact.GetFeatureText( 'generic_material_wood' )]" + + + artifact_sculpture_ark_of_covenant_name:1 "Ark of the Covenant" + artifact_sculpture_ark_of_covenant_description:0 "A large stone chest said to be the original Ark of the Covenant, containing the stone tablets given to Moses by God." + #artifact_sculpture_kali_description: "A carved and painted statue of Kali, the Black Goddess." + #artifact_sculpture_ganesh_description: "A carved and painted statue of Ganesh the Remover of Obstacles." + artifact_sculpture_armor_babr_name:0 "Babr-e Bayan" + artifact_sculpture_armor_babr:1 "This is the legendary Babr-e Bayan, the armor worn by the Persian hero Rostam." + artifact_sculpture_cabinet_pentapyrgion_name:1 "Pentapyrgion" + artifact_sculpture_cabinet_pentapyrgion_description:1 "This elegant cupboard was built by Emperor Theophilos to display vases, crowns and other valuables in the Chrysotriklinos, the reception hall of the Great Palace of Constantinople." + create_artifact_epic_tooltip:0 "[inspiration_owner.GetShortUIName] has brought the [epic.GetName] from a foreign land" + create_artifact_adventure_tooltip:0 "[inspiration_owner.GetShortUIName] has brought the [newly_created_artifact.GetName] from a foreign land" + artifact_statue_constantine_name: "Statue of Constantine" + artifact_statue_constantine: "An ancient, slightly damaged, but still imposing statue of Constantine the Great, founder of Constantinople and model to all Roman emperors." + artifact_statue_roman_woman_name: "Statue of a Roman Woman" + artifact_statue_roman_woman_desc: "An ancient, slightly damaged, but still lovely statue of a Roman woman." + artifact_statue_four_tetrarchs_name: "Statue of the Four Tetrarchs" + artifact_statue_four_tetrarchs_desc: "An imposing statue of porphyry depicting two members of the first Tetrarchy instituted by Diocletian." + artifact_hydraulic_organ_name: "Hydraulic Organ" + artifact_hydraulic_organ_desc: "An impressive water-driven pipe organ which proudly hums the melodies of Greek past." + + # Pedestal Artifacts: + # Box + artifact_box_small_name:0 "$artifact_name_prefix$ Jewelry Casket" + artifact_box_medium_name:0 "$artifact_name_prefix$ Ornamental Coffret" + artifact_box_small_description:1 "A jewelry casket of [SCOPE.Custom('ArtifactQuality')] craftsmanship. It is made of [SCOPE.Custom('ArtifactAdverbWealth')] worked [newly_created_artifact.GetFeatureText( 'box_material' )]. [newly_created_artifact.GetFeatureText( 'box_decoration' )]. Perfect to keep jewels and religious trinkets safe." + artifact_box_medium_description:1 "A coffret of [SCOPE.Custom('ArtifactQuality')] craftsmanship. It is made of [SCOPE.Custom('ArtifactAdverbWealth')] worked [newly_created_artifact.GetFeatureText( 'box_material' )]. [newly_created_artifact.GetFeatureText( 'box_decoration' )]. Perfect to keep deeds, memorabilia, and ceremonial items safe." + feature_box_decoration_painted:0 "The body of the box and the lid have been painted with [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_box_decoration_inlay:0 "The body of the box and the lid are inlaid with [Artifact.GetFeatureText( 'decoration_material_inlay' )] decorations" + feature_box_decoration_carved:0 "On the body of the box and the lid, a capable hand has carved [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_box_material_gold:0 "$metal_gold$" + feature_box_material_silver:0 "$metal_silver$" + feature_box_material_brass:0 "$metal_brass$" + feature_box_material_bone:0 "$material_bone$" + feature_box_material_hsb_ivory:0 "$hsb_ivory$" + feature_box_material_oak:0 "$wood_oak$" + feature_box_material_pine:0 "$wood_pine$" + feature_box_material_walnut:0 "$wood_walnut$" + feature_box_material_sycomore:0 "$wood_sycomore$" + feature_box_material_teak:0 "$wood_teak$" + feature_box_material_ebony:0 "$wood_ebony$" + create_artifact_box_tooltip:0 "[inspiration_owner.GetShortUIName] produced a box of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + + artifact_pedestal_crown_description:0 "$artifact_crown_description$" + artifact_goblet_name:0 "$artifact_name_prefix$ Goblet" + artifact_goblet_description:1 "A ceremonial goblet of [SCOPE.Custom('ArtifactQuality')] craftsmanship. It is made of [newly_created_artifact.GetFeatureText( 'goblet_material' )] with [newly_created_artifact.GetFeatureText( 'decoration_material_gem' )] inserts." + feature_goblet_material_brass:0 "$metal_brass$" + feature_goblet_material_silver:0 "$metal_silver$" + feature_goblet_material_gold:0 "$metal_gold$" + feature_goblet_material_bone:0 "$material_bone$" + feature_goblet_material_ivory:0 "$hsb_ivory$" + feature_goblet_material_glass:0 "$material_glass$" + create_artifact_goblet_tooltip:0 "[inspiration_owner.GetShortUIName] produced a goblet of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + + artifact_pedestal_rock_name:0 "Holy Rock" + artifact_pedestal_rock_description:0 "An uncommon rock that, according to tradition, fell from the sky and is considered sacred by the [owner.GetCulture.GetNameNoTooltip]." + artifact_pedestal_pouch_name:0 "$artifact_name_prefix$ Pouch" + artifact_pedestal_pouch_description:0 "A richly decorated pouch, perfect to contain gems, relics and smaller treasures." + artifact_pedestal_scroll_name:0 "$artifact_name_prefix$ Laws" + artifact_pedestal_scroll_description:0 "A formal-looking scroll containing the fundamental laws of the [owner.GetPrimaryTitle.GetNameNoTooltip] set by [owner.GetTitledFirstNameNoTooltip]." + artifact_pedestal_religious_head_letter_name:0 "Letter from [compliment_receiver.GetTitledFirstNameNoTooltip]" + artifact_pedestal_religious_head_letter_description:0 "It reads: "$learning_theology.3022.desc$"\n\nThe letter is dedicated to [letter_receiver.GetTitledFirstName], and signed by [compliment_receiver.GetTitledFirstName]." + + artifact_pedestal_crucifix_name:0 "$artifact_name_prefix$ Crucifix" + artifact_pedestal_crucifix_description:0 "A wooden crucifix of exquisite workmanship — the doleful expression on Christ's face can push even the most stalwart sinner to repentance." + artifact_pedestal_cross_name:0 "$artifact_name_prefix$ Cross" + artifact_pedestal_cross_description:0 "A masterfully crafted cross, made of gold and encrusted with precious stones." + artifact_pedestal_human_skull_name:0 "[killed.GetTitledFirstNamePossessiveNoTooltip] Skull" + artifact_pedestal_human_skull_description:0 "A clean and perfectly preserved human skull belonging to [killed.GetTitledFirstNameNoTooltip], killed by [owner.GetTitledFirstNameNoTooltip]." + artifact_pedestal_human_skull_specific_description:0 "A clean and perfectly preserved human skull belonging to [killed.GetFullName]. Allegedly." + artifact_pedestal_skull_of_the_enemy_name:0 "Skull of the Vilified" + artifact_pedestal_skull_of_the_enemy_description:0 "A clean and perfectly preserved human skull once belonging to [rival.GetTitledFirstNameNoTooltip], surgically removed due to personal slights against [owner.GetTitledFirstNameNoTooltip]." + artifact_pedestal_skull_of_the_apostate_name:0 "Skull of the Apostate" + artifact_pedestal_skull_of_the_apostate_description:0 "A clean and perfectly preserved human skull once belonging to [rival.GetTitledFirstNameNoTooltip], surgically removed for living contrary to the values of [owner.GetFaith.GetName]." + #artifact_pedestal_statuette_description: "A small statuette of exquisite workmanship, representing [owner.Custom('StatuetteSubject')]." + #artifact_pedestal_statuette_minor_god: "a minor god of [owner.GetFaith.GetNameNoTooltip]" + #artifact_pedestal_statuette_zoroastr: "a Faravahar" + #artifact_pedestal_statuette_lion: "a majestic lion" + #artifact_pedestal_statuette_griffin: "a fearsome griffin" + artifact_pedestal_massive_diamond_name:1 "Diamond of [owner.GetTitledFirstNameNoTooltip]" + artifact_pedestal_massive_diamond:0 "A massive diamond, shiny and polished, unique for size and purity." + artifact_pedestal_crown_justinian_name:0 "Crown of Justinian" + artifact_pedestal_crown_justinian:1 "This is the ancient crown of Emperor Justinian: golden and inlaid with precious stones, it still holds all the authority and learning of the glorious ruler." + artifact_pedestal_menorah_name:0 "Menorah of Jerusalem" + artifact_pedestal_menorah_description:0 "The — probably — original Menorah of the Temple of Jerusalem." + artifact_pedestal_gold_nugget_name:0 "Exceptional Gold Nugget" + artifact_pedestal_gold_nugget:0 "A huge gold nugget — its unparalleled size must be a sign of divine favor." + artifact_pedestal_jamshid_name:1 "Cup of Jamshid" + artifact_pedestal_cup_jamshid:1 "This is the legendary Cup of Jamshid: long-possessed by the ancient rulers of Persia, it is used for divination and contains an elixir of immortality." + artifact_pedestal_spear_destiny_name:1 "Spear of Destiny" + artifact_pedestal_spear_destiny:1 "This is the head of an ancient spear, said to have been used by a Roman soldier to pierce Jesus' side on the cross." + artifact_pedestal_david_harp_name:0 "David's Harp" + artifact_pedestal_david_harp:1 "This is a wooden, ancient harp. It is rumored to be King David's harp, and to have mystical healing properties." + artifact_pedestal_branch_name:1 "Branch of [SCOPE.Custom('BranchTree')]" + artifact_pedestal_branch_description:0 "A common-looking branch of great religious value: it is voiced to come from nothing less than [SCOPE.Custom('BranchTree')]." + artifact_pedestal_branch_haoma:1 "the Divine Haoma Tree" + artifact_pedestal_branch_cypress:1 "the Sacred Cypress of Kashmar" + artifact_pedestal_branch_bo:0 "a branch from the Bo Tree, under which the Buddha sat when he attained Enlightenment" + artifact_pedestal_branch_bo_name:0 "A Branch of the Bo Tree" + artifact_pedestal_branch_thor:1 "the Sacred Oak of Thor" + artifact_pedestal_branch_uppsala:1 "the Sacred Tree at the Temple of Uppsala" + artifact_pedestal_branch_alatyr:2 "the Tree of Life standing on the rock Alatyr" + artifact_pedestal_branch_somb:1 "Somb, the First Tree on Earth" + artifact_pedestal_branch_kalpavriksha:2 "one of the Wish-Granting Kalpavrikshas" + artifact_pedestal_branch_general:1 "the Tree of Life" + artifact_pedestal_crown_iron_name:1 "Iron Crown of Lombardy" + artifact_pedestal_crown_iron:1 "The Iron Crown of Lombardy — so called because the iron circlet on its inner side is said to have been beaten out of a nail of Jesus' cross" + artifact_pedestal_crown_thorns_name:0 "Crown of Thorns" + artifact_pedestal_crown_thorns:1 "The entirely preserved Crown of Thorns of Jesus, worn during the Passion" + artifact_pedestal_veil_veronica_name:1 "Veil of Veronica" + artifact_pedestal_veil_veronica:1 "The authentic Veil of Veronica: a piece of cloth on which Jesus' face was miraculously impressed during the Passion. It is said to heal the ill through the Grace of God" + artifact_pedestal_cornerstone_name:0 "Stolen Cornerstone" + artifact_pedestal_cornerstone_name_desc:0 "A cornerstone from [rival.GetTitledFirstNamePossessive] [rival.Custom('FortifiedBuilding')]" + #artifact_pedestal_mosque_lamp_name: "Precious Oil Lamp" + #artifact_pedestal_mosque_lamp: "A magnificent mosque lamp — a precious oil lamp made of enamelled glass and gilded." + artifact_tree_automa_name: "Tree Automa" + artifact_tree_automa: "A finely-sculpted, gilded tree with life-like birds sitting on its branches. Only the Greeks know the secrets of its hidden hydraulic pump, which makes the birds move and sing pleasantly." + + + # Books + artifact_book_title:0 "[newly_created_artifact.GetFeatureText( 'book_title' )]" + artifact_book_description:0 "[newly_created_artifact.Custom('ArtifactBookDescType')] [newly_created_artifact.GetFeatureText( 'book_decoration' )]." + artifact_book_title_based_desc:0 "[ROOT.Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] book detailing all the sacrifices and arduous work put in to enable [ROOT.Artifact.GetFeatureText( 'book_topic' )]. The lettering is [ROOT.Artifact.GetOwner.Custom('ArtifactQuality')] and it is [ROOT.Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illuminated." + artifact_book_other_desc_1:0 "[ROOT.Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] tome that shows [ROOT.Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')] understanding of [ROOT.Artifact.GetFeatureText( 'book_subject' )] as it touches upon subjects such as [ROOT.Artifact.GetFeatureText( 'book_topic' )]." + artifact_book_other_desc_2:0 "A book about [ROOT.Artifact.GetFeatureText( 'book_topic' )] – flush with [ROOT.Artifact.GetOwner.Custom('ArtifactBookContentQuality')] comments and [ROOT.Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illustrated." + artifact_book_other_desc_3:0 "[ROOT.Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] work that extensively discusses [ROOT.Artifact.GetFeatureText( 'book_topic' )], [ROOT.Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illuminated and illustrated." + artifact_book_other_desc_4:0 "[ROOT.Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] book that shows [ROOT.Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')] understanding of [ROOT.Artifact.GetFeatureText( 'book_subject' )] as it details [ROOT.Artifact.GetFeatureText( 'book_topic' )]." + artifact_book_other_desc_5:0 "[ROOT.Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] manuscript [ROOT.Artifact.GetOwner.Custom('ArtifactBookContentQuality')] detailing [ROOT.Artifact.GetFeatureText( 'book_topic' )]. The pages are extensively illuminated and contain many illustrations, most notably of large snails." + artifact_book_no_preface_desc:0 "[ROOT.Artifact.GetFeatureText( 'book_topic' )|U]." + + feature_book_cover_material_wood:0 "wood" + feature_book_cover_material_leather:0 "leather" + feature_book_cover_material_velvet:0 "velvet" + feature_book_cover_material_gold:0 "gold" + feature_book_cover_material_silver:0 "silver" + feature_book_cover_material_HSB_ivory:1 "ivory" + + feature_book_decoration_gems:0 "The cover is [Artifact.GetFeatureText( 'book_cover_material' )], displaying a repeating image of [Artifact.GetFeatureText( 'decoration_pattern' )] enunciated by the placement of [Artifact.GetFeatureText( 'decoration_material_gem' )] inserts" + feature_book_decoration_gems_and_clasp:0 "$feature_book_decoration_gems$, and it's held closed by ornamental clasps" + feature_book_decoration_pattern_embroidered:0 "The cover is [Artifact.GetFeatureText( 'book_cover_material' )] that has been embroidered to display a repeating image of [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_book_decoration_pattern_carved:0 "The cover is [Artifact.GetFeatureText( 'book_cover_material' )] that has been carved to display a repeating image of [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_book_decoration_pattern_painted:0 "The cover is [Artifact.GetFeatureText( 'book_cover_material' )] that has been painted to display a repeating image of [Artifact.GetFeatureText( 'decoration_pattern' )]" + + feature_book_title_fallback:0 "$artifact_name_prefix_artifact_scope$ Book" + feature_book_title_unification:0 "$artifact_name_prefix_artifact_scope$ To Unify a Realm" + feature_book_title_creation:0 "$artifact_name_prefix_artifact_scope$ To Form a Realm" + feature_book_title_restoration:0 "$artifact_name_prefix_artifact_scope$ To Restore a Realm" + feature_book_title_martial:0 "$artifact_name_prefix_artifact_scope$ About Warfare" + feature_book_title_diplomacy:0 "$artifact_name_prefix_artifact_scope$ About Diplomacy" + feature_book_title_stewardship:0 "$artifact_name_prefix_artifact_scope$ About Stewardship" + feature_book_title_intrigue:0 "$artifact_name_prefix_artifact_scope$ About Intrigue" + feature_book_title_learning:0 "$artifact_name_prefix_artifact_scope$ About Scholarly Matters" + feature_book_title_witch:0 "To Worship [Artifact.GetFeatureText( 'book_subject' )]" + feature_book_title_reveler_one:0 "The Joys of Feasting" + feature_book_title_reveler_two:0 "[Artifact.GetOwner.GetCulture.GetNameNoTooltip] Good Company" + feature_book_title_blademaster:0 "$artifact_name_prefix_artifact_scope$ Weapons and Combat" + feature_book_title_hunter_one:0 "$artifact_name_prefix_artifact_scope$ Guide to Hunting" + feature_book_title_hunter_two:0 "$artifact_name_prefix_artifact_scope$ On the Beauty of Nature" + feature_book_title_hunter_three:0 "$artifact_name_prefix_artifact_scope$ Master of Game" + feature_book_title_hunter_four:0 "$artifact_name_prefix_artifact_scope$ Art of the Hunt" + feature_book_title_hunter_five:0 "$artifact_name_prefix_artifact_scope$ Book of Hunting" + feature_book_title_hunter_six:0 "$artifact_name_prefix_artifact_scope$ On Gentle and Wild Beasts" + feature_book_title_hunter_seven:0 "$artifact_name_prefix_artifact_scope$ Book of the Chase" + feature_book_title_hunter_eight:0 "$artifact_name_prefix_artifact_scope$ Birds of Prey" + feature_book_title_hunter_nine:0 "$artifact_name_prefix_artifact_scope$ Art of Hunting with Birds" + feature_book_title_hunter_ten:0 "$artifact_name_prefix_artifact_scope$ Nature and Care of Dogs" + feature_book_title_mystic:0 "$artifact_name_prefix_artifact_scope$ Guide to the Esoteric" + feature_book_title_herbalist:0 "$artifact_name_prefix_artifact_scope$ Herbs and Plants" + feature_book_title_cannibal:0 "$artifact_name_prefix_artifact_scope$ Culinary Delights" + feature_book_title_deviant_one:0 "The Ways of the [Artifact.GetOwner.Custom('DeviantObjectCapitalized')]" + feature_book_title_deviant_two:0 "$artifact_name_prefix_artifact_scope$ Alternative Guide to Pleasure" + feature_book_title_deviant_three:0 "Fifty Ways of the [Artifact.GetOwner.Custom('DeviantObjectCapitalized')]" + feature_book_title_voynich:0 "$artifact_name_prefix_artifact_scope$ Illustrated Codex" + feature_book_title_lunatic_one:0 "[Artifact.GetOwner.Custom('LoverPetName_uppercase')] [Artifact.GetOwner.Custom('FavoriteTreatUppercase')]" + feature_book_title_lunatic_two:0 "[Artifact.GetOwner.Custom('prison_pet')|U] My [Artifact.GetOwner.Custom('PetName_uppercase')]" + feature_book_title_lunatic_three:0 "[Artifact.GetOwner.Custom('surprised_reaction')|U], [Artifact.GetOwner.Custom('trait_lustful_adjective')|U], and [Artifact.GetOwner.Custom('diplomacy_skill_level')|U]" + feature_book_title_troop:0 "What Makes an Army" + feature_book_title_martial_strategy:0 "[Artifact.GetOwner.GetCulture.GetNameNoTooltip] Art of Strategy" + feature_book_title_diplomacy_feasting:1 "[Artifact.GetOwner.GetDynasty.GetBaseNameNoTooltip] Revelry" + feature_book_title_diplomacy_court_alliances:0 "[Artifact.GetOwner.GetCulture.GetNameNoTooltip] Court Politics" + feature_book_title_learning_theological_treaties:0 "[Artifact.GetOwner.GetCulture.GetNameNoTooltip] Treaties" + feature_book_title_learning_metaphysical_conundrums:0 "The Metaphysical" + feature_book_title_learning_tome_collections:0 "$artifact_name_prefix_artifact_scope$ Book About Books" + feature_book_title_stewardship_trade_routes:0 "$artifact_name_prefix_artifact_scope$ Veins of Trade" + feature_book_title_stewardship_best_practices_tax_collectors:0 "$artifact_name_prefix_artifact_scope$ Making Gold" + feature_book_title_stewardship_lawmaking:0 "$artifact_name_prefix_artifact_scope$ Law and Ordinance" + feature_book_title_poisons:0 "$artifact_name_prefix_artifact_scope$ Concoctions" + feature_book_title_intrigue_the_art_of_love_one:0 "$artifact_name_prefix_artifact_scope$ Tender Touch" + feature_book_title_intrigue_the_art_of_love_two:0 "Aim to Please" + feature_book_title_medicine_herbs_one:0 "$artifact_name_prefix_artifact_scope$ Healing Guide" + feature_book_title_medicine_herbs_two:0 "Herbs and Other Potent Plants" + feature_book_title_medicine_witch:0 "$artifact_name_prefix_artifact_scope$ Arcane Guide" + +# witch + feature_book_title_witch_love_sorcery:0 "The Charms of [Artifact.GetFeatureText( 'book_subject' )]" + feature_book_topic_witch_love_sorcery:0 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] book that holds the power and knowledge of [Artifact.GetFeatureText( 'book_subject' )]. It contains [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illustrated descriptions of charms and spells to induce love." + feature_book_title_witch_curse_sorcery:0 "The Curses of [Artifact.GetFeatureText( 'book_subject' )]" + feature_book_topic_witch_curse_sorcery:0 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] book that holds the power and knowledge of [Artifact.GetFeatureText( 'book_subject' )]. It contains [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illustrated descriptions of curses and potions to hinder your enemies." + feature_book_title_witch_witch:0 "[Artifact.GetOwner.GetFaith.WitchGodName|U]" + +# martial + feature_book_title_martial_military:0 "The $artifact_name_prefix_artifact_scope$ Art of War" + feature_book_topic_martial_military:0 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] book on strategy and warfare, born from [Artifact.GetOwner.GetFirstNamePossessiveNoTooltip] long experience on the battlefield." + feature_book_title_martial_duels:0 "$artifact_name_prefix_artifact_scope$ Manual of Martial Arts" + feature_book_topic_martial_duels:0 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] manual containing training advice for dueling with every weapon known on the battlefield, tournaments, and jousting." + feature_book_title_martial_chivalry:0 "The Book of [Artifact.GetOwner.GetCulture.GetNameNoTooltip] Chivalry" + feature_book_topic_martial_chivalry:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] tome containing [Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')] advice and ruminations regarding chivalry and courtliness." + +# diplomacy + feature_book_title_diplomacy_dynasty:1 "The [Artifact.GetOwner.GetDynasty.GetBaseNameNoTooltip] Chronicles" + feature_book_topic_diplomacy_dynasty:1 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] chronicle detailing the history of the [Artifact.GetOwner.Custom('DynastyPrestigeLevel')] [Artifact.GetOwner.GetDynasty.GetBaseNameNoTooltip] dynasty, first offered to [Artifact.GetOwner.GetTitledFirstNameNoTooltipRegnal]." + feature_book_topic_diplomacy_dynasty_big:1 "A monumental chronicle detailing the history of the [Artifact.GetOwner.Custom('DynastyPrestigeLevel')] [Artifact.GetOwner.GetDynasty.GetBaseNameNoTooltip] dynasty, [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illuminated and illustrated." + feature_book_title_diplomacy_cicero:0 "$artifact_name_prefix_artifact_scope$ Cicero" + feature_book_topic_diplomacy_cicero:0 "A [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illuminated collection of the orations of Cicero, ancient master of Latin eloquence." + feature_book_title_diplomacy_hitopadesa:0 "$artifact_name_prefix_artifact_scope$ Hitopadesa" + feature_book_topic_diplomacy_hitopadesa:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U], [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illuminated manuscript containing a new collection of ancient traditional fables, known as Hitopadesa." + feature_book_title_diplomacy_kalila:0 "$artifact_name_prefix_artifact_scope$ Kalila wa-Dimna" + feature_book_topic_diplomacy_kalila:0 "A [Artifact.GetOwner.Custom('ArtifactAdverbWealth')]-illuminated manuscript containing a collection of animal fables known as Kalila wa-Dimna." + feature_book_title_diplomacy_edda:0 "$artifact_name_prefix_artifact_scope$ Edda" + feature_book_topic_diplomacy_edda:0 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] work collecting the poetry and traditional knowledge of Norse mythology." + feature_book_title_diplomacy_orkneyinga:0 "$artifact_name_prefix_artifact_scope$ Orkneyinga" + feature_book_topic_diplomacy_orkneyinga:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] manuscript detailing the story of the Norse adventurers who sailed to the West." + feature_book_title_diplomacy_poetry:0 "$artifact_name_prefix_artifact_scope$ Poetry" + feature_book_topic_diplomacy_poetry:1 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] collection of graceful and inspired poetry by the famous [author.GetTitledFirstNameNoTooltip] and dedicated to [Artifact.GetOwner.GetTitledFirstNameNoTooltip]." + feature_book_title_diplomacy_jokes:0 "$artifact_name_prefix_artifact_scope$ Philogelos" + feature_book_topic_diplomacy_jokes:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] collection of jokes. The humor shows a [Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')] understanding of tone and sentence structure, as well as a remarkable disrespect for intellectuals." + +# stewardship + feature_book_title_stewardship_speculum:0 "$artifact_name_prefix_artifact_scope$ Speculum Principis" + feature_book_topic_stewardship_speculum:0 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] treaty on the required virtues, knowledge and traits of the ideal ruler." + feature_book_title_stewardship_admin:0 "$artifact_name_prefix_artifact_scope$ Administration of the Kingdom" + feature_book_topic_stewardship_admin:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] manual full of [Artifact.GetOwner.Custom('ArtifactBookContentQuality')] advice and experiences in profitably running — and possibly not ruining — a country." + feature_book_title_stewardship_architect:0 "[Artifact.GetOwner.GetCulture.GetNameNoTooltip] Architecture" + feature_book_topic_stewardship_architect:0 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] compilation of [Artifact.GetOwner.GetCulture.GetName] architecture, both current and historical, flush with [Artifact.GetOwner.Custom('ArtifactWealth')] marginalia and informative illustrations." + feature_book_title_stewardship_digest:0 "$artifact_name_prefix_artifact_scope$ Digest" + feature_book_topic_stewardship_digest:0 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] copy of the compendium of Roman law ordered by emperor Justinian." + +# intrigue + feature_book_title_intrigue_poisons:0 "$artifact_name_prefix_artifact_scope$ Compendium of Poisons" + feature_book_topic_intrigue_poisons:0 "A small, sinister book with a black-leather cover, containing detailed drawings of plants and step-by-step, [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illustrated, instructions for preparing a wide selection of poisons." + feature_book_title_intrigue_seduction:0 "$artifact_name_prefix_artifact_scope$ The Art of Love" + feature_book_topic_intrigue_seduction:0 "A cheeky booklet full of [Artifact.GetOwner.Custom('ArtifactBookContentQuality')] advice that is granted to have all the ladies and lads fall at your feet!" + feature_book_title_intrigue_fertility:0 "Wellspring of Life" + feature_book_topic_intrigue_fertility:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] book full of [Artifact.GetOwner.Custom('ArtifactBookContentQuality')] advice for how to increase your fertility and keep your partner happy in the bedchamber." + feature_book_title_intrigue_punishment:0 "Crime and Punishment" + feature_book_topic_intrigue_punishment:0 "An intimidating compendium of all forms of torture known to our age, described in gleeful detail by a true master of the field, [author.GetFirstNameNoTooltip]." + feature_book_topic_intrigue_punishment_not_torturer:0 "An intimidating compendium of all forms of torture known to our age, described in gleeful detail and [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illustrated." + +# learning + feature_book_title_learning_religious:1 "$artifact_name_prefix_artifact_scope$ [Artifact.GetOwner.GetFaith.ReligiousText|U]" + feature_book_topic_learning_religious:0 "A [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illuminated copy of the [Artifact.GetOwner.GetFaith.ReligiousText], written by an elegant hand." + feature_book_topic_learning_religious_big:0 "A monumental copy of the [Artifact.GetOwner.GetFaith.ReligiousText], [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illuminated and elegantly written." + feature_book_title_learning_aristotle:0 "$artifact_name_prefix_artifact_scope$ Organon" + feature_book_topic_learning_aristotle:1 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] copy of Aristotle's Organon, [Artifact.GetOwner.Custom('ArtifactAdverbBookContentQuality')] replicated and commented." + feature_book_title_learning_iliad:0 "$artifact_name_prefix_artifact_scope$ Iliad" + feature_book_topic_learning_iliad:1 "[Artifact.GetOwner.Custom('ArtifactAdverbBookContentQuality')|U] commented copy of the Greek Iliad, showing great understanding of the source material and the events of the Trojan War." + feature_book_title_learning_mahabharata:0 "$artifact_name_prefix_artifact_scope$ Mahabharata" + feature_book_topic_learning_mahabharata:0 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U], [Artifact.GetOwner.Custom('ArtifactAdverbWealth')]-illuminated, copy of the ancient epic poem Mahabharata. The story details the struggle between two groups of cousins, the Pandavas and the Kauravas, as they battle for the throne of Hastinapura." + feature_book_title_learning_mufaddaliyat:0 "$artifact_name_prefix_artifact_scope$ Mufaddaliyat" + feature_book_topic_learning_mufaddaliyat:0 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] commented recension of the poetic anthology known as Mufaddaliyat by the famous scholar [author.GetTitledFirstNameNoTooltip]." + feature_book_title_learning_prayers:1 "Prayers for the [Artifact.GetOwner.GetFaith.GetAdjective]" + feature_book_topic_learning_prayers:1 "An imposing book of prayers for the [Artifact.GetOwner.GetFaith.GetAdjective] faithful, [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illustrated." + feature_book_title_learning_hours:0 "$artifact_name_prefix_artifact_scope$ Book of Hours" + feature_book_topic_learning_hours:0 "A large, [Artifact.GetOwner.Custom('ArtifactAdverbWealth')]-illuminated copy of the Book of Hours, more appropriate for a bibliophile's collection than to be used by a devoted." + feature_book_title_learning_golden_legend:0 "$artifact_name_prefix_artifact_scope$ Golden Legend" + feature_book_topic_learning_golden_legend:0 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] collection of hagiographies written in simple Latin, sure to be appreciated by everyone." + feature_book_title_learning_anatomy:0 "Charting the Human Body" + feature_book_topic_learning_anatomy:0 "This book contains [Artifact.GetOwner.Custom('ArtifactBookContentQuality')] observations and [Artifact.GetOwner.Custom('ArtifactWealth')] illustrations detailing the anatomy of the human body." + +# medicine + feature_book_title_medicine_medicine:0 "$artifact_name_prefix_artifact_scope$ Medical Manuscript" + feature_book_title_medicine_science:0 "$artifact_name_prefix_artifact_scope$ Herbolarium" + feature_book_topic_medicine_science:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] herbolarium, collecting all the world's knowledge on herbs and their medical properties." + feature_book_topic_medicine_science_big:0 "A monumental herbolarium, with detailed drawings of each plant and descriptions of its medical properties." + feature_book_title_medicine_galen:0 "$artifact_name_prefix_artifact_scope$ Galen" + feature_book_topic_medicine_galen:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] manuscript containing all the medical wisdom of the ancient philosopher and physician Galen." + +# alchemy + feature_book_title_alchemy_the_great_book_of_mercy:0 "The Great Book of Mercy" + feature_book_topic_alchemy_the_great_book_of_mercy:0 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] copy of Jabir ibn Hayyan's alchemical work The Great Book of Mercy, [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illustrated and illuminated." + feature_book_title_alchemy_the_book_of_seventy:0 "The Book of Seventy" + feature_book_topic_alchemy_the_book_of_seventy:0 "[Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')|U] copy of Jabir ibn Hayyan's comprehensive manual describing the creation of elixirs, theories about the four elements, and the use of animal substances in alchemy." + feature_book_title_alchemy_mercury:0 "$artifact_name_prefix_artifact_scope$ Guide to Quicksilver" + feature_book_topic_alchemy_mercury:1 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] tome containing [Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')] instructions for making the red dye vermilion – coveted for use in illustrations – by combining sulfur and mercury." + feature_book_title_alchemy_arsenic:0 "$artifact_name_prefix_artifact_scope$ King of Poisons" + feature_book_topic_alchemy_arsenic:1 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] tome containing [Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')] directions for preparing metallic arsenic, a deadly and subtle poison." + feature_book_title_alchemy_gold:0 "$artifact_name_prefix_artifact_scope$ Chrysopoeia" + feature_book_topic_alchemy_gold:1 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] tome containing [Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')] directions for transmuting gold from lead and other base metals. The reader is warned that results may vary." + feature_book_title_alchemy_silver:0 "$artifact_name_prefix_artifact_scope$ Argyropoeia" + feature_book_topic_alchemy_silver:1 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] tome containing [Artifact.GetOwner.Custom('ArtifactArticleBookContentQuality')] directions for transmuting silver from copper and other base metals. The reader is warned that results may vary." + +# relationships + feature_book_title_soulmate:0 "$artifact_name_prefix_artifact_scope$ Devotion" + feature_book_topic_soulmate:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] and colorfully illuminated manuscript [Artifact.GetOwner.Custom('ArtifactAdverbBookContentQuality')] conveying the devotion [Artifact.GetOwner.GetTitledFirstName] feels for [Artifact.GetOwner.MakeScope.Var('book_topic_relationship').Char.GetTitledFirstName] – immortalizing their love." + feature_book_title_nemesis:0 "The Undying Hatred of [Artifact.GetOwner.GetTitledFirstName]" + feature_book_topic_nemesis:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] manuscript [Artifact.GetOwner.Custom('ArtifactAdverbBookContentQuality')] conveying the hatred [Artifact.GetOwner.GetTitleAsName] feels for [Artifact.GetOwner.MakeScope.Var('book_topic_relationship').Char.GetTitledFirstName] – naming [Artifact.GetOwner.MakeScope.Var('book_topic_relationship').Char.GetHerHim] [Artifact.GetOwner.MakeScope.Var('book_topic_relationship').Char.Custom2('InsultAdjectiveArticle', ROOT.Char)] [Artifact.GetOwner.MakeScope.Var('book_topic_relationship').Char.Custom2('InsultNoun', ROOT.Char)] among many other things. The text is painstakingly illustrated to portray the [Artifact.GetOwner.MakeScope.Var('book_topic_relationship').Char.GetWomanMan] in as many unflattering situations as possible." + +# mystical animal + feature_book_title_mystical_animal:0 "The White [Artifact.GetOwner.Custom('GetAnimalType')|U]" + feature_book_topic_mystical_animal:1 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] manuscript gathering all local legends about the [Artifact.GetOwner.Custom('GetAnimalAdjective')] white [Artifact.GetOwner.Custom('GetAnimalType')] felled by [Artifact.GetOwner.GetTitledFirstName]. The lettering is [Artifact.GetOwner.Custom('ArtifactBookContentQuality')] and the might of the [Artifact.GetOwner.GetTitleAsNameNoTooltip] unquestionable." + +# cannibal + feature_book_title_cannibal_recipes:0 "Fed up With People" + feature_book_topic_cannibal_recipes:0 "A collection of [Artifact.GetOwner.Custom('ArtifactBookContentQuality')] and unconventional recipes for cooking human flesh, filled with [Artifact.GetOwner.Custom('ArtifactWealth')] – and detailed – illustrations and marginalia." + +# animals + feature_book_title_animals_your_cat:0 "$artifact_name_prefix_artifact_scope$ [Artifact.GetOwner.Custom('CatStoryName')|U]" + feature_book_title_animals_your_dog:0 "$artifact_name_prefix_artifact_scope$ [Artifact.GetOwner.Custom('DogStoryName')|U]" + feature_book_title_animals:0 "Inviting the Wild" + feature_book_title_animals_no_name:0 "$artifact_name_prefix_artifact_scope$ Companion Pets" + + feature_book_topic_animals_your_cat:0 "This book contains [Artifact.GetOwner.Custom('ArtifactBookContentQuality')] ruminations on the nature of [Artifact.GetFeatureText( 'book_subject' )] and details the life of a feline named [Artifact.GetOwner.Custom('CatStoryName')]. It is [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illuminated and illustrated." + feature_book_topic_animals_your_cat_no_name:0 "This book contains [Artifact.GetOwner.Custom('ArtifactBookContentQuality')] ruminations on the nature of [Artifact.GetFeatureText( 'book_subject' )] and details the life of a feline beloved by [Artifact.GetOwner.GetTitledFirstName]. It is [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illuminated and illustrated." + feature_book_topic_animals_your_dog:0 "This book contains [Artifact.GetOwner.Custom('ArtifactBookContentQuality')] ruminations on the nature of [Artifact.GetFeatureText( 'book_subject' )] and details the life of a dog named [Artifact.GetOwner.Custom('DogStoryName')]. It is [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illuminated and illustrated." + feature_book_topic_animals_your_dog_no_name:0 "This book contains [Artifact.GetOwner.Custom('ArtifactBookContentQuality')] ruminations on the nature of [Artifact.GetFeatureText( 'book_subject' )] and details the life of a dog beloved by [Artifact.GetOwner.GetTitledFirstName]. It is [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illuminated and illustrated." + feature_book_topic_animals_animals:0 "This book contains [Artifact.GetOwner.Custom('ArtifactBookContentQuality')] ruminations on the nature of [Artifact.GetFeatureText( 'book_subject' )]. It is [Artifact.GetOwner.Custom('ArtifactAdverbWealth')] illuminated and illustrated." + +# childhood + feature_book_title_childhood_one:0 "$artifact_name_prefix_artifact_scope$ On Early Days" + feature_book_topic_childhood_one:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] relegation of childhood. A disproportionate amount of time is spent detailing [Artifact.GetOwner.MakeScope.Var('book_artifact_author').Char.Custom('child_favorite_toy_plural')], but overall the quality is [Artifact.GetOwner.Custom('ArtifactBookContentQuality')]." + feature_book_title_childhood_two:0 "$artifact_name_prefix_artifact_scope$ On Youth" + feature_book_topic_childhood_two:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] relegation of childhood. A disproportionate amount of time is spent detailing a [Artifact.GetOwner.Custom('child_object_of_interest_random')], but overall the quality is [Artifact.GetOwner.Custom('ArtifactBookContentQuality')]." + +# family_epic + feature_book_title_family_epic_song:1 "The Ballad of [Artifact.GetOwner.GetHouse.GetBaseNameNoTooltip|U]" + feature_book_title_family_epic_chronicle:1 "The [Artifact.GetOwner.GetHouse.GetBaseNameNoTooltip|U] Annals" + feature_book_title_family_epic_poem:1 "The [Artifact.GetOwner.GetHouse.GetBaseNameNoTooltip|U] Verses" + feature_book_topic_family_epic:1 "An epic [Artifact.GetOwner.Custom('CompositionType')] of the [Artifact.GetOwner.GetHouse.GetBaseNameNoTooltip|U] family commissioned by [Artifact.GetOwner.GetTitledFirstNameNoTooltipRegnal], complete with [Artifact.GetOwner.Custom('ArtifactWealth')] depictions of [Artifact.GetOwner.GetHerHis] reputed ancestors and their deeds." + feature_book_title_family_epic_great_song:1 "[Artifact.GetOwner.GetHouse.GetBaseNameNoTooltip|U]'s Saga" + feature_book_title_family_epic_great_chronicle:1 "The [Artifact.GetOwner.GetHouse.GetBaseNameNoTooltip|U]ichronicon" + feature_book_title_family_epic_great_poem:1 "The [Artifact.GetOwner.GetHouse.GetBaseNameNoTooltip|U] Romance" + feature_book_topic_family_epic_great:1 "A truly epic [Artifact.GetOwner.Custom('CompositionType')] of the glorious [Artifact.GetOwner.GetHouse.GetBaseNameNoTooltip|U] family, commissioned by [Artifact.GetOwner.GetTitledFirstNameNoTooltipRegnal], and enriched by vibrant illustrations of [Artifact.GetOwner.GetHerHis] glorious ancestors and their deeds." + +#Fallback title + feature_book_title_tome:0 "$feature_book_title_fallback$" + +# misc + feature_book_subject_language_manual:0 "languages" + feature_book_title_language_manual:0 "Worn Language Manual" + feature_book_topic_language_manual:0 "A collection of notes and scribbles written by [Artifact.GetOwner.GetFirstNamePossessive] departed father, a traveling merchant who took the time to understand his customers. It contains many helpful tips and tricks for learning the basics of a new language." + + feature_book_subject_martial:0 "warfare" + feature_book_subject_diplomacy:0 "diplomacy" + feature_book_subject_learning:0 "scholarly matters" + feature_book_subject_stewardship:0 "stewardship" + feature_book_subject_intrigue:0 "intrigue" + feature_book_subject_herbalist:0 "herbs" + feature_book_subject_physician:0 "medical care" + feature_book_subject_cannibal:0 "the consumption of human flesh" + feature_book_subject_torturer:0 "torture" + feature_book_subject_medicine:0 "medicine" + feature_book_subject_mystic:0 "mysticism" + feature_book_subject_reveler:0 "revelry" + feature_book_subject_blademaster:0 "combat" + feature_book_subject_hunter:0 "hunting" + feature_book_subject_dynasty:0 "dynastic legacies" + feature_book_subject_relationship:0 "relationships" + feature_book_subject_animals:0 "companion animals" + feature_book_subject_childhood:0 "childhood" + feature_book_subject_mystical_animal:0 "mystical animals" + feature_book_subject_alchemy:0 "alchemy" + feature_book_subject_deviant:0 "alternative sexual desires" + feature_book_subject_lunatic:0 "discrepancies in reality" + feature_book_subject_family_epic:0 "dynastic deeds" + feature_book_subject_family_epic_great:0 "ancestral glory" + + feature_book_topic_martial_troop_compositions:0 "troop compositions" + feature_book_topic_martial_military_strategies:0 "military strategies" + feature_book_topic_martial_ancient_military_campaigns:0 "ancient military campaigns" + feature_book_topic_diplomacy_court_politics:0 "court politics" + feature_book_topic_diplomacy_art_of_feasting:0 "art of feasting" + feature_book_topic_diplomacy_court_alliances:0 "court alliances" + feature_book_topic_learning_theological_treaties:0 "theological treaties" + feature_book_topic_learning_metaphysical_conundrums:0 "metaphysical conundrums" + feature_book_topic_learning_tome_collections:0 "tome collections" + feature_book_topic_stewardship_trade_routes:0 "trade routes" + feature_book_topic_stewardship_best_practices_tax_collectors:0 "tax collection" + feature_book_topic_stewardship_lawmaking:0 "lawmaking" + feature_book_topic_hunter_hunter:1 "the many varied quarry and the methods for hunting them" + feature_book_topic_hunter_nature:0 "[SCOPE.Custom('ArtifactArticleWealth')|U] manuscript flush with detailed illustrations and [SCOPE.Custom('ArtifactBookContentQuality')] insights in the art of hunting and the beauty of the natural world." + feature_book_topic_hunter_falconry:0 "the different birds of prey and their care and training" + feature_book_topic_hunter_dogs:0 "the types of hunting hounds and their application in hunting various game" + feature_book_topic_mystic_mystic:0 "the uses of incense and chants" + feature_book_topic_artifact_book_topic_cannibal:0 "the many delicacies hidden in the human body" + + feature_book_subject_witch_not_funded:0 "[Artifact.GetOwner.GetFaith.WitchGodName]" + feature_book_subject_witch_tooltip:0 "[Character.MakeScope.Var('book_subject_witch_scope').Char.GetFaith.WitchGodName]" + feature_book_subject_witch:0 "[Artifact.GetOwner.MakeScope.Var('book_subject_witch_scope').Char.GetFaith.WitchGodName]" + feature_book_topic_witch_worship_horned_god:0 "how to worship [Artifact.GetOwner.MakeScope.Var('book_subject_witch_scope').Char.GetFaith.WitchGodHerHim|U]" + feature_book_topic_witch_artifact_book_topic_witch_bible:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] manuscript showing a [Artifact.GetOwner.Custom('ArtifactBookContentQuality')] understanding of – and disdain for – the [Artifact.GetOwner.MakeScope.Var('book_subject_witch_scope').Char.GetFaith.ReligiousText], mocking the holy text and proclaiming devotion to [Artifact.GetFeatureText( 'book_subject' )]." + + feature_book_topic_lunatic_lunatic:0 "what the voices in your head truly mean" + feature_book_topic_lunatic_voynich:0 "[Artifact.GetOwner.Custom('ArtifactArticleWealth')|U] and extensively illuminated manuscript filled to the brim with text, diagrams, and illustrations. Too bad that it's all written in an unknown cursive script that's impossible to read." + + feature_book_unification:0 "the unification of realms" + feature_book_topic_unification:0 "the unification of the [Artifact.GetOwner.MakeScope.Var('relevant_title').Title.GetName]" + feature_book_creation:0 "the creation of realms" + feature_book_topic_creation:0 "the formation of the [Artifact.GetOwner.MakeScope.Var('relevant_title').Title.GetName]" + feature_book_restoration:0 "the restorations of realms" + feature_book_topic_restoration:0 "the restoration of the [Artifact.GetOwner.MakeScope.Var('relevant_title').Title.GetName]" + feature_book_subject_empire:0 "empires" + feature_book_subject_kingdom:0 "kingdoms" + + feature_book_topic_intrigue_the_art_of_love:0 "art of lovemaking" + feature_book_topic_medicine_medicine:0 "the application of different potions and ointments" + feature_book_topic_medicine_herbs:0 "the many varied uses for a handful of rare herbs and plants" + feature_book_topic_medicine_witch:0 "potions, ointments, herbs, and alternative methods of worship" + + artifact_book_content_quality_excellent_article:0 "an excellent" + artifact_book_content_quality_deep_article:0 "a deep" + artifact_book_content_quality_insightful_article:0 "an insightful" + artifact_book_content_quality_adequate_article:0 "an adequate" + artifact_book_content_quality_modest_article:0 "a modest" + + artifact_book_content_quality_excellent:0 "excellent" + artifact_book_content_quality_deep:0 "deep" + artifact_book_content_quality_insightful:0 "insightful" + artifact_book_content_quality_adequate:0 "adequate" + artifact_book_content_quality_modest:0 "modest" + + artifact_book_content_quality_excellent_adverb:0 "excellently" + artifact_book_content_quality_deep_adverb:0 "deeply" + artifact_book_content_quality_insightful_adverb:0 "insightfully" + artifact_book_content_quality_adequate_adverb:0 "adequately" + artifact_book_content_quality_modest_adverb:0 "modestly" + # travel (currently not used) + #feature_book_title_travels: "The Travels of [inspiration_owner.GetFirstNameNoTooltip]" + #feature_book_topic_travels: "[SCOPE.Custom('ArtifactArticleBookContentQuality')|U] account of the adventurous travels of [inspiration_owner.GetTitledFirstNameNoTooltip] to the mysterious lands of [owner.Custom('GetFarRegion')]." + artifact_book_topic_travels_china:0 "Cathay" + artifact_book_topic_travels_africa:0 "Sudan, beyond the Sahara Desert" + artifact_book_topic_travels_india:0 "India" + artifact_book_topic_travels_steppe:0 "the steppes" + + + + # Reliquary + artifact_pedestal_reliquary_christian_name:0 "[SCOPE.Custom('ChristianRelicName')|U]" + artifact_pedestal_reliquary_christian_description:1 "An elegant reliquary containing a holy relic: [SCOPE.Custom('ChristianRelic')|l]." + artifact_pedestal_reliquary_islam_name:0 "[SCOPE.Custom('IslamRelic')|U]" + artifact_pedestal_reliquary_islam_description:1 "An elegant reliquary containing a holy relic: [SCOPE.Custom('IslamRelic')|l]." + artifact_pedestal_reliquary_buddhism_name:0 "[SCOPE.Custom('BuddhismRelicName')|U]" + artifact_pedestal_reliquary_buddhism_description:1 "An elegant reliquary containing a holy relic: [SCOPE.Custom('BuddhismRelic')|l]." + artifact_pedestal_reliquary_judaism_name:0 "[SCOPE.Custom('JudaismRelicName')|U]" + artifact_pedestal_reliquary_judaism_description:1 "An elegant reliquary containing a holy relic: [SCOPE.Custom('JudaismRelic')|l]." + artifact_pedestal_reliquary_christian_nail:2 "one of the nails from Jesus' cross" + artifact_pedestal_reliquary_christian_nail_name:0 "Holy Nail" + artifact_pedestal_reliquary_christian_cross:1 "a wooden fragment of the True Cross, on which Jesus was crucified" + artifact_pedestal_reliquary_christian_cross_name:0 "Fragment of the True Cross" + artifact_pedestal_reliquary_christian_thorn:1 "thorn from Jesus' crown" + artifact_pedestal_reliquary_christian_thorn_name:0 "Holy Thorn" + artifact_pedestal_reliquary_christian_sandals:1 "the authentic sandals of Jesus Christ" + artifact_pedestal_reliquary_christian_sandals_name:1 "Sandals of Jesus" + artifact_pedestal_reliquary_christian_girdle:1 "girdle of Mary" + artifact_pedestal_reliquary_christian_skull:2 "skull of St. John the Evangelist" + artifact_pedestal_reliquary_christian_arm:2 "arm of St. George" + artifact_pedestal_reliquary_christian_loincloth:1 "loincloth of Jesus" + artifact_pedestal_reliquary_6050_saint_name:1 "Holy Finger of [6050_holy.GetTitledFirstNameNoTooltip]" + artifact_pedestal_reliquary_6050_saint_desc:1 "An elegant reliquary containing a holy relic: the finger of a local saint, [6050_holy.GetTitledFirstNameNoTooltip]." + artifact_pedestal_reliquary_islam_hair:2 "Hair of Muhammad" + artifact_pedestal_reliquary_islam_cloak:1 "Cloak of Muhammad" + artifact_pedestal_reliquary_islam_hand:2 "Hand of Yahya" + artifact_pedestal_reliquary_islam_keys:2 "Keys to the Kaaba" + artifact_pedestal_reliquary_islam_tooth:2 "Tooth of Muhammad" + artifact_pedestal_reliquary_islam_seal:1 "Seal of Muhammad" + artifact_pedestal_reliquary_islam_banner:1 "Banner of Muhammad" + artifact_pedestal_reliquary_buddhism_tooth:2 "Tooth of the Buddha" + artifact_pedestal_reliquary_buddhism_bone:2 "Bone of the Buddha" + artifact_pedestal_reliquary_buddhism_robe:1 "Robes of the Buddha" + artifact_pedestal_reliquary_buddhism_bowl:1 "Alms-bowl of the Buddha" + artifact_pedestal_reliquary_buddhism_tongue_name:1 "Tongue of Kumarajiva" + artifact_pedestal_reliquary_buddhism_tongue:2 "intact tongue of the translator Kumarajiva" + artifact_pedestal_reliquary_buddhism_hair_name:0 "Hair of the Buddha" + artifact_pedestal_reliquary_buddhism_hair:2 "a strand of Buddha's hair" + artifact_pedestal_reliquary_buddhism_sarira_name:0 "Sarira" + artifact_pedestal_reliquary_buddhism_sarira:0 "various sarira of ancient masters" + artifact_pedestal_skull_goblet_name:0 "Skull Goblet" + artifact_pedestal_skull_goblet_description:0 "A elegant but macabre drinking goblet, formed from the skull of [bp1_yearly_5601_dead_nemesis.GetFirstName]." + artifact_skull_goblet_trinket_name:0 "Skull Trinket" + artifact_skull_goblet_trinket_description:0 "A elegant but macabre trinket, formed partially from the skull of [bp1_yearly_5601_dead_nemesis.GetFirstName]." + +# ALCHEMY + feature_elixir_youth:0 "Elixir of Youth" + feature_elixir_youth_desc:0 "an elixir potent enough to restore lost youth" + feature_elixir_immortality:0 "Elixir of Immortality" + feature_elixir_immortality_desc:0 "an elixir potent enough to keep [ROOT.Artifact.GetOwner.GetFaith.DeathDeityName] at bay, forever" + feature_glass_decoration_etched_pattern:0 "The glass is etched to display a repeating image of [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_glass_decoration_inlay_pattern:0 "The glass is inlaid with [Artifact.GetFeatureText( 'decoration_material_inlay' )], displaying a repeating image of [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_glass_decoration_painted_pattern:0 "The glass is painted with a repeating image of [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_glass_decoration_mold_blowing_pattern:0 "The glass has been blown in a mold displaying a repeating image of [Artifact.GetFeatureText( 'decoration_pattern' )]" + feature_glass_decoration_enamel_pattern:0 "The glass has been enamelled to display a repeating image of [Artifact.GetFeatureText( 'decoration_pattern' )]" + + create_artifact_alchemy_tooltip:0 "[inspiration_owner.GetShortUIName] produced an artifact of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + create_artifact_alchemy_elixir_tooltip:0 "[inspiration_owner.GetShortUIName] produced an elixir of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + create_artifact_alchemy_book_tooltip:0 "[inspiration_owner.GetShortUIName] produced [SCOPE.Custom('ArtifactArticleWealth')] book with [SCOPE.Custom('ArtifactQuality')] lettering" + + artifact_philosophers_stone_name:0 "Philosopher's Stone" + artifact_philosophers_stone_description:0 "A box containing the mythical alchemical substance capable of transmuting base metals into gold. The [newly_created_artifact.GetFeatureText( 'box_material' )] box is of [SCOPE.Custom('ArtifactQuality')] craftsmanship. [newly_created_artifact.GetFeatureText( 'box_decoration' )]." + + artifact_panacea_name:0 "$artifact_name_prefix$ Panacea" + artifact_panacea_description:0 "A cure for all known diseases and ailments. The [newly_created_artifact.GetFeatureText( 'box_material' )] box is of [SCOPE.Custom('ArtifactQuality')] craftsmanship. [newly_created_artifact.GetFeatureText( 'box_decoration' )]." + + artifact_elixir_name:0 "$artifact_name_prefix$ [newly_created_artifact.GetFeatureText( 'elixir_type' )|U]" + artifact_elixir_description:0 "[SCOPE.Custom('ArtifactArticleWealth')] flask that supposedly contains [newly_created_artifact.Custom('ArtifactElixirTypeDesc')]. [newly_created_artifact.GetFeatureText( 'glass_decoration' )]." + + create_artifact_banner_tooltip:0 "[inspiration_owner.GetShortUIName] created a large banner of [SCOPE.Custom('ArtifactQuality')] craftsmanship" + + artifact_bowl_name:0 "$artifact_name_prefix$ Bowl" + artifact_bowl_description:0 "An ornate bowl of [SCOPE.Custom('ArtifactQuality')] craftsmanship. It is made of [newly_created_artifact.GetFeatureText( 'generic_material_metal' )] and engraved with motifs of [newly_created_artifact.GetFeatureText( 'decoration_pattern' )]." + + artifact_plate_name:0 "$artifact_name_prefix$ Plate" + artifact_plate_description:0 "A magnificent plate of [SCOPE.Custom('ArtifactQuality')] craftsmanship. It is cast from [newly_created_artifact.GetFeatureText( 'generic_material_metal' )] and etched with [newly_created_artifact.GetFeatureText( 'decoration_pattern' )]." + + artifact_urn_name:0 "$artifact_name_prefix$ Urn" + artifact_urn_description:0 "An exquisite urn of [SCOPE.Custom('ArtifactQuality')] craftsmanship. It is made of [newly_created_artifact.GetFeatureText( 'generic_material_earthware' )] and encircled with depictions of [newly_created_artifact.GetFeatureText( 'decoration_pattern' )]." + + artifact_statuette_name:0 "$artifact_name_prefix$ Statuette" + artifact_statuette_description:0 "An elegant miniature statue of [SCOPE.Custom('ArtifactQuality')] craftsmanship, depicting a mounted [host.Custom('MountedWarriorTerm')] at the tilt. It is cast of gold, and with impressive detail." + + artifact_tun_barrel_name:0 "$artifact_name_prefix$ Wine Tun" + artifact_tun_barrel_description:0 "A huge [newly_created_artifact.GetFeatureText( 'generic_material_wood' )] vessel of [SCOPE.Custom('ArtifactQuality')] craftsmanship, capable of storing hundreds of gallons of wine." + + artifact_scepter_name:0 "$artifact_name_prefix$ Scepter" + artifact_scepter_description:0 "A [SCOPE.Custom('ArtifactQuality')], ornate decorative scepter forged of gold — a true mark of distinction." + + artifact_scepter_pedestal:0 "Scepter" + + artifact_wall_icon_court_large: "Large Icon" + artifact_wall_icon_court_small: "Small Icon" + + artifact_pedestal_sakanoue_sword_name: "Banke no Hōken" # 坂家宝剣 + artifact_pedestal_sakanoue_sword_desc: "This sword was wielded by the famed general $dynn_Sakanoue$ $Tamuramaro$, and is said to protect the imperial court. It was presented to the palace by $Saga_JP$ $king_tenno_male_japanese$ upon $Tamuramaro$'s death." + artifact_higekiri_sword_name: "Higekiri" # 髭切 + artifact_higekiri_sword_desc: "The 'Beard-cutter' was commissioned along with Hizamaru by $dynn_Minamoto$ no $Mitsunaka$, and passed down the $Seiwa$ $dynn_Minamoto$ family." + artifact_hizamaru_sword_name: "Hizamaru" # 膝丸 + artifact_hizamaru_sword_desc: "This sword was commissioned along with Higekiri by $dynn_Minamoto$ no $Mitsunaka$, and passed down the $Seiwa$ $dynn_Minamoto$ family." + artifact_dojigiri_sword_name: "Dojigiri" # 童子切 + artifact_dojigiri_sword_desc: "This sword was forged by the famed smith $Yasutsuna_4$ for $dynn_Fujiwara$ $Toshihito$, and passed down the $dynn_Fujiwara$ family." + artifact_mikazuki_munechika_sword_name: "Mikazuki" # 三日月 + artifact_mikazuki_munechika_sword_desc: "The 'Crescent Moon' was forged by the famed smith $dynn_SanjO_$ $Munechika_2$ in the reign of $IchijO_$ $king_tenno_male_japanese$." + artifact_odenta_sword_name: "Ōtenta" # 大典太 + artifact_odenta_sword_desc: "The 'Great Tenta' was forged by the famed smith $Mitsuyo$, known as Tenta, in the reign of $Shirakawa$ $king_tenno_male_japanese$." + artifact_pedestal_hamayumi_bow_name: "Hamayumi" # 破魔弓 + artifact_pedestal_hamayumi_bow_desc: "The 'Evil-destroyer' was used by $dynn_Minamoto$ $Yorimasa$, who was summoned to the imperial palace to dispel evil spirits." + artifact_pedestal_seven_branched_sword_name: "Shichishitō" # 七支刀 + artifact_pedestal_seven_branched_sword_desc: "The 'Seven-branched Sword', an iron blade with seven flame-like forks, is said to have been a gift of friendship to the $king_tenno_male_japanese$, sent across the sea by the king of Baekje long ago." + artifact_pedestal_gyerimro_dagger_name: "Exotic Dagger" + artifact_pedestal_gyerimro_dagger_desc: "This exquisitely crafted dagger, hilted and sheathed in intricate gold inlaid with precious stones, is a prized possession of the Silla court, and is said to have come from lands far to the west." + artifact_karakawa_armor_name: "Karakawa" # 唐皮 + artifact_karakawa_armor_desc: "This finely crafted suit of ō-yoroi armor is an heirloom of the Taira family, and is said to have been a gift from the nephew of $Kanmu$ $king_tenno_male_japanese$." + artifact_nukemaru_sword_name: "Nukemaru" # 抜丸 + artifact_nukemaru_sword_desc: "Said to have been given to a hunter in Ise by Amaterasu herself, this sword was purchased by $dynn_Taira$ $Tadamori$, and is said to have unsheathed itself when a snake threatened his sleep." + artifact_kogarasumaru_sword_name: "Kogarasumaru" # 小烏丸 + artifact_kogarasumaru_sword_desc: "The 'Little Crow' was forged by Amakuni for the imperial court, and later bestowed upon $dynn_Taira$ $Sadamori$ by $Suzaku$ $king_tenno_male_japanese$ for service in the Jōhei-Tengyō rebellion." + artifact_statue_green_amitabha_buddha_name: "Green Stone Amitabha Buddha" + artifact_statue_green_amitabha_buddha_descripton: "This beautiful statue of the Amitabha Buddha appears to be carved out of monolithic green stone. The base is decorated with lotus petals and water wave patterns.\n\nIt is said that the statue miraculously appeared created from the rubble of a Pagoda that collapsed shortly after being built."