| #AVIALABLE CUSTOM LOCALISATION KEYS |
| #When adding new custom loc keys, add them to the appropriate category (or add a new one) and describe them. Name the strings "String_X" where x is its content. |
| # To not display anything, you can use 'localisation_key = ""' |
| # Please add one example sentence for each key. |
| #As this list grow organize with categories. |
| #Current loc keys in this file: |
| #StartScreenUpLeft |
| #StartScreenUpRight |
| #StartScreenDownLeft |
| #StartScreenDownRight |
| ### Main title of start screen |
| #Ex: "The Empire of Man, 2017" |
| defined_text = { |
| name = StartScreenTitle |
| random = no |
| text = { |
| localisation_key = string_screen_title_plural |
| trigger = { |
| tag_with_plural_name_trigger = yes |
| } |
| } |
| text = { |
| localisation_key = string_screen_title_papacy |
| trigger = { |
| tag = PAP |
| } |
| } |
| text = { |
| localisation_key = string_screen_title |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| ### Upper left title textbox |
| #Ex: "Sweden's Situation" |
| defined_text = { |
| name = StartScreenUpLeftTitle |
| random = no # Pick first that fits |
| #Country Specific: |
| #Africa |
| #India |
| #East Asia: |
| text = { |
| localisation_key = string_start_title_great_ming |
| trigger = { |
| tag = MNG |
| } |
| } |
| text = { |
| localisation_key = string_start_title_mongolia |
| trigger = { |
| tag = KHA |
| } |
| } |
| text = { |
| localisation_key = string_start_title_shogunate |
| trigger = { |
| has_reform = shogunate |
| } |
| } |
| text = { |
| localisation_key = string_start_title_daimyo |
| trigger = { |
| has_reform = daimyo |
| } |
| } |
| text = { |
| localisation_key = string_start_title_korea |
| trigger = { |
| tag = KOR |
| } |
| } |
| #Americas: |
| #Europe: |
| text = { |
| localisation_key = string_start_title_aragon |
| trigger = { |
| tag = ARA |
| has_ruler = "?��e0t V" # Alfons V |
| } |
| } |
| text = { |
| localisation_key = string_start_title_denmark |
| trigger = { |
| tag = DAN |
| has_ruler = "KQ̑�eXbV III" # Christopher III |
| } |
| } |
| text = { |
| localisation_key = string_start_title_ottomans |
| trigger = { |
| tag = TUR |
| } |
| } |
| text = { |
| localisation_key = string_start_title_sweden_norway |
| trigger = { |
| OR = { |
| AND = { |
| OR = { |
| tag = SWE |
| tag = NOR |
| } |
| is_subject_of = DAN |
| } |
| } |
| OR = { |
| tag = GOT |
| has_ruler = "�W̑KQ VII" # Erik VII |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_title_baltic_orders |
| trigger = { |
| OR = { |
| tag = TEU |
| tag = LIV |
| tag = RIG |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_title_austria |
| trigger = { |
| tag = HAB |
| NOT = { |
| is_year = 1452 |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_title_bavarians |
| trigger = { |
| OR = { |
| tag = ING |
| tag = UBV |
| tag = LBV |
| } |
| NOT = { |
| is_year = 1445 |
| } |
| } |
| } |
| text = { # Saxony |
| localisation_key = string_start_title_saxony |
| trigger = { |
| tag = SAX |
| NOT = { |
| is_year = 1454 |
| } |
| } |
| } |
| text = { # Thuringia |
| localisation_key = string_start_title_thuringia |
| trigger = { |
| tag = THU |
| NOT = { |
| is_year = 1454 |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_title_hungary |
| trigger = { |
| OR = { |
| tag = HUN |
| tag = CRO |
| } |
| NOT = { |
| is_year = 1445 |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_title_burgundy |
| trigger = { |
| tag = BUR |
| NOT = { |
| is_year = 1467 |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_title_bohemia |
| trigger = { |
| tag = BOH |
| NOT = { |
| is_year = 1457 |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_title_castile |
| trigger = { |
| tag = CAS |
| } |
| } |
| text = { |
| localisation_key = string_start_title_poland |
| trigger = { |
| tag = POL |
| tag = LIT |
| } |
| } |
| text = { |
| localisation_key = string_start_title_france |
| trigger = { |
| tag = FRA |
| NOT = { |
| is_year = 1461 |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_title_france_fallback |
| trigger = { |
| tag = FRA |
| } |
| } |
| text = { |
| localisation_key = string_start_title_trebizond |
| trigger = { |
| tag = TRE |
| } |
| } |
| text = { |
| localisation_key = string_start_title_provence |
| trigger = { |
| tag = PRO |
| } |
| } |
| text = { |
| localisation_key = string_start_title_brittany |
| trigger = { |
| tag = BRI |
| } |
| } |
| text = { |
| localisation_key = string_start_title_hanseatic |
| trigger = { |
| OR = { |
| tag = HAM |
| tag = BRE |
| tag = HSA |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_title_byzantium |
| trigger = { |
| tag = BYZ |
| } |
| } |
| text = { |
| localisation_key = string_start_title_naples |
| trigger = { |
| tag = NAP |
| } |
| } |
| text = { |
| localisation_key = string_start_title_genoa |
| trigger = { |
| tag = GEN |
| } |
| } |
| #Middle & Near East |
| text = { |
| localisation_key = string_start_title_hisn_kayfa |
| trigger = { |
| tag = HSN |
| dynasty = "?�2S^" # Ayyubid |
| } |
| } |
| text = { |
| localisation_key = string_start_title_georgia_imereti |
| trigger = { |
| OR = { |
| tag = GEO |
| tag = IME |
| } |
| NOT = { |
| is_year = 1490 |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_title_samtskhe |
| trigger = { |
| tag = SME |
| NOT = { |
| is_year = 1490 |
| } |
| } |
| } |
| #Generic: |
| text = { |
| localisation_key = string_start_title_horde |
| trigger = { |
| has_reform = steppe_horde |
| } |
| } |
| text = { |
| localisation_key = string_start_title_monarchy_regency # Actually same as fallback |
| trigger = { |
| has_regency = yes |
| OR = { |
| government = monarchy |
| government = tribal |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_title_monarchy_plural |
| trigger = { # has_regency = no |
| government = monarchy |
| tag_with_plural_name_trigger = yes |
| } |
| } |
| text = { |
| localisation_key = string_start_title_monarchy |
| trigger = { # has_regency = no |
| government = monarchy |
| } |
| } |
| text = { |
| localisation_key = string_start_title_republic |
| trigger = { |
| government = republic |
| } |
| } |
| text = { |
| localisation_key = string_start_title_theocracy |
| trigger = { |
| government = theocracy |
| } |
| } |
| text = { |
| localisation_key = string_start_title_native_council |
| trigger = { |
| government = native |
| } |
| } |
| #Final Fallback |
| text = { |
| localisation_key = string_start_title_fallback |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| ### Upper right title textbox |
| #Ex: "Muscovy is Orthodox" |
| defined_text = { |
| name = StartScreenUpRightTitle |
| random = no |
| text = { |
| localisation_key = string_start_religion_mechanic_title_plural |
| trigger = { |
| tag_with_plural_name_trigger = yes |
| } |
| } |
| text = { |
| localisation_key = string_start_religion_mechanic_title |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| ### Lower left title textbox |
| #Ex: "Sweden is a Swedish Kingdom" |
| defined_text = { |
| name = StartScreenDownLeftTitle |
| random = no |
| text = { |
| localisation_key = string_start_culture_government_title_plural |
| trigger = { |
| tag_with_plural_name_trigger = yes |
| } |
| } |
| text = { |
| localisation_key = string_start_culture_government_title |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| ### Lower right title textbox |
| #Ex: "The Island of Japan" |
| defined_text = { |
| name = StartScreenDownRightTitle |
| random = no |
| text = { |
| localisation_key = string_start_east_asia_moh_title # Japan, Eoc and Tributaries |
| trigger = { |
| has_dlc = "Mandate of Heaven" |
| capital_scope = { |
| OR = { |
| region = mongolia_region |
| region = manchuria_region |
| region = east_siberia_region |
| region = tibet_region |
| area = shanshan_area |
| area = tarim_basin_area |
| superregion = far_east_superregion |
| superregion = china_superregion |
| superregion = east_indies_superregion |
| } |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_east_asia_title # Japan |
| trigger = { |
| capital_scope = { |
| OR = { |
| region = mongolia_region |
| region = manchuria_region |
| region = east_siberia_region |
| region = tibet_region |
| area = shanshan_area |
| area = tarim_basin_area |
| superregion = far_east_superregion |
| superregion = china_superregion |
| superregion = east_indies_superregion |
| } |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_europe # The HRE |
| trigger = { |
| capital_scope = { |
| continent = europe |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_no_special_region_title |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| defined_text = { |
| name = capital_continent_title |
| random = no |
| text = { |
| localisation_key = asia # Asia |
| trigger = { |
| capital_scope = { |
| continent = asia |
| } |
| } |
| } |
| text = { |
| localisation_key = europe # Europe |
| trigger = { |
| capital_scope = { |
| continent = europe |
| } |
| } |
| } |
| text = { |
| localisation_key = africa |
| trigger = { |
| capital_scope = { |
| continent = africa |
| } |
| } |
| } |
| text = { |
| localisation_key = north_america |
| trigger = { |
| capital_scope = { |
| continent = north_america |
| } |
| } |
| } |
| text = { |
| localisation_key = south_america |
| trigger = { |
| capital_scope = { |
| continent = south_america |
| } |
| } |
| } |
| text = { |
| localisation_key = oceania |
| trigger = { |
| capital_scope = { |
| continent = oceania |
| } |
| } |
| } |
| text = { |
| localisation_key = new_world |
| trigger = { |
| capital_scope = { |
| continent = new_world |
| } |
| } |
| } |
| } |
| ### Upper left description textbox |
| #Ex: "The Ayyubid dynasty, once the scourge of Christianity, and the masters of Syria, Egypt and Arabia, still remain in the Kurdistani fortress of Hisn Kayfa. Fiercely independent, the small state has managed to survive in independence amidst giants such as the Timurids or Qara Qoyunlu.\nAs 1444 opens the Ayyubid princes have recently managed to overcome their local rivals and former vassals, the Artuqids, and solidified their hold over their small principality by the Tigris." |
| defined_text = { |
| name = StartScreenUpLeftDesc |
| random = no |
| #Later Start Dates |
| text = { |
| localisation_key = string_start_age_of_reformation |
| trigger = { |
| current_age = age_of_reformation |
| } |
| } |
| text = { |
| localisation_key = string_start_age_of_absolutism |
| trigger = { |
| current_age = age_of_absolutism |
| } |
| } |
| text = { |
| localisation_key = string_start_age_of_revolutions |
| trigger = { |
| current_age = age_of_revolutions |
| } |
| } |
| #Country Specific: |
| #Africa |
| text = { # Maghreb |
| localisation_key = string_start_maghreb |
| trigger = { |
| OR = { |
| tag = GRA |
| culture_group = maghrebi |
| capital_scope = { |
| region = maghreb_region |
| } |
| } |
| NOT = { |
| is_year = 1445 |
| } |
| } |
| } |
| text = { # Mali |
| localisation_key = string_start_mali |
| trigger = { |
| tag = MAL |
| } |
| } |
| text = { # Songhai |
| localisation_key = string_start_songhai |
| trigger = { |
| tag = SON |
| } |
| } |
| text = { # Jolof |
| localisation_key = string_start_jolof |
| trigger = { |
| tag = JOL |
| } |
| } |
| text = { # Mossi States |
| localisation_key = string_start_mossi |
| trigger = { |
| primary_culture = mossi |
| } |
| } |
| text = { # Hausa States |
| localisation_key = string_start_hausa |
| trigger = { |
| primary_culture = hausa |
| } |
| } |
| text = { # Oyo |
| localisation_key = string_start_oyo |
| trigger = { |
| tag = OYO |
| } |
| } |
| text = { # Ethiopia |
| localisation_key = string_start_ethiopia |
| trigger = { |
| tag = ETH |
| } |
| } |
| text = { # Adal |
| localisation_key = string_start_adal |
| trigger = { |
| tag = ADA |
| } |
| } |
| text = { # Ajuuraan |
| localisation_key = string_start_ajuuraan |
| trigger = { |
| tag = AJU |
| } |
| } |
| text = { # Kilwa |
| localisation_key = string_start_kilwa |
| trigger = { |
| tag = ZAN |
| } |
| } |
| text = { # Mutapa |
| localisation_key = string_start_mutapa |
| trigger = { |
| tag = ZIM |
| } |
| } |
| text = { # Kongo |
| localisation_key = string_start_kongo |
| trigger = { |
| tag = KON |
| } |
| } |
| #India |
| #East Asia: |
| text = { # Great Ming |
| localisation_key = string_start_great_ming |
| trigger = { |
| tag = MNG |
| } |
| } |
| text = { # Korea |
| localisation_key = string_start_korea |
| trigger = { |
| tag = KOR |
| } |
| } |
| text = { # Jurchens |
| localisation_key = string_start_jurchens |
| trigger = { |
| OR = { |
| tag = MJZ |
| tag = MYR |
| tag = MHX |
| tag = NHX |
| tag = EJZ |
| } |
| } |
| } |
| text = { # Mongols |
| localisation_key = string_start_mongolia |
| trigger = { |
| capital_scope = { |
| region = mongolia_region |
| } |
| } |
| } |
| text = { # Philippines |
| localisation_key = string_start_philippines |
| trigger = { |
| OR = { |
| tag = PGS |
| tag = MNA |
| tag = MAS |
| tag = CEB |
| tag = MGD |
| tag = BTU |
| tag = LNO |
| tag = SUL |
| } |
| } |
| } |
| #Japan |
| text = { # Ashikaga |
| localisation_key = string_start_ashikaga |
| trigger = { |
| tag = ASK |
| NOT = { |
| is_year = 1468 |
| } |
| } |
| } |
| text = { # Hatakeyama |
| localisation_key = string_start_hatakeyama |
| trigger = { |
| tag = HTK |
| NOT = { |
| is_year = 1468 |
| } |
| } |
| } |
| text = { # Shiba |
| localisation_key = string_start_shiba |
| trigger = { |
| tag = SBA |
| NOT = { |
| is_year = 1468 |
| } |
| } |
| } |
| text = { # Central Japan |
| localisation_key = string_start_central_japan |
| trigger = { |
| OR = { |
| tag = TKD |
| tag = IMG |
| tag = TKI |
| tag = ISK |
| tag = KTB |
| tag = ODA |
| tag = TKG |
| tag = OGS |
| tag = TTI |
| } |
| NOT = { |
| is_year = 1468 |
| } |
| } |
| } |
| text = { # Northern Japan |
| localisation_key = string_start_northern_japan |
| trigger = { |
| OR = { |
| tag = DTE |
| tag = RFR |
| tag = AKT |
| } |
| NOT = { |
| is_year = 1468 |
| } |
| } |
| } |
| text = { # Eastern Japan |
| localisation_key = string_start_eastern_japan |
| trigger = { |
| primary_culture = togoku |
| NOT = { |
| is_year = 1468 |
| } |
| } |
| } |
| text = { # Western Japan |
| localisation_key = string_start_western_japan |
| trigger = { |
| OR = { |
| primary_culture = japanese # Saigoku |
| primary_culture = kyushuan |
| } |
| NOT = { |
| is_year = 1468 |
| } |
| } |
| } |
| #South East Asia |
| text = { # Majapahit |
| localisation_key = string_start_majapahit |
| trigger = { |
| tag = MAJ |
| } |
| } |
| text = { # Palembang |
| localisation_key = string_start_palembang |
| trigger = { |
| tag = PLB |
| } |
| } |
| text = { # Tondo |
| localisation_key = string_start_tondo |
| trigger = { |
| tag = TDO |
| } |
| } |
| text = { # Dai Viet |
| localisation_key = string_start_dai_viet |
| trigger = { |
| tag = DAI |
| } |
| } |
| text = { # Khmer |
| localisation_key = string_start_khmer |
| trigger = { |
| tag = KHM |
| } |
| } |
| text = { # Ayutthaya |
| localisation_key = string_start_ayutthaya |
| trigger = { |
| tag = AYU |
| } |
| } |
| text = { # Pegu |
| localisation_key = string_start_pegu |
| trigger = { |
| tag = PEG |
| } |
| } |
| #Americas: |
| text = { # Aztecs |
| localisation_key = string_start_aztecs |
| trigger = { |
| religion = nahuatl |
| is_random_new_world = no |
| } |
| } |
| text = { # Mayans |
| localisation_key = strong_start_mayans |
| trigger = { |
| religion = mesoamerican_religion |
| is_random_new_world = no |
| } |
| } |
| text = { # Iroquois |
| localisation_key = string_start_iroquois |
| trigger = { |
| tag = IRO |
| is_random_new_world = no |
| } |
| } |
| text = { # Huron |
| localisation_key = string_start_huron |
| trigger = { |
| tag = HUR |
| is_random_new_world = no |
| } |
| } |
| text = { # Anishinaabe |
| localisation_key = string_start_anishinaabe |
| trigger = { |
| OR = { |
| tag = OTT |
| tag = OJI |
| tag = POT |
| } |
| is_random_new_world = no |
| } |
| } |
| text = { # Edge of the Plains |
| localisation_key = string_start_edge_of_the_plains |
| trigger = { |
| OR = { |
| tag = SIO |
| tag = CHY |
| tag = COM |
| tag = ARP |
| tag = ASI |
| tag = KIO |
| } |
| is_random_new_world = no |
| } |
| } |
| text = { # Plain Dwellers |
| localisation_key = string_start_plain_dwellers |
| trigger = { |
| OR = { |
| tag = WIC |
| tag = PAW |
| } |
| is_random_new_world = no |
| } |
| } |
| text = { # Osage |
| localisation_key = string_start_osage |
| trigger = { |
| tag = OSA |
| is_random_new_world = no |
| } |
| } |
| text = { # Cherokee |
| localisation_key = string_start_cherokee |
| trigger = { |
| tag = CHE |
| is_random_new_world = no |
| } |
| } |
| text = { # Creek |
| localisation_key = string_start_creek |
| trigger = { |
| tag = CRE |
| is_random_new_world = no |
| } |
| } |
| text = { # Chickasaw and Choctaw |
| localisation_key = string_start_chikasaw_choctaw |
| trigger = { |
| OR = { |
| tag = CHI |
| tag = CHO |
| } |
| is_random_new_world = no |
| } |
| } |
| text = { # Cusco |
| localisation_key = string_start_cusco |
| trigger = { |
| tag = CSU |
| is_random_new_world = no |
| } |
| } |
| #Europe: |
| text = { # Aragon |
| localisation_key = string_start_aragon |
| trigger = { |
| tag = ARA |
| has_ruler = "?��e0t V" # Alfons V |
| } |
| } |
| text = { # Romania |
| localisation_key = string_start_romania |
| trigger = { |
| OR = { |
| tag = MOL |
| tag = WAL |
| } |
| NOT = { |
| is_year = 1447 |
| } |
| } |
| } |
| text = { # Poland |
| localisation_key = string_start_poland |
| trigger = { |
| OR = { |
| tag = POL |
| tag = LIT |
| } |
| NOT = { |
| is_year = 1447 |
| } |
| } |
| } |
| text = { # Austria |
| localisation_key = string_start_austria |
| trigger = { |
| tag = HAB |
| NOT = { |
| is_year = 1457 |
| } |
| } |
| } |
| text = { # Bavarians |
| localisation_key = string_start_bavaria |
| trigger = { |
| OR = { |
| tag = ING |
| tag = UBV |
| tag = LBV |
| } |
| NOT = { |
| is_year = 1445 |
| } |
| } |
| } |
| text = { # Saxony |
| localisation_key = string_start_saxony |
| trigger = { |
| OR = { |
| tag = SAX |
| tag = THU |
| } |
| NOT = { |
| is_year = 1454 |
| } |
| } |
| } |
| text = { # Milan |
| localisation_key = string_start_milan |
| trigger = { |
| tag = MLO |
| NOT = { |
| is_year = 1445 |
| } |
| } |
| } |
| text = { # Hungary |
| localisation_key = string_start_hungary |
| trigger = { |
| OR = { |
| tag = HUN |
| tag = CRO |
| } |
| NOT = { |
| is_year = 1445 |
| } |
| } |
| } |
| text = { # Sweden |
| localisation_key = string_start_sweden |
| trigger = { |
| tag = SWE |
| NOT = { |
| is_year = 1448 |
| } |
| } |
| } |
| text = { # Castile |
| localisation_key = string_start_castile |
| trigger = { |
| tag = CAS |
| NOT = { |
| is_year = 1490 |
| } |
| } |
| } |
| text = { # Burgundy |
| localisation_key = string_start_burgundy |
| trigger = { |
| tag = BUR |
| NOT = { |
| is_year = 1467 |
| } |
| } |
| } |
| text = { # Bohemia |
| localisation_key = string_start_bohemia |
| trigger = { |
| tag = BOH |
| NOT = { |
| is_year = 1457 |
| } |
| } |
| } |
| text = { # France |
| localisation_key = string_start_france |
| trigger = { |
| tag = FRA |
| NOT = { |
| is_year = 1448 |
| } |
| } |
| } |
| text = { # Denmark |
| localisation_key = string_start_denmark |
| trigger = { |
| tag = DAN |
| NOT = { |
| is_year = 1448 |
| } |
| } |
| } |
| text = { # Portugal |
| localisation_key = string_start_portugal |
| trigger = { |
| tag = POR |
| NOT = { |
| is_year = 1446 |
| } |
| } |
| } |
| text = { # England |
| localisation_key = string_start_england |
| trigger = { |
| tag = ENG |
| NOT = { |
| is_year = 1448 |
| } |
| } |
| } |
| text = { # Brandenburg |
| localisation_key = string_start_brandenburg |
| trigger = { |
| tag = BRA |
| NOT = { |
| is_year = 1445 |
| } |
| } |
| } |
| text = { # Muscovy |
| localisation_key = string_start_muscovy |
| trigger = { |
| tag = MOS |
| NOT = { |
| is_year = 1460 |
| } |
| } |
| } |
| text = { # Irish Minors |
| localisation_key = string_start_irish_minors |
| trigger = { |
| OR = { |
| tag = CNN |
| tag = LEI |
| tag = MNS |
| tag = TYR |
| tag = MTH |
| tag = ULS |
| tag = DMS |
| tag = SLN |
| tag = KID |
| tag = ORD |
| tag = TRY |
| tag = FLY |
| tag = MCM |
| } |
| NOT = { |
| is_year = 1460 |
| } |
| } |
| } |
| text = { # Scotland |
| localisation_key = string_start_scotland |
| trigger = { |
| tag = SCO |
| NOT = { |
| is_year = 1461 |
| } |
| } |
| } |
| text = { # Brittany |
| localisation_key = string_start_brittany |
| trigger = { |
| tag = BRI |
| NOT = { |
| is_year = 1488 |
| } |
| } |
| } |
| text = { # Provence |
| localisation_key = string_start_provence |
| trigger = { |
| tag = PRO |
| NOT = { |
| is_year = 1481 # death of Rene |
| } |
| } |
| } |
| text = { # Papal State |
| localisation_key = string_start_papal_state |
| trigger = { |
| OR = { |
| tag = PAP |
| tag = PGA |
| tag = URB |
| } |
| } |
| } |
| text = { # Lantus |
| localisation_key = string_start_LANTUS |
| trigger = { |
| OR = { |
| tag = LAN |
| tag = SIE |
| tag = LUC |
| } |
| NOT = { |
| is_year = 1569 |
| } |
| } |
| } |
| text = { # Dutch Minors |
| localisation_key = string_start_dutch_minors |
| trigger = { |
| OR = { |
| tag = HOL |
| tag = BRB |
| tag = FLA |
| tag = FRI |
| tag = UTR |
| tag = GEL |
| } |
| NOT = { |
| is_year = 1467 |
| } |
| } |
| } |
| text = { # Venice |
| localisation_key = string_start_venice |
| trigger = { |
| tag = VEN |
| } |
| } |
| text = { # Hanseatic |
| localisation_key = string_start_hanseatic |
| trigger = { |
| OR = { |
| tag = HSA |
| tag = BRE |
| tag = HAM |
| } |
| } |
| } |
| text = { # Byzantium |
| localisation_key = string_start_byzantium |
| trigger = { |
| tag = BYZ |
| } |
| } |
| text = { # Naples |
| localisation_key = string_start_naples |
| trigger = { |
| tag = NAP |
| } |
| } |
| text = { # Genoa |
| localisation_key = string_start_genoa |
| trigger = { |
| tag = GEN |
| } |
| } |
| text = { # Norway |
| localisation_key = string_start_norway |
| trigger = { |
| tag = NOR |
| NOT = { |
| is_year = 1448 |
| } |
| } |
| } |
| text = { # Teutonic Order |
| localisation_key = string_start_teutonic_order |
| trigger = { |
| tag = TEU |
| NOT = { |
| is_year = 1525 |
| } |
| } |
| } |
| text = { # Livonian Order |
| localisation_key = string_start_livonian_order |
| trigger = { |
| tag = LIV |
| NOT = { |
| is_year = 1561 |
| } |
| } |
| } |
| text = { # Riga |
| localisation_key = string_start_riga |
| trigger = { |
| tag = RIG |
| NOT = { |
| is_year = 1581 |
| } |
| } |
| } |
| text = { # Gotland |
| localisation_key = string_start_gotland |
| trigger = { |
| tag = GOT |
| NOT = { |
| is_year = 1449 |
| } |
| } |
| } |
| #Middle & Near East |
| text = { # The Tatar Hordes |
| localisation_key = string_start_tatars |
| trigger = { |
| OR = { |
| tag = KAZ |
| tag = GOL |
| tag = CRI |
| tag = SHY |
| tag = NOG |
| } |
| NOT = { |
| is_year = 1466 |
| } |
| } |
| } |
| text = { # The Ottoman Empire |
| localisation_key = string_start_ottomans |
| trigger = { |
| tag = TUR |
| NOT = { |
| is_year = 1448 |
| } |
| } |
| } |
| text = { # The Mamluk Sultanate |
| localisation_key = string_start_mamluks_history |
| trigger = { |
| tag = MAM |
| NOT = { |
| is_year = 1450 |
| } |
| } |
| } |
| text = { # Timurids |
| localisation_key = string_start_timurids |
| trigger = { |
| tag = TIM |
| NOT = { |
| is_year = 1446 |
| } |
| } |
| } |
| text = { # Qara Qoyunlu |
| localisation_key = string_start_qara_qoyunlu |
| trigger = { |
| tag = QAR |
| NOT = { |
| is_year = 1446 |
| } |
| } |
| } |
| text = { # Aq Qoyunlu |
| localisation_key = string_start_aq_qoyunlu |
| trigger = { |
| tag = AKK |
| NOT = { |
| is_year = 1446 |
| } |
| } |
| } |
| text = { # Khorasan |
| localisation_key = string_start_khorasan |
| trigger = { |
| tag = KHO |
| NOT = { |
| is_year = 1446 |
| } |
| } |
| } |
| text = { # Transoxiana |
| localisation_key = string_start_transoxiana |
| trigger = { |
| tag = TRS |
| NOT = { |
| is_year = 1446 |
| } |
| } |
| } |
| text = { # Hisn Kayfa |
| localisation_key = string_start_hisn_kayfa |
| trigger = { |
| tag = HSN |
| NOT = { |
| is_year = 1450 |
| } |
| } |
| } |
| text = { # Kharabakh |
| localisation_key = string_start_kharabakh |
| trigger = { |
| tag = MLK |
| } |
| } |
| text = { # The Georgian tags |
| localisation_key = string_start_georgia |
| trigger = { |
| NOT = { |
| is_year = 1450 |
| } |
| OR = { |
| tag = GEO |
| tag = IME |
| tag = SME |
| } |
| } |
| } |
| text = { # States of Yemen |
| localisation_key = string_start_yemen |
| trigger = { |
| OR = { |
| tag = YEM |
| tag = ADE |
| tag = RAS |
| } |
| } |
| } |
| text = { # Ajam |
| localisation_key = string_start_ajam |
| trigger = { |
| tag = QOM |
| } |
| } |
| text = { # Ardabil |
| localisation_key = string_start_ardabil |
| trigger = { |
| tag = ARL |
| } |
| } |
| text = { # Theodoro |
| localisation_key = string_start_theodoro |
| trigger = { |
| tag = FEO |
| } |
| } |
| text = { # Theodoro |
| localisation_key = string_start_oman_hormuz |
| trigger = { |
| OR = { |
| tag = ORM |
| tag = OMA |
| } |
| } |
| } |
| # India |
| text = { # The remnants of Delhi |
| localisation_key = string_start_delhi |
| trigger = { |
| OR = { |
| tag = DLH |
| tag = SRH |
| tag = JNP |
| } |
| NOT = { |
| is_year = 1450 # Lodi becomes Sultan |
| } |
| } |
| } |
| text = { # Vijayanagar |
| localisation_key = string_start_vijayanagar |
| trigger = { |
| tag = VIJ |
| NOT = { |
| is_year = 1450 |
| } |
| } |
| } |
| text = { # Bengal |
| localisation_key = string_start_bengal |
| trigger = { |
| tag = BNG |
| NOT = { |
| is_year = 1450 |
| } |
| } |
| } |
| text = { # Bahmanis |
| localisation_key = string_start_bahmanis |
| trigger = { |
| tag = BAH |
| NOT = { |
| is_year = 1450 |
| } |
| } |
| } |
| #Regions |
| text = { # North India |
| localisation_key = string_start_tag_north_india |
| trigger = { |
| capital_scope = { |
| OR = { |
| region = hindusthan_region |
| region = west_india_region |
| area = north_bengal_area |
| area = naga_hills_area |
| area = assam_area |
| area = tripura_area |
| } |
| } |
| NOT = { |
| is_year = 1450 |
| } |
| } |
| } |
| text = { # South India |
| localisation_key = string_start_tag_south_india |
| trigger = { |
| capital_scope = { |
| OR = { |
| region = deccan_region |
| region = coromandel_region |
| region = bengal_region # The ones that didn't already get the above one. |
| } |
| } |
| NOT = { |
| is_year = 1450 |
| } |
| } |
| } |
| text = { # Horn of Africa |
| localisation_key = string_start_tag_horn_of_africa |
| trigger = { |
| capital_scope = { |
| region = horn_of_africa_region |
| } |
| } |
| } |
| text = { # West Africa |
| localisation_key = string_start_tag_north_west_africa |
| trigger = { |
| capital_scope = { |
| OR = { |
| region = niger_region |
| region = guinea_region |
| region = sahel_region |
| } |
| } |
| } |
| } |
| text = { # Central Africa |
| localisation_key = string_start_tag_central_africa |
| trigger = { |
| capital_scope = { |
| OR = { |
| region = central_africa_region |
| region = kongo_region |
| } |
| } |
| } |
| } |
| text = { # East Africa |
| localisation_key = string_start_tag_east_africa |
| trigger = { |
| capital_scope = { |
| OR = { |
| region = south_africa_region |
| region = east_africa_region |
| } |
| } |
| } |
| } |
| text = { # Arabia |
| localisation_key = string_start_tag_arabia |
| trigger = { |
| capital_scope = { |
| region = arabia_region |
| } |
| } |
| } |
| text = { # Central Asia |
| localisation_key = string_start_tag_central_asia |
| trigger = { |
| capital_scope = { |
| region = central_asia_region |
| } |
| } |
| } |
| #Super Regions |
| text = { # India |
| localisation_key = string_start_tag_india |
| trigger = { |
| capital_scope = { |
| superregion = india_superregion |
| } |
| } |
| } |
| text = { # Far East |
| localisation_key = string_start_tag_far_east |
| trigger = { |
| capital_scope = { |
| OR = { |
| superregion = far_east_superregion |
| superregion = china_superregion |
| region = tibet_region |
| region = mongolia_region |
| region = manchuria_region |
| } |
| } |
| } |
| } |
| text = { # South East Asia |
| localisation_key = string_start_tag_south_east_asia |
| trigger = { |
| capital_scope = { |
| superregion = east_indies_superregion |
| } |
| } |
| } |
| text = { # Central America |
| localisation_key = string_start_tag_central_america |
| trigger = { |
| capital_scope = { |
| superregion = central_america_superregion |
| } |
| } |
| } |
| text = { # Middle East |
| localisation_key = string_start_tag_middle_east |
| trigger = { |
| capital_scope = { |
| OR = { |
| superregion = near_east_superregion |
| superregion = persia_superregion |
| } |
| } |
| } |
| } |
| #Continents |
| text = { # Europe |
| localisation_key = string_start_tag_europe |
| trigger = { |
| capital_scope = { |
| continent = europe |
| } |
| } |
| } |
| text = { # Asia |
| localisation_key = string_start_tag_asia |
| trigger = { |
| capital_scope = { |
| continent = asia |
| } |
| } |
| } |
| text = { # Africa |
| localisation_key = string_start_tag_africa |
| trigger = { |
| capital_scope = { |
| continent = africa |
| } |
| } |
| } |
| text = { # North America |
| localisation_key = string_start_tag_north_america |
| trigger = { |
| capital_scope = { |
| continent = north_america |
| } |
| } |
| } |
| text = { # South America |
| localisation_key = string_start_tag_south_america |
| trigger = { |
| capital_scope = { |
| continent = south_america |
| } |
| } |
| } |
| text = { # Oceania |
| localisation_key = string_start_tag_oceania |
| trigger = { |
| capital_scope = { |
| continent = oceania |
| } |
| } |
| } |
| text = { # Random New World |
| localisation_key = string_start_tag_rnw |
| trigger = { |
| capital_scope = { |
| continent = new_world |
| } |
| } |
| } |
| text = { # Fallback |
| localisation_key = string_start_tag_generic |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| ### Upper right description textbox |
| #Ex: "" |
| defined_text = { |
| name = StartScreenUpRightDesc |
| random = no |
| #Religion Mechanics - Base Text, these refer to custom loc keys below to insert DLC specific information. |
| #Christians: |
| #Orthodox (Patriarch Authority) |
| text = { |
| localisation_key = string_start_religion_orthodox |
| trigger = { |
| religion = orthodox |
| } |
| } |
| #Catholics (Papacy & The Reformation) |
| text = { |
| localisation_key = string_start_religion_catholic |
| trigger = { |
| religion = catholic |
| } |
| } |
| #Hussite (The Reformation) |
| text = { |
| localisation_key = string_start_religion_hussite |
| trigger = { |
| religion = hussite |
| } |
| } |
| #Protestant (The Reformation) |
| text = { |
| localisation_key = string_start_religion_protestant |
| trigger = { |
| religion = protestant |
| } |
| } |
| #Reformed (The Reformation) |
| text = { |
| localisation_key = string_start_religion_reformed |
| trigger = { |
| religion = reformed |
| } |
| } |
| #Coptic |
| text = { |
| localisation_key = string_start_religion_coptic |
| trigger = { |
| religion = coptic |
| } |
| } |
| #Muslims (Piety): |
| text = { |
| localisation_key = string_start_religion_muslim_sunni |
| trigger = { |
| religion = sunni |
| } |
| } |
| text = { |
| localisation_key = string_start_religion_muslim_shiite |
| trigger = { |
| religion = shiite |
| } |
| } |
| text = { |
| localisation_key = string_start_religion_muslim_ibadi |
| trigger = { |
| religion = ibadi |
| } |
| } |
| #Eastern - Buddhists |
| text = { |
| localisation_key = string_start_religion_buddhist_theravada |
| trigger = { |
| religion = buddhism # Theravada |
| } |
| } |
| text = { |
| localisation_key = string_start_religion_buddhist_mahayana |
| trigger = { |
| religion = mahayana |
| } |
| } |
| text = { |
| localisation_key = string_start_religion_buddhist_vajrayana |
| trigger = { |
| religion = vajrayana |
| } |
| } |
| #Confucian |
| text = { |
| localisation_key = string_start_religion_confucianism |
| trigger = { |
| religion = confucianism |
| } |
| } |
| #Shinto |
| text = { |
| localisation_key = string_start_religion_shinto |
| trigger = { |
| religion = shinto |
| } |
| } |
| #Hindu |
| text = { |
| localisation_key = string_start_religion_hindu |
| trigger = { |
| religion = hinduism |
| } |
| } |
| #Sikh |
| text = { |
| localisation_key = string_start_religion_sikh |
| trigger = { |
| religion = sikhism |
| } |
| } |
| #Fetishist |
| text = { |
| localisation_key = string_start_religion_fetishist |
| trigger = { |
| religion = shamanism # Fetishist |
| } |
| } |
| #Fetishist |
| text = { |
| localisation_key = string_start_religion_tengri |
| trigger = { |
| religion = tengri_pagan_reformed # Tengri |
| } |
| } |
| #Inti |
| text = { |
| localisation_key = string_start_religion_inti |
| trigger = { |
| religion = inti |
| } |
| } |
| #Nahuatl |
| text = { |
| localisation_key = string_start_religion_nahuatl |
| trigger = { |
| religion = nahuatl |
| } |
| } |
| #Mayan |
| text = { |
| localisation_key = string_start_religion_mayan |
| trigger = { |
| religion = mesoamerican_religion |
| } |
| } |
| #Zoroastrianism |
| text = { |
| localisation_key = string_start_religion_zoroastrian |
| trigger = { |
| religion = zoroastrian |
| } |
| } |
| #Norse |
| text = { |
| localisation_key = string_start_religion_norse |
| trigger = { |
| religion = norse_pagan_reformed |
| } |
| } |
| #Totemism |
| text = { |
| localisation_key = string_start_religion_totemism |
| trigger = { |
| religion = totemism |
| } |
| } |
| #Alcheringa |
| text = { |
| localisation_key = string_start_religion_dreamtime |
| trigger = { |
| religion = dreamtime # Alcheringa |
| } |
| } |
| #Judaism |
| text = { |
| localisation_key = string_start_religion_jewish |
| trigger = { |
| religion = jewish |
| } |
| } |
| #Fallback (Currently used by Animism) |
| text = { |
| localisation_key = string_start_religion_fallback |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Describing the bonuses from this religion (not really a dynamic key, just used to make the texts more modular and easier to edit). |
| defined_text = { |
| name = start_religion_intro |
| random = no |
| text = { |
| localisation_key = string_start_religion_intro_text |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #DLC Mechanics (these keys are inserted into the keys above, see the localization file) |
| #Muslim Schools |
| defined_text = { |
| name = start_religion_muslim_dlc_check |
| random = no |
| text = { |
| localisation_key = string_muslim_school # Has to end with \n |
| trigger = { |
| religion_group = muslim |
| has_dlc = "Cradle of Civilization" |
| } |
| } |
| text = { |
| localisation_key = string_muslim_school_no # \n |
| trigger = { |
| NOT = { |
| has_dlc = "Cradle of Civilization" |
| } |
| } |
| } |
| } |
| #Iconography & Consecrate Patriarchs |
| defined_text = { |
| name = start_religion_orthodox_dlc_check |
| random = no |
| text = { |
| localisation_key = string_orthodox_icons # Has to end with \n |
| trigger = { |
| religion = orthodox |
| has_dlc = "Third Rome" |
| } |
| } |
| text = { |
| localisation_key = string_orthodox_icons_no # \n |
| trigger = { |
| religion = orthodox |
| NOT = { |
| has_dlc = "Third Rome" |
| } |
| } |
| } |
| } |
| #Tordesillas |
| defined_text = { |
| name = start_religion_catholic_tordesillas |
| random = no |
| text = { |
| localisation_key = string_catholic_tordesillas # Has to end with \n |
| trigger = { |
| religion = catholic |
| has_dlc = "El Dorado" |
| } |
| } |
| text = { |
| localisation_key = string_catholic_tordesillas_no # \n |
| trigger = { |
| religion = catholic |
| NOT = { |
| has_dlc = "El Dorado" |
| } |
| } |
| } |
| } |
| #Church Power |
| defined_text = { |
| name = start_protestant_hussite_church_power |
| random = no |
| text = { |
| localisation_key = string_church_power_info # Has to end with \n |
| trigger = { |
| religion = protestant |
| has_dlc = "Common Sense" |
| } |
| } |
| text = { |
| localisation_key = string_church_power_hussite_info # Has to end with \n |
| trigger = { |
| religion = hussite |
| has_dlc = "Emperor" |
| } |
| } |
| text = { |
| localisation_key = string_church_power_info_no # \n |
| trigger = { |
| religion = protestant |
| NOT = { |
| has_dlc = "Common Sense" |
| } |
| } |
| } |
| text = { |
| localisation_key = string_hussite_power_info_no # \n |
| trigger = { |
| religion = hussite |
| NOT = { |
| has_dlc = "Emperor" |
| } |
| } |
| } |
| } |
| #Fervor |
| defined_text = { |
| name = start_reformed_fervor |
| random = no |
| text = { |
| localisation_key = string_fervor_info # Has to end with \n |
| trigger = { |
| religion = reformed |
| has_dlc = "Wealth of Nations" |
| } |
| } |
| text = { |
| localisation_key = string_fervor_info_no # \n |
| trigger = { |
| religion = reformed |
| NOT = { |
| has_dlc = "Wealth of Nations" |
| } |
| } |
| } |
| } |
| #Coptic / Zoroastrian Blessings |
| defined_text = { |
| name = start_coptic_zoroastrian_blessings |
| random = no |
| text = { |
| localisation_key = string_blessings_info # Has to end with \n |
| trigger = { |
| religion = coptic |
| has_dlc = "Rights of Man" |
| } |
| } |
| text = { |
| localisation_key = string_blessings_info_no # \n |
| trigger = { |
| religion = coptic |
| NOT = { |
| has_dlc = "Rights of Man" |
| } |
| } |
| } |
| text = { |
| localisation_key = string_rituals_info # Has to end with \n |
| trigger = { |
| religion = zoroastrian |
| has_dlc = "Rights of Man" |
| } |
| } |
| text = { |
| localisation_key = string_rituals_info_no # \n |
| trigger = { |
| religion = zoroastrian |
| NOT = { |
| has_dlc = "Rights of Man" |
| } |
| } |
| } |
| } |
| #Buddhist Karma |
| defined_text = { |
| name = start_buddhist_karma |
| random = no |
| text = { |
| localisation_key = string_karma_info # Has to end with \n |
| trigger = { |
| OR = { |
| religion = buddhism |
| religion = mahayana |
| religion = vajrayana |
| } |
| has_dlc = "Common Sense" |
| } |
| } |
| text = { |
| localisation_key = string_karma_info_no # \n |
| trigger = { |
| OR = { |
| religion = buddhism |
| religion = mahayana |
| religion = vajrayana |
| } |
| NOT = { |
| has_dlc = "Common Sense" |
| } |
| } |
| } |
| } |
| #Confucian Harmonization |
| defined_text = { |
| name = start_confucian_harmonization |
| random = no |
| text = { |
| localisation_key = string_harmonization_info # Has to end with \n |
| trigger = { |
| religion = confucianism |
| has_dlc = "Mandate of Heaven" |
| } |
| } |
| text = { |
| localisation_key = string_harmonization_info_no # \n |
| trigger = { |
| religion = confucianism |
| NOT = { |
| has_dlc = "Mandate of Heaven" |
| } |
| } |
| } |
| } |
| #Shinto Isolationism |
| defined_text = { |
| name = start_shinto_isolationism |
| random = no |
| text = { |
| localisation_key = string_isolationism_info # Has to end with \n |
| trigger = { |
| religion = shinto |
| has_dlc = "Mandate of Heaven" |
| } |
| } |
| text = { |
| localisation_key = string_isolationism_info_no # \n |
| trigger = { |
| religion = shinto |
| NOT = { |
| has_dlc = "Mandate of Heaven" |
| } |
| } |
| } |
| } |
| #Hindu Deities |
| defined_text = { |
| name = start_hindu_deities |
| random = no |
| text = { |
| localisation_key = string_deities_info # Has to end with \n |
| trigger = { |
| religion = hinduism |
| has_dlc = "Wealth of Nations" |
| } |
| } |
| text = { |
| localisation_key = string_deities_info_no # \n |
| trigger = { |
| religion = hinduism |
| NOT = { |
| has_dlc = "Wealth of Nations" |
| } |
| } |
| } |
| } |
| #Fetishist Cults |
| defined_text = { |
| name = start_fetishist_alcheringa_cults |
| random = no |
| text = { |
| localisation_key = string_cults_info # Has to end with \n |
| trigger = { |
| religion = shamanism |
| has_dlc = "Rights of Man" |
| } |
| } |
| text = { |
| localisation_key = string_cults_info_no # \n |
| trigger = { |
| religion = shamanism |
| NOT = { |
| has_dlc = "Rights of Man" |
| } |
| } |
| } |
| text = { |
| localisation_key = string_stories_info # Has to end with \n |
| trigger = { |
| religion = dreamtime |
| has_dlc = "Rights of Man" |
| } |
| } |
| text = { |
| localisation_key = string_stories_info_no # \n |
| trigger = { |
| religion = dreamtime |
| NOT = { |
| has_dlc = "Rights of Man" |
| } |
| } |
| } |
| } |
| #Tengri Syncretism |
| defined_text = { |
| name = start_tengri_syncretism |
| random = no |
| text = { |
| localisation_key = string_syncretism_info # Has to end with \n |
| trigger = { |
| religion = tengri_pagan_reformed # Tengri |
| has_dlc = "The Cossacks" |
| } |
| } |
| text = { |
| localisation_key = string_syncretism_info_no # \n |
| trigger = { |
| religion = tengri_pagan_reformed # Tengri |
| NOT = { |
| has_dlc = "The Cossacks" |
| } |
| } |
| } |
| } |
| #Inti Authority |
| defined_text = { |
| name = start_inti_authority |
| random = no |
| text = { |
| localisation_key = string_authority_info # Has to end with \n |
| trigger = { |
| religion = inti |
| has_dlc = "El Dorado" |
| } |
| } |
| text = { |
| localisation_key = string_authority_info_no # \n |
| trigger = { |
| religion = inti |
| NOT = { |
| has_dlc = "El Dorado" |
| } |
| } |
| } |
| } |
| #Nahuatl DOOM! |
| defined_text = { |
| name = start_nahuatl_doom |
| random = no |
| text = { |
| localisation_key = string_doom_info # Has to end with \n |
| trigger = { |
| religion = nahuatl |
| has_dlc = "El Dorado" |
| } |
| } |
| text = { |
| localisation_key = string_doom_info_no # \n |
| trigger = { |
| religion = nahuatl |
| NOT = { |
| has_dlc = "El Dorado" |
| } |
| } |
| } |
| } |
| #Mayan Mechanics |
| defined_text = { |
| name = start_mayan_mechanics |
| random = no |
| text = { |
| localisation_key = string_mayan_info # Has to end with \n |
| trigger = { |
| religion = mesoamerican_religion |
| has_dlc = "El Dorado" |
| } |
| } |
| text = { |
| localisation_key = string_mayan_info_no # \n |
| trigger = { |
| religion = mesoamerican_religion |
| NOT = { |
| has_dlc = "El Dorado" |
| } |
| } |
| } |
| } |
| #Totemism Ancestors |
| defined_text = { |
| name = start_totemism_ancestor |
| random = no |
| text = { |
| localisation_key = string_ancestor_info # Has to end with \n |
| trigger = { |
| religion = totemism |
| has_dlc = "Leviathan" |
| } |
| } |
| text = { |
| localisation_key = string_ancestor_info_no # \n |
| trigger = { |
| religion = totemism |
| NOT = { |
| has_dlc = "Leviathan" |
| } |
| } |
| } |
| } |
| #Jewish Aspects |
| defined_text = { |
| name = start_judaism_aspects |
| random = no |
| text = { |
| localisation_key = string_jewish_aspects_info # Has to end with \n |
| trigger = { |
| religion = jewish |
| has_dlc = "Origins" |
| } |
| } |
| text = { |
| localisation_key = string_jewish_aspects_info_no # \n |
| trigger = { |
| religion = jewish |
| NOT = { |
| has_dlc = "Origins" |
| } |
| } |
| } |
| } |
| ### Lower left description textbox |
| #Ex: "As a Russian Nation Muscovy has...." |
| defined_text = { |
| name = StartScreenDownLeftDesc |
| random = no |
| text = { |
| localisation_key = string_government_culture_explanation |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Culture specific Mechanics |
| defined_text = { |
| name = startup_culture_explanation |
| random = no |
| text = { |
| localisation_key = string_manchu_culture |
| trigger = { |
| primary_culture = manchu |
| has_dlc = "Mandate of Heaven" |
| } |
| } |
| text = { |
| localisation_key = string_no_special_culture |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Base Government Explanation |
| defined_text = { |
| name = startup_government_explanation |
| random = no |
| text = { |
| localisation_key = string_start_government_monarchy_regency |
| trigger = { |
| has_regency = yes |
| government = monarchy |
| } |
| } |
| text = { |
| localisation_key = string_start_government_monarchy |
| trigger = { |
| government = monarchy |
| } |
| } |
| text = { |
| localisation_key = string_start_government_republic |
| trigger = { |
| government = republic |
| } |
| } |
| text = { |
| localisation_key = string_start_government_papacy |
| trigger = { |
| has_reform = papacy_reform |
| } |
| } |
| text = { |
| localisation_key = string_start_government_theocracy |
| trigger = { |
| government = theocracy |
| } |
| } |
| text = { |
| localisation_key = string_start_government_native_councils_plural |
| trigger = { |
| tag_with_plural_name_trigger = yes |
| OR = { |
| has_reform = siberian_tribe |
| government = native |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_government_native_councils |
| trigger = { |
| OR = { |
| has_reform = siberian_tribe |
| government = native |
| } |
| } |
| } |
| } |
| defined_text = { |
| name = startup_government_heirs |
| random = no |
| text = { |
| localisation_key = string_start_government_heirs |
| trigger = { |
| government = monarchy |
| NOT = { |
| has_reform = mamluk_government |
| } |
| NOT = { |
| has_reform = steppe_horde |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_government_horde_heirs |
| trigger = { |
| government = monarchy |
| has_reform = steppe_horde |
| } |
| } |
| text = { |
| localisation_key = string_start_government_heirs_no |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Factions for Merchant & Veche Republics, Celestial Empire, Revolutionary Republic |
| defined_text = { |
| name = startup_government_factions |
| random = no |
| text = { |
| localisation_key = string_start_factions |
| trigger = { |
| OR = { |
| has_government_attribute = is_merchant_republic |
| has_reform = veche_republic |
| AND = { |
| has_reform = celestial_empire |
| NOT = { |
| has_dlc = "Mandate of Heaven" |
| } |
| } |
| AND = { |
| is_revolutionary_republic_trigger = yes |
| has_dlc = "Rights of Man" |
| } |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_factions_no |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| defined_text = { |
| name = startup_estates_explanation |
| random = no |
| text = { |
| localisation_key = string_startup_estates_explanation_cossacks |
| trigger = { |
| has_dlc = "The Cossacks" |
| has_estate = estate_cossacks |
| } |
| } |
| text = { |
| localisation_key = string_startup_estates_explanation |
| trigger = { |
| has_estate = yes |
| NOT = { |
| has_estate = estate_cossacks |
| } |
| } |
| } |
| text = { |
| localisation_key = string_startup_estates_explanation_no |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Tribal Reforms |
| defined_text = { |
| name = startup_government_tribal |
| random = no |
| text = { |
| localisation_key = string_tribal_reform |
| trigger = { |
| government = tribal |
| } |
| } |
| text = { |
| localisation_key = string_tribal_reform_no |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Tribal Federations don't get institution spread penalties. |
| defined_text = { |
| name = startup_government_tribal_institution_penalty |
| random = no |
| text = { |
| localisation_key = string_tribal_institution_penalty |
| trigger = { |
| NOT = { |
| has_reform = tribal_federation |
| } |
| } |
| } |
| text = { |
| localisation_key = string_tribal_institution_penalty_no |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #DLC Content Explanation |
| #Consorts |
| defined_text = { |
| name = startup_consorts_explanation |
| random = no |
| text = { |
| localisation_key = string_start_consorts |
| trigger = { |
| government = monarchy |
| NOT = { |
| has_reform = iqta |
| } |
| NOT = { |
| has_reform = steppe_horde |
| } |
| NOT = { |
| has_reform = mamluk_government |
| } |
| has_dlc = "Rights of Man" |
| } |
| } |
| text = { |
| localisation_key = string_start_consorts_no # Empty string |
| trigger = { |
| NOT = { |
| has_dlc = "Rights of Man" |
| } |
| } |
| } |
| } |
| #Devotion |
| defined_text = { |
| name = startup_devotion_explanation |
| random = no |
| text = { |
| localisation_key = string_start_devotion |
| trigger = { |
| government = theocracy |
| has_dlc = "Common Sense" |
| } |
| } |
| text = { |
| localisation_key = string_start_devotion_no # Empty string |
| trigger = { |
| NOT = { |
| has_dlc = "Common Sense" |
| } |
| } |
| } |
| } |
| #Russian Interactions |
| defined_text = { |
| name = startup_russian_government_interactions |
| random = no |
| text = { |
| localisation_key = string_start_russian_mechanics |
| trigger = { |
| has_government_mechanic = russian_mechanic |
| } |
| } |
| text = { |
| localisation_key = string_start_russian_mechanics_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Iqta |
| defined_text = { |
| name = startup_iqta_government |
| random = no |
| text = { |
| localisation_key = string_start_iqta |
| trigger = { |
| has_reform = iqta |
| has_dlc = "Cradle of Civilization" |
| } |
| } |
| text = { |
| localisation_key = string_start_iqta_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Feudal Theocracy |
| defined_text = { |
| name = startup_feudal_theocracy_government |
| random = no |
| text = { |
| localisation_key = string_start_feudal_theocracy |
| trigger = { |
| has_reform = feudal_theocracy |
| has_dlc = "Cradle of Civilization" |
| } |
| } |
| text = { |
| localisation_key = string_start_feudal_theocracy_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Ottoman Government |
| defined_text = { |
| name = startup_ottoman_government_harem |
| random = no |
| text = { |
| localisation_key = string_start_harem |
| trigger = { |
| OR = { |
| has_reform = ottoman_government |
| has_reform = sultanate_of_rum_reform |
| } |
| OR = { |
| has_dlc = "Rights of Man" |
| has_dlc = "Domination" |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_harem_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Ottoman Government - Pashas And Janissaries |
| defined_text = { |
| name = startup_ottoman_government_pashas |
| random = no |
| text = { |
| localisation_key = string_start_pashas |
| trigger = { |
| OR = { |
| has_reform = ottoman_government |
| has_reform = sultanate_of_rum_reform |
| } |
| OR = { |
| has_dlc = "Cradle of Civilization" |
| has_dlc = "Domination" |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_pashas_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Mamluk Government |
| defined_text = { |
| name = startup_tribal_federation_government |
| random = no |
| text = { |
| localisation_key = string_start_tribal_federation |
| trigger = { |
| has_reform = tribal_federation |
| has_dlc = "Cradle of Civilization" |
| } |
| } |
| text = { |
| localisation_key = start_tribal_federation_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Mamluk Government |
| defined_text = { |
| name = startup_mamluk_government |
| random = no |
| text = { |
| localisation_key = string_start_mamluks |
| trigger = { |
| has_reform = mamluk_government |
| has_dlc = "Cradle of Civilization" |
| } |
| } |
| text = { |
| localisation_key = string_start_harem_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Trade League |
| defined_text = { |
| name = startup_government_trade_league |
| random = no |
| text = { |
| localisation_key = string_start_trade_league |
| trigger = { |
| OR = { |
| has_government_attribute = is_merchant_republic |
| has_reform = veche_republic |
| } |
| has_dlc = "Mare Nostrum" |
| } |
| } |
| text = { |
| localisation_key = string_start_trade_league_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Parliaments |
| defined_text = { |
| name = startup_government_parliaments |
| random = no |
| text = { |
| localisation_key = string_start_parliaments |
| trigger = { |
| has_parliament = yes |
| } |
| } |
| text = { |
| localisation_key = string_start_parliaments_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Prussian Monarchies |
| defined_text = { |
| name = startup_government_prussian |
| random = no |
| text = { |
| localisation_key = string_start_prussian_government |
| trigger = { |
| OR = { |
| has_reform = prussian_monarchy_base |
| has_reform = prussian_monarchy |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_prussian_government_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Prussian Monarchies DLC Part |
| defined_text = { |
| name = startup_government_prussian_dlc |
| random = no |
| text = { |
| localisation_key = string_start_prussian_government_dlc |
| trigger = { |
| has_dlc = "Rights of Man" |
| } |
| } |
| text = { |
| localisation_key = string_start_prussian_government_dlc_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Elective Monarchies |
| defined_text = { |
| name = startup_government_elective |
| random = no |
| text = { |
| localisation_key = string_start_elective_monarchy |
| trigger = { |
| has_reform = elective_monarchy |
| has_dlc = "Res Publica" |
| } |
| } |
| text = { |
| localisation_key = string_start_elective_monarchy_not_yet |
| trigger = { |
| tag = POL |
| has_dlc = "Res Publica" |
| } |
| } |
| text = { |
| localisation_key = string_start_elective_monarchy_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Hordes - Horde Unity |
| defined_text = { |
| name = startup_government_horde |
| random = no |
| text = { |
| localisation_key = string_start_horde |
| trigger = { |
| has_reform = steppe_horde |
| has_dlc = "The Cossacks" |
| } |
| } |
| text = { |
| localisation_key = string_start_horde_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Native Council |
| defined_text = { |
| name = startup_government_native_council |
| random = no |
| text = { |
| localisation_key = string_start_native_council_opm |
| trigger = { |
| government = native |
| has_dlc = "Conquest of Paradise" |
| NOT = { |
| num_of_cities = 2 |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_native_council |
| trigger = { |
| government = native |
| has_dlc = "Conquest of Paradise" |
| } |
| } |
| text = { |
| localisation_key = string_native_council_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Siberian Council |
| defined_text = { |
| name = startup_government_siberian_native_council |
| random = no |
| text = { |
| localisation_key = string_start_siberian_native_council_opm |
| trigger = { |
| has_reform = siberian_tribe |
| has_dlc = "Conquest of Paradise" |
| NOT = { |
| num_of_cities = 2 |
| } |
| } |
| } |
| text = { |
| localisation_key = string_siberian_native_council_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Meritocracy |
| defined_text = { |
| name = startup_government_meritocracy |
| random = no |
| text = { |
| localisation_key = string_start_meritocracy |
| trigger = { |
| uses_meritocracy = yes |
| } |
| } |
| text = { |
| localisation_key = string_meritocracy_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| #Shogunate |
| defined_text = { |
| name = startup_government_shogunate |
| random = no |
| text = { |
| localisation_key = string_start_shogunate_moh |
| trigger = { |
| has_reform = shogunate |
| has_dlc = "Mandate of Heaven" |
| } |
| } |
| text = { |
| localisation_key = string_start_shogunate |
| trigger = { |
| has_reform = shogunate |
| NOT = { |
| has_dlc = "Mandate of Heaven" |
| } |
| } |
| } |
| text = { |
| localisation_key = string_shogunate_no # Empty string |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| ### Lower right description textbox |
| #Ex: "Looong text about the HRE" |
| defined_text = { |
| name = StartScreenDownRightDesc |
| random = no |
| text = { |
| localisation_key = string_start_east_asia_description # Japan, Eoc and Tributaries |
| trigger = { |
| has_dlc = "Mandate of Heaven" |
| capital_scope = { |
| OR = { |
| region = mongolia_region |
| region = manchuria_region |
| region = east_siberia_region |
| region = tibet_region |
| area = shanshan_area |
| area = tarim_basin_area |
| superregion = far_east_superregion |
| superregion = china_superregion |
| superregion = east_indies_superregion |
| } |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_steppes_rest_of_asia_description # Steppes have Tributaries |
| trigger = { |
| has_dlc = "Mandate of Heaven" |
| capital_scope = { |
| continent = asia |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_europe_description # The HRE & The Kingdom of Italy |
| trigger = { |
| capital_scope = { |
| continent = europe |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_africa_americas_description |
| trigger = { |
| capital_scope = { |
| OR = { |
| AND = { |
| continent = africa |
| NOT = { |
| region = maghreb_region |
| } |
| NOT = { |
| region = egypt_region |
| } |
| } |
| continent = new_world |
| continent = north_america |
| continent = south_america |
| } |
| } |
| } |
| } |
| text = { |
| localisation_key = string_start_no_special_region_description |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| defined_text = { |
| name = start_tributaries_descriptions |
| random = no |
| text = { |
| localisation_key = string_tributaries_desc |
| trigger = { |
| has_dlc = "Mandate of Heaven" |
| capital_scope = { |
| OR = { |
| continent = asia |
| region = ural_region |
| region = crimea_region # Pontic Steppe |
| } |
| } |
| } |
| } |
| text = { |
| localisation_key = string_tributaries_desc_no # Empty String |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| defined_text = { |
| name = start_eoc_tributaries_descriptions |
| random = no |
| text = { |
| localisation_key = string_eoc_tributaries_desc |
| trigger = { |
| has_dlc = "Mandate of Heaven" |
| capital_scope = { |
| OR = { |
| continent = asia |
| region = ural_region |
| region = crimea_region # Pontic Steppe |
| } |
| } |
| } |
| } |
| text = { |
| localisation_key = string_eoc_tributaries_desc_no # Empty String |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| defined_text = { |
| name = start_imperial_cities_description |
| random = no |
| text = { |
| localisation_key = string_imperial_cities_desc |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| defined_text = { |
| name = start_shogun_holders_through_the_years # used to display right clan name for the Shogunate in startup screen. |
| random = no |
| text = { |
| localisation_key = ASK |
| trigger = { |
| exists = ASK |
| ASK = { |
| has_reform = shogunate |
| } |
| } |
| } |
| text = { |
| localisation_key = ODA |
| trigger = { |
| exists = ODA |
| ODA = { |
| has_reform = shogunate |
| } |
| } |
| } |
| text = { |
| localisation_key = TKG |
| trigger = { |
| exists = TKG |
| TKG = { |
| has_reform = shogunate |
| } |
| } |
| } |
| } |
| defined_text = { |
| name = start_anglicanism_description |
| random = no |
| text = { |
| localisation_key = string_anglicanism_desc |
| trigger = { |
| has_dlc = "Rule Britannia" |
| OR = { |
| culture_group = british |
| primary_culture = anglois |
| } |
| } |
| } |
| text = { |
| localisation_key = string_anglicanism_no # Empty String |
| trigger = { |
| always = yes |
| } |
| } |
| } |
| defined_text = { |
| name = start_dharma_gov_reforms |
| random = no |
| text = { |
| localisation_key = string_dharma_government_reforms |
| } |
| } |
| defined_text = { |
| name = start_cossacks_steppe_nomads |
| random = no |
| text = { |
| localisation_key = string_cossacks_steppe_nomads |
| trigger = { |
| has_reform = steppe_horde |
| has_dlc = "The Cossacks" |
| } |
| } |
| text = { |
| localisation_key = string_cossacks_steppe_nomads_no |
| trigger = { |
| always = yes |
| } |
| } |
| } |
|
|