Merge branch 'next-version-dev' of https://forgejo.damimani-alex.org/damimani/N3OW into next-version-dev
This commit is contained in:
commit
df4f0058ac
37 changed files with 18668 additions and 465 deletions
|
|
@ -3255,7 +3255,7 @@ undirected_great_holy_war = {
|
||||||
#Tell non diverting-players about the crazy 4th crusade plan
|
#Tell non diverting-players about the crazy 4th crusade plan
|
||||||
if = {
|
if = {
|
||||||
limit = {
|
limit = {
|
||||||
scope:attacker.faith = { this = faith:catholic }
|
scope:attacker.faith = { this = faith:roman_catholic }
|
||||||
exists = global_var:byz_claimant_champion
|
exists = global_var:byz_claimant_champion
|
||||||
global_var:byz_claimant_champion = {
|
global_var:byz_claimant_champion = {
|
||||||
is_alive = yes
|
is_alive = yes
|
||||||
|
|
|
||||||
|
|
@ -1171,8 +1171,8 @@ offer_vassalization_interaction = {
|
||||||
|
|
||||||
modifier = { # AI-only weights, keep the pope from vassalizing too fast
|
modifier = { # AI-only weights, keep the pope from vassalizing too fast
|
||||||
trigger = {
|
trigger = {
|
||||||
exists = faith:catholic.religious_head
|
exists = faith:roman_catholic.religious_head
|
||||||
faith:catholic.religious_head = scope:actor
|
faith:roman_catholic.religious_head = scope:actor
|
||||||
scope:actor = { is_ai = yes }
|
scope:actor = { is_ai = yes }
|
||||||
}
|
}
|
||||||
add = -50
|
add = -50
|
||||||
|
|
|
||||||
|
|
@ -9447,8 +9447,8 @@ mpo_offer_submission_or_ruin = {
|
||||||
|
|
||||||
modifier = { # AI-only weights, keep the pope from vassalizing too fast
|
modifier = { # AI-only weights, keep the pope from vassalizing too fast
|
||||||
trigger = {
|
trigger = {
|
||||||
exists = faith:catholic.religious_head
|
exists = faith:roman_catholic.religious_head
|
||||||
faith:catholic.religious_head = scope:actor
|
faith:roman_catholic.religious_head = scope:actor
|
||||||
scope:actor = { is_ai = yes }
|
scope:actor = { is_ai = yes }
|
||||||
}
|
}
|
||||||
add = -50
|
add = -50
|
||||||
|
|
|
||||||
|
|
@ -4405,7 +4405,6 @@ k_sweden = {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
k_denmark = {
|
k_denmark = {
|
||||||
pattern="pattern_horizontal_split_01.dds"
|
pattern="pattern_horizontal_split_01.dds"
|
||||||
color1=red
|
color1=red
|
||||||
|
|
|
||||||
|
|
@ -32,3 +32,25 @@ k_gotaland={
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
e_sweden = {
|
||||||
|
pattern="pattern_horizontal_split_01.dds"
|
||||||
|
color1=blue
|
||||||
|
color2=yellow_light
|
||||||
|
color3=red
|
||||||
|
colored_emblem={
|
||||||
|
color1=blue
|
||||||
|
texture="ce_block_02.dds"
|
||||||
|
instance={
|
||||||
|
depth=1.010000
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
colored_emblem={
|
||||||
|
color1=blue
|
||||||
|
color2=yellow_light
|
||||||
|
texture="NEOW_ce_cross_nordic.dds"
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -175,7 +175,7 @@
|
||||||
}
|
}
|
||||||
AND = {
|
AND = {
|
||||||
OR = {
|
OR = {
|
||||||
scope:faith = faith:nestorian
|
# scope:faith = faith:nestorian
|
||||||
scope:religion = religion:tengrism_religion
|
scope:religion = religion:tengrism_religion
|
||||||
scope:religion = religion:zoroastrianism_religion
|
scope:religion = religion:zoroastrianism_religion
|
||||||
scope:religion = religion:magyar_religion
|
scope:religion = religion:magyar_religion
|
||||||
|
|
@ -208,7 +208,7 @@
|
||||||
}
|
}
|
||||||
AND = {
|
AND = {
|
||||||
OR = {
|
OR = {
|
||||||
scope:faith = faith:nestorian
|
# scope:faith = faith:nestorian
|
||||||
scope:religion = religion:tengrism_religion
|
scope:religion = religion:tengrism_religion
|
||||||
scope:religion = religion:zoroastrianism_religion
|
scope:religion = religion:zoroastrianism_religion
|
||||||
scope:religion = religion:magyar_religion
|
scope:religion = religion:magyar_religion
|
||||||
|
|
@ -231,7 +231,7 @@
|
||||||
}
|
}
|
||||||
AND = {
|
AND = {
|
||||||
OR = {
|
OR = {
|
||||||
scope:faith = faith:nestorian
|
# scope:faith = faith:nestorian
|
||||||
scope:religion = religion:tengrism_religion
|
scope:religion = religion:tengrism_religion
|
||||||
scope:religion = religion:zoroastrianism_religion
|
scope:religion = religion:zoroastrianism_religion
|
||||||
scope:religion = religion:magyar_religion
|
scope:religion = religion:magyar_religion
|
||||||
|
|
|
||||||
|
|
@ -1167,95 +1167,95 @@ task_promote_culture = {
|
||||||
count < 35
|
count < 35
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
AND = {
|
# AND = {
|
||||||
# Scottish rulers should convert counties of 'old' cultures to the new one.
|
# # Scottish rulers should convert counties of 'old' cultures to the new one.
|
||||||
culture = culture:scottish
|
# culture = culture:scottish
|
||||||
OR = {
|
# OR = {
|
||||||
scope:county.culture = culture:anglo_saxon
|
# scope:county.culture = culture:anglo_saxon
|
||||||
scope:county.culture = culture:gaelic
|
# scope:county.culture = culture:gaelic
|
||||||
scope:county.culture = culture:cumbrian
|
# scope:county.culture = culture:cumbrian
|
||||||
scope:county.culture = culture:pictish
|
# scope:county.culture = culture:pictish
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
AND = {
|
# AND = {
|
||||||
# English rulers should convert counties of 'old' cultures to the new one.
|
# # English rulers should convert counties of 'old' cultures to the new one.
|
||||||
culture = culture:english
|
# culture = culture:english
|
||||||
OR = {
|
# OR = {
|
||||||
scope:county.culture = culture:anglo_saxon
|
# scope:county.culture = culture:anglo_saxon
|
||||||
scope:county.culture = culture:norman
|
# scope:county.culture = culture:norman
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
AND = {
|
# AND = {
|
||||||
# German rulers want to convert the sorbians
|
# # German rulers want to convert the sorbians
|
||||||
culture = { has_cultural_pillar = heritage_central_germanic }
|
# culture = { has_cultural_pillar = heritage_central_germanic }
|
||||||
scope:county.culture = culture:sorbian
|
# scope:county.culture = culture:sorbian
|
||||||
NOT = { scope:councillor_liege.primary_title = title:e_hre }
|
# NOT = { scope:councillor_liege.primary_title = title:e_hre }
|
||||||
}
|
# }
|
||||||
AND = {
|
# AND = {
|
||||||
# Japanese rulers should convert Emishi counties
|
# # Japanese rulers should convert Emishi counties
|
||||||
culture = culture:japanese
|
# culture = culture:japanese
|
||||||
scope:county.culture = culture:emishi
|
# scope:county.culture = culture:emishi
|
||||||
}
|
# }
|
||||||
}
|
|
||||||
}
|
|
||||||
OR = {
|
|
||||||
scope:county = {
|
|
||||||
any_neighboring_county = {
|
|
||||||
culture = scope:councillor_liege.culture # The AI only wants to convert counties bordering their own culture
|
|
||||||
}
|
|
||||||
}
|
|
||||||
AND = { # The English want to convert the Anglo Saxons and Cumbrians
|
|
||||||
scope:councillor_liege.culture = culture:english
|
|
||||||
OR = {
|
|
||||||
scope:county.culture = culture:anglo_saxon
|
|
||||||
scope:county.culture = culture:cumbrian
|
|
||||||
}
|
|
||||||
}
|
|
||||||
AND = { # The Scots want to convert the Anglo Saxons, Cumbrians and Gaelic
|
|
||||||
scope:councillor_liege.culture = culture:scottish
|
|
||||||
OR = {
|
|
||||||
scope:county.culture = culture:anglo_saxon
|
|
||||||
scope:county.culture = culture:gaelic
|
|
||||||
scope:county.culture = culture:cumbrian
|
|
||||||
scope:county.culture = culture:pictish
|
|
||||||
}
|
|
||||||
}
|
|
||||||
AND = { # The Gaels want to convert the Picts and Cumbrians
|
|
||||||
scope:councillor_liege.culture = culture:gaelic
|
|
||||||
OR = {
|
|
||||||
scope:county.culture = culture:cumbrian
|
|
||||||
scope:county.culture = culture:pictish
|
|
||||||
}
|
|
||||||
}
|
|
||||||
AND = { # The modern scandinavians want to convert the Norse
|
|
||||||
OR = {
|
|
||||||
scope:councillor_liege.culture = culture:swedish
|
|
||||||
scope:councillor_liege.culture = culture:danish
|
|
||||||
scope:councillor_liege.culture = culture:norwegian
|
|
||||||
}
|
|
||||||
scope:county.culture = culture:norse
|
|
||||||
}
|
|
||||||
AND = { # The Portuguese should want to convert Suebi
|
|
||||||
scope:councillor_liege.culture = culture:portuguese
|
|
||||||
scope:county.culture = culture:suebi
|
|
||||||
}
|
|
||||||
AND = { # The Iberians want to convert Visigothic
|
|
||||||
scope:councillor_liege.culture = { has_cultural_pillar = heritage_iberian }
|
|
||||||
NOT = { scope:councillor_liege.culture = culture:portuguese }
|
|
||||||
scope:county.culture = culture:visigothic
|
|
||||||
}
|
|
||||||
AND = {
|
|
||||||
# German rulers want to convert the sorbians
|
|
||||||
scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic }
|
|
||||||
scope:county.culture = culture:sorbian
|
|
||||||
NOT = { scope:councillor_liege.primary_title = title:e_hre }
|
|
||||||
}
|
|
||||||
AND = {
|
|
||||||
# Japanese rulers should convert Emishi counties
|
|
||||||
scope:councillor_liege.culture = culture:japanese
|
|
||||||
scope:county.culture = culture:emishi
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
# OR = {
|
||||||
|
# scope:county = {
|
||||||
|
# any_neighboring_county = {
|
||||||
|
# culture = scope:councillor_liege.culture # The AI only wants to convert counties bordering their own culture
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# AND = { # The English want to convert the Anglo Saxons and Cumbrians
|
||||||
|
# scope:councillor_liege.culture = culture:english
|
||||||
|
# OR = {
|
||||||
|
# scope:county.culture = culture:anglo_saxon
|
||||||
|
# scope:county.culture = culture:cumbrian
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# AND = { # The Scots want to convert the Anglo Saxons, Cumbrians and Gaelic
|
||||||
|
# scope:councillor_liege.culture = culture:scottish
|
||||||
|
# OR = {
|
||||||
|
# scope:county.culture = culture:anglo_saxon
|
||||||
|
# scope:county.culture = culture:gaelic
|
||||||
|
# scope:county.culture = culture:cumbrian
|
||||||
|
# scope:county.culture = culture:pictish
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# AND = { # The Gaels want to convert the Picts and Cumbrians
|
||||||
|
# scope:councillor_liege.culture = culture:gaelic
|
||||||
|
# OR = {
|
||||||
|
# scope:county.culture = culture:cumbrian
|
||||||
|
# scope:county.culture = culture:pictish
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# AND = { # The modern scandinavians want to convert the Norse
|
||||||
|
# OR = {
|
||||||
|
# scope:councillor_liege.culture = culture:swedish
|
||||||
|
# scope:councillor_liege.culture = culture:danish
|
||||||
|
# scope:councillor_liege.culture = culture:norwegian
|
||||||
|
# }
|
||||||
|
# scope:county.culture = culture:norse
|
||||||
|
# }
|
||||||
|
# AND = { # The Portuguese should want to convert Suebi
|
||||||
|
# scope:councillor_liege.culture = culture:portuguese
|
||||||
|
# scope:county.culture = culture:suebi
|
||||||
|
# }
|
||||||
|
# AND = { # The Iberians want to convert Visigothic
|
||||||
|
# scope:councillor_liege.culture = { has_cultural_pillar = heritage_iberian }
|
||||||
|
# NOT = { scope:councillor_liege.culture = culture:portuguese }
|
||||||
|
# scope:county.culture = culture:visigothic
|
||||||
|
# }
|
||||||
|
# AND = {
|
||||||
|
# # German rulers want to convert the sorbians
|
||||||
|
# scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic }
|
||||||
|
# scope:county.culture = culture:sorbian
|
||||||
|
# NOT = { scope:councillor_liege.primary_title = title:e_hre }
|
||||||
|
# }
|
||||||
|
# AND = {
|
||||||
|
# # Japanese rulers should convert Emishi counties
|
||||||
|
# scope:councillor_liege.culture = culture:japanese
|
||||||
|
# scope:county.culture = culture:emishi
|
||||||
|
# }
|
||||||
|
# }
|
||||||
}
|
}
|
||||||
trigger_else_if = { # But AI Directives should still try to look pretty
|
trigger_else_if = { # But AI Directives should still try to look pretty
|
||||||
limit = {
|
limit = {
|
||||||
|
|
@ -1815,35 +1815,35 @@ task_accept_culture = {
|
||||||
limit = {
|
limit = {
|
||||||
scope:councillor_liege = { is_ai = yes }
|
scope:councillor_liege = { is_ai = yes }
|
||||||
}
|
}
|
||||||
NAND = {
|
# NAND = {
|
||||||
# Scottish rulers should convert counties of 'old' cultures to the new one.
|
# # Scottish rulers should convert counties of 'old' cultures to the new one.
|
||||||
scope:councillor_liege.culture = culture:scottish
|
# scope:councillor_liege.culture = culture:scottish
|
||||||
OR = {
|
# OR = {
|
||||||
scope:county.culture = culture:anglo_saxon
|
# scope:county.culture = culture:anglo_saxon
|
||||||
scope:county.culture = culture:gaelic
|
# scope:county.culture = culture:gaelic
|
||||||
scope:county.culture = culture:cumbrian
|
# scope:county.culture = culture:cumbrian
|
||||||
scope:county.culture = culture:pictish
|
# scope:county.culture = culture:pictish
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
NAND = {
|
# NAND = {
|
||||||
# English rulers should convert counties of 'old' cultures to the new one.
|
# # English rulers should convert counties of 'old' cultures to the new one.
|
||||||
scope:councillor_liege.culture = culture:english
|
# scope:councillor_liege.culture = culture:english
|
||||||
OR = {
|
# OR = {
|
||||||
scope:county.culture = culture:anglo_saxon
|
# scope:county.culture = culture:anglo_saxon
|
||||||
scope:county.culture = culture:norman
|
# scope:county.culture = culture:norman
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
NAND = {
|
# NAND = {
|
||||||
# German rulers want to convert the sorbians
|
# # German rulers want to convert the sorbians
|
||||||
scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic }
|
# scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic }
|
||||||
scope:county.culture = culture:sorbian
|
# scope:county.culture = culture:sorbian
|
||||||
NOT = { scope:councillor_liege.primary_title = title:e_hre }
|
# NOT = { scope:councillor_liege.primary_title = title:e_hre }
|
||||||
}
|
# }
|
||||||
NAND = {
|
# NAND = {
|
||||||
# Japanese rulers should convert Emishi counties
|
# # Japanese rulers should convert Emishi counties
|
||||||
scope:councillor_liege.culture = culture:japanese
|
# scope:councillor_liege.culture = culture:japanese
|
||||||
scope:county.culture = culture:emishi
|
# scope:county.culture = culture:emishi
|
||||||
}
|
# }
|
||||||
OR = {
|
OR = {
|
||||||
scope:councillor_liege = {
|
scope:councillor_liege = {
|
||||||
has_character_flag = vassal_directive_improve_cultural_acceptance
|
has_character_flag = vassal_directive_improve_cultural_acceptance
|
||||||
|
|
|
||||||
|
|
@ -102,12 +102,13 @@ innovation_legionnaires = {
|
||||||
icon = @special_maa_02
|
icon = @special_maa_02
|
||||||
|
|
||||||
potential = {
|
potential = {
|
||||||
OR = {
|
always = no
|
||||||
this = culture:roman
|
# OR = {
|
||||||
culture_head ?= {
|
# this = culture:roman
|
||||||
is_roman_emperor_primary_title_excluding_byzantium_trigger = yes
|
# culture_head ?= {
|
||||||
}
|
# is_roman_emperor_primary_title_excluding_byzantium_trigger = yes
|
||||||
}
|
# }
|
||||||
|
# }
|
||||||
}
|
}
|
||||||
|
|
||||||
unlock_maa = praetorian
|
unlock_maa = praetorian
|
||||||
|
|
|
||||||
|
|
@ -48,11 +48,11 @@ innovation_varangian_adventurers = {
|
||||||
has_innovation = innovation_varangian_adventurers
|
has_innovation = innovation_varangian_adventurers
|
||||||
has_cultural_pillar = heritage_north_germanic
|
has_cultural_pillar = heritage_north_germanic
|
||||||
|
|
||||||
# Frankish
|
# # Frankish
|
||||||
this = culture:norman
|
# this = culture:norman
|
||||||
any_parent_culture_or_above = {
|
# any_parent_culture_or_above = {
|
||||||
this = culture:norse #Norman
|
# this = culture:norse #Norman
|
||||||
}
|
# }
|
||||||
this = culture:estonian
|
this = culture:estonian
|
||||||
any_parent_culture_or_above = {
|
any_parent_culture_or_above = {
|
||||||
this = culture:estonian #Estonian
|
this = culture:estonian #Estonian
|
||||||
|
|
|
||||||
|
|
@ -182,7 +182,7 @@
|
||||||
Zusana
|
Zusana
|
||||||
}
|
}
|
||||||
|
|
||||||
dynasty_of_location_prefix = "dynnp_of"
|
dynasty_of_location_prefix = "dynnp_w_o_act_t"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -225,12 +225,12 @@ tradition_republican_legacy = {
|
||||||
NOT = { has_cultural_tradition = tradition_parochialism }
|
NOT = { has_cultural_tradition = tradition_parochialism }
|
||||||
}
|
}
|
||||||
can_pick = {
|
can_pick = {
|
||||||
OR ={
|
# OR ={
|
||||||
this = culture:roman
|
# this = culture:roman
|
||||||
any_parent_culture_or_above = {
|
# any_parent_culture_or_above = {
|
||||||
this = culture:roman
|
# this = culture:roman
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
NOT = { has_cultural_tradition = tradition_parochialism }
|
NOT = { has_cultural_tradition = tradition_parochialism }
|
||||||
custom_tooltip = {
|
custom_tooltip = {
|
||||||
text = cultrad_not_nomadic_government_type
|
text = cultrad_not_nomadic_government_type
|
||||||
|
|
@ -2161,20 +2161,20 @@ tradition_parochialism = {
|
||||||
|
|
||||||
is_shown = { #Replaced by tradition_republican_legacy
|
is_shown = { #Replaced by tradition_republican_legacy
|
||||||
NOT = { has_cultural_tradition = tradition_republican_legacy }
|
NOT = { has_cultural_tradition = tradition_republican_legacy }
|
||||||
NOR ={
|
# NOR ={
|
||||||
this = culture:roman
|
# this = culture:roman
|
||||||
any_parent_culture_or_above = {
|
# any_parent_culture_or_above = {
|
||||||
this = culture:roman
|
# this = culture:roman
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
can_pick = {
|
can_pick = {
|
||||||
NOR ={
|
# NOR ={
|
||||||
this = culture:roman
|
# this = culture:roman
|
||||||
any_parent_culture_or_above = {
|
# any_parent_culture_or_above = {
|
||||||
this = culture:roman
|
# this = culture:roman
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
NOT = { has_cultural_tradition = tradition_republican_legacy }
|
NOT = { has_cultural_tradition = tradition_republican_legacy }
|
||||||
custom_tooltip = {
|
custom_tooltip = {
|
||||||
text = cultrad_not_nomadic_government_type
|
text = cultrad_not_nomadic_government_type
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,17 @@
|
||||||
text = {
|
text = {
|
||||||
trigger = {
|
trigger = {
|
||||||
house.last_house_head.faith = {
|
house.last_house_head.faith = {
|
||||||
OR = {
|
has_doctrine = doctrine_monotheist
|
||||||
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
|
|
||||||
religion_tag = islam_religion
|
|
||||||
religion_tag = judaism_religion
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
localization_key = motto_god
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
house.last_house_head.faith = {
|
||||||
|
has_doctrine = doctrine_monotheist
|
||||||
|
}
|
||||||
}
|
}
|
||||||
localization_key = motto_god
|
localization_key = motto_god
|
||||||
}
|
}
|
||||||
|
|
@ -29,6 +34,7 @@
|
||||||
OR = {
|
OR = {
|
||||||
religion_tag = dualism_religion
|
religion_tag = dualism_religion
|
||||||
religion_tag = zoroastrianism_religion
|
religion_tag = zoroastrianism_religion
|
||||||
|
has_doctrine = doctrine_panthiest
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -38,14 +44,7 @@
|
||||||
text = {
|
text = {
|
||||||
trigger = {
|
trigger = {
|
||||||
house.last_house_head.faith = {
|
house.last_house_head.faith = {
|
||||||
NOR = {
|
has_doctrine = doctrine_polytheist
|
||||||
religion_tag = dualism_religion
|
|
||||||
religion_tag = zoroastrianism_religion
|
|
||||||
religion_tag = buddhism_religion
|
|
||||||
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
|
|
||||||
religion_tag = islam_religion
|
|
||||||
religion_tag = judaism_religion
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
localization_key = motto_the_gods
|
localization_key = motto_the_gods
|
||||||
|
|
|
||||||
|
|
@ -561,6 +561,11 @@ TerrainTypeCountyScope = {
|
||||||
trigger = { title_province = { terrain = drylands } }
|
trigger = { title_province = { terrain = drylands } }
|
||||||
localization_key = terrain_drylands
|
localization_key = terrain_drylands
|
||||||
}
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { title_province = { terrain = tells } }
|
||||||
|
localization_key = terrain_drylands
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TerrainTypeCountyScopePlural = {
|
TerrainTypeCountyScopePlural = {
|
||||||
|
|
@ -637,6 +642,11 @@ TerrainTypeCountyScopePlural = {
|
||||||
trigger = { title_province = { terrain = drylands } }
|
trigger = { title_province = { terrain = drylands } }
|
||||||
localization_key = terrain_drylands
|
localization_key = terrain_drylands
|
||||||
}
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { title_province = { terrain = tells } }
|
||||||
|
localization_key = terrain_tells
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TerrainType = {
|
TerrainType = {
|
||||||
|
|
@ -713,6 +723,11 @@ TerrainType = {
|
||||||
trigger = { location = { terrain = drylands } }
|
trigger = { location = { terrain = drylands } }
|
||||||
localization_key = terrain_drylands
|
localization_key = terrain_drylands
|
||||||
}
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { location = { terrain = tells} }
|
||||||
|
localization_key = terrain_tells
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TerrainTypeProvince = {
|
TerrainTypeProvince = {
|
||||||
|
|
@ -792,6 +807,10 @@ TerrainTypeProvince = {
|
||||||
trigger = { terrain = terraced_hills }
|
trigger = { terrain = terraced_hills }
|
||||||
localization_key = terrain_terraced_hills
|
localization_key = terrain_terraced_hills
|
||||||
}
|
}
|
||||||
|
text = {
|
||||||
|
trigger = { terrain = tells }
|
||||||
|
localization_key = terrain_tells
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TerrainTypeProvincePrefix = {
|
TerrainTypeProvincePrefix = {
|
||||||
|
|
@ -809,7 +828,12 @@ TerrainTypeProvincePrefix = {
|
||||||
}
|
}
|
||||||
|
|
||||||
text = {
|
text = {
|
||||||
trigger = { terrain = hills }
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
terrain = hills
|
||||||
|
terrain = tells
|
||||||
|
}
|
||||||
|
}
|
||||||
localization_key = prefix_rolling
|
localization_key = prefix_rolling
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1523,9 +1547,9 @@ RandomReligiousTextName = {
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = {
|
trigger_else = {
|
||||||
OR = {
|
OR = {
|
||||||
location.faith.religion = religion:eastern_orthodox_religion
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
location.faith.religion = religion:catholic_religion
|
faith.religion = religion:catholic_religion
|
||||||
location.faith.religion = religion:protestant_religion
|
faith.religion = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1575,16 +1599,13 @@ RandomReligiousTextName = {
|
||||||
location.faith.religion = religion:catholic_religion
|
location.faith.religion = religion:catholic_religion
|
||||||
location.faith.religion = religion:protestant_religion
|
location.faith.religion = religion:protestant_religion
|
||||||
}
|
}
|
||||||
NOT = { location.faith = faith:orthodox }
|
|
||||||
}
|
}
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = {
|
trigger_else = {
|
||||||
OR = {
|
OR = {
|
||||||
faith.religion = religion:eastern_orthodox_religion
|
|
||||||
faith.religion = religion:catholic_religion
|
faith.religion = religion:catholic_religion
|
||||||
faith.religion = religion:protestant_religion
|
faith.religion = religion:protestant_religion
|
||||||
}
|
}
|
||||||
NOT = { faith = faith:orthodox }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
localization_key = random_religious_text_summa_theologica
|
localization_key = random_religious_text_summa_theologica
|
||||||
|
|
@ -1601,7 +1622,6 @@ RandomReligiousTextName = {
|
||||||
trigger_else_if = {
|
trigger_else_if = {
|
||||||
limit = { exists = scope:visiting_location }
|
limit = { exists = scope:visiting_location }
|
||||||
OR = {
|
OR = {
|
||||||
location.faith.religion = religion:eastern_orthodox_religion
|
|
||||||
location.faith.religion = religion:catholic_religion
|
location.faith.religion = religion:catholic_religion
|
||||||
location.faith.religion = religion:protestant_religion
|
location.faith.religion = religion:protestant_religion
|
||||||
}
|
}
|
||||||
|
|
@ -1610,7 +1630,6 @@ RandomReligiousTextName = {
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = {
|
trigger_else = {
|
||||||
OR = {
|
OR = {
|
||||||
faith.religion = religion:eastern_orthodox_religion
|
|
||||||
faith.religion = religion:catholic_religion
|
faith.religion = religion:catholic_religion
|
||||||
faith.religion = religion:protestant_religion
|
faith.religion = religion:protestant_religion
|
||||||
}
|
}
|
||||||
|
|
@ -1630,10 +1649,10 @@ RandomReligiousTextName = {
|
||||||
#We're a LAAMP visiting somewhere
|
#We're a LAAMP visiting somewhere
|
||||||
trigger_else_if = {
|
trigger_else_if = {
|
||||||
limit = { exists = scope:visiting_location }
|
limit = { exists = scope:visiting_location }
|
||||||
location.faith = faith:orthodox
|
location.faith..religion = religion:eastern_orthodox_religion
|
||||||
}
|
}
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = { faith = faith:orthodox }
|
trigger_else = { faith..religion = religion:eastern_orthodox_religion }
|
||||||
}
|
}
|
||||||
localization_key = random_religious_text_chrysostomos
|
localization_key = random_religious_text_chrysostomos
|
||||||
}
|
}
|
||||||
|
|
@ -1648,10 +1667,10 @@ RandomReligiousTextName = {
|
||||||
#We're a LAAMP visiting somewhere
|
#We're a LAAMP visiting somewhere
|
||||||
trigger_else_if = {
|
trigger_else_if = {
|
||||||
limit = { exists = scope:visiting_location }
|
limit = { exists = scope:visiting_location }
|
||||||
location.faith = faith:orthodox
|
location.faith.religion = religion:eastern_orthodox_religion
|
||||||
}
|
}
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = { faith = faith:orthodox }
|
trigger_else = { faith.religion = religion:eastern_orthodox_religion }
|
||||||
}
|
}
|
||||||
localization_key = random_religious_text_symeon_menologion
|
localization_key = random_religious_text_symeon_menologion
|
||||||
}
|
}
|
||||||
|
|
@ -1666,10 +1685,10 @@ RandomReligiousTextName = {
|
||||||
#We're a LAAMP visiting somewhere
|
#We're a LAAMP visiting somewhere
|
||||||
trigger_else_if = {
|
trigger_else_if = {
|
||||||
limit = { exists = scope:visiting_location }
|
limit = { exists = scope:visiting_location }
|
||||||
location.faith = faith:orthodox
|
location.faith.religion = religion:eastern_orthodox_religion
|
||||||
}
|
}
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = { faith = faith:orthodox }
|
trigger_else = { faith.religion = religion:eastern_orthodox_religion }
|
||||||
}
|
}
|
||||||
localization_key = random_religious_text_god_and_christ
|
localization_key = random_religious_text_god_and_christ
|
||||||
}
|
}
|
||||||
|
|
@ -1732,75 +1751,167 @@ RandomEntertainmentTextName = {
|
||||||
}
|
}
|
||||||
localization_key = random_entertainment_text_beowulf
|
localization_key = random_entertainment_text_beowulf
|
||||||
}
|
}
|
||||||
|
|
||||||
text = {
|
text = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:entertainment_book_title = flag:niebelungenlied
|
scope:entertainment_book_title = flag:niebelungenlied
|
||||||
}
|
}
|
||||||
localization_key = random_entertainment_text_niebelungenlied
|
localization_key = random_entertainment_text_niebelungenlied
|
||||||
}
|
}
|
||||||
|
|
||||||
text = {
|
text = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:entertainment_book_title = flag:song_of_roland
|
scope:entertainment_book_title = flag:song_of_roland
|
||||||
}
|
}
|
||||||
localization_key = random_entertainment_text_song_of_roland
|
localization_key = random_entertainment_text_song_of_roland
|
||||||
}
|
}
|
||||||
|
|
||||||
text = {
|
text = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:entertainment_book_title = flag:mabinogi
|
scope:entertainment_book_title = flag:mabinogi
|
||||||
}
|
}
|
||||||
localization_key = random_entertainment_text_mabinogi
|
localization_key = random_entertainment_text_mabinogi
|
||||||
}
|
}
|
||||||
|
|
||||||
text = {
|
|
||||||
trigger = {
|
|
||||||
scope:entertainment_book_title = flag:travels_to_jerusalem
|
|
||||||
}
|
|
||||||
localization_key = random_entertainment_text_travels_to_jerusalem
|
|
||||||
}
|
|
||||||
|
|
||||||
text = {
|
|
||||||
trigger = {
|
|
||||||
scope:entertainment_book_title = flag:east_of_indus
|
|
||||||
}
|
|
||||||
localization_key = random_entertainment_text_east_of_indus
|
|
||||||
}
|
|
||||||
|
|
||||||
text = {
|
|
||||||
trigger = {
|
|
||||||
scope:entertainment_book_title = flag:travels_to_byzantium
|
|
||||||
}
|
|
||||||
localization_key = random_entertainment_text_travels_to_byzantium
|
|
||||||
}
|
|
||||||
|
|
||||||
text = {
|
text = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:entertainment_book_title = flag:digenes_akrites
|
scope:entertainment_book_title = flag:digenes_akrites
|
||||||
}
|
}
|
||||||
localization_key = random_entertainment_text_digenes_akrites
|
localization_key = random_entertainment_text_digenes_akrites
|
||||||
}
|
}
|
||||||
|
|
||||||
text = {
|
text = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:entertainment_book_title = flag:epigrams
|
scope:entertainment_book_title = flag:hitchhikers
|
||||||
}
|
}
|
||||||
localization_key = random_entertainment_text_epigrams
|
localization_key = random_entertainment_text_hitchhikers
|
||||||
}
|
}
|
||||||
|
|
||||||
text = {
|
text = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:entertainment_book_title = flag:philogelos
|
scope:entertainment_book_title = flag:dune
|
||||||
}
|
}
|
||||||
localization_key = random_entertainment_text_philogelos
|
localization_key = random_entertainment_text_dune
|
||||||
}
|
}
|
||||||
|
|
||||||
text = {
|
text = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:entertainment_book_title = flag:riddle_poems
|
scope:entertainment_book_title = flag:hobbit
|
||||||
}
|
}
|
||||||
localization_key = random_entertainment_text_riddle_poems
|
localization_key = random_entertainment_text_hobbit
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:lotr
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_lotr
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:narnia
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_narnia
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:foundation
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_foundation
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:nineteen_eighty_four
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_nineteen_eighty_four
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:one_hundred_years
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_one_hundred_years
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:les_drames
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_les_drames
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:le_club
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_le_club
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:les_chevaliers
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_les_chevaliers
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:the_shell_seekers
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_the_shell_seekers
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:pillars
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_pillars
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:perfume
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_perfume
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:faceless
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_faceless
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:the_alchemist
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_the_alchemist
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:the_brothers
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_the_brothers
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:one_thousand
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_one_thousand
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:nineteen_eighty_four
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_nineteen_eighty_four
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:the_divine_comedy
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_the_divine_comedy
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:the_odyssey
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_the_odyssey
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:war_and_peace
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_war_and_peace
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:entertainment_book_title = flag:the_pyramid
|
||||||
|
}
|
||||||
|
localization_key = random_entertainment_text_the_pyramid
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -4281,6 +4392,12 @@ TerrainInspirationLoc = {
|
||||||
}
|
}
|
||||||
localization_key = TerrainInspirationdrylands
|
localization_key = TerrainInspirationdrylands
|
||||||
}
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
terrain = tells
|
||||||
|
}
|
||||||
|
localization_key = TerrainInspirationtells
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GetProvinceTricksterSpirit = {
|
GetProvinceTricksterSpirit = {
|
||||||
|
|
|
||||||
|
|
@ -365,15 +365,15 @@ convert_to_local_culture_decision = {
|
||||||
capital_province.culture = culture:andalusian
|
capital_province.culture = culture:andalusian
|
||||||
}
|
}
|
||||||
|
|
||||||
# Don't overwrite historically scripted developments
|
# # Don't overwrite historically scripted developments
|
||||||
modifier = {
|
# modifier = {
|
||||||
factor = 0
|
# factor = 0
|
||||||
OR = {
|
# OR = {
|
||||||
has_culture = culture:norman
|
# has_culture = culture:norman
|
||||||
has_culture = culture:english
|
# has_culture = culture:english
|
||||||
}
|
# }
|
||||||
capital_province.culture = culture:anglo_saxon
|
# capital_province.culture = culture:anglo_saxon
|
||||||
}
|
# }
|
||||||
modifier = {
|
modifier = {
|
||||||
factor = 0
|
factor = 0
|
||||||
has_culture = culture:turkish
|
has_culture = culture:turkish
|
||||||
|
|
@ -401,48 +401,48 @@ convert_to_local_culture_decision = {
|
||||||
has_culture = culture:turkish
|
has_culture = culture:turkish
|
||||||
primary_title.tier >= tier_empire
|
primary_title.tier >= tier_empire
|
||||||
}
|
}
|
||||||
modifier = {
|
# modifier = {
|
||||||
factor = 0
|
# factor = 0
|
||||||
OR = {
|
# OR = {
|
||||||
has_title = title:k_jerusalem
|
# has_title = title:k_jerusalem
|
||||||
has_title = title:e_outremer
|
# has_title = title:e_outremer
|
||||||
any_liege_or_above = {
|
# any_liege_or_above = {
|
||||||
OR = {
|
# OR = {
|
||||||
has_title = title:k_jerusalem
|
# has_title = title:k_jerusalem
|
||||||
has_title = title:e_outremer
|
# has_title = title:e_outremer
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
NOR = {
|
# NOR = {
|
||||||
capital_province = { # Convert to Hybrids of your culture in the Holy Land
|
# capital_province = { # Convert to Hybrids of your culture in the Holy Land
|
||||||
culture = {
|
# culture = {
|
||||||
is_hybrid_culture = yes
|
# is_hybrid_culture = yes
|
||||||
any_parent_culture_or_above = {
|
# any_parent_culture_or_above = {
|
||||||
this = root.culture
|
# this = root.culture
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
AND = {
|
# AND = {
|
||||||
top_liege != this
|
# top_liege != this
|
||||||
exists = liege
|
# exists = liege
|
||||||
capital_province.culture = liege.culture
|
# capital_province.culture = liege.culture
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
modifier = {
|
# modifier = {
|
||||||
factor = 0
|
# factor = 0
|
||||||
has_title = title:e_latin_empire
|
# has_title = title:e_latin_empire
|
||||||
NOT = {
|
# NOT = {
|
||||||
capital_province = {
|
# capital_province = {
|
||||||
culture = {
|
# culture = {
|
||||||
is_hybrid_culture = yes
|
# is_hybrid_culture = yes
|
||||||
any_parent_culture_or_above = {
|
# any_parent_culture_or_above = {
|
||||||
this = root.culture
|
# this = root.culture
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
|
|
||||||
# Scots needs a bit of help to dominate as it did historically
|
# Scots needs a bit of help to dominate as it did historically
|
||||||
modifier = {
|
modifier = {
|
||||||
|
|
@ -451,12 +451,12 @@ convert_to_local_culture_decision = {
|
||||||
capital_province.culture = culture:gaelic
|
capital_province.culture = culture:gaelic
|
||||||
}
|
}
|
||||||
|
|
||||||
# Pictish should usually disappear
|
# # Pictish should usually disappear
|
||||||
modifier = {
|
# modifier = {
|
||||||
factor = 0
|
# factor = 0
|
||||||
has_culture = culture:gaelic
|
# has_culture = culture:gaelic
|
||||||
capital_province.culture = culture:pictish
|
# capital_province.culture = culture:pictish
|
||||||
}
|
# }
|
||||||
|
|
||||||
# Don't go back on a previous conversion
|
# Don't go back on a previous conversion
|
||||||
modifier = {
|
modifier = {
|
||||||
|
|
|
||||||
|
|
@ -434,7 +434,7 @@ mend_the_great_schism_decision = {
|
||||||
is_shown = {
|
is_shown = {
|
||||||
is_ruler = yes
|
is_ruler = yes
|
||||||
is_playable_character = yes
|
is_playable_character = yes
|
||||||
faith.religion = faith:catholic.religion #Christian Only
|
faith.religion = faith:roman_catholic.religion #Christian Only
|
||||||
NOT = { #Can only do it once.
|
NOT = { #Can only do it once.
|
||||||
is_target_in_global_variable_list = {
|
is_target_in_global_variable_list = {
|
||||||
name = unavailable_unique_decisions
|
name = unavailable_unique_decisions
|
||||||
|
|
|
||||||
|
|
@ -3442,26 +3442,26 @@ expunge_latin_dominion_decision = {
|
||||||
#Must be a Greek or Greekoid
|
#Must be a Greek or Greekoid
|
||||||
OR = {
|
OR = {
|
||||||
culture = culture:greek
|
culture = culture:greek
|
||||||
culture = culture:roman
|
# culture = culture:roman
|
||||||
culture = {
|
culture = {
|
||||||
any_parent_culture_or_above = {
|
any_parent_culture_or_above = {
|
||||||
this = culture:greek
|
this = culture:greek
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ep3_orthodox_faith_trigger = yes
|
ep3_orthodox_faith_trigger = yes
|
||||||
faith = faith:hellenic_pagan
|
# faith = faith:hellenic_pagan
|
||||||
AND = {
|
# AND = {
|
||||||
exists = title:e_byzantium.holder
|
# exists = title:e_byzantium.holder
|
||||||
this = title:e_byzantium.holder
|
# this = title:e_byzantium.holder
|
||||||
}
|
# }
|
||||||
AND = {
|
# AND = {
|
||||||
exists = title:h_roman_empire.holder
|
# exists = title:h_roman_empire.holder
|
||||||
this = title:h_roman_empire.holder
|
# this = title:h_roman_empire.holder
|
||||||
}
|
# }
|
||||||
AND = {
|
# AND = {
|
||||||
exists = title:h_eastern_roman_empire.holder
|
# exists = title:h_eastern_roman_empire.holder
|
||||||
this = title:h_eastern_roman_empire.holder
|
# this = title:h_eastern_roman_empire.holder
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
OR = {
|
OR = {
|
||||||
capital_province = {
|
capital_province = {
|
||||||
|
|
@ -3473,18 +3473,18 @@ expunge_latin_dominion_decision = {
|
||||||
geographical_region = world_steppe_west
|
geographical_region = world_steppe_west
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
AND = {
|
# AND = {
|
||||||
exists = title:e_byzantium.holder
|
# exists = title:e_byzantium.holder
|
||||||
this = title:e_byzantium.holder
|
# this = title:e_byzantium.holder
|
||||||
}
|
# }
|
||||||
AND = {
|
# AND = {
|
||||||
exists = title:h_roman_empire.holder
|
# exists = title:h_roman_empire.holder
|
||||||
this = title:h_roman_empire.holder
|
# this = title:h_roman_empire.holder
|
||||||
}
|
# }
|
||||||
AND = {
|
# AND = {
|
||||||
exists = title:h_eastern_roman_empire.holder
|
# exists = title:h_eastern_roman_empire.holder
|
||||||
this = title:h_eastern_roman_empire.holder
|
# this = title:h_eastern_roman_empire.holder
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -406,3 +406,76 @@ form_the_kingdom_of_rhineland_decision = {
|
||||||
|
|
||||||
ai_will_do = { base = 100 }
|
ai_will_do = { base = 100 }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
restore_swedish_empire_decision = {
|
||||||
|
picture = {
|
||||||
|
reference = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
|
||||||
|
}
|
||||||
|
desc = restore_swedish_empire_decision_desc
|
||||||
|
selection_tooltip = restore_swedish_empire_decision_tooltip
|
||||||
|
decision_group_type = major
|
||||||
|
|
||||||
|
ai_check_interval_by_tier = {
|
||||||
|
barony = 0
|
||||||
|
county = 0
|
||||||
|
duchy = 0
|
||||||
|
kingdom = 120
|
||||||
|
empire = 0
|
||||||
|
hegemony = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
is_shown = {
|
||||||
|
has_title = title:k_sweden
|
||||||
|
is_ruler = yes
|
||||||
|
is_playable_character = yes
|
||||||
|
#Visible to dukes and kings.
|
||||||
|
highest_held_title_tier >= tier_duchy
|
||||||
|
highest_held_title_tier <= tier_kingdom
|
||||||
|
NOT = {
|
||||||
|
is_target_in_global_variable_list = {
|
||||||
|
name = unavailable_unique_decisions
|
||||||
|
target = flag:flag_restored_swedish_empire
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
is_valid = {
|
||||||
|
highest_held_title_tier = tier_kingdom
|
||||||
|
completely_controls_region = custom_swedish_empire
|
||||||
|
}
|
||||||
|
|
||||||
|
is_valid_showing_failures_only = {
|
||||||
|
is_landed = yes
|
||||||
|
is_capable_adult = yes
|
||||||
|
is_imprisoned = no
|
||||||
|
top_liege = this
|
||||||
|
is_at_war = no
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
custom_tooltip = restore_swedish_empire_decision_effect_tooltip
|
||||||
|
gain_heroic_legend_seed_tooltip_effect = yes
|
||||||
|
show_as_tooltip = {
|
||||||
|
restore_swedish_empire_effect = yes
|
||||||
|
}
|
||||||
|
hidden_effect = {
|
||||||
|
restore_swedish_empire_effect = yes
|
||||||
|
add_to_global_variable_list = {
|
||||||
|
name = unavailable_unique_decisions
|
||||||
|
target = flag:restored_swedish_empire
|
||||||
|
}
|
||||||
|
set_global_variable = {
|
||||||
|
name = flag_restored_swedish_empire
|
||||||
|
value = root
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ai_potential = {
|
||||||
|
always = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
ai_will_do = {
|
||||||
|
base = 100
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,4 +1,10 @@
|
||||||
# special titles
|
# special titles
|
||||||
|
|
||||||
|
@correct_culture_primary_score = 100
|
||||||
|
@better_than_the_alternatives_score = 50
|
||||||
|
@always_primary_score = 1000
|
||||||
|
@never_primary_score = -1000
|
||||||
|
|
||||||
h_europa = {
|
h_europa = {
|
||||||
color = { 0 51 153 }
|
color = { 0 51 153 }
|
||||||
|
|
||||||
|
|
@ -11,6 +17,18 @@ h_europa = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
e_sweden = {
|
||||||
|
color = { 5 50 90 }
|
||||||
|
|
||||||
|
capital = c_stockholm
|
||||||
|
|
||||||
|
ai_primary_priority = {
|
||||||
|
add = @always_primary_score
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#e_europa = {
|
#e_europa = {
|
||||||
# color = { 0 51 153 }
|
# color = { 0 51 153 }
|
||||||
# capital = c_brabant # Brussels
|
# capital = c_brabant # Brussels
|
||||||
|
|
|
||||||
|
|
@ -1070,16 +1070,16 @@ e_europa = { # Benelux
|
||||||
}
|
}
|
||||||
add = @better_than_the_alternatives_score
|
add = @better_than_the_alternatives_score
|
||||||
}
|
}
|
||||||
if = {
|
# if = {
|
||||||
limit = {
|
# limit = {
|
||||||
OR = {
|
# OR = {
|
||||||
culture = culture:french
|
# culture = culture:french
|
||||||
culture = culture:norman
|
# culture = culture:norman
|
||||||
culture = culture:occitan
|
# culture = culture:occitan
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
add = @better_than_the_alternatives_score
|
# add = @better_than_the_alternatives_score
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
|
|
||||||
d_luxembourg = { # Luxembourg
|
d_luxembourg = { # Luxembourg
|
||||||
|
|
|
||||||
|
|
@ -1617,17 +1617,17 @@ e_italy = {
|
||||||
name_list_albanian = cn_sicilise
|
name_list_albanian = cn_sicilise
|
||||||
}
|
}
|
||||||
|
|
||||||
ai_primary_priority = {
|
# ai_primary_priority = {
|
||||||
if = {
|
# if = {
|
||||||
limit = {
|
# limit = {
|
||||||
OR = {
|
# OR = {
|
||||||
culture = culture:italian
|
# culture = culture:italian
|
||||||
culture = culture:norman
|
# culture = culture:norman
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
add = @correct_culture_primary_score
|
# add = @correct_culture_primary_score
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
|
|
||||||
d_napoli = {
|
d_napoli = {
|
||||||
color = { 47 179 191 }
|
color = { 47 179 191 }
|
||||||
|
|
|
||||||
|
|
@ -14,3 +14,6 @@ nick_NEOW_the_phantom = {}
|
||||||
nick_NEOW_the_oracle = {}
|
nick_NEOW_the_oracle = {}
|
||||||
nick_NEOW_the_cimbrian = {}
|
nick_NEOW_the_cimbrian = {}
|
||||||
nick_NEOW_the_monolith = {}
|
nick_NEOW_the_monolith = {}
|
||||||
|
|
||||||
|
# Decision Nicknames
|
||||||
|
nick_the_lion_of_the_north = {}
|
||||||
|
|
@ -807,8 +807,8 @@
|
||||||
# AI-only weights, keep the pope from vassalizing too fast
|
# AI-only weights, keep the pope from vassalizing too fast
|
||||||
if = {
|
if = {
|
||||||
limit = {
|
limit = {
|
||||||
exists = faith:catholic.religious_head
|
exists = faith:roman_catholic.religious_head
|
||||||
faith:catholic.religious_head = root
|
faith:roman_catholic.religious_head = root
|
||||||
root = { is_ai = yes }
|
root = { is_ai = yes }
|
||||||
}
|
}
|
||||||
add = -50
|
add = -50
|
||||||
|
|
|
||||||
|
|
@ -3862,3 +3862,133 @@ found_empire_of_hindustan_scripted_effect = {
|
||||||
add_legitimacy_effect = { LEGITIMACY = massive_legitimacy_gain }
|
add_legitimacy_effect = { LEGITIMACY = massive_legitimacy_gain }
|
||||||
dynasty ?= { add_dynasty_prestige = massive_dynasty_prestige_value }
|
dynasty ?= { add_dynasty_prestige = massive_dynasty_prestige_value }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
restore_swedish_empire_effect = {
|
||||||
|
add_prestige = massive_prestige_gain
|
||||||
|
add_piety = massive_piety_gain
|
||||||
|
give_nickname = nick_the_lion_of_the_north
|
||||||
|
save_scope_as = scoped_ruler
|
||||||
|
create_title_and_vassal_change = {
|
||||||
|
type = created
|
||||||
|
save_scope_as = change
|
||||||
|
add_claim_on_loss = no
|
||||||
|
}
|
||||||
|
title:e_sweden = {
|
||||||
|
change_title_holder = {
|
||||||
|
holder = scope:scoped_ruler
|
||||||
|
change = scope:change
|
||||||
|
}
|
||||||
|
hidden_effect = {
|
||||||
|
copy_title_history = title:k_sweden
|
||||||
|
}
|
||||||
|
}
|
||||||
|
resolve_title_and_vassal_change = scope:change
|
||||||
|
hidden_effect = {
|
||||||
|
set_primary_title_to = title:e_sweden
|
||||||
|
title:d_vasterbottena = { set_de_jure_liege_title = title:k_sweden }
|
||||||
|
title:d_norrbottena = { set_de_jure_liege_title = title:k_sweden }
|
||||||
|
title:d_giemajohka = { set_de_jure_liege_title = title:k_finland }
|
||||||
|
title:d_west_karelia = { set_de_jure_liege_title = title:k_finland }
|
||||||
|
title:k_finland = { set_de_jure_liege_title = title:e_sweden }
|
||||||
|
title:d_west_karelia = { set_de_jure_liege_title = title:k_finland }
|
||||||
|
title:k_esthonia = { set_de_jure_liege_title = title:e_sweden }
|
||||||
|
title:k_sweden = { set_de_jure_liege_title = title:e_sweden }
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
exists = title:gotaland
|
||||||
|
}
|
||||||
|
destroy_title = title:gotaland
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = { title:k_gotaland ?= { is_titular = no } }
|
||||||
|
title:k_gotaland = {
|
||||||
|
every_in_de_jure_hierarchy = {
|
||||||
|
limit = { tier = tier_duchy }
|
||||||
|
set_de_jure_liege_title = title:k_sweden
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
title:k_norway = { is_titular = no }
|
||||||
|
OR = {
|
||||||
|
has_title = title:k_norway
|
||||||
|
completely_controls = title:k_norway
|
||||||
|
}
|
||||||
|
}
|
||||||
|
title:k_norway = { set_de_jure_liege_title = title:e_sweden }
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
title:k_latvia = { is_titular = no }
|
||||||
|
OR = {
|
||||||
|
has_title = title:k_latvia
|
||||||
|
completely_controls = title:k_latvia
|
||||||
|
}
|
||||||
|
}
|
||||||
|
title:k_latvia = { set_de_jure_liege_title = title:e_sweden }
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
title:k_lithuania = { is_titular = no }
|
||||||
|
OR = {
|
||||||
|
has_title = title:k_lithuania
|
||||||
|
completely_controls = title:k_lithuania
|
||||||
|
}
|
||||||
|
}
|
||||||
|
title:k_lithuania = { set_de_jure_liege_title = title:e_sweden }
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
title:k_schleswig_holstein = { is_titular = no }
|
||||||
|
OR = {
|
||||||
|
has_title = title:k_schleswig_holstein
|
||||||
|
completely_controls = title:k_schleswig_holstein
|
||||||
|
}
|
||||||
|
}
|
||||||
|
title:k_schleswig_holstein = { set_de_jure_liege_title = title:e_sweden }
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
title:k_karelia = { is_titular = no }
|
||||||
|
OR = {
|
||||||
|
has_title = title:k_karelia
|
||||||
|
completely_controls = title:k_karelia
|
||||||
|
}
|
||||||
|
}
|
||||||
|
title:k_karelia = { set_de_jure_liege_title = title:e_sweden }
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
title:k_poland = { is_titular = no }
|
||||||
|
OR = {
|
||||||
|
has_title = title:k_poland
|
||||||
|
completely_controls = title:k_poland
|
||||||
|
}
|
||||||
|
}
|
||||||
|
title:k_poland = { set_de_jure_liege_title = title:e_sweden }
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
title:k_poland = { is_titular = no }
|
||||||
|
OR = {
|
||||||
|
has_title = title:k_poland
|
||||||
|
completely_controls = title:k_poland
|
||||||
|
}
|
||||||
|
}
|
||||||
|
title:k_poland = { set_de_jure_liege_title = title:e_sweden }
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
title:k_petrograd = { is_titular = no }
|
||||||
|
OR = {
|
||||||
|
has_title = title:k_petrograd
|
||||||
|
completely_controls = title:k_petrograd
|
||||||
|
}
|
||||||
|
}
|
||||||
|
title:k_petrograd = { set_de_jure_liege_title = title:e_sweden }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
16850
common/scripted_effects/00_scheme_scripted_effects.txt
Normal file
16850
common/scripted_effects/00_scheme_scripted_effects.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -987,7 +987,7 @@ tgp_has_cultural_naming_in_chinese = {
|
||||||
has_cultural_pillar = heritage_hmongic
|
has_cultural_pillar = heritage_hmongic
|
||||||
culture_is_or_has_ancestor_trigger = { CULTURE = culture:cham }
|
culture_is_or_has_ancestor_trigger = { CULTURE = culture:cham }
|
||||||
has_cultural_pillar = heritage_byzantine
|
has_cultural_pillar = heritage_byzantine
|
||||||
culture_is_or_has_ancestor_trigger = { CULTURE = culture:roman }
|
# culture_is_or_has_ancestor_trigger = { CULTURE = culture:roman }
|
||||||
culture_is_or_has_ancestor_trigger = { CULTURE = culture:avar }
|
culture_is_or_has_ancestor_trigger = { CULTURE = culture:avar }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
1
events/NEOW_decisions.txt
Normal file
1
events/NEOW_decisions.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
namespace = NEOW_decisions
|
||||||
|
|
@ -4788,8 +4788,12 @@ coronation_events.6100 = {
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:activity.var:activity_special_type_progression >= 25
|
scope:activity.var:activity_special_type_progression >= 25
|
||||||
scope:host.faith.religion = {
|
scope:host = {
|
||||||
this = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
scope:host = {
|
scope:host = {
|
||||||
OR = {
|
OR = {
|
||||||
|
|
@ -4810,8 +4814,12 @@ coronation_events.6100 = {
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:activity.var:activity_special_type_progression >= 25
|
scope:activity.var:activity_special_type_progression >= 25
|
||||||
scope:host.faith.religion = {
|
scope:host = {
|
||||||
this = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
scope:host = {
|
scope:host = {
|
||||||
OR = {
|
OR = {
|
||||||
|
|
@ -4866,8 +4874,12 @@ coronation_events.6100 = {
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:activity.var:activity_special_type_progression >= 25
|
scope:activity.var:activity_special_type_progression >= 25
|
||||||
scope:host.faith.religion = {
|
scope:host = {
|
||||||
this = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
scope:host = {
|
scope:host = {
|
||||||
OR = {
|
OR = {
|
||||||
|
|
@ -4888,8 +4900,12 @@ coronation_events.6100 = {
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:activity.var:activity_special_type_progression >= 25
|
scope:activity.var:activity_special_type_progression >= 25
|
||||||
scope:host.faith.religion = {
|
scope:host = {
|
||||||
this = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
scope:host = {
|
scope:host = {
|
||||||
OR = {
|
OR = {
|
||||||
|
|
@ -4920,8 +4936,12 @@ coronation_events.6100 = {
|
||||||
}
|
}
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:host.faith.religion = {
|
scope:host = {
|
||||||
this = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
desc = coronation_events.6100.desc_christian_guest
|
desc = coronation_events.6100.desc_christian_guest
|
||||||
|
|
@ -4933,8 +4953,12 @@ coronation_events.6100 = {
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:activity.var:activity_special_type_progression >= 25
|
scope:activity.var:activity_special_type_progression >= 25
|
||||||
scope:host.faith.religion = {
|
scope:host = {
|
||||||
this = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
scope:host = {
|
scope:host = {
|
||||||
OR = {
|
OR = {
|
||||||
|
|
@ -11654,8 +11678,12 @@ coronation_events.6130 = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this = scope:host
|
this = scope:host
|
||||||
scope:host.faith.religion = {
|
scope:host = {
|
||||||
this = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
desc = coronation_events.6130.papal_intro_host
|
desc = coronation_events.6130.papal_intro_host
|
||||||
|
|
@ -11668,8 +11696,12 @@ coronation_events.6130 = {
|
||||||
option = coronation_type_anointment
|
option = coronation_type_anointment
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
scope:host.faith.religion = {
|
scope:host = {
|
||||||
this = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
desc = coronation_events.6130.papal_intro_guest
|
desc = coronation_events.6130.papal_intro_guest
|
||||||
|
|
@ -11679,7 +11711,9 @@ coronation_events.6130 = {
|
||||||
this = scope:host
|
this = scope:host
|
||||||
scope:host.faith.religion = {
|
scope:host.faith.religion = {
|
||||||
OR = {
|
OR = {
|
||||||
this = religion:christianity_religion
|
this = religion:eastern_orthodox_religion
|
||||||
|
this = religion:catholic_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
this = religion:judaism_religion
|
this = religion:judaism_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -11691,7 +11725,9 @@ coronation_events.6130 = {
|
||||||
this = scope:host
|
this = scope:host
|
||||||
scope:host.faith.religion = {
|
scope:host.faith.religion = {
|
||||||
OR = {
|
OR = {
|
||||||
this = religion:christianity_religion
|
this = religion:eastern_orthodox_religion
|
||||||
|
this = religion:catholic_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
this = religion:judaism_religion
|
this = religion:judaism_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11654,7 +11654,7 @@ pilgrimage.6760 = {
|
||||||
limit = {
|
limit = {
|
||||||
NOR = {
|
NOR = {
|
||||||
faith = faith:orthodox
|
faith = faith:orthodox
|
||||||
religion = religion:catholic_religion
|
faith.religion = religion:catholic_religion
|
||||||
}
|
}
|
||||||
faith.religion ?= religion:christianity_religion
|
faith.religion ?= religion:christianity_religion
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ roman_restoration.0002 = {
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
}
|
}
|
||||||
desc = roman_restoration.0002.desc.hellenics
|
desc = roman_restoration.0002.desc.hellenics
|
||||||
}
|
}
|
||||||
|
|
@ -126,7 +126,7 @@ roman_restoration.0002 = {
|
||||||
trigger = {
|
trigger = {
|
||||||
NAND = {
|
NAND = {
|
||||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
}
|
}
|
||||||
NOT = {
|
NOT = {
|
||||||
has_title = title:e_hre
|
has_title = title:e_hre
|
||||||
|
|
@ -138,7 +138,7 @@ roman_restoration.0002 = {
|
||||||
trigger = {
|
trigger = {
|
||||||
NAND = {
|
NAND = {
|
||||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
}
|
}
|
||||||
has_title = title:e_hre
|
has_title = title:e_hre
|
||||||
}
|
}
|
||||||
|
|
@ -147,7 +147,7 @@ roman_restoration.0002 = {
|
||||||
name = { # Crazy Hellenics
|
name = { # Crazy Hellenics
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
NOT = {
|
NOT = {
|
||||||
has_title = title:e_hre
|
has_title = title:e_hre
|
||||||
}
|
}
|
||||||
|
|
@ -157,7 +157,7 @@ roman_restoration.0002 = {
|
||||||
name = { # Crazy Hellenics HRE
|
name = { # Crazy Hellenics HRE
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
has_title = title:e_hre
|
has_title = title:e_hre
|
||||||
}
|
}
|
||||||
text = roman_restoration.0002.d
|
text = roman_restoration.0002.d
|
||||||
|
|
@ -402,7 +402,7 @@ scripted_trigger roman_restoration_0010_is_valid_roman_empire_trigger = {
|
||||||
is_ai = no
|
is_ai = no
|
||||||
is_roman_emperor_trigger = yes
|
is_roman_emperor_trigger = yes
|
||||||
OR = {
|
OR = {
|
||||||
faith.religion = faith:catholic.religion # Either Christian
|
faith.religion = faith:roman_catholic.religion # Either Christian
|
||||||
faith.religion = faith:hellenic_pagan.religion # Or Hellenic
|
faith.religion = faith:hellenic_pagan.religion # Or Hellenic
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1012,7 +1012,7 @@ roman_restoration.0024 = {
|
||||||
# Christian Roman Empire
|
# Christian Roman Empire
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
}
|
}
|
||||||
desc = roman_restoration.0024.desc.christian
|
desc = roman_restoration.0024.desc.christian
|
||||||
}
|
}
|
||||||
|
|
@ -1027,7 +1027,7 @@ roman_restoration.0024 = {
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
NOR = {
|
NOR = {
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
faith.religion = faith:hellenic_pagan.religion
|
faith.religion = faith:hellenic_pagan.religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -2052,7 +2052,7 @@ roman_restoration.0124 = {
|
||||||
every_player = {
|
every_player = {
|
||||||
limit = {
|
limit = {
|
||||||
this != root
|
this != root
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
}
|
}
|
||||||
trigger_event = roman_restoration.0125 # Notification.
|
trigger_event = roman_restoration.0125 # Notification.
|
||||||
}
|
}
|
||||||
|
|
@ -2228,7 +2228,7 @@ roman_restoration.0130 = {
|
||||||
limit = { exists = title:k_papal_state.holder }
|
limit = { exists = title:k_papal_state.holder }
|
||||||
title:k_papal_state.holder = { save_scope_as = scoped_pope }
|
title:k_papal_state.holder = { save_scope_as = scoped_pope }
|
||||||
}
|
}
|
||||||
faith:catholic = { save_scope_as = catholic }
|
faith:roman_catholic = { save_scope_as = catholic }
|
||||||
destroy_papacy_scripted_effect = yes
|
destroy_papacy_scripted_effect = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2258,7 +2258,7 @@ roman_restoration.0130 = {
|
||||||
limit = {
|
limit = {
|
||||||
this != root
|
this != root
|
||||||
OR = {
|
OR = {
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
faith.religion = root.faith.religion
|
faith.religion = root.faith.religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -2283,7 +2283,7 @@ roman_restoration.0131 = {
|
||||||
# Christian Reaction
|
# Christian Reaction
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
root.faith.religion = faith:catholic.religion
|
root.faith.religion = faith:roman_catholic.religion
|
||||||
}
|
}
|
||||||
desc = roman_restoration.0131.desc.christians
|
desc = roman_restoration.0131.desc.christians
|
||||||
}
|
}
|
||||||
|
|
@ -2291,7 +2291,7 @@ roman_restoration.0131 = {
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
NOR = {
|
NOR = {
|
||||||
root.faith.religion = faith:catholic.religion
|
root.faith.religion = faith:roman_catholic.religion
|
||||||
root.faith.religion = scope:scoped_destroyer.faith.religion
|
root.faith.religion = scope:scoped_destroyer.faith.religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -2338,7 +2338,7 @@ roman_restoration.0131 = {
|
||||||
name = {
|
name = {
|
||||||
trigger = {
|
trigger = {
|
||||||
NOR = {
|
NOR = {
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
faith.religion = scope:scoped_destroyer.faith.religion
|
faith.religion = scope:scoped_destroyer.faith.religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -2587,7 +2587,7 @@ roman_restoration.0151 = {
|
||||||
trigger = {
|
trigger = {
|
||||||
NOT = {
|
NOT = {
|
||||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
desc = roman_restoration.0002.desc.christians
|
desc = roman_restoration.0002.desc.christians
|
||||||
|
|
@ -2596,7 +2596,7 @@ roman_restoration.0151 = {
|
||||||
triggered_desc = {
|
triggered_desc = {
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
}
|
}
|
||||||
desc = roman_restoration.0002.desc.hellenics
|
desc = roman_restoration.0002.desc.hellenics
|
||||||
}
|
}
|
||||||
|
|
@ -2614,7 +2614,7 @@ roman_restoration.0151 = {
|
||||||
trigger = {
|
trigger = {
|
||||||
NOT = {
|
NOT = {
|
||||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
}
|
}
|
||||||
NOR = {
|
NOR = {
|
||||||
has_title = title:e_byzantium
|
has_title = title:e_byzantium
|
||||||
|
|
@ -2627,7 +2627,7 @@ roman_restoration.0151 = {
|
||||||
trigger = {
|
trigger = {
|
||||||
NOT = {
|
NOT = {
|
||||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
}
|
}
|
||||||
OR = {
|
OR = {
|
||||||
has_title = title:e_byzantium
|
has_title = title:e_byzantium
|
||||||
|
|
@ -2639,7 +2639,7 @@ roman_restoration.0151 = {
|
||||||
name = roman_restoration.0002.c
|
name = roman_restoration.0002.c
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
NOR = {
|
NOR = {
|
||||||
has_title = title:e_byzantium
|
has_title = title:e_byzantium
|
||||||
has_title = title:e_hre
|
has_title = title:e_hre
|
||||||
|
|
@ -2650,7 +2650,7 @@ roman_restoration.0151 = {
|
||||||
name = roman_restoration.0002.d
|
name = roman_restoration.0002.d
|
||||||
trigger = {
|
trigger = {
|
||||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||||
faith.religion = faith:catholic.religion
|
faith.religion = faith:roman_catholic.religion
|
||||||
OR = {
|
OR = {
|
||||||
has_title = title:e_byzantium
|
has_title = title:e_byzantium
|
||||||
has_title = title:e_hre
|
has_title = title:e_hre
|
||||||
|
|
|
||||||
|
|
@ -284,7 +284,7 @@ great_holy_war.0001 = {
|
||||||
if = {
|
if = {
|
||||||
limit = {
|
limit = {
|
||||||
has_ep3_dlc_trigger = yes
|
has_ep3_dlc_trigger = yes
|
||||||
scope:the_faith = { this = faith:catholic }
|
scope:the_faith = { this = faith:roman_catholic }
|
||||||
ep3_frankokratia_ghw_trigger = yes
|
ep3_frankokratia_ghw_trigger = yes
|
||||||
ep3_frankokratia_financier_exists_trigger = yes
|
ep3_frankokratia_financier_exists_trigger = yes
|
||||||
}
|
}
|
||||||
|
|
@ -604,7 +604,7 @@ great_holy_war.0001 = {
|
||||||
NOT = {
|
NOT = {
|
||||||
exists = global_var:cath_crusade_1
|
exists = global_var:cath_crusade_1
|
||||||
}
|
}
|
||||||
scope:the_faith = { this = faith:catholic }
|
scope:the_faith = { this = faith:roman_catholic }
|
||||||
}
|
}
|
||||||
set_global_variable = {
|
set_global_variable = {
|
||||||
name = cath_crusade_1
|
name = cath_crusade_1
|
||||||
|
|
@ -613,7 +613,7 @@ great_holy_war.0001 = {
|
||||||
}
|
}
|
||||||
else_if = {
|
else_if = {
|
||||||
limit = {
|
limit = {
|
||||||
scope:the_faith = { this = faith:catholic }
|
scope:the_faith = { this = faith:roman_catholic }
|
||||||
}
|
}
|
||||||
change_global_variable = {
|
change_global_variable = {
|
||||||
name = cath_crusade_1
|
name = cath_crusade_1
|
||||||
|
|
@ -882,29 +882,39 @@ scripted_trigger great_holy_war_0010_byzantion_reason_trigger = {
|
||||||
trigger_if = { # Byzantine Empire
|
trigger_if = { # Byzantine Empire
|
||||||
limit = { exists = title:e_byzantium.holder } # Make sure a holder exists beforehand
|
limit = { exists = title:e_byzantium.holder } # Make sure a holder exists beforehand
|
||||||
title:e_byzantium.holder.religion = {
|
title:e_byzantium.holder.religion = {
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
title:c_byzantion.holder.top_liege.religion = { # Constantinople
|
title:c_byzantion.holder.top_liege.religion = { # Constantinople
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
title:c_paphlagonia.holder.top_liege.religion = { # Ankyra
|
title:c_paphlagonia.holder.top_liege.religion = { # Ankyra
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
title:c_attica.holder.top_liege.religion = { # Athens
|
title:c_attica.holder.top_liege.religion = { # Athens
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
title:c_korinthos.holder.top_liege.religion = { # Corinth
|
title:c_korinthos.holder.top_liege.religion = { # Corinth
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -913,28 +923,38 @@ scripted_trigger great_holy_war_0010_byzantion_reason_trigger = {
|
||||||
scripted_trigger great_holy_war_0010_europe_reason_trigger = {
|
scripted_trigger great_holy_war_0010_europe_reason_trigger = {
|
||||||
OR = {
|
OR = {
|
||||||
title:c_venaissin.holder.top_liege.religion = { # Provence
|
title:c_venaissin.holder.top_liege.religion = { # Provence
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
title:c_toulouse.holder.top_liege.religion = { # Toulouse
|
title:c_toulouse.holder.top_liege.religion = { # Toulouse
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
title:c_ile_de_france.holder.top_liege.religion = { # Paris
|
title:c_ile_de_france.holder.top_liege.religion = { # Paris
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
title:c_cologne.holder.top_liege.religion = { # Cologne
|
title:c_cologne.holder.top_liege.religion = { # Cologne
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
title:c_halberstadt.holder.top_liege.religion = { # Halberstadt
|
title:c_halberstadt.holder.top_liege.religion = { # Halberstadt
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -949,18 +969,24 @@ scripted_trigger great_holy_war_0010_mecca_reason_trigger = {
|
||||||
scripted_trigger great_holy_war_0010_centre_reason_trigger = {
|
scripted_trigger great_holy_war_0010_centre_reason_trigger = {
|
||||||
OR = {
|
OR = {
|
||||||
title:c_baghdad.holder.top_liege.religion = { # Baghdad
|
title:c_baghdad.holder.top_liege.religion = { # Baghdad
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
title:c_damascus.holder.top_liege.religion = { # Damascus
|
title:c_damascus.holder.top_liege.religion = { # Damascus
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
title:c_cairo.holder.top_liege.religion = { # Cairo
|
title:c_cairo.holder.top_liege.religion = { # Cairo
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -969,18 +995,24 @@ scripted_trigger great_holy_war_0010_centre_reason_trigger = {
|
||||||
scripted_trigger great_holy_war_0010_africa_reason_trigger = {
|
scripted_trigger great_holy_war_0010_africa_reason_trigger = {
|
||||||
OR = {
|
OR = {
|
||||||
title:c_marrakesh.holder.top_liege.religion = { # Marrakesh
|
title:c_marrakesh.holder.top_liege.religion = { # Marrakesh
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
title:c_tunis.holder.top_liege.religion = { # Tunis
|
title:c_tunis.holder.top_liege.religion = { # Tunis
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
title:c_algier.holder.top_liege.religion = { # Algier
|
title:c_algier.holder.top_liege.religion = { # Algier
|
||||||
NOT = {
|
NOR = {
|
||||||
this = religion:christianity_religion
|
this = religion:catholic_religion
|
||||||
|
this = religion:orthodox_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3649,7 +3649,7 @@ travel_events_bp3.75 = { # Dreams Brewing
|
||||||
root.culture = { has_cultural_parameter = allows_brewery }
|
root.culture = { has_cultural_parameter = allows_brewery }
|
||||||
root.faith = {
|
root.faith = {
|
||||||
OR = {
|
OR = {
|
||||||
this = faith:catholic
|
this = faith:roman_catholic
|
||||||
has_doctrine_parameter = allows_brewery
|
has_doctrine_parameter = allows_brewery
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -3672,7 +3672,7 @@ travel_events_bp3.75 = { # Dreams Brewing
|
||||||
root.faith = {
|
root.faith = {
|
||||||
OR = {
|
OR = {
|
||||||
has_doctrine_parameter = allows_brewery
|
has_doctrine_parameter = allows_brewery
|
||||||
this = faith:catholic
|
this = faith:roman_catholic
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -3702,7 +3702,7 @@ travel_events_bp3.75 = { # Dreams Brewing
|
||||||
faith = {
|
faith = {
|
||||||
OR = {
|
OR = {
|
||||||
has_doctrine_parameter = allows_brewery
|
has_doctrine_parameter = allows_brewery
|
||||||
this = faith:catholic
|
this = faith:roman_catholic
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -3722,7 +3722,7 @@ travel_events_bp3.75 = { # Dreams Brewing
|
||||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
faith = {
|
faith = {
|
||||||
OR = {
|
OR = {
|
||||||
this = faith:catholic
|
this = faith:roman_catholic
|
||||||
has_doctrine_parameter = allows_brewery
|
has_doctrine_parameter = allows_brewery
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
l_english:
|
||||||
|
random_entertainment_text_hitchhikers:0 "The Hitchhiker's Guide to the Galaxy"
|
||||||
|
random_entertainment_text_dune:0 "Dune"
|
||||||
|
random_entertainment_text_hobbit:0 "The Hobbit"
|
||||||
|
random_entertainment_text_lotr:0 "The Lord of the Rings"
|
||||||
|
random_entertainment_text_narnia:0 "The Chronicles of Narnia"
|
||||||
|
random_entertainment_text_foundation:0 "Foundation" #English
|
||||||
|
random_entertainment_text_one_hundred_years:"One Hundred Years of Solitude" #Spanish
|
||||||
|
random_entertainment_text_les_drames:0 "Les Drames de Paris" #French
|
||||||
|
random_entertainment_text_le_club:0 "Le Club des Valets de Coeur" #French
|
||||||
|
random_entertainment_text_les_chevaliers:0 "Les Chevaliers du Clair de Lune" #French
|
||||||
|
random_entertainment_text_the_shell_seekers:0 "The Shell Seekers" #English/German
|
||||||
|
random_entertainment_text_pillars:0 "The Pillars of the Earth" #English/German
|
||||||
|
random_entertainment_text_perfume:0 "Perfume: The Story of a Murderer" #German
|
||||||
|
random_entertainment_text_faceless:0 "Faceless Killers" #Swedish
|
||||||
|
random_entertainment_text_the_alchemist:0 "The Alchemist" #Portuguese
|
||||||
|
random_entertainment_text_the_brothers:0 "The Brothers Karamazov" #Russian
|
||||||
|
random_entertainment_text_one_thousand:0 "One Thousand and One Nights" #Worldwide
|
||||||
|
random_entertainment_text_nineteen_eighty_four:0 "Nineteen Eighty-Four" #English
|
||||||
|
random_entertainment_text_the_divine_comedy:0 "The Divine Comedy" #Latin sprachbund
|
||||||
|
random_entertainment_text_the_odyssey:0 "The Odyssey" #Latin/Greek
|
||||||
|
random_entertainment_text_war_and_peace:0 "War and Peace" #Latin/Greek
|
||||||
|
random_entertainment_text_the_pyramid:0 "The Pyramid" #Albanian
|
||||||
|
|
||||||
|
|
@ -0,0 +1,895 @@
|
||||||
|
l_english:
|
||||||
|
#MountedWarriorTerm
|
||||||
|
knight:1 "$knight_culture_player_no_tooltip_lowercase$"
|
||||||
|
#MountedWarriorTermPlural
|
||||||
|
knights:2 "$knight_culture_player_plural_no_tooltip_lowercase$"
|
||||||
|
#MountedWarriorAdjective
|
||||||
|
knightly:1 "$knight_culture_player_adjective_no_tooltip_lowercase$"
|
||||||
|
#MartialTournamentAdjective
|
||||||
|
tournament_jousting:0 "jousting"
|
||||||
|
tournament_wrestling:0 "wrestling"
|
||||||
|
tournament_sparring:0 "sparring"
|
||||||
|
#FortifiedBuilding
|
||||||
|
castle:0 "castle"
|
||||||
|
castles:0 "castles"
|
||||||
|
mansion:1 "palace"
|
||||||
|
mansions:0 "palaces"
|
||||||
|
temple:0 "temple"
|
||||||
|
temples:0 "temples"
|
||||||
|
office: "office"
|
||||||
|
office_plural: "offices"
|
||||||
|
|
||||||
|
residence: "residence"
|
||||||
|
residences: "residences"
|
||||||
|
yurt_residence: "yurt"
|
||||||
|
yurt_residence_plural: "yurts"
|
||||||
|
hall_residence: "hall"
|
||||||
|
hall_residence_plural: "hall"
|
||||||
|
#IndefiniteBodyOfWater
|
||||||
|
body_of_water_a_lake:0 "a lake"
|
||||||
|
body_of_water_an_oasis:0 "an oasis"
|
||||||
|
body_of_water_the_ocean:0 "the ocean"
|
||||||
|
body_of_water_a_river:0 "a river"
|
||||||
|
body_of_water_a_large_pond:0 "a large pond"
|
||||||
|
body_of_water_a_lagoon:0 "a lagoon"
|
||||||
|
body_of_water_a_watering_hole:0 "a watering hole"
|
||||||
|
#RandomExampleName
|
||||||
|
random_example_name_default:0 "Ranald"
|
||||||
|
#TerrainType
|
||||||
|
terrain_terraced_hills: "terraced hills"
|
||||||
|
terrain_plains:0 "plains"
|
||||||
|
terrain_farmlands:0 "farmlands"
|
||||||
|
terrain_hills:0 "hills"
|
||||||
|
terrain_mountains:0 "mountains"
|
||||||
|
terrain_desert:0 "desert"
|
||||||
|
terrain_oasis:0 "oasis"
|
||||||
|
terrain_jungle:0 "jungle"
|
||||||
|
terrain_taiga:0 "taiga"
|
||||||
|
terrain_wetlands:0 "wetlands"
|
||||||
|
terrain_steppe:0 "steppe"
|
||||||
|
terrain_floodplains:0 "floodplains"
|
||||||
|
terrain_drylands:0 "drylands"
|
||||||
|
terrain_forest:0 "forest"
|
||||||
|
terrain_deserts: "sands"
|
||||||
|
terrain_oases: "oases"
|
||||||
|
terrain_jungles: "trees"
|
||||||
|
terrain_forests: "woods"
|
||||||
|
terrain_taigas: "taigas"
|
||||||
|
terrain_steppes: "steppes"
|
||||||
|
#LocalAnimal
|
||||||
|
animal_hart:0 "hart"
|
||||||
|
animal_stag:0 "stag"
|
||||||
|
animal_boar:0 "boar"
|
||||||
|
animal_wolf:0 "wolf"
|
||||||
|
animal_fox:0 "fox"
|
||||||
|
animal_hare:0 "hare"
|
||||||
|
animal_lion:0 "lion"
|
||||||
|
animal_tiger:0 "tiger"
|
||||||
|
animal_bear:0 "bear"
|
||||||
|
animal_unicorn:0 "unicorn"
|
||||||
|
animal_dragon:0 "dragon"
|
||||||
|
animal_lynx:0 "lynx"
|
||||||
|
#LocalAnimalMultiple
|
||||||
|
animal_harts:0 "harts"
|
||||||
|
animal_stags:0 "stags"
|
||||||
|
animal_boars:0 "boars"
|
||||||
|
animal_wolfs:1 "wolves"
|
||||||
|
animal_foxes:0 "foxes"
|
||||||
|
animal_hares:0 "hares"
|
||||||
|
animal_lions:0 "lions"
|
||||||
|
animal_tigers:0 "tigers"
|
||||||
|
animal_bears:0 "bears"
|
||||||
|
animal_unicorns:0 "unicorns"
|
||||||
|
animal_dragons:0 "dragons"
|
||||||
|
animal_lynxes:0 "lynxes"
|
||||||
|
#Extra used in mythical_map_creatures
|
||||||
|
creature_dog_people: "dog-headed men"
|
||||||
|
creature_basilisks: "basilisks"
|
||||||
|
creature_giant_serpent: "giant serpents"
|
||||||
|
creature_horned_men: "horned men"
|
||||||
|
creature_amazons: "amazons"
|
||||||
|
creature_headless_men: "headless men"
|
||||||
|
creature_giants: "giants"
|
||||||
|
creature_hoved_feeted_men: "hove-feeted men"
|
||||||
|
creature_giant_crabs: "gigantic crabs"
|
||||||
|
creature_cyclops: "one-eyed giants"
|
||||||
|
creature_dog_people_capitalized: "Dog-Headed Men"
|
||||||
|
creature_basilisks_capitalized: "Basilisks"
|
||||||
|
creature_giant_serpent_capitalized: "Giant Serpents"
|
||||||
|
creature_horned_men_capitalized: "Horned men"
|
||||||
|
creature_amazons_capitalized: "Amazons"
|
||||||
|
creature_headless_men_capitalized: "Headless Men"
|
||||||
|
creature_giants_capitalized: "Giants"
|
||||||
|
creature_hoved_feeted_men_capitalized: "Hove-Feeted Men"
|
||||||
|
creature_giant_crabs_capitalized: "Gigantic Crabs"
|
||||||
|
creature_cyclops_capitalized: "One-Eyed Giants"
|
||||||
|
animal_unicorns_capitalized: "Unicorns"
|
||||||
|
animal_dragons_capitalized: "Dragons"
|
||||||
|
#LocalAnimalDesc
|
||||||
|
animal_flighty_desc:0 "flighty"
|
||||||
|
animal_proud_desc:0 "proud"
|
||||||
|
animal_majestic_desc:0 "majestic"
|
||||||
|
animal_powerful_desc:0 "powerful"
|
||||||
|
animal_sly_desc:0 "sly"
|
||||||
|
animal_quick_desc:0 "quick"
|
||||||
|
animal_swift_desc:0 "swift"
|
||||||
|
animal_devious_desc:0 "devious"
|
||||||
|
animal_despised_desc:0 "despised"
|
||||||
|
animal_loathsome_desc:0 "loathsome"
|
||||||
|
animal_mystical_desc:0 "mystical"
|
||||||
|
animal_fabled_desc:0 "fabled"
|
||||||
|
animal_cunning_desc:0 "cunning"
|
||||||
|
animal_prancing_desc:0 "prancing"
|
||||||
|
animal_leaping_desc:0 "leaping"
|
||||||
|
animal_ferocious_desc:0 "ferocious"
|
||||||
|
animal_deadly_desc:0 "deadly"
|
||||||
|
#Abortifacients
|
||||||
|
abortifacient_pennyroyal:0 "pennyroyal"
|
||||||
|
abortifacient_catmint:0 "catmint"
|
||||||
|
abortifacient_thymbra:0 "thymbra"
|
||||||
|
abortifacient_broadleaf_sage:0 "broadleaf sage"
|
||||||
|
abortifacient_soapwort:0 "soapwort"
|
||||||
|
abortifacient_galingales:0 "galingales"
|
||||||
|
abortifacient_bishops_lace:0 "bishop's lace"
|
||||||
|
abortifacient_wild_carrot:0 "wild carrot"
|
||||||
|
abortifacient_bitter_melon:0 "bitter melon"
|
||||||
|
abortifacient_nutmeg:0 "nutmeg"
|
||||||
|
abortifacient_saffron:0 "saffron"
|
||||||
|
abortifacient_vervain:0 "vervain"
|
||||||
|
abortifacient_herb_of_grace:0 "herb-of-grace"
|
||||||
|
abortifacient_rue:0 "rue"
|
||||||
|
abortifacient_tansy:0 "tansy"
|
||||||
|
abortifacient_ergot:0 "ergot"
|
||||||
|
#Venomous Creatures
|
||||||
|
venomous_creature_spider:0 "spider"
|
||||||
|
venomous_creature_scorpion:0 "scorpion"
|
||||||
|
venomous_creature_thing:0 "...thing"
|
||||||
|
venomous_creature_rare_spider:0 "deadly spider"
|
||||||
|
venomous_creature_deathstalker:0 "deathstalker"
|
||||||
|
venomous_creature_red_scorpion:0 "red scorpion"
|
||||||
|
venomous_creature_fat_tail:0 "fat-tail scorpion"
|
||||||
|
venomous_creature_mamba:0 "mamba"
|
||||||
|
venomous_creature_daboia:0 "daboia"
|
||||||
|
venomous_creature_king_cobra:0 "king cobra"
|
||||||
|
venomous_creature_saw_scale:0 "saw-scale viper"
|
||||||
|
venomous_creature_boomslang:0 "boomslang"
|
||||||
|
venomous_creature_krait:0 "krait snake"
|
||||||
|
venomous_creature_viper:0 "viper"
|
||||||
|
venomous_creature_snake:0 "snake"
|
||||||
|
venomous_creature_beaked_mammal:0 "strange, duck-billed mammal"
|
||||||
|
venomous_creature_sting:0 "sting"
|
||||||
|
venomous_creature_stings:0 "stings"
|
||||||
|
venomous_creature_bite:0 "bite"
|
||||||
|
venomous_creature_bites:0 "bites"
|
||||||
|
venomous_creature_scutter:0 "scutter"
|
||||||
|
venomous_creature_slither:0 "slither"
|
||||||
|
venomous_creature_scamper:0 "scamper"
|
||||||
|
|
||||||
|
#Venomous Creature Type Plural
|
||||||
|
venomous_creature_snake_plural:0 "snakes"
|
||||||
|
venomous_creature_spider_plural:0 "spiders"
|
||||||
|
venomous_creature_scorpion_plural:0 "scorpions"
|
||||||
|
venomous_creature_thing_plural:0 "things like that"
|
||||||
|
#Random religious texts
|
||||||
|
random_religious_text_golden_legend: "the Golden Legend"
|
||||||
|
random_religious_text_city_of_god: "the City of God"
|
||||||
|
random_religious_text_summa_theologica:0 "the Summa Theologica"
|
||||||
|
random_religious_text_sic_et_non: "the Sic et Non"
|
||||||
|
random_religious_text_the_small_book_on_theism:0 "the Small Book on Theism"
|
||||||
|
random_religious_text_modern_philosophy:0 "Modern Philosophy"
|
||||||
|
random_religious_text_stories_from_holy_book:0 "stories from the holy book"
|
||||||
|
random_religious_text_symeon_menologion: "the Symeon's Menologion"
|
||||||
|
random_religious_text_chrysostomos: "the Chrysostomos' Homilies"
|
||||||
|
random_religious_text_god_and_christ: "On God and Christ"
|
||||||
|
|
||||||
|
#Random Entertainment texts
|
||||||
|
random_entertainment_text_beowulf:0 "Beowulf"
|
||||||
|
random_entertainment_text_niebelungenlied:0 "Niebelungenlied"
|
||||||
|
random_entertainment_text_song_of_roland:0 "the Song of Roland"
|
||||||
|
random_entertainment_text_mabinogi:0 "the Mabinogi"
|
||||||
|
random_entertainment_text_travels_to_jerusalem:0 "Travels to Jerusalem"
|
||||||
|
random_entertainment_text_east_of_indus:0 "East of Indus"
|
||||||
|
random_entertainment_text_travels_to_byzantium:0 "Travels to Byzantium"
|
||||||
|
random_entertainment_text_digenes_akrites:0 "Digenes Akrites"
|
||||||
|
random_entertainment_text_riddle_poems:0 "Riddle Poems"
|
||||||
|
random_entertainment_text_epigrams: "Epigrammatic Poetry"
|
||||||
|
random_entertainment_text_philogelos: "the Philogelos"
|
||||||
|
|
||||||
|
#Random Informative Texts
|
||||||
|
random_informative_text_on_the_judgement_of_the_stars:0 "On the Judgement of the Stars"
|
||||||
|
random_informative_text_the_perfect_state:0 "The Perfect State"
|
||||||
|
random_informative_text_spiritual_medicine:0 "Spiritual Medicine"
|
||||||
|
random_informative_text_trotula:0 "the Trotula"
|
||||||
|
random_informative_text_the_improvement_of_the_moral_qualities:0 "the Improvement of the Moral Qualities"
|
||||||
|
random_informative_text_armes_prydein:0 "the Armes Prydein"
|
||||||
|
random_informative_text_almagest:0 "the Almagest"
|
||||||
|
random_informative_text_anekdota: "the Anekdota"
|
||||||
|
random_informative_text_chronographia: "the Chronographia"
|
||||||
|
|
||||||
|
#Musical Performer
|
||||||
|
music_performer_troubadour:0 "troubadour"
|
||||||
|
|
||||||
|
#Musical Perfromer Possessive
|
||||||
|
music_performer_troubadour_possessive:0 "troubadour's"
|
||||||
|
|
||||||
|
#Regional drink
|
||||||
|
wine:0 "wine"
|
||||||
|
mead:0 "mead"
|
||||||
|
palm_wine:0 "palm wine"
|
||||||
|
slivovitz:0 "slivovitz"
|
||||||
|
byzantine_cypriot:0 "Cypriot Commandaria"
|
||||||
|
byzantine_cypriots: "Cypriot Commandaria wines"
|
||||||
|
shiraz_white:0 "Shiraz white"
|
||||||
|
prunelle_liquer:0 "Prunelle Liqueur"
|
||||||
|
sack_wine:0 "sack wine"
|
||||||
|
tharra:0 "tharra"
|
||||||
|
arrack:0 "arrack"
|
||||||
|
tea:0 "tea"
|
||||||
|
soma:0 "soma"
|
||||||
|
macedonian_wine: "Macedonian wine"
|
||||||
|
macedonian_wines: "Macedonian wines"
|
||||||
|
cretan_muscat: "Cretan Muscat"
|
||||||
|
cretan_muscats: "Cretan Muscats"
|
||||||
|
rumney: "Rumney"
|
||||||
|
rumneys: "Rumney wines"
|
||||||
|
malvasia: "Malvasia"
|
||||||
|
malvasias: "Malvasia wines"
|
||||||
|
retsina: "Retsina"
|
||||||
|
retsinas: "Retsina wines"
|
||||||
|
rice_wine: "rice wine"
|
||||||
|
lychee_wine: "lychee wine"
|
||||||
|
millet_wine: "millet wine"
|
||||||
|
sorghum_wine: "sorghum wine"
|
||||||
|
plum_wine: "plum wine"
|
||||||
|
huangjiu: "huangjiu"
|
||||||
|
sake: "sake"
|
||||||
|
toddy: "toddy"
|
||||||
|
tuba: "tuba"
|
||||||
|
koumiss: "koumiss"
|
||||||
|
|
||||||
|
|
||||||
|
#Game
|
||||||
|
deck_of_cards:0 "deck of cards"
|
||||||
|
pachisi_board:0 "pachisi board"
|
||||||
|
chess_set:0 "chess set"
|
||||||
|
|
||||||
|
#Levies
|
||||||
|
levies_men:0 "men"
|
||||||
|
levies_women:0 "women"
|
||||||
|
levies_people:0 "people"
|
||||||
|
|
||||||
|
#OutdoorsHidingPlace
|
||||||
|
trees:0 "trees"
|
||||||
|
rocks:0 "rocks"
|
||||||
|
rock:0 "rock"
|
||||||
|
|
||||||
|
#ObjectToClimb
|
||||||
|
sand_dune:0 "sand dune"
|
||||||
|
boulder:0 "boulder"
|
||||||
|
tree:0 "tree"
|
||||||
|
|
||||||
|
#Curses (should not be translated, but remain the same in every language of the game)
|
||||||
|
curse_helvete:0 "helvete"
|
||||||
|
curse_helvetes_javla_skit:0 "helvetes jävla skit"
|
||||||
|
curse_skit:0 "skit"
|
||||||
|
curse_balders_balle:0 "Balders balle"
|
||||||
|
curse_fy_fanden:0 "fy fanden"
|
||||||
|
curse_haestkuk:0 "hæstkuk"
|
||||||
|
curse_pokker:0 "pokker"
|
||||||
|
curse_scheisse:0 "scheiße"
|
||||||
|
curse_dreck:0 "dreck"
|
||||||
|
curse_verdammt:0 "verdammt"
|
||||||
|
curse_gottverdammt:0 "gottverdammt"
|
||||||
|
curse_zum_teufel:0 "zum Teufel"
|
||||||
|
curse_himmel_arsch_und_zwirn:0 "Himmel, Arsch und Zwirn"
|
||||||
|
curse_kreuzdonnerwetter:0 "Kreuzdonnerwetter"
|
||||||
|
curse_zur_holle:0 "zur Hölle"
|
||||||
|
curse_was_fur_ein_mist:0 "was für ein Mist"
|
||||||
|
curse_was_fur_ein_dreck:0 "was für ein Dreck"
|
||||||
|
curse_godver:0 "godver"
|
||||||
|
curse_godverdomme:0 "godverdomme"
|
||||||
|
curse_tering:0 "tering"
|
||||||
|
curse_godgloeiende:0 "godgloeiende"
|
||||||
|
curse_kanker:0 "kanker"
|
||||||
|
curse_niech_mnie_diabli:0 "niech mnie diabli"
|
||||||
|
curse_zaraza:0 "zaraza"
|
||||||
|
curse_merde:0 "merde"
|
||||||
|
curse_putain:0 "putain"
|
||||||
|
curse_fils_de_pute:0 "fils de pute"
|
||||||
|
curse_alahue:0 "ålahue"
|
||||||
|
curse_jevla_mog:0 "jevla mög"
|
||||||
|
curse_sacrebleu:0 "sacrebleu"
|
||||||
|
curse_maldicion:0 "maldición"
|
||||||
|
curse_maldita_sea:0 "maldita sea"
|
||||||
|
curse_mierda:0 "mierda"
|
||||||
|
curse_habrase_visto:0 "habrase visto"
|
||||||
|
curse_madre_mia:0 "madre mía"
|
||||||
|
curse_ay_de_mi:0 "ay de mí"
|
||||||
|
curse_nom_dune_pipe:0 "nom d'une pipe"
|
||||||
|
curse_ostie_de_criss_de_tabarnak:0 "ostie de criss de tabarna"
|
||||||
|
curse_calisse:0 "calisse"
|
||||||
|
curse_morbleu:0 "morbleu"
|
||||||
|
curse_diantre:0 "diantre"
|
||||||
|
curse_peste:0 "peste"
|
||||||
|
curse_mortecouille:0 "mortecouille"
|
||||||
|
curse_ventre_dieu:0 "ventre-dieu"
|
||||||
|
curse_puterelle:0 "puterelle"
|
||||||
|
curse_proklyatie:0 "proklyatie"
|
||||||
|
curse_dyavol:0 "dyavol"
|
||||||
|
curse_vot_dermo:0 "vot dermo"
|
||||||
|
curse_vervloekt:0 "vervloekt"
|
||||||
|
curse_rupus_miltai:0 "rupūs miltai"
|
||||||
|
curse_velniai_rautu:0 "velniai rautų"
|
||||||
|
curse_rupuze:0 "rupūžė"
|
||||||
|
curse_skitr:0 "skitr"
|
||||||
|
curse_cazzo:0 "cazzo"
|
||||||
|
curse_minchia:0 "minchia"
|
||||||
|
curse_merda:0 "merda"
|
||||||
|
curse_vaffanculo:0 "vaffanculo"
|
||||||
|
curse_fu_gu: "fu gu"
|
||||||
|
curse_yanwang_suoming: "yán wáng suo mìng"
|
||||||
|
curse_lai_hama: "lài háma"
|
||||||
|
#Curses (fallbacks/religious, should be translated)
|
||||||
|
curse_curses:0 "curses"
|
||||||
|
curse_shit:0 "shit"
|
||||||
|
curse_by_the_blood:0 "by the blood"
|
||||||
|
curse_gods_wounds:0 "[ROOT.Char.GetFaith.HighGodNamePossessive] wounds"
|
||||||
|
curse_by_gods_nails:0 "by [ROOT.Char.GetFaith.HighGodNamePossessive] nails"
|
||||||
|
#GetOldBook
|
||||||
|
old_book_greek:0 "Slavic Bible"
|
||||||
|
old_book_abrahamic:0 "Greek Bible"
|
||||||
|
old_book_pagan:0 "Latin poetry book"
|
||||||
|
old_book_eastern:0 "Greek historiography"
|
||||||
|
old_book_general:0 "book of poetry in an old script"
|
||||||
|
#get_region_dog_type
|
||||||
|
dog_type_talbot:0 "talbot"
|
||||||
|
dog_type_corgi:0 "corgi"
|
||||||
|
dog_type_rache:0 "rache"
|
||||||
|
dog_type_spitz:0 "spitz"
|
||||||
|
dog_type_bullenbeisser:0 "bullenbeisser"
|
||||||
|
dog_type_chiengris:0 "chien-gris"
|
||||||
|
dog_type_molossian:0 "molossian"
|
||||||
|
dog_type_mastiff:0 "mastiff"
|
||||||
|
dog_type_vallhund:0 "vallhund"
|
||||||
|
dog_type_limer:0 "limer"
|
||||||
|
dog_type_alaunt:0 "alaunt"
|
||||||
|
dog_type_laika:0 "laika"
|
||||||
|
dog_type_basenji:0 "basenji"
|
||||||
|
dog_type_canaan:0 "canaan"
|
||||||
|
dog_type_saluki:0 "saluki"
|
||||||
|
dog_type_tazi:0 "tazi"
|
||||||
|
dog_type_desi:0 "desi"
|
||||||
|
dog_type_chow_chow: "chow chow"
|
||||||
|
dog_type_hokkaido: "hokkaido"
|
||||||
|
dog_type_jindo: "jindo"
|
||||||
|
dog_type_asong_gubat: "asong gubat"
|
||||||
|
dog_type_telomian: "telomian"
|
||||||
|
dog_type_kinta: "kinta"
|
||||||
|
dog_type_shar_pei: "shar pei"
|
||||||
|
dog_type_tibetan_mastiff: "tibetan mastiff"
|
||||||
|
dog_type_shikoku: "shikoku"
|
||||||
|
dog_type_akita: "akita"
|
||||||
|
dog_type_lion_dog:0 "lion dog"
|
||||||
|
dog_type_hound:0 "sighthound"
|
||||||
|
#get_region_flower_type
|
||||||
|
flower_type_hibiscus:0 "hibiscus"
|
||||||
|
flower_type_gardenia:0 "gardenia"
|
||||||
|
flower_type_lotus:0 "lotus"
|
||||||
|
flower_type_chrysanthemum:0 "chrysanthemum"
|
||||||
|
flower_type_jasmine:0 "jasmine"
|
||||||
|
flower_type_delphinium:0 "delphinium"
|
||||||
|
flower_type_violet:0 "violet"
|
||||||
|
flower_type_peony:0 "peony"
|
||||||
|
flower_type_lavender:0 "lavender"
|
||||||
|
flower_type_lily:0 "lily"
|
||||||
|
flower_type_geranium:0 "geranium"
|
||||||
|
flower_type_iris:0 "iris"
|
||||||
|
flower_type_foxglove:0 "foxglove"
|
||||||
|
flower_type_carnation:0 "carnation"
|
||||||
|
flower_type_snapdragon:0 "snapdragon"
|
||||||
|
flower_type_narcissus:0 "narcissus"
|
||||||
|
flower_type_crocus:0 "crocus"
|
||||||
|
flower_type_tulip:0 "tulip"
|
||||||
|
flower_type_poppy:0 "poppy"
|
||||||
|
flower_type_rose:0 "rose"
|
||||||
|
flower_type_orchid:0 "orchid"
|
||||||
|
flower_type_aster:0 "aster"
|
||||||
|
flower_type_camellia: "camellia"
|
||||||
|
flower_type_chinese_primrose: "primrose"
|
||||||
|
flower_type_plum_blossom: "plum blossom"
|
||||||
|
flower_type_cherry_blossom: "cherry blossom"
|
||||||
|
flower_type_japanese_iridaceae: "iridaceae"
|
||||||
|
flower_type_korean_bellflower: "bellflower"
|
||||||
|
flower_type_korean_rhododendron: "rhododendron"
|
||||||
|
flower_type_hokkaido_alpine: "hokkaido alpine flower"
|
||||||
|
flower_type_tropical_rafflesia: "rafflesia"
|
||||||
|
flower_type_nepenthes_pitcher: "pitcher"
|
||||||
|
flower_type_jade_vine: "jade vine"
|
||||||
|
flower_type_medinilla: "medinilla"
|
||||||
|
flower_type_tiger_orchid: "tiger orchid"
|
||||||
|
flower_type_telipogon: "telipogon"
|
||||||
|
flower_type_bali_orchid: "bali orchid"
|
||||||
|
flower_type_weigela: "weigela"
|
||||||
|
#get_region_flower_type_plural
|
||||||
|
flower_type_hibiscus_plural:0 "hibiscuses"
|
||||||
|
flower_type_gardenia_plural:0 "gardenias"
|
||||||
|
flower_type_lotus_plural:0 "lotuses"
|
||||||
|
flower_type_chrysanthemum_plural:0 "chrysanthemums"
|
||||||
|
flower_type_delphinium_plural:0 "delphiniums"
|
||||||
|
flower_type_violet_plural:0 "violets"
|
||||||
|
flower_type_peony_plural:0 "peonies"
|
||||||
|
flower_type_lily_plural:0 "lilies"
|
||||||
|
flower_type_geranium_plural:0 "geraniums"
|
||||||
|
flower_type_iris_plural:0 "irises"
|
||||||
|
flower_type_foxglove_plural:0 "foxgloves"
|
||||||
|
flower_type_carnation_plural:0 "carnations"
|
||||||
|
flower_type_snapdragon_plural:0 "snapdragons"
|
||||||
|
flower_type_narcissus_plural:0 "narcissuses"
|
||||||
|
flower_type_crocus_plural:0 "crocuses"
|
||||||
|
flower_type_tulip_plural:0 "tulips"
|
||||||
|
flower_type_poppy_plural:0 "poppies"
|
||||||
|
flower_type_rose_plural:0 "roses"
|
||||||
|
flower_type_orchid_plural:0 "orchids"
|
||||||
|
flower_type_aster_plural:0 "asters"
|
||||||
|
flower_type_camellia_plural: "camellias"
|
||||||
|
flower_type_chinese_primrose_plural: "primroses"
|
||||||
|
flower_type_plum_blossom_plural: "plum blossoms"
|
||||||
|
flower_type_cherry_blossom_plural: "cherry blossoms"
|
||||||
|
flower_type_japanese_iridaceae_plural: "iridaceae"
|
||||||
|
flower_type_korean_bellflower_plural: "bellflowers"
|
||||||
|
flower_type_korean_rhododendron_plural: "rhododendrons"
|
||||||
|
flower_type_hokkaido_alpine_plural: "hokkaido alpine flowers"
|
||||||
|
flower_type_tropical_rafflesia_plural: "rafflesias"
|
||||||
|
flower_type_nepenthes_pitcher_plural: "pitchers"
|
||||||
|
flower_type_jade_vine_plural: "jade vines"
|
||||||
|
flower_type_medinilla_plural: "medinillas"
|
||||||
|
flower_type_tiger_orchid_plural: "tiger orchids"
|
||||||
|
flower_type_telipogon_plural: "telipogons"
|
||||||
|
flower_type_bali_orchid_plural: "bali orchids"
|
||||||
|
flower_type_weigela_plural: "weigelas"
|
||||||
|
flower_type_lavender_plural: "lavenders"
|
||||||
|
flower_type_jasmine_plural: "jasmines"
|
||||||
|
kasbah:0 "kasbah"
|
||||||
|
durga:0 "durga"
|
||||||
|
kastron:0 "[Glossary( 'kástron', 'KASTRON_GLOSS' )]"
|
||||||
|
KASTRON_GLOSS: "Originally referring to a fortress or citadel, the #bold kástron#! came to signify the Byzantine city as a whole."
|
||||||
|
stronghold:0 "stronghold"
|
||||||
|
compound: "compound"
|
||||||
|
#Mythical Horned Creatures
|
||||||
|
horned_mythical_creature_tarasque:0 "tarasque"
|
||||||
|
horned_mythical_creature_indrik:0 "indrik"
|
||||||
|
horned_mythical_creature_ophiotaurus:0 "ophiotaur"
|
||||||
|
horned_mythical_creature_monocerus:0 "monocer"
|
||||||
|
horned_mythical_creature_centicore:0 "centicore"
|
||||||
|
horned_mythical_creature_erchitu:0 "erchitu"
|
||||||
|
horned_mythical_creature_hadhayosh:0 "hadhayosh"
|
||||||
|
horned_mythical_creature_bulgu:0 "bulgu"
|
||||||
|
horned_mythical_creature_catoblepas:0 "catoblepas"
|
||||||
|
horned_mythical_creature_keewakw:0 "kee-wakw"
|
||||||
|
#Regional Mythical Creatures
|
||||||
|
#Britannia
|
||||||
|
mythical_creature_britannia_water_leper:0 "Water Leper"
|
||||||
|
mythical_creature_britannia_fomorian:0 "Fomorian"
|
||||||
|
mythical_creature_britannia_fachan:0 "Fachan"
|
||||||
|
#West Europe
|
||||||
|
mythical_creature_west_europe_cockatrice:0 "Cockatrice"
|
||||||
|
mythical_creature_west_europe_lou_carcolh:0 "Lou Carcolh"
|
||||||
|
mythical_creature_west_europe_myrmecoleon:0 "Myrmecoleon"
|
||||||
|
#North Europe
|
||||||
|
mythical_creature_north_europe_antero_vipunen:0 "Antero Vipunen"
|
||||||
|
mythical_creature_north_europe_tjelvar:0 "Tjelvar"
|
||||||
|
mythical_creature_north_europe_fin:0 "Fin"
|
||||||
|
##Gotland
|
||||||
|
mythical_creature_north_europe_bysn: "Bysn"
|
||||||
|
mythical_creature_north_europe_disma: "Di Sma Undar Jårdi"
|
||||||
|
#South Europe
|
||||||
|
mythical_creature_south_europe_basilisk:0 "Basilisk"
|
||||||
|
mythical_creature_south_europe_lhombri:0 "L'hombri"
|
||||||
|
mythical_creature_south_europe_argus_panoptes:0 "Argus Panoptes"
|
||||||
|
#East Europe
|
||||||
|
mythical_creature_east_europe_baba_yaga:0 "Baba Yaga"
|
||||||
|
mythical_creature_east_europe_psoglav:0 "Psoglav"
|
||||||
|
mythical_creature_east_europe_sirin:0 "Sirin"
|
||||||
|
#West Africa
|
||||||
|
mythical_creature_west_africa_mami_wata:0 "Mami Wata"
|
||||||
|
mythical_creature_west_africa_dodo:0 "Dodo"
|
||||||
|
mythical_creature_west_africa_utelif:0 "Utelif"
|
||||||
|
#East Africa
|
||||||
|
mythical_creature_east_africa_liqimsa:0 "Liqimsa"
|
||||||
|
mythical_creature_east_africa_bulgu:0 "Bulgu"
|
||||||
|
mythical_creature_east_africa_opimachus:0 "Opimachus"
|
||||||
|
#Middle East
|
||||||
|
mythical_creature_middle_east_manticore:0 "Manticore"
|
||||||
|
mythical_creature_middle_east_behemoth:0 "Behemoth"
|
||||||
|
mythical_creature_middle_east_humbaba:0 "Humbaba"
|
||||||
|
#India
|
||||||
|
mythical_creature_india_makara:0 "Makara"
|
||||||
|
mythical_creature_india_yali:0 "Yali"
|
||||||
|
mythical_creature_india_rakshasha:0 "Rakshasha"
|
||||||
|
#East Asia
|
||||||
|
mythical_creature_east_asia_manaul: "Manaul"
|
||||||
|
mythical_creature_east_asia_bashee:0 "Bashee"
|
||||||
|
mythical_creature_east_asia_camphruch:0 "Camphruch"
|
||||||
|
mythical_creature_east_asia_qilin: "Qilin"
|
||||||
|
mythical_creature_east_asia_tengu: "Tengu"
|
||||||
|
mythical_creature_east_asia_naga: "Nāga"
|
||||||
|
#West Steppe
|
||||||
|
mythical_creature_west_steppe_aptah_baga: "Aptah-Baga"
|
||||||
|
mythical_creature_west_steppe_xullykuns: "Xullykuns"
|
||||||
|
mythical_creature_west_steppe_zilant: "Zilant"
|
||||||
|
#East Steppe
|
||||||
|
mythical_creature_east_steppe_yelbeghen: "Yelbeghen"
|
||||||
|
mythical_creature_east_steppe_tepegoz: "Tepegöz"
|
||||||
|
mythical_creature_east_steppe_archura: "Archura"
|
||||||
|
#Other/Fallback
|
||||||
|
mythical_creature_other_cipactli:0 "Cipactli"
|
||||||
|
mythical_creature_other_dragon:0 "Dragon"
|
||||||
|
#Lowercase
|
||||||
|
#Britannia
|
||||||
|
mythical_creature_britannia_water_leper_lower:0 "water leper"
|
||||||
|
mythical_creature_britannia_fomorian_lower:0 "fomorian"
|
||||||
|
mythical_creature_britannia_fachan_lower:0 "fachan"
|
||||||
|
#West Europe
|
||||||
|
mythical_creature_west_europe_cockatrice_lower:0 "cockatrice"
|
||||||
|
mythical_creature_west_europe_lou_carcolh_lower:0 "lou carcolh"
|
||||||
|
mythical_creature_west_europe_myrmecoleon_lower:0 "myrmecoleon"
|
||||||
|
#North Europe
|
||||||
|
mythical_creature_north_europe_giant_lower:0 "giant"
|
||||||
|
##Gotland
|
||||||
|
mythical_creature_north_europe_bysn_lower: "bysn"
|
||||||
|
mythical_creature_north_europe_disma_lower: "goblins"
|
||||||
|
#South Europe
|
||||||
|
mythical_creature_south_europe_basilisk_lower:0 "basilisk"
|
||||||
|
mythical_creature_south_europe_lhombri_lower:0 "l'hombri"
|
||||||
|
mythical_creature_south_europe_argus_panoptes_lower:0 "argus panoptes"
|
||||||
|
#East Europe
|
||||||
|
mythical_creature_east_europe_baba_yaga_lower:0 "baba yaga"
|
||||||
|
mythical_creature_east_europe_psoglav_lower:0 "psoglav"
|
||||||
|
mythical_creature_east_europe_sirin_lower:0 "sirin"
|
||||||
|
#West Africa
|
||||||
|
mythical_creature_west_africa_mami_wata_lower:0 "mami wata"
|
||||||
|
mythical_creature_west_africa_dodo_lower:0 "dodo"
|
||||||
|
mythical_creature_west_africa_utelif_lower:0 "utelif"
|
||||||
|
#East Africa
|
||||||
|
mythical_creature_east_africa_liqimsa_lower:0 "liqimsa"
|
||||||
|
mythical_creature_east_africa_bulgu_lower:0 "bulgu"
|
||||||
|
mythical_creature_east_africa_opimachus_lower:0 "opimachus"
|
||||||
|
#Middle East
|
||||||
|
mythical_creature_middle_east_manticore_lower:0 "manticore"
|
||||||
|
mythical_creature_middle_east_behemoth_lower:0 "behemoth"
|
||||||
|
mythical_creature_middle_east_humbaba_lower:0 "humbaba"
|
||||||
|
#India
|
||||||
|
mythical_creature_india_makara_lower:0 "makara"
|
||||||
|
mythical_creature_india_yali_lower:0 "yali"
|
||||||
|
mythical_creature_india_rakshasha_lower:0 "rakshasha"
|
||||||
|
#East Asia
|
||||||
|
mythical_creature_east_asia_manaul_lower:0 "manaul"
|
||||||
|
mythical_creature_east_asia_bashee_lower:0 "bashee"
|
||||||
|
mythical_creature_east_asia_camphruch_lower:0 "camphruch"
|
||||||
|
mythical_creature_east_asia_qilin_lower: "qilin"
|
||||||
|
mythical_creature_east_asia_tengu_lower: "tengu"
|
||||||
|
mythical_creature_east_asia_naga_lower: "nāga"
|
||||||
|
#West Steppe
|
||||||
|
mythical_creature_west_steppe_aptah_baga_lower: "aptah-baga"
|
||||||
|
mythical_creature_west_steppe_xullykuns_lower: "xullykuns"
|
||||||
|
mythical_creature_west_steppe_zilant_lower: "zilant"
|
||||||
|
#East Steppe
|
||||||
|
mythical_creature_east_steppe_yelbeghen_lower: "yelbeghen"
|
||||||
|
mythical_creature_east_steppe_tepegoz_lower: "$mythical_creature_north_europe_giant_lower$"
|
||||||
|
mythical_creature_east_steppe_archura_lower: "archura"
|
||||||
|
#Other/Fallback
|
||||||
|
mythical_creature_other_cipactli_lower:0 "cipactli"
|
||||||
|
mythical_creature_other_dragon_lower:0 "dragon"
|
||||||
|
#Root vegetables
|
||||||
|
root_vegetable_onion:0 "onion"
|
||||||
|
root_vegetable_okra:0 "okra"
|
||||||
|
root_vegetable_carrot:0 "carrot"
|
||||||
|
root_vegetable_parsnip:0 "parsnip"
|
||||||
|
root_vegetable_turnip:0 "turnip"
|
||||||
|
root_vegetable_yam:0 "yam"
|
||||||
|
root_vegetable_kokoro:0 "kokoro"
|
||||||
|
root_vegetable_ginger:0 "ginger"
|
||||||
|
root_vegetable_taro:0 "taro"
|
||||||
|
root_vegetable_daikon_radish: "daikon radish"
|
||||||
|
root_vegetable_lotus_root: "lotus root"
|
||||||
|
root_vegetable_burdock_root: "burdock root"
|
||||||
|
root_vegetable_arrowroot: "arrowroot"
|
||||||
|
root_vegetable_onion_plural:0 "onions"
|
||||||
|
root_vegetable_okra_plural:0 "okras"
|
||||||
|
root_vegetable_carrot_plural:0 "carrots"
|
||||||
|
root_vegetable_parsnip_plural:0 "parsnips"
|
||||||
|
root_vegetable_turnip_plural:0 "turnips"
|
||||||
|
root_vegetable_yam_plural:0 "yams"
|
||||||
|
root_vegetable_kokoro_plural:0 "kokoros"
|
||||||
|
root_vegetable_ginger_plural:0 "ginger"
|
||||||
|
root_vegetable_taro_plural:0 "taro"
|
||||||
|
root_vegetable_daikon_radish_plural: "daikon radishes"
|
||||||
|
root_vegetable_lotus_root_plural: "lotus roots"
|
||||||
|
root_vegetable_burdock_root_plural: "burdock roots"
|
||||||
|
root_vegetable_arrowroot_plural: "arrowroots"
|
||||||
|
#RegionalFerociousAnimal
|
||||||
|
regional_ferocious_animal_bear:0 "bear"
|
||||||
|
regional_ferocious_animal_wolf:0 "wolf"
|
||||||
|
regional_ferocious_animal_boar:0 "boar"
|
||||||
|
regional_ferocious_animal_tiger:0 "tiger"
|
||||||
|
regional_ferocious_animal_leopard:0 "leopard"
|
||||||
|
regional_ferocious_animal_lion:0 "lion"
|
||||||
|
regional_ferocious_animal_gorilla:0 "gorilla"
|
||||||
|
regional_ferocious_animal_shape:0 "shape"
|
||||||
|
#RegionalEdibleAnimal
|
||||||
|
regional_edible_animal_hart:0 "hart"
|
||||||
|
regional_edible_animal_chicken:0 "chicken"
|
||||||
|
regional_edible_animal_hare:0 "hare"
|
||||||
|
regional_edible_animal_lamb:0 "lamb"
|
||||||
|
regional_edible_animal_pig:0 "pig"
|
||||||
|
regional_edible_animal_ox:0 "ox"
|
||||||
|
regional_edible_animal_boar:0 "boar"
|
||||||
|
regional_edible_animal_gazelle:0 "gazelle"
|
||||||
|
regional_edible_animal_goat: "goat"
|
||||||
|
regional_edible_animal_duck: "duck"
|
||||||
|
regional_edible_animal_marmot: "marmot"
|
||||||
|
regional_edible_animal_sarus_crane: "sarus crane"
|
||||||
|
regional_edible_animal_pangolin: "pangolin"
|
||||||
|
regional_edible_animal_sika_deer: "sika deer"
|
||||||
|
regional_edible_animal_softshell_turtle: "softshell turtle"
|
||||||
|
regional_edible_animal_hart_plural: "harts"
|
||||||
|
regional_edible_animal_chicken_plural: "chickens"
|
||||||
|
regional_edible_animal_hare_plural: "hares"
|
||||||
|
regional_edible_animal_lamb_plural: "lambs"
|
||||||
|
regional_edible_animal_pig_plural: "pigs"
|
||||||
|
regional_edible_animal_ox_plural: "oxen"
|
||||||
|
regional_edible_animal_boar_plural: "boars"
|
||||||
|
regional_edible_animal_gazelle_plural: "gazelles"
|
||||||
|
regional_edible_animal_goat_plural: "goats"
|
||||||
|
regional_edible_animal_marmot_plural: "marmots"
|
||||||
|
regional_edible_animal_sarus_crane_plural: "sarus cranes"
|
||||||
|
regional_edible_animal_pangolin_plural: "pangolins"
|
||||||
|
regional_edible_animal_softshell_turtle_plural: "softshell turtles"
|
||||||
|
#RegionalEdibleMeat
|
||||||
|
regional_edible_meat_venison:0 "venison"
|
||||||
|
regional_edible_meat_chicken:0 "chicken"
|
||||||
|
regional_edible_meat_hare:0 "hare"
|
||||||
|
regional_edible_meat_lamb:0 "lamb"
|
||||||
|
regional_edible_meat_beef:0 "beef"
|
||||||
|
regional_edible_meat_pork:0 "pork"
|
||||||
|
regional_edible_meat_goat: "goat"
|
||||||
|
regional_edible_meat_duck: "duck"
|
||||||
|
regional_edible_meat_marmot: "marmot"
|
||||||
|
regional_edible_meat_crane: "crane"
|
||||||
|
regional_edible_meat_pangolin: "pangolin"
|
||||||
|
regional_edible_meat_turtle: "turtle"
|
||||||
|
#GetRandomRegionalSmallGame
|
||||||
|
animal_squirrel:0 "squirrel"
|
||||||
|
animal_squirrel_plural: "squirrels"
|
||||||
|
animal_otter:0 "otter"
|
||||||
|
animal_otter_plural: "otters"
|
||||||
|
animal_vole:0 "vole"
|
||||||
|
animal_vole_plural: "voles"
|
||||||
|
animal_beaver:0 "beaver"
|
||||||
|
animal_beaver_plural: "beavers"
|
||||||
|
animal_ferret:0 "ferret"
|
||||||
|
animal_ferret_plural: "ferrets"
|
||||||
|
animal_ermine:0 "ermine"
|
||||||
|
animal_ermine_plural: "ermines"
|
||||||
|
animal_badger:0 "badger"
|
||||||
|
animal_badger_plural: "badgers"
|
||||||
|
animal_rabbit:0 "rabbit"
|
||||||
|
animal_rabbit_plural: "rabbits"
|
||||||
|
animal_mole:0 "mole"
|
||||||
|
animal_mole_plural: "moles"
|
||||||
|
animal_snake:0 "snake"
|
||||||
|
animal_snake_plural: "snakes"
|
||||||
|
animal_lizard:0 "lizard"
|
||||||
|
animal_lizard_plural: "lizards"
|
||||||
|
animal_gerbil:0 "gerbil"
|
||||||
|
animal_gerbil_plural: "gerbils"
|
||||||
|
animal_marmot: "marmot"
|
||||||
|
animal_marmot_plural: "marmots"
|
||||||
|
#Landless
|
||||||
|
camp: "camp"
|
||||||
|
camp_plural: "camps"
|
||||||
|
estate: "estate"
|
||||||
|
estate_plural: "estates"
|
||||||
|
court: "court"
|
||||||
|
tent: "tent"
|
||||||
|
tent_plural: "tents"
|
||||||
|
room: "room"
|
||||||
|
room_plural: "rooms"
|
||||||
|
courtier_plural: "courtiers"
|
||||||
|
courtier: "courtier"
|
||||||
|
follower_male: "follower"
|
||||||
|
follower_female: "follower"
|
||||||
|
follower_plural: "followers"
|
||||||
|
follower: "follower"
|
||||||
|
subject: "subject"
|
||||||
|
subject_plural: "subjects"
|
||||||
|
vassal: "vassal"
|
||||||
|
vassal_plural: "vassals"
|
||||||
|
encampment: "encampment"
|
||||||
|
encampments: "encampments"
|
||||||
|
chamber: "chamber"
|
||||||
|
chamber_plural: "chambers"
|
||||||
|
dungeon_plural: "dungeons"
|
||||||
|
stockade: "stockade"
|
||||||
|
stockade_plural: "stockades"
|
||||||
|
STOCKADE_CONCEPT: "[stockade|E]"
|
||||||
|
STOCKADE_CONCEPT_plural: "[stockades|E]"
|
||||||
|
DUNGEON_CONCEPT_plural: "[dungeons|E]"
|
||||||
|
realm: "realm"
|
||||||
|
officer: "officer"
|
||||||
|
officer_plural: "officers"
|
||||||
|
court_position: "$game_concept_court_position$"
|
||||||
|
court_position_plural: "$game_concept_court_positions$"
|
||||||
|
door: "door"
|
||||||
|
door_plural: "doors"
|
||||||
|
tent_flap: "tent-flap"
|
||||||
|
tent_flap_plural: "tent-flaps"
|
||||||
|
|
||||||
|
courtyard_location: "courtyard"
|
||||||
|
court_owner_liege: "liege"
|
||||||
|
court_owner_adventurer: "leader"
|
||||||
|
|
||||||
|
#Fish
|
||||||
|
|
||||||
|
#Ocean Fish
|
||||||
|
fish_mackerel: "mackerel"
|
||||||
|
fish_sea-bream: "sea-bream"
|
||||||
|
fish_cod: "cod"
|
||||||
|
fish_sturgeon: "sturgeon"
|
||||||
|
fish_pollock: "pollock"
|
||||||
|
fish_bass: "bass"
|
||||||
|
fish_red_snapper: "red snapper"
|
||||||
|
fish_trout: "trout"
|
||||||
|
fish_scamp: "scamp"
|
||||||
|
fish_tuna: "tuna"
|
||||||
|
fish_whitefish: "whitefish"
|
||||||
|
fish_nemo: "nemo"
|
||||||
|
fish_ling: "ling"
|
||||||
|
|
||||||
|
#North Atlantic Fish
|
||||||
|
fish_salmon: "salmon"
|
||||||
|
fish_eel: "eel"
|
||||||
|
fish_smelt: "smelt"
|
||||||
|
fish_plaice: "plaice"
|
||||||
|
fish_flounder: "flounder"
|
||||||
|
fish_herring: "herring"
|
||||||
|
|
||||||
|
#Mediterranean Fish
|
||||||
|
fish_wrasse: "wrasse"
|
||||||
|
fish_anchovy: "anchovy"
|
||||||
|
fish_grouper: "grouper"
|
||||||
|
fish_seahorse: "seahorse"
|
||||||
|
fish_angler_fish: "angler fish"
|
||||||
|
|
||||||
|
#River Fish
|
||||||
|
fish_perch: "perch"
|
||||||
|
fish_catfish: "catfish"
|
||||||
|
fish_ide: "ide"
|
||||||
|
fish_carp: "carp"
|
||||||
|
fish_pike: "pike"
|
||||||
|
|
||||||
|
#African Fish
|
||||||
|
fish_needlefish: "needlefish"
|
||||||
|
fish_squeaker: "squeaker"
|
||||||
|
|
||||||
|
#Indian Fish
|
||||||
|
fish_arowana: "arowana"
|
||||||
|
fish_barramundi: "barramundi"
|
||||||
|
fish_croaker: "croaker"
|
||||||
|
|
||||||
|
#Asian Fish
|
||||||
|
fish_mandarin: "mandarin"
|
||||||
|
fish_loach: "loach"
|
||||||
|
fish_gudgeon: "gudgeon"
|
||||||
|
fish_tilapia: "tilapia"
|
||||||
|
fish_giant_gourami: "giant gourami"
|
||||||
|
fish_snakehead: "snakehead"
|
||||||
|
fish_mudskipper: "mudskipper"
|
||||||
|
fish_dragon_loach: "dragon loach"
|
||||||
|
fish_chub: "chub"
|
||||||
|
|
||||||
|
|
||||||
|
#TerrainInspirationLoc
|
||||||
|
TerrainInspirationMountains: "lofty mountain peaks"
|
||||||
|
TerrainInspirationHills: "rolling hills, cresting and falling like waves"
|
||||||
|
TerrainInspirationJungle: "jungle, its knotted vines and vibrant flowers"
|
||||||
|
TerrainInspirationTaiga: "icy taiga and wide expanses of untouched snow"
|
||||||
|
TerrainInspirationWetlands: "wetlands, dotted with wide marshes and reeds"
|
||||||
|
TerrainInspirationFloodplains: "plains, sprawling with rivers and streams"
|
||||||
|
TerrainInspirationDesert: "deserts, their sweeping dunes and blistering heat"
|
||||||
|
TerrainInspirationForest: "deep and bountiful forests"
|
||||||
|
TerrainInspirationFarmlands: "lush and rolling fields"
|
||||||
|
TerrainInspirationSteppe: "rugged steppe, stretching for miles in an unbroken line"
|
||||||
|
TerrainInspirationdrylands: "vast drylands and sand-colored horizon"
|
||||||
|
TerrainInspirationtells: "ancient and storied tells"
|
||||||
|
|
||||||
|
TerrainStruggleWinter: "through a thick snowfall"
|
||||||
|
TerrainStruggleRain: "through unrelenting rain torrents"
|
||||||
|
TerrainStruggleSun: "beneath the beating sun"
|
||||||
|
|
||||||
|
trickster_spirit_britannia: "[Glossary( 'pixie', 'PIXIE_GLOSS' )]"
|
||||||
|
PIXIE_GLOSS: "A tiny, winged spirit from Celtic and British folklore, fond of playful pranks and leading travelers astray."
|
||||||
|
|
||||||
|
trickster_spirit_germania: "[Glossary( 'kobold', 'KOBOLD_GLOSS' )]"
|
||||||
|
KOBOLD_GLOSS: "A household spirit in German folklore that alternates between helpful chores and mischievous tricks when slighted."
|
||||||
|
|
||||||
|
trickster_spirit_netherlands: "[Glossary( 'kabouter', 'KABOUTER_GLOSS' )]"
|
||||||
|
KABOUTER_GLOSS: "A gnome-like creature from Dutch lore, often aiding in tasks or playing tricks when disrespected."
|
||||||
|
|
||||||
|
trickster_spirit_francia: "[Glossary( 'lutin', 'LUTIN_GLOSS' )]"
|
||||||
|
LUTIN_GLOSS: "A small household or forest spirit from French folklore, known for mischief such as tangling hair and hiding objects."
|
||||||
|
|
||||||
|
trickster_spirit_iberia: "[Glossary( 'duende', 'DUENDE_GLOSS' )]"
|
||||||
|
DUENDE_GLOSS: "A small, elusive trickster spirit from Iberian folklore that causes minor chaos in homes."
|
||||||
|
|
||||||
|
trickster_spirit_north: "[Glossary( 'tomte', 'TOMTE_GLOSS' )]"
|
||||||
|
TOMTE_GLOSS: "A Scandinavian spirit said to protect farms and animals, but prone to mischief if angered."
|
||||||
|
|
||||||
|
trickster_spirit_east: "[Glossary( 'domovoi', 'DOMOVOI_GLOSS' )]"
|
||||||
|
DOMOVOI_GLOSS: "A Slavic house spirit who guards the home but plays tricks when offended or neglected."
|
||||||
|
|
||||||
|
trickster_spirit_middle_east: "[Glossary( 'djinn', 'DJINN_GLOSS' )]"
|
||||||
|
DJINN_GLOSS: "A spirit of smokeless fire from Middle Eastern folklore, capable of shapeshifting and deception."
|
||||||
|
|
||||||
|
trickster_spirit_india: "[Glossary( 'rakshasa', 'RAKSHASA_GLOSS' )]"
|
||||||
|
RAKSHASA_GLOSS: "A malevolent shapeshifter from Indian mythology, skilled in illusion and guile."
|
||||||
|
|
||||||
|
trickster_spirit_africa_north: "[Glossary( 'ifrit', 'IFRIT_GLOSS' )]"
|
||||||
|
IFRIT_GLOSS: "A fiery and rebellious spirit from North African folklore, associated with deception and strength."
|
||||||
|
|
||||||
|
trickster_spirit_africa_west: "[Glossary( 'ninki nanka', 'NINKI_NANKA_GLOSS' )]"
|
||||||
|
NINKI_NANKA_GLOSS: "A fearsome, dragon-like spirit from West African swamps, believed to bring death upon those who see it."
|
||||||
|
|
||||||
|
trickster_spirit_africa_east: "[Glossary( 'popo bawa', 'POPOBAWA_GLOSS' )]"
|
||||||
|
POPOBAWA_GLOSS: "A bat-like spirit from Swahili folklore, known to spread fear at night through shapeshifting and psychological torment."
|
||||||
|
|
||||||
|
trickster_spirit_steppe: "[Glossary( 'Gulyabani', 'GULYABANI_GLOSS' )]"
|
||||||
|
GULYABANI_GLOSS: "A towering, hairy ghoul from Turkish folklore, known to haunt desolate places and prey upon lone travelers at night."
|
||||||
|
|
||||||
|
trickster_spirit_siberia: "[Glossary( 'kutkh', 'KUTKH_GLOSS' )]"
|
||||||
|
KUTKH_GLOSS: "A raven spirit found in Siberian traditions, both a creator and a mischievous trickster."
|
||||||
|
|
||||||
|
trickster_spirit_tibet: "[Glossary( 'ro-langs', 'ROLANGS_GLOSS' )]"
|
||||||
|
ROLANGS_GLOSS: "A reanimated corpse from Tibetan folklore, known for its stiff movements and malevolent intent."
|
||||||
|
|
||||||
|
trickster_spirit_china: "[Glossary( 'huli jing', 'HULIJING_GLOSS' )]"
|
||||||
|
HULIJING_GLOSS: "A Chinese fox spirit with shapeshifting powers, famous for its deceptive and seductive trickery."
|
||||||
|
|
||||||
|
trickster_spirit_korea: "[Glossary( 'kumiho', 'KUMIHO_GLOSS' )]"
|
||||||
|
KUMIHO_GLOSS: "A nine-tailed fox spirit from Korean mythology, known to deceive and prey upon humans."
|
||||||
|
|
||||||
|
trickster_spirit_japan: "[Glossary( 'tanuki', 'TANUKI_GLOSS' )]"
|
||||||
|
TANUKI_GLOSS: "A shapeshifting raccoon-dog spirit from Japanese folklore, known for illusion and playful mischief."
|
||||||
|
|
||||||
|
trickster_spirit_sakhalin_hokkaido: "[Glossary( 'kamaitachi', 'KAMAITACHI_GLOSS' )]"
|
||||||
|
KAMAITACHI_GLOSS: "A wind-riding weasel spirit from northern Japanese legend, known for slicing flesh painlessly."
|
||||||
|
|
||||||
|
trickster_spirit_thailand: "[Glossary( 'phi tai hong', 'PHITAIHONG_GLOSS' )]"
|
||||||
|
PHITAIHONG_GLOSS: "A vengeful ghost from Thai tradition, formed from a sudden or violent death, known to haunt and mislead."
|
||||||
|
|
||||||
|
trickster_spirit_malaysia: "[Glossary( 'penanggalan', 'PENANGGALAN_GLOSS' )]"
|
||||||
|
PENANGGALAN_GLOSS: "A floating head spirit from Malaysian folklore, appearing deceptively human by day and terrifying by night."
|
||||||
|
|
||||||
|
trickster_spirit_indonesia: "[Glossary( 'ebu gogo', 'EBU_GOGO_GLOSS' )]"
|
||||||
|
EBU_GOGO_GLOSS: "Small, hairy forest spirits from Indonesian folklore, known for mimicking human speech and stealing food or small items from villages."
|
||||||
|
|
||||||
|
trickster_spirit_philippines: "[Glossary( 'tikbalang', 'TIKBALANG_GLOSS' )]"
|
||||||
|
TIKBALANG_GLOSS: "A tall, horse-headed spirit from Philippine folklore, known for leading travelers astray and playing tricks in the forests."
|
||||||
|
|
||||||
|
trickster_spirit_borneo: "[Glossary( 'orang bunian', 'ORANG_BUNIAN_GLOSS' )]"
|
||||||
|
ORANG_BUNIAN_GLOSS: "Invisible forest-dwelling spirits from Bornean folklore, known to interact with humans, sometimes leading them astray or causing mischief."
|
||||||
|
|
||||||
|
trickster_spirit_maluku: "[Glossary( 'jin kurcaci', 'JIN_KURCACI_GLOSS' )]"
|
||||||
|
JIN_KURCACI_GLOSS: "Small, human-like beings from Maluku folklore, known to inhabit forests and mountains, offering guidance or mischief to those they encounter."
|
||||||
|
|
||||||
|
trickster_spirit_italy: "[Glossary( 'mazapégul', 'MAZAPEGUL_GLOSS' )]"
|
||||||
|
MAZAPEGUL_GLOSS: "A mischievous night spirit from Italian folklore, known to haunt bedrooms, braid horses' manes, and sit on sleepers' chests to cause nightmares."
|
||||||
|
|
||||||
|
trickster_spirit_balkans: "[Glossary( 'kallikantzaros', 'KALLIKANTZAROS_GLOSS' )]"
|
||||||
|
KALLIKANTZAROS_GLOSS: "A malevolent goblin known to emerge during the twelve days of Christmas to cause mischief and chaos."
|
||||||
|
|
||||||
|
trickster_spirit_indochina: "[Glossary( 'mrenh kongveal', 'MRENH_KONGVEAL_GLOSS' )]"
|
||||||
|
MRENH_KONGVEAL_GLOSS: "Small, elusive spirits from Khmer folklore, known for their playful pranks and protective roles over animals and travelers."
|
||||||
|
|
||||||
|
trickster_spirit_default: "trickster spirit"
|
||||||
|
|
||||||
|
|
@ -24,6 +24,9 @@
|
||||||
#Czech/Polish
|
#Czech/Polish
|
||||||
dynnp_z:0 "z "
|
dynnp_z:0 "z "
|
||||||
|
|
||||||
|
#Sorbian
|
||||||
|
dynnp_w_o_act_t:0 "wót "
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# Patronymic Prefixes and Suffixes
|
# Patronymic Prefixes and Suffixes
|
||||||
############################################################
|
############################################################
|
||||||
|
|
|
||||||
|
|
@ -3384,6 +3384,8 @@
|
||||||
d_napoli_adj:0 "Campanian"
|
d_napoli_adj:0 "Campanian"
|
||||||
h_europa:0 "Europa"
|
h_europa:0 "Europa"
|
||||||
h_europa_adj:0 "European"
|
h_europa_adj:0 "European"
|
||||||
|
e_sweden:0 "Sweden"
|
||||||
|
e_sweden_adj:0 "Swedish"
|
||||||
c_ticino:0 "Ticino"
|
c_ticino:0 "Ticino"
|
||||||
c_ticino_adj:0 "Ticinon"
|
c_ticino_adj:0 "Ticinon"
|
||||||
b_thusis:0 "Sion"
|
b_thusis:0 "Sion"
|
||||||
|
|
|
||||||
|
|
@ -1571,3 +1571,13 @@
|
||||||
reforge_crown_wenceslas_decision_tooltip: "Reforge the Crown of St. Wenceslas"
|
reforge_crown_wenceslas_decision_tooltip: "Reforge the Crown of St. Wenceslas"
|
||||||
reforge_crown_wenceslas_decision_confirm: "To the forge!"
|
reforge_crown_wenceslas_decision_confirm: "To the forge!"
|
||||||
must_have_crown_wenceslas:0 "You must possess the #color_white $crown_wenceslas_name$"
|
must_have_crown_wenceslas:0 "You must possess the #color_white $crown_wenceslas_name$"
|
||||||
|
|
||||||
|
restore_swedish_empire_decision:0 "Restore the Swedish Empire"
|
||||||
|
restore_swedish_empire_decision_confirm:0 "The Lion of the North roars!"
|
||||||
|
restore_swedish_empire_decision_tooltip:0 "Sweden's glory must be restored."
|
||||||
|
restore_swedish_empire_decision_desc:0 "Long before the deluge, legends speak of Sweden holding an empire spanning the Baltic Sea. By retaking these old lands, we can restore the glory of Sweden."
|
||||||
|
restore_swedish_empire_decision_effect_tooltip:0 "The Swedish Empire will be restored and acquire the [de_jure|E] of all currently held kingdoms around the Baltic."
|
||||||
|
nick_the_lion_of_the_north:0 "the Lion of the North"
|
||||||
|
nick_the_lion_of_the_north_desc:1 "The master of Northern Europe, [CHARACTER.GetShortUINameNoTooltipNoFormat] [CharHaveHas(CHARACTER)] brought a glory back to Sweden not seen in a thousand years."
|
||||||
|
custom_swedish_empire:0 "Core Territories of the Swedish Empire"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5481,18 +5481,6 @@ hunt_animal_bison_region = {
|
||||||
# Aurochs Spread
|
# Aurochs Spread
|
||||||
hunt_animal_aurochs_region = {
|
hunt_animal_aurochs_region = {
|
||||||
regions = {
|
regions = {
|
||||||
# Africa
|
|
||||||
world_africa_north
|
|
||||||
# Asia
|
|
||||||
world_india
|
|
||||||
world_middle_east
|
|
||||||
world_steppe
|
|
||||||
world_asia_korea
|
|
||||||
world_asia_china
|
|
||||||
# Europe
|
|
||||||
world_europe_west
|
|
||||||
world_europe_east
|
|
||||||
world_europe_south
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -5524,37 +5512,22 @@ hunt_animal_reindeer_region = {
|
||||||
}
|
}
|
||||||
|
|
||||||
hunt_animal_elk_region = {
|
hunt_animal_elk_region = {
|
||||||
duchies = {
|
empires = {
|
||||||
#Novgorod
|
e_finland
|
||||||
d_novgorod d_vepsia d_luki
|
e_zapadnorussia
|
||||||
#Vladimir
|
e_baltic
|
||||||
d_opolye d_ryazan d_nizhny_novgorod
|
}
|
||||||
# Sapmi
|
kingdoms = {
|
||||||
d_aarjetje d_duortnoseatnu d_giemajohka d_guoldat d_vuovdisamieana
|
k_poland
|
||||||
# Bjarmalan
|
k_belarus
|
||||||
d_vologda d_chudia d_ustyug d_biarmia
|
k_sweden
|
||||||
# Norway
|
k_norway
|
||||||
d_halogaland
|
k_gotaland
|
||||||
# Finland
|
|
||||||
d_savo d_finland d_karelia d_pohjanmaa
|
|
||||||
#Estonia
|
|
||||||
d_esthonia d_livonia
|
|
||||||
#Lithuania
|
|
||||||
d_prussia d_masuria d_grodno d_pinsk d_minsk d_polotsk d_smolensk d_lithuanians d_courland d_latgalia d_samogitia
|
|
||||||
# Sweden
|
|
||||||
d_ostergotland d_gotland d_vastergotland d_svealand d_norrland d_smaland d_bergslagen
|
|
||||||
# Norway
|
|
||||||
d_viken d_agder d_vestlandi d_trandalog d_dalir
|
|
||||||
# Denmark
|
|
||||||
d_skane
|
|
||||||
}
|
}
|
||||||
regions = {
|
regions = {
|
||||||
world_steppe
|
world_steppe
|
||||||
world_asia_north_east
|
world_asia_north_east
|
||||||
world_asia_korea
|
world_asia_korea
|
||||||
world_asia_china
|
|
||||||
world_asia_sakhalin_hokkaido
|
|
||||||
world_asia_japan
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -5950,3 +5923,18 @@ paddy_fields_region = {
|
||||||
graphical_east_asia
|
graphical_east_asia
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
custom_swedish_empire = {
|
||||||
|
kingdoms = {
|
||||||
|
k_sweden
|
||||||
|
k_gotaland
|
||||||
|
k_finland
|
||||||
|
k_esthonia
|
||||||
|
}
|
||||||
|
duchies = {
|
||||||
|
d_vasterbottena
|
||||||
|
d_norrbottena
|
||||||
|
d_giemajohka
|
||||||
|
d_west_karelia
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue