Fixes to previous commit + holes filled + scandinavia restored
This commit is contained in:
parent
0d7bcf2bff
commit
4f88eb2cc5
25 changed files with 5829 additions and 1810 deletions
|
|
@ -10,13 +10,13 @@ fortress_andorra_01 = {
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
scope:holder = {
|
scope:holder = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
is_enabled = {
|
is_enabled = {
|
||||||
scope:holder = {
|
scope:holder = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -324,7 +324,11 @@ task_conversion = {
|
||||||
limit = {
|
limit = {
|
||||||
scope:councillor_liege.faith = { has_doctrine_parameter = adoptionists_attractively_intuitive_theology }
|
scope:councillor_liege.faith = { has_doctrine_parameter = adoptionists_attractively_intuitive_theology }
|
||||||
exists = scope:county
|
exists = scope:county
|
||||||
scope:county.faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
scope:county.faith.religion = religion:eastern_orthodox_religion
|
||||||
|
scope:county.faith.religion = religion:catholic_religion
|
||||||
|
scope:county.faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
add = {
|
add = {
|
||||||
value = fp2_lyonese_monk_conversion_bonus_actual_value
|
value = fp2_lyonese_monk_conversion_bonus_actual_value
|
||||||
|
|
|
||||||
|
|
@ -1045,7 +1045,11 @@ Abortifacient = {
|
||||||
#Christian only
|
#Christian only
|
||||||
#Balkans, Anatolia, Mediterranean
|
#Balkans, Anatolia, Mediterranean
|
||||||
trigger = {
|
trigger = {
|
||||||
faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
location = {
|
location = {
|
||||||
OR = {
|
OR = {
|
||||||
geographical_region = world_europe_south
|
geographical_region = world_europe_south
|
||||||
|
|
@ -1511,10 +1515,20 @@ 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 }
|
||||||
faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
location.faith.religion = religion:eastern_orthodox_religion
|
||||||
|
location.faith.religion = religion:catholic_religion
|
||||||
|
location.faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = { faith.religion = religion:christianity_religion }
|
trigger_else = {
|
||||||
|
OR = {
|
||||||
|
location.faith.religion = religion:eastern_orthodox_religion
|
||||||
|
location.faith.religion = religion:catholic_religion
|
||||||
|
location.faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
localization_key = random_religious_text_golden_legend
|
localization_key = random_religious_text_golden_legend
|
||||||
|
|
@ -1530,11 +1544,19 @@ 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.religion = religion:christianity_religion
|
OR = {
|
||||||
|
location.faith.religion = religion:eastern_orthodox_religion
|
||||||
|
location.faith.religion = religion:catholic_religion
|
||||||
|
location.faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = {
|
trigger_else = {
|
||||||
location.faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
localization_key = random_religious_text_city_of_god
|
localization_key = random_religious_text_city_of_god
|
||||||
|
|
@ -1559,7 +1581,11 @@ RandomReligiousTextName = {
|
||||||
}
|
}
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = {
|
trigger_else = {
|
||||||
location.faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
NOT = { faith = faith:orthodox }
|
NOT = { faith = faith:orthodox }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1585,7 +1611,11 @@ RandomReligiousTextName = {
|
||||||
}
|
}
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = {
|
trigger_else = {
|
||||||
location.faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
NOT = { faith = faith:orthodox }
|
NOT = { faith = faith:orthodox }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -580,7 +580,7 @@ NCombat = {
|
||||||
MANEUVER_PHASE_DAYS = 3 # How many days should the maneuver phase last
|
MANEUVER_PHASE_DAYS = 3 # How many days should the maneuver phase last
|
||||||
LEVY_TOUGHNESS = 15 # How much toughness does each levy soldier have
|
LEVY_TOUGHNESS = 15 # How much toughness does each levy soldier have
|
||||||
LEVY_ATTACK = 15 # How much attack does each levy soldier have
|
LEVY_ATTACK = 15 # How much attack does each levy soldier have
|
||||||
LEVY_SIEGE = 1 # How much siege bonus does each levy soldier have
|
LEVY_SIEGE = 0 # How much siege bonus does each levy soldier have
|
||||||
LEVY_PURSUIT = 1 # How much pursuit does each levy soldier have
|
LEVY_PURSUIT = 1 # How much pursuit does each levy soldier have
|
||||||
LEVY_SCREEN = 0 # How much screen does each levy soldier have
|
LEVY_SCREEN = 0 # How much screen does each levy soldier have
|
||||||
DAMAGE_SCALING_FACTOR = 0.03 # Scaling factor for dealing damage in combat
|
DAMAGE_SCALING_FACTOR = 0.03 # Scaling factor for dealing damage in combat
|
||||||
|
|
|
||||||
|
|
@ -2867,7 +2867,12 @@ temple_small_01 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||||
|
|
@ -2891,7 +2896,12 @@ temple_small_01 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||||
|
|
@ -2992,7 +3002,12 @@ temple_small_02 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||||
|
|
@ -3016,7 +3031,12 @@ temple_small_02 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||||
|
|
@ -3121,7 +3141,12 @@ temple_small_03 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||||
|
|
@ -3145,7 +3170,12 @@ temple_small_03 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||||
|
|
@ -3267,7 +3297,12 @@ temple_crypt_04 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||||
|
|
@ -3291,7 +3326,12 @@ temple_crypt_04 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||||
|
|
@ -3411,7 +3451,12 @@ temple_crypt_05 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||||
|
|
@ -3435,7 +3480,12 @@ temple_crypt_05 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||||
|
|
@ -3556,7 +3606,12 @@ temple_crypt_06 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||||
|
|
@ -3580,7 +3635,12 @@ temple_crypt_06 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||||
|
|
@ -3690,7 +3750,12 @@ temple_large_04 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||||
|
|
@ -3714,7 +3779,12 @@ temple_large_04 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||||
|
|
@ -3822,7 +3892,12 @@ temple_large_05 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||||
|
|
@ -3846,7 +3921,12 @@ temple_large_05 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||||
|
|
@ -3956,7 +4036,12 @@ temple_large_06 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||||
|
|
@ -3980,7 +4065,12 @@ temple_large_06 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||||
|
|
@ -4093,7 +4183,12 @@ temple_monastery_04 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||||
|
|
@ -4117,7 +4212,12 @@ temple_monastery_04 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||||
|
|
@ -4228,7 +4328,12 @@ temple_monastery_05 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||||
|
|
@ -4252,7 +4357,12 @@ temple_monastery_05 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||||
|
|
@ -4363,7 +4473,12 @@ temple_monastery_06 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||||
|
|
@ -4387,7 +4502,12 @@ temple_monastery_06 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||||
|
|
|
||||||
1204
N3OW/common/landed_titles/finland.txt
Normal file
1204
N3OW/common/landed_titles/finland.txt
Normal file
File diff suppressed because it is too large
Load diff
1913
N3OW/common/landed_titles/scandinavia.txt
Normal file
1913
N3OW/common/landed_titles/scandinavia.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -591,7 +591,35 @@ on_game_start = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
religion:christianity_religion = {
|
religion:eastern_orthodox_religion = {
|
||||||
|
every_faith = {
|
||||||
|
every_holy_site = {
|
||||||
|
limit = {
|
||||||
|
title_province = {
|
||||||
|
has_special_building_slot = no
|
||||||
|
}
|
||||||
|
}
|
||||||
|
title_province = {
|
||||||
|
add_special_building_slot = holy_site_cathedral_01
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
religion:catholic_religion = {
|
||||||
|
every_faith = {
|
||||||
|
every_holy_site = {
|
||||||
|
limit = {
|
||||||
|
title_province = {
|
||||||
|
has_special_building_slot = no
|
||||||
|
}
|
||||||
|
}
|
||||||
|
title_province = {
|
||||||
|
add_special_building_slot = holy_site_cathedral_01
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
religion:protestant_religion = {
|
||||||
every_faith = {
|
every_faith = {
|
||||||
every_holy_site = {
|
every_holy_site = {
|
||||||
limit = {
|
limit = {
|
||||||
|
|
@ -4892,7 +4920,11 @@ on_game_start_after_lobby = {
|
||||||
culture = { has_cultural_pillar = heritage_iberian }
|
culture = { has_cultural_pillar = heritage_iberian }
|
||||||
culture = culture:andalusian
|
culture = culture:andalusian
|
||||||
}
|
}
|
||||||
has_religion = religion:christianity_religion
|
OR = {
|
||||||
|
has_religion = religion:eastern_orthodox_religion
|
||||||
|
has_religion = religion:catholic_religion
|
||||||
|
has_religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
add_achievement_global_variable_effect = {
|
add_achievement_global_variable_effect = {
|
||||||
VARIABLE = started_reconquista_achievement
|
VARIABLE = started_reconquista_achievement
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,16 @@
|
||||||
#Protestant
|
#Protestant
|
||||||
religion_tag = protestant_religion
|
religion_tag = protestant_religion
|
||||||
|
|
||||||
|
### Esoterics
|
||||||
|
#Wiccans
|
||||||
|
religion_tag = wicca_religion
|
||||||
|
|
||||||
|
### Pagans
|
||||||
|
#Druidics
|
||||||
|
religion_tag = druidic_religion
|
||||||
|
|
||||||
|
# Temp measure before religion doctrines set up for religions w/ PotB access
|
||||||
|
has_doctrine = special_doctrine_people_of_the_book
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4200,7 +4200,7 @@
|
||||||
limit = {
|
limit = {
|
||||||
has_doctrine = pagan_hostility_doctrine
|
has_doctrine = pagan_hostility_doctrine
|
||||||
religion = religion:buddhism_religion
|
religion = religion:buddhism_religion
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:dualism_religion
|
religion = religion:dualism_religion
|
||||||
}
|
}
|
||||||
value = faith_tenet_cost_high
|
value = faith_tenet_cost_high
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
1240
N3OW/common/religion/religions/NEOW_catholic.txt
Normal file
1240
N3OW/common/religion/religions/NEOW_catholic.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -245,6 +245,7 @@
|
||||||
holy_site = luxembourg
|
holy_site = luxembourg
|
||||||
|
|
||||||
#Special Tolerance | placeholder
|
#Special Tolerance | placeholder
|
||||||
|
doctrine = special_doctrine_people_of_the_book
|
||||||
|
|
||||||
#Tenets | placeholder
|
#Tenets | placeholder
|
||||||
doctrine = core_tenet_belle_epoque
|
doctrine = core_tenet_belle_epoque
|
||||||
|
|
@ -390,7 +391,7 @@
|
||||||
#holy_site = segrada_familia
|
#holy_site = segrada_familia
|
||||||
|
|
||||||
#Special Tolerance | placeholder
|
#Special Tolerance | placeholder
|
||||||
#doctrine = special_doctrine_people_of_the_book
|
doctrine = special_doctrine_people_of_the_book
|
||||||
|
|
||||||
#Tenets | placeholder
|
#Tenets | placeholder
|
||||||
doctrine = tenet_adaptive
|
doctrine = tenet_adaptive
|
||||||
|
|
|
||||||
465
N3OW/common/religion/religions/NEOW_orthodox.txt
Normal file
465
N3OW/common/religion/religions/NEOW_orthodox.txt
Normal file
|
|
@ -0,0 +1,465 @@
|
||||||
|
eastern_orthodox_religion = {
|
||||||
|
family = rf_abrahamic
|
||||||
|
|
||||||
|
doctrine_background_icon = core_tenet_banner_christian.dds
|
||||||
|
doctrine = abrahamic_hostility_doctrine
|
||||||
|
|
||||||
|
#Main Group | placeholder
|
||||||
|
doctrine = doctrine_spiritual_head
|
||||||
|
doctrine = doctrine_gender_equal
|
||||||
|
doctrine = doctrine_pluralism_righteous
|
||||||
|
doctrine = doctrine_theocracy_temporal
|
||||||
|
|
||||||
|
#Marriage | placeholder
|
||||||
|
doctrine = doctrine_monogamy
|
||||||
|
doctrine = doctrine_divorce_approval
|
||||||
|
doctrine = doctrine_bastardry_legitimization
|
||||||
|
doctrine = doctrine_consanguinity_restricted
|
||||||
|
|
||||||
|
#Crimes | placeholder
|
||||||
|
doctrine = doctrine_homosexuality_shunned
|
||||||
|
doctrine = doctrine_adultery_men_shunned
|
||||||
|
doctrine = doctrine_adultery_women_crime
|
||||||
|
doctrine = doctrine_kinslaying_close_kin_crime
|
||||||
|
doctrine = doctrine_deviancy_crime
|
||||||
|
doctrine = doctrine_witchcraft_crime
|
||||||
|
|
||||||
|
#Clerical Functions | placeholder
|
||||||
|
doctrine = doctrine_clerical_function_taxation
|
||||||
|
doctrine = doctrine_clerical_gender_male_only
|
||||||
|
doctrine = doctrine_clerical_marriage_disallowed
|
||||||
|
doctrine = doctrine_clerical_succession_spiritual_fixed_appointment
|
||||||
|
|
||||||
|
#Allow pilgrimages | placeholder
|
||||||
|
doctrine = doctrine_pilgrimage_encouraged
|
||||||
|
|
||||||
|
#Funeral tradition | placeholder
|
||||||
|
doctrine = doctrine_funeral_stoic
|
||||||
|
|
||||||
|
#Coronation tradition
|
||||||
|
doctrine = doctrine_no_anointment
|
||||||
|
|
||||||
|
traits = {
|
||||||
|
virtues = { forgiving compassionate chaste }
|
||||||
|
sins = { vengeful sadistic lustful }
|
||||||
|
}
|
||||||
|
|
||||||
|
reserved_male_names = { #these might be alright?
|
||||||
|
Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory
|
||||||
|
Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip
|
||||||
|
Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah
|
||||||
|
}
|
||||||
|
reserved_female_names = { #these might be alright?
|
||||||
|
Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen
|
||||||
|
Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania
|
||||||
|
}
|
||||||
|
|
||||||
|
custom_faith_icons = {
|
||||||
|
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
|
||||||
|
}
|
||||||
|
|
||||||
|
holy_order_names = { #placeholder
|
||||||
|
{ name = "holy_order_knights_of_the_chalice" }
|
||||||
|
{ name = "holy_order_order_of_the_holy_communion" }
|
||||||
|
{ name = "holy_order_knights_of_the_first_gospel" }
|
||||||
|
{ name = "holy_order_guardians_of_the_shroud" }
|
||||||
|
{ name = "holy_order_knights_of_the_reliquary" }
|
||||||
|
{ name = "holy_order_warriors_of_the_cross" }
|
||||||
|
{ name = "holy_order_christian" coat_of_arms = "ho_christian" }
|
||||||
|
}
|
||||||
|
|
||||||
|
holy_order_maa = { teutonic_knights } #placeholder
|
||||||
|
|
||||||
|
localization = {
|
||||||
|
#HighGod | placeholder
|
||||||
|
HighGodName = christianity_high_god_name
|
||||||
|
HighGodName2 = christianity_high_god_name_2
|
||||||
|
HighGodNamePossessive = christianity_high_god_name_possessive
|
||||||
|
HighGodNameSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HighGodHerselfHimself = CHARACTER_HIMSELF
|
||||||
|
HighGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HighGodNameAlternate = christianity_high_god_name_alternate
|
||||||
|
HighGodNameAlternatePossessive = christianity_high_god_name_alternate_possessive
|
||||||
|
|
||||||
|
#Creator | placeholder
|
||||||
|
CreatorName = christianity_creator_god_name
|
||||||
|
CreatorNamePossessive = christianity_creator_god_name_possessive
|
||||||
|
CreatorSheHe = CHARACTER_SHEHE_HE
|
||||||
|
CreatorHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
CreatorHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#HealthGod | placeholder
|
||||||
|
HealthGodName = christianity_health_god_name
|
||||||
|
HealthGodNamePossessive = christianity_health_god_name_possessive
|
||||||
|
HealthGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HealthGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HealthGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#FertilityGod | placeholder
|
||||||
|
FertilityGodName = christianity_fertility_god_name
|
||||||
|
FertilityGodNamePossessive = christianity_fertility_god_name_possessive
|
||||||
|
FertilityGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
FertilityGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
FertilityGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WealthGod | placeholder
|
||||||
|
WealthGodName = christianity_wealth_god_name
|
||||||
|
WealthGodNamePossessive = christianity_wealth_god_name_possessive
|
||||||
|
WealthGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WealthGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WealthGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#HouseholdGod | placeholder
|
||||||
|
HouseholdGodName = christianity_household_god_name
|
||||||
|
HouseholdGodNamePossessive = christianity_household_god_name_possessive
|
||||||
|
HouseholdGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#FateGod | placeholder
|
||||||
|
FateGodName = christianity_fate_god_name
|
||||||
|
FateGodNamePossessive = christianity_fate_god_name_possessive
|
||||||
|
FateGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
FateGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
FateGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#KnowledgeGod | placeholder
|
||||||
|
KnowledgeGodName = christianity_knowledge_god_name
|
||||||
|
KnowledgeGodNamePossessive = christianity_knowledge_god_name_possessive
|
||||||
|
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WarGod | placeholder
|
||||||
|
WarGodName = christianity_war_god_name
|
||||||
|
WarGodNamePossessive = christianity_war_god_name_possessive
|
||||||
|
WarGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WarGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WarGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#TricksterGod | placeholder
|
||||||
|
TricksterGodName = christianity_trickster_god_name
|
||||||
|
TricksterGodNamePossessive = christianity_trickster_god_name_possessive
|
||||||
|
TricksterGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
TricksterGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
TricksterGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#NightGod | placeholder
|
||||||
|
NightGodName = christianity_night_god_name
|
||||||
|
NightGodNamePossessive = christianity_night_god_name_possessive
|
||||||
|
NightGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
NightGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
NightGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WaterGod | placeholder
|
||||||
|
WaterGodName = christianity_water_god_name
|
||||||
|
WaterGodNamePossessive = christianity_water_god_name_possessive
|
||||||
|
WaterGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WaterGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WaterGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
PantheonTerm = christianity_high_god_name
|
||||||
|
PantheonTerm2 = christianity_high_god_name_2
|
||||||
|
PantheonTerm3 = christianity_high_god_name_3
|
||||||
|
PantheonTermHasHave = pantheon_term_has
|
||||||
|
GoodGodNames = {
|
||||||
|
christianity_high_god_name
|
||||||
|
christianity_high_god_name_alternate
|
||||||
|
chistianity_good_god_jesus
|
||||||
|
chistianity_good_god_christ
|
||||||
|
}
|
||||||
|
DevilName = christianity_devil_name
|
||||||
|
DevilNamePossessive = christianity_devil_name_possessive
|
||||||
|
DevilSheHe = CHARACTER_SHEHE_HE
|
||||||
|
DevilHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
DevilHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
DevilHerselfHimself = CHARACTER_HIMSELF
|
||||||
|
EvilGodNames = {
|
||||||
|
christianity_devil_name
|
||||||
|
christianity_evil_god_lucifer
|
||||||
|
christianity_evil_god_beelzebub
|
||||||
|
christianity_evil_god_mephistopheles
|
||||||
|
}
|
||||||
|
HouseOfWorship = christianity_house_of_worship
|
||||||
|
HouseOfWorship2 = christianity_house_of_worship_2
|
||||||
|
HouseOfWorship3 = christianity_house_of_worship_3
|
||||||
|
HouseOfWorshipPlural = christianity_house_of_worship_plural
|
||||||
|
ReligiousSymbol = christianity_religious_symbol
|
||||||
|
ReligiousSymbol2 = christianity_religious_symbol_2
|
||||||
|
ReligiousSymbol3 = christianity_religious_symbol_3
|
||||||
|
ReligiousText = christianity_religious_text
|
||||||
|
ReligiousText2 = christianity_religious_text_2
|
||||||
|
ReligiousText3 = christianity_religious_text_3
|
||||||
|
ReligiousHeadName = christianity_religious_head_title
|
||||||
|
ReligiousHeadTitleName = christianity_religious_head_title_name
|
||||||
|
DevoteeMale = christianity_devotee_male
|
||||||
|
DevoteeMalePlural = christianity_devotee_male_plural
|
||||||
|
DevoteeFemale = christianity_devotee_female
|
||||||
|
DevoteeFemalePlural = christianity_devotee_female_plural
|
||||||
|
DevoteeNeuter = christianity_devotee_neuter
|
||||||
|
DevoteeNeuterPlural = christianity_devotee_neuter_plural
|
||||||
|
PriestMale = christianity_priest_male
|
||||||
|
PriestMalePlural = christianity_priest_male_plural
|
||||||
|
PriestFemale = christianity_priest_male
|
||||||
|
PriestFemalePlural = christianity_priest_male_plural
|
||||||
|
PriestNeuter = christianity_priest_male
|
||||||
|
PriestNeuterPlural = christianity_priest_male_plural
|
||||||
|
AltPriestTermPlural = christianity_priest_alternate_plural
|
||||||
|
BishopMale = christianity_bishop
|
||||||
|
BishopMalePlural = christianity_bishop_plural
|
||||||
|
BishopFemale = christianity_bishop
|
||||||
|
BishopFemalePlural = christianity_bishop_plural
|
||||||
|
BishopNeuter = christianity_bishop
|
||||||
|
BishopNeuterPlural = christianity_bishop_plural
|
||||||
|
DivineRealm = christianity_positive_afterlife
|
||||||
|
DivineRealm2 = christianity_positive_afterlife_2
|
||||||
|
DivineRealm3 = christianity_positive_afterlife_3
|
||||||
|
PositiveAfterLife = christianity_positive_afterlife
|
||||||
|
PositiveAfterLife2 = christianity_positive_afterlife_2
|
||||||
|
PositiveAfterLife3 = christianity_positive_afterlife_3
|
||||||
|
NegativeAfterLife = christianity_negative_afterlife
|
||||||
|
NegativeAfterLife2 = christianity_negative_afterlife_2
|
||||||
|
NegativeAfterLife3 = christianity_negative_afterlife_3
|
||||||
|
DeathDeityName = christianity_death_deity_name
|
||||||
|
DeathDeityNamePossessive = christianity_death_deity_name_possessive
|
||||||
|
DeathDeitySheHe = CHARACTER_SHEHE_HE
|
||||||
|
DeathDeityHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
DeathDeityHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
WitchGodName = christianity_witchgodname_the_horned_god
|
||||||
|
WitchGodNamePossessive = christianity_witchgodname_the_horned_god_possessive
|
||||||
|
WitchGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WitchGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WitchGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
WitchGodMistressMaster = master
|
||||||
|
WitchGodMotherFather = father
|
||||||
|
|
||||||
|
|
||||||
|
GHWName = ghw_crusade
|
||||||
|
GHWNamePlural = ghw_crusades
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
piety_icon_group = "christian"
|
||||||
|
|
||||||
|
faiths = {
|
||||||
|
orthodox = {
|
||||||
|
color = { 0.6 0.3 0.5 }
|
||||||
|
icon = orthodox
|
||||||
|
religious_head = k_orthodox
|
||||||
|
|
||||||
|
holy_site = jerusalem
|
||||||
|
holy_site = constantinople
|
||||||
|
holy_site = rome
|
||||||
|
holy_site = alexandria
|
||||||
|
holy_site = antioch
|
||||||
|
|
||||||
|
#Special Tolerance
|
||||||
|
doctrine = special_doctrine_ecumenical_christian
|
||||||
|
|
||||||
|
#Tenets
|
||||||
|
doctrine = tenet_communion
|
||||||
|
doctrine = tenet_pentarchy
|
||||||
|
doctrine = tenet_monasticism
|
||||||
|
|
||||||
|
holy_order_names = {
|
||||||
|
{ name = "holy_order_brotherhood_of_the_holy_sepulchre" }
|
||||||
|
{ name = "holy_order_knights_of_the_first_patrirchate" }
|
||||||
|
{ name = "holy_order_order_of_the_holy_virgin" }
|
||||||
|
}
|
||||||
|
|
||||||
|
localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox
|
||||||
|
#FertilityGod
|
||||||
|
FertilityGodName = west_christian_fertility_god_name
|
||||||
|
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
|
||||||
|
FertilityGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
FertilityGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
FertilityGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WealthGod
|
||||||
|
WealthGodName = west_christian_wealth_god_name
|
||||||
|
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
|
||||||
|
WealthGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WealthGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WealthGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#HouseholdGod
|
||||||
|
HouseholdGodName = west_christian_household_god_name
|
||||||
|
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
|
||||||
|
HouseholdGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#KnowledgeGod
|
||||||
|
KnowledgeGodName = west_christian_knowledge_god_name
|
||||||
|
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
|
||||||
|
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WarGod
|
||||||
|
WarGodName = west_christian_war_god_name
|
||||||
|
WarGodNamePossessive = west_christian_war_god_name_possessive
|
||||||
|
WarGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WarGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WarGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WaterGod
|
||||||
|
WaterGodName = west_christian_water_god_name
|
||||||
|
WaterGodNamePossessive = west_christian_water_god_name_possessive
|
||||||
|
WaterGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WaterGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WaterGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
# Patriarchs instead of Popes
|
||||||
|
ReligiousHeadName = orthodox_religious_head_title
|
||||||
|
ReligiousHeadTitleName = orthodox_religious_head_title_name
|
||||||
|
}
|
||||||
|
}
|
||||||
|
elysian = {
|
||||||
|
color = { 191 83 47 }
|
||||||
|
icon = elysian
|
||||||
|
#religious_head = k_orthodox
|
||||||
|
|
||||||
|
holy_site = jerusalem
|
||||||
|
holy_site = constantinople
|
||||||
|
holy_site = rome
|
||||||
|
holy_site = alexandria
|
||||||
|
holy_site = antioch
|
||||||
|
|
||||||
|
#Special Tolerance
|
||||||
|
doctrine = special_doctrine_ecumenical_christian
|
||||||
|
|
||||||
|
#Tenets
|
||||||
|
doctrine = tenet_communion
|
||||||
|
doctrine = tenet_pentarchy
|
||||||
|
doctrine = tenet_monasticism
|
||||||
|
|
||||||
|
holy_order_names = {
|
||||||
|
{ name = "holy_order_brotherhood_of_the_holy_sepulchre" }
|
||||||
|
{ name = "holy_order_knights_of_the_first_patrirchate" }
|
||||||
|
{ name = "holy_order_order_of_the_holy_virgin" }
|
||||||
|
}
|
||||||
|
|
||||||
|
localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox
|
||||||
|
#FertilityGod
|
||||||
|
FertilityGodName = west_christian_fertility_god_name
|
||||||
|
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
|
||||||
|
FertilityGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
FertilityGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
FertilityGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WealthGod
|
||||||
|
WealthGodName = west_christian_wealth_god_name
|
||||||
|
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
|
||||||
|
WealthGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WealthGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WealthGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#HouseholdGod
|
||||||
|
HouseholdGodName = west_christian_household_god_name
|
||||||
|
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
|
||||||
|
HouseholdGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#KnowledgeGod
|
||||||
|
KnowledgeGodName = west_christian_knowledge_god_name
|
||||||
|
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
|
||||||
|
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WarGod
|
||||||
|
WarGodName = west_christian_war_god_name
|
||||||
|
WarGodNamePossessive = west_christian_war_god_name_possessive
|
||||||
|
WarGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WarGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WarGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WaterGod
|
||||||
|
WaterGodName = west_christian_water_god_name
|
||||||
|
WaterGodNamePossessive = west_christian_water_god_name_possessive
|
||||||
|
WaterGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WaterGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WaterGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
# Patriarchs instead of Popes
|
||||||
|
ReligiousHeadName = orthodox_religious_head_title
|
||||||
|
ReligiousHeadTitleName = orthodox_religious_head_title_name
|
||||||
|
}
|
||||||
|
}
|
||||||
|
marblist = {
|
||||||
|
color = { 240 216 255 }
|
||||||
|
icon = marblist
|
||||||
|
#religious_head = k_orthodox
|
||||||
|
|
||||||
|
holy_site = jerusalem
|
||||||
|
holy_site = constantinople
|
||||||
|
holy_site = rome
|
||||||
|
holy_site = alexandria
|
||||||
|
holy_site = antioch
|
||||||
|
|
||||||
|
#Special Tolerance
|
||||||
|
doctrine = special_doctrine_ecumenical_christian
|
||||||
|
|
||||||
|
#Tenets
|
||||||
|
doctrine = tenet_communion
|
||||||
|
doctrine = tenet_pentarchy
|
||||||
|
doctrine = tenet_monasticism
|
||||||
|
|
||||||
|
holy_order_names = {
|
||||||
|
{ name = "holy_order_brotherhood_of_the_holy_sepulchre" }
|
||||||
|
{ name = "holy_order_knights_of_the_first_patrirchate" }
|
||||||
|
{ name = "holy_order_order_of_the_holy_virgin" }
|
||||||
|
}
|
||||||
|
|
||||||
|
localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox
|
||||||
|
#FertilityGod
|
||||||
|
FertilityGodName = west_christian_fertility_god_name
|
||||||
|
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
|
||||||
|
FertilityGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
FertilityGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
FertilityGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WealthGod
|
||||||
|
WealthGodName = west_christian_wealth_god_name
|
||||||
|
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
|
||||||
|
WealthGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WealthGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WealthGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#HouseholdGod
|
||||||
|
HouseholdGodName = west_christian_household_god_name
|
||||||
|
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
|
||||||
|
HouseholdGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#KnowledgeGod
|
||||||
|
KnowledgeGodName = west_christian_knowledge_god_name
|
||||||
|
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
|
||||||
|
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WarGod
|
||||||
|
WarGodName = west_christian_war_god_name
|
||||||
|
WarGodNamePossessive = west_christian_war_god_name_possessive
|
||||||
|
WarGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WarGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WarGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WaterGod
|
||||||
|
WaterGodName = west_christian_water_god_name
|
||||||
|
WaterGodNamePossessive = west_christian_water_god_name_possessive
|
||||||
|
WaterGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WaterGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WaterGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
# Patriarchs instead of Popes
|
||||||
|
ReligiousHeadName = orthodox_religious_head_title
|
||||||
|
ReligiousHeadTitleName = orthodox_religious_head_title_name
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
690
N3OW/common/religion/religions/NEOW_protestant.txt
Normal file
690
N3OW/common/religion/religions/NEOW_protestant.txt
Normal file
|
|
@ -0,0 +1,690 @@
|
||||||
|
protestant_religion = {
|
||||||
|
family = rf_abrahamic
|
||||||
|
|
||||||
|
doctrine_background_icon = core_tenet_banner_christian.dds
|
||||||
|
doctrine = abrahamic_hostility_doctrine
|
||||||
|
|
||||||
|
#Main Group
|
||||||
|
doctrine = doctrine_spiritual_head
|
||||||
|
doctrine = doctrine_gender_male_dominated
|
||||||
|
doctrine = doctrine_pluralism_pluralistic
|
||||||
|
doctrine = doctrine_theocracy_temporal
|
||||||
|
|
||||||
|
#Marriage
|
||||||
|
doctrine = doctrine_monogamy
|
||||||
|
doctrine = doctrine_divorce_allowed
|
||||||
|
doctrine = doctrine_bastardry_legitimization
|
||||||
|
doctrine = doctrine_consanguinity_restricted
|
||||||
|
|
||||||
|
#Crimes
|
||||||
|
doctrine = doctrine_homosexuality_accepted
|
||||||
|
doctrine = doctrine_adultery_men_shunned
|
||||||
|
doctrine = doctrine_adultery_women_shunned
|
||||||
|
doctrine = doctrine_kinslaying_close_kin_crime
|
||||||
|
doctrine = doctrine_deviancy_shunned
|
||||||
|
doctrine = doctrine_witchcraft_shunned
|
||||||
|
|
||||||
|
#Clerical Functions
|
||||||
|
doctrine = doctrine_clerical_function_taxation
|
||||||
|
doctrine = doctrine_clerical_gender_either
|
||||||
|
doctrine = doctrine_clerical_marriage_disallowed
|
||||||
|
doctrine = doctrine_clerical_succession_temporal_appointment
|
||||||
|
|
||||||
|
#Allow pilgrimages
|
||||||
|
doctrine = doctrine_pilgrimage_encouraged
|
||||||
|
|
||||||
|
#Funeral tradition
|
||||||
|
doctrine = doctrine_funeral_stoic
|
||||||
|
|
||||||
|
#Coronation tradition
|
||||||
|
doctrine = doctrine_no_anointment
|
||||||
|
|
||||||
|
#Special/Syncretic target doctrines
|
||||||
|
doctrine = special_doctrine_is_christian_faith
|
||||||
|
|
||||||
|
traits = {
|
||||||
|
virtues = { forgiving compassionate chaste }
|
||||||
|
sins = { vengeful sadistic lustful }
|
||||||
|
}
|
||||||
|
|
||||||
|
reserved_male_names = { #these might be alright?
|
||||||
|
Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory
|
||||||
|
Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip
|
||||||
|
Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah
|
||||||
|
}
|
||||||
|
reserved_female_names = { #these might be alright?
|
||||||
|
Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen
|
||||||
|
Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania
|
||||||
|
}
|
||||||
|
|
||||||
|
custom_faith_icons = {
|
||||||
|
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
|
||||||
|
}
|
||||||
|
|
||||||
|
holy_order_names = { #placeholder
|
||||||
|
{ name = "holy_order_knights_of_the_chalice" }
|
||||||
|
{ name = "holy_order_order_of_the_holy_communion" }
|
||||||
|
{ name = "holy_order_knights_of_the_first_gospel" }
|
||||||
|
{ name = "holy_order_guardians_of_the_shroud" }
|
||||||
|
{ name = "holy_order_knights_of_the_reliquary" }
|
||||||
|
{ name = "holy_order_warriors_of_the_cross" }
|
||||||
|
{ name = "holy_order_christian" coat_of_arms = "ho_christian" }
|
||||||
|
}
|
||||||
|
|
||||||
|
holy_order_maa = { teutonic_knights } #placeholder
|
||||||
|
|
||||||
|
localization = {
|
||||||
|
#HighGod | placeholder
|
||||||
|
HighGodName = christianity_high_god_name
|
||||||
|
HighGodName2 = christianity_high_god_name_2
|
||||||
|
HighGodNamePossessive = christianity_high_god_name_possessive
|
||||||
|
HighGodNameSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HighGodHerselfHimself = CHARACTER_HIMSELF
|
||||||
|
HighGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HighGodNameAlternate = christianity_high_god_name_alternate
|
||||||
|
HighGodNameAlternatePossessive = christianity_high_god_name_alternate_possessive
|
||||||
|
|
||||||
|
#Creator | placeholder
|
||||||
|
CreatorName = christianity_creator_god_name
|
||||||
|
CreatorNamePossessive = christianity_creator_god_name_possessive
|
||||||
|
CreatorSheHe = CHARACTER_SHEHE_HE
|
||||||
|
CreatorHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
CreatorHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#HealthGod | placeholder
|
||||||
|
HealthGodName = christianity_health_god_name
|
||||||
|
HealthGodNamePossessive = christianity_health_god_name_possessive
|
||||||
|
HealthGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HealthGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HealthGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#FertilityGod | placeholder
|
||||||
|
FertilityGodName = christianity_fertility_god_name
|
||||||
|
FertilityGodNamePossessive = christianity_fertility_god_name_possessive
|
||||||
|
FertilityGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
FertilityGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
FertilityGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WealthGod | placeholder
|
||||||
|
WealthGodName = christianity_wealth_god_name
|
||||||
|
WealthGodNamePossessive = christianity_wealth_god_name_possessive
|
||||||
|
WealthGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WealthGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WealthGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#HouseholdGod | placeholder
|
||||||
|
HouseholdGodName = christianity_household_god_name
|
||||||
|
HouseholdGodNamePossessive = christianity_household_god_name_possessive
|
||||||
|
HouseholdGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#FateGod | placeholder
|
||||||
|
FateGodName = christianity_fate_god_name
|
||||||
|
FateGodNamePossessive = christianity_fate_god_name_possessive
|
||||||
|
FateGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
FateGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
FateGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#KnowledgeGod | placeholder
|
||||||
|
KnowledgeGodName = christianity_knowledge_god_name
|
||||||
|
KnowledgeGodNamePossessive = christianity_knowledge_god_name_possessive
|
||||||
|
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WarGod | placeholder
|
||||||
|
WarGodName = christianity_war_god_name
|
||||||
|
WarGodNamePossessive = christianity_war_god_name_possessive
|
||||||
|
WarGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WarGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WarGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#TricksterGod | placeholder
|
||||||
|
TricksterGodName = christianity_trickster_god_name
|
||||||
|
TricksterGodNamePossessive = christianity_trickster_god_name_possessive
|
||||||
|
TricksterGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
TricksterGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
TricksterGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#NightGod | placeholder
|
||||||
|
NightGodName = christianity_night_god_name
|
||||||
|
NightGodNamePossessive = christianity_night_god_name_possessive
|
||||||
|
NightGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
NightGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
NightGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WaterGod | placeholder
|
||||||
|
WaterGodName = christianity_water_god_name
|
||||||
|
WaterGodNamePossessive = christianity_water_god_name_possessive
|
||||||
|
WaterGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WaterGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WaterGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
PantheonTerm = christianity_high_god_name
|
||||||
|
PantheonTerm2 = christianity_high_god_name_2
|
||||||
|
PantheonTerm3 = christianity_high_god_name_3
|
||||||
|
PantheonTermHasHave = pantheon_term_has
|
||||||
|
GoodGodNames = {
|
||||||
|
christianity_high_god_name
|
||||||
|
christianity_high_god_name_alternate
|
||||||
|
chistianity_good_god_jesus
|
||||||
|
chistianity_good_god_christ
|
||||||
|
}
|
||||||
|
DevilName = christianity_devil_name
|
||||||
|
DevilNamePossessive = christianity_devil_name_possessive
|
||||||
|
DevilSheHe = CHARACTER_SHEHE_HE
|
||||||
|
DevilHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
DevilHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
DevilHerselfHimself = CHARACTER_HIMSELF
|
||||||
|
EvilGodNames = {
|
||||||
|
christianity_devil_name
|
||||||
|
christianity_evil_god_lucifer
|
||||||
|
christianity_evil_god_beelzebub
|
||||||
|
christianity_evil_god_mephistopheles
|
||||||
|
}
|
||||||
|
HouseOfWorship = christianity_house_of_worship
|
||||||
|
HouseOfWorship2 = christianity_house_of_worship_2
|
||||||
|
HouseOfWorship3 = christianity_house_of_worship_3
|
||||||
|
HouseOfWorshipPlural = christianity_house_of_worship_plural
|
||||||
|
ReligiousSymbol = christianity_religious_symbol
|
||||||
|
ReligiousSymbol2 = christianity_religious_symbol_2
|
||||||
|
ReligiousSymbol3 = christianity_religious_symbol_3
|
||||||
|
ReligiousText = christianity_religious_text
|
||||||
|
ReligiousText2 = christianity_religious_text_2
|
||||||
|
ReligiousText3 = christianity_religious_text_3
|
||||||
|
ReligiousHeadName = christianity_religious_head_title
|
||||||
|
ReligiousHeadTitleName = christianity_religious_head_title_name
|
||||||
|
DevoteeMale = christianity_devotee_male
|
||||||
|
DevoteeMalePlural = christianity_devotee_male_plural
|
||||||
|
DevoteeFemale = christianity_devotee_female
|
||||||
|
DevoteeFemalePlural = christianity_devotee_female_plural
|
||||||
|
DevoteeNeuter = christianity_devotee_neuter
|
||||||
|
DevoteeNeuterPlural = christianity_devotee_neuter_plural
|
||||||
|
PriestMale = christianity_priest_male
|
||||||
|
PriestMalePlural = christianity_priest_male_plural
|
||||||
|
PriestFemale = christianity_priest_male
|
||||||
|
PriestFemalePlural = christianity_priest_male_plural
|
||||||
|
PriestNeuter = christianity_priest_male
|
||||||
|
PriestNeuterPlural = christianity_priest_male_plural
|
||||||
|
AltPriestTermPlural = christianity_priest_alternate_plural
|
||||||
|
BishopMale = christianity_bishop
|
||||||
|
BishopMalePlural = christianity_bishop_plural
|
||||||
|
BishopFemale = christianity_bishop
|
||||||
|
BishopFemalePlural = christianity_bishop_plural
|
||||||
|
BishopNeuter = christianity_bishop
|
||||||
|
BishopNeuterPlural = christianity_bishop_plural
|
||||||
|
DivineRealm = christianity_positive_afterlife
|
||||||
|
DivineRealm2 = christianity_positive_afterlife_2
|
||||||
|
DivineRealm3 = christianity_positive_afterlife_3
|
||||||
|
PositiveAfterLife = christianity_positive_afterlife
|
||||||
|
PositiveAfterLife2 = christianity_positive_afterlife_2
|
||||||
|
PositiveAfterLife3 = christianity_positive_afterlife_3
|
||||||
|
NegativeAfterLife = christianity_negative_afterlife
|
||||||
|
NegativeAfterLife2 = christianity_negative_afterlife_2
|
||||||
|
NegativeAfterLife3 = christianity_negative_afterlife_3
|
||||||
|
DeathDeityName = christianity_death_deity_name
|
||||||
|
DeathDeityNamePossessive = christianity_death_deity_name_possessive
|
||||||
|
DeathDeitySheHe = CHARACTER_SHEHE_HE
|
||||||
|
DeathDeityHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
DeathDeityHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
WitchGodName = christianity_witchgodname_the_horned_god
|
||||||
|
WitchGodNamePossessive = christianity_witchgodname_the_horned_god_possessive
|
||||||
|
WitchGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WitchGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WitchGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
WitchGodMistressMaster = master
|
||||||
|
WitchGodMotherFather = father
|
||||||
|
|
||||||
|
|
||||||
|
GHWName = ghw_crusade
|
||||||
|
GHWNamePlural = ghw_crusades
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
piety_icon_group = "christian"
|
||||||
|
|
||||||
|
faiths = {
|
||||||
|
anglican_england = {
|
||||||
|
color = { 140 178 191 }
|
||||||
|
icon = anglican
|
||||||
|
|
||||||
|
# religious_head = k_papal_state
|
||||||
|
|
||||||
|
graphical_faith = "catholic_gfx"
|
||||||
|
#placeholder holy sites
|
||||||
|
holy_site = london
|
||||||
|
holy_site = armagh
|
||||||
|
holy_site = jorvik
|
||||||
|
holy_site = dublin
|
||||||
|
holy_site = kent
|
||||||
|
holy_site = llandrindod
|
||||||
|
#holy_site = segrada_familia
|
||||||
|
|
||||||
|
#Special Tolerance | placeholder
|
||||||
|
doctrine = special_doctrine_via_media
|
||||||
|
|
||||||
|
#Tenets | placeholder
|
||||||
|
doctrine = against_all_odds
|
||||||
|
doctrine = for_king_and_country
|
||||||
|
doctrine = last_knights_of_britain
|
||||||
|
|
||||||
|
#Special/virtue | placeholder
|
||||||
|
doctrine = special_doctrine_english_anglican
|
||||||
|
|
||||||
|
holy_order_names = { #placeholder
|
||||||
|
}
|
||||||
|
|
||||||
|
localization = { # placeholder
|
||||||
|
#FertilityGod
|
||||||
|
FertilityGodName = west_christian_fertility_god_name
|
||||||
|
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
|
||||||
|
FertilityGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
FertilityGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
FertilityGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WealthGod
|
||||||
|
WealthGodName = west_christian_wealth_god_name
|
||||||
|
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
|
||||||
|
WealthGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WealthGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WealthGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#HouseholdGod
|
||||||
|
HouseholdGodName = west_christian_household_god_name
|
||||||
|
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
|
||||||
|
HouseholdGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#KnowledgeGod
|
||||||
|
KnowledgeGodName = west_christian_knowledge_god_name
|
||||||
|
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
|
||||||
|
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WarGod
|
||||||
|
WarGodName = west_christian_war_god_name
|
||||||
|
WarGodNamePossessive = west_christian_war_god_name_possessive
|
||||||
|
WarGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WarGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WarGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WaterGod
|
||||||
|
WaterGodName = west_christian_water_god_name
|
||||||
|
WaterGodNamePossessive = west_christian_water_god_name_possessive
|
||||||
|
WaterGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WaterGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WaterGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
}
|
||||||
|
}
|
||||||
|
lutheran = {
|
||||||
|
color = { 51 76 229 }
|
||||||
|
icon = liturgical
|
||||||
|
|
||||||
|
# religious_head = k_papal_state
|
||||||
|
|
||||||
|
#placeholder holy sites
|
||||||
|
holy_site = perth
|
||||||
|
holy_site = edinburgh
|
||||||
|
holy_site = london
|
||||||
|
holy_site = st_andrews
|
||||||
|
holy_site = belfast
|
||||||
|
holy_site = leath
|
||||||
|
#holy_site = segrada_familia
|
||||||
|
|
||||||
|
#Special Tolerance | placeholder
|
||||||
|
doctrine = special_doctrine_established_church
|
||||||
|
|
||||||
|
#Tenets | placeholder
|
||||||
|
doctrine = tenet_adaptive
|
||||||
|
doctrine = tenet_pentarchy
|
||||||
|
doctrine = tenet_literalism
|
||||||
|
|
||||||
|
holy_order_names = { #placeholder
|
||||||
|
}
|
||||||
|
|
||||||
|
localization = { # placeholder
|
||||||
|
#FertilityGod
|
||||||
|
FertilityGodName = west_christian_fertility_god_name
|
||||||
|
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
|
||||||
|
FertilityGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
FertilityGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
FertilityGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WealthGod
|
||||||
|
WealthGodName = west_christian_wealth_god_name
|
||||||
|
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
|
||||||
|
WealthGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WealthGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WealthGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#HouseholdGod
|
||||||
|
HouseholdGodName = west_christian_household_god_name
|
||||||
|
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
|
||||||
|
HouseholdGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#KnowledgeGod
|
||||||
|
KnowledgeGodName = west_christian_knowledge_god_name
|
||||||
|
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
|
||||||
|
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WarGod
|
||||||
|
WarGodName = west_christian_war_god_name
|
||||||
|
WarGodNamePossessive = west_christian_war_god_name_possessive
|
||||||
|
WarGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WarGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WarGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WaterGod
|
||||||
|
WaterGodName = west_christian_water_god_name
|
||||||
|
WaterGodNamePossessive = west_christian_water_god_name_possessive
|
||||||
|
WaterGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WaterGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WaterGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
}
|
||||||
|
}
|
||||||
|
grundtvigian = {
|
||||||
|
color = { 226 152 164 }
|
||||||
|
icon = grundtvigian
|
||||||
|
|
||||||
|
# religious_head = k_papal_state
|
||||||
|
|
||||||
|
#placeholder holy sites
|
||||||
|
holy_site = perth
|
||||||
|
holy_site = edinburgh
|
||||||
|
holy_site = london
|
||||||
|
holy_site = st_andrews
|
||||||
|
holy_site = belfast
|
||||||
|
holy_site = leath
|
||||||
|
#holy_site = segrada_familia
|
||||||
|
|
||||||
|
#Special Tolerance | placeholder
|
||||||
|
doctrine = special_doctrine_reformation_roots
|
||||||
|
|
||||||
|
#Tenets | placeholder
|
||||||
|
doctrine = tenet_communal_possessions
|
||||||
|
doctrine = tenet_alexandrian_catechism
|
||||||
|
doctrine = tenet_ritual_celebrations
|
||||||
|
|
||||||
|
holy_order_names = { #placeholder
|
||||||
|
}
|
||||||
|
|
||||||
|
localization = { # placeholder
|
||||||
|
#FertilityGod
|
||||||
|
FertilityGodName = west_christian_fertility_god_name
|
||||||
|
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
|
||||||
|
FertilityGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
FertilityGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
FertilityGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WealthGod
|
||||||
|
WealthGodName = west_christian_wealth_god_name
|
||||||
|
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
|
||||||
|
WealthGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WealthGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WealthGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#HouseholdGod
|
||||||
|
HouseholdGodName = west_christian_household_god_name
|
||||||
|
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
|
||||||
|
HouseholdGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#KnowledgeGod
|
||||||
|
KnowledgeGodName = west_christian_knowledge_god_name
|
||||||
|
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
|
||||||
|
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WarGod
|
||||||
|
WarGodName = west_christian_war_god_name
|
||||||
|
WarGodNamePossessive = west_christian_war_god_name_possessive
|
||||||
|
WarGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WarGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WarGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WaterGod
|
||||||
|
WaterGodName = west_christian_water_god_name
|
||||||
|
WaterGodNamePossessive = west_christian_water_god_name_possessive
|
||||||
|
WaterGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WaterGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WaterGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
}
|
||||||
|
}
|
||||||
|
moravian = {
|
||||||
|
color = { 127 191 255 }
|
||||||
|
icon = moravian
|
||||||
|
|
||||||
|
#placeholder holy sites
|
||||||
|
holy_site = jerusalem
|
||||||
|
holy_site = rome
|
||||||
|
holy_site = cologne
|
||||||
|
holy_site = santiago
|
||||||
|
holy_site = kent
|
||||||
|
#holy_site = segrada_familia
|
||||||
|
|
||||||
|
#Special Tolerance | placeholder
|
||||||
|
doctrine = special_doctrine_reformation_roots
|
||||||
|
|
||||||
|
#Tenets | placeholder
|
||||||
|
doctrine = tenet_catholic_communion
|
||||||
|
doctrine = tenet_armed_pilgrimages
|
||||||
|
doctrine = tenet_unrelenting_faith
|
||||||
|
|
||||||
|
holy_order_names = { #placeholder
|
||||||
|
}
|
||||||
|
|
||||||
|
localization = { # placeholder
|
||||||
|
#FertilityGod
|
||||||
|
FertilityGodName = west_christian_fertility_god_name
|
||||||
|
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
|
||||||
|
FertilityGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
FertilityGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
FertilityGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WealthGod
|
||||||
|
WealthGodName = west_christian_wealth_god_name
|
||||||
|
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
|
||||||
|
WealthGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WealthGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WealthGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#HouseholdGod
|
||||||
|
HouseholdGodName = west_christian_household_god_name
|
||||||
|
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
|
||||||
|
HouseholdGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#KnowledgeGod
|
||||||
|
KnowledgeGodName = west_christian_knowledge_god_name
|
||||||
|
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
|
||||||
|
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WarGod
|
||||||
|
WarGodName = west_christian_war_god_name
|
||||||
|
WarGodNamePossessive = west_christian_war_god_name_possessive
|
||||||
|
WarGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WarGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WarGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WaterGod
|
||||||
|
WaterGodName = west_christian_water_god_name
|
||||||
|
WaterGodNamePossessive = west_christian_water_god_name_possessive
|
||||||
|
WaterGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WaterGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WaterGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
}
|
||||||
|
}
|
||||||
|
utraquist = {
|
||||||
|
color = { 0.9 0.5 0.4 }
|
||||||
|
icon = utraquist
|
||||||
|
|
||||||
|
|
||||||
|
graphical_faith = "catholic_gfx"
|
||||||
|
#placeholder holy sites
|
||||||
|
holy_site = jerusalem
|
||||||
|
holy_site = rome
|
||||||
|
holy_site = cologne
|
||||||
|
holy_site = santiago
|
||||||
|
holy_site = kent
|
||||||
|
#holy_site = segrada_familia
|
||||||
|
|
||||||
|
#Special Tolerance | placeholder
|
||||||
|
doctrine = special_doctrine_radical_reform
|
||||||
|
|
||||||
|
#Tenets | placeholder
|
||||||
|
doctrine = tenet_catholic_communion
|
||||||
|
doctrine = tenet_armed_pilgrimages
|
||||||
|
doctrine = tenet_monasticism
|
||||||
|
|
||||||
|
holy_order_names = { #placeholder
|
||||||
|
{ name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" }
|
||||||
|
{ name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" }
|
||||||
|
{ name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" }
|
||||||
|
{ name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" }
|
||||||
|
{ name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" }
|
||||||
|
{ name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" }
|
||||||
|
}
|
||||||
|
|
||||||
|
localization = { # placeholder
|
||||||
|
#FertilityGod
|
||||||
|
FertilityGodName = west_christian_fertility_god_name
|
||||||
|
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
|
||||||
|
FertilityGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
FertilityGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
FertilityGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WealthGod
|
||||||
|
WealthGodName = west_christian_wealth_god_name
|
||||||
|
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
|
||||||
|
WealthGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WealthGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WealthGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#HouseholdGod
|
||||||
|
HouseholdGodName = west_christian_household_god_name
|
||||||
|
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
|
||||||
|
HouseholdGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#KnowledgeGod
|
||||||
|
KnowledgeGodName = west_christian_knowledge_god_name
|
||||||
|
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
|
||||||
|
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
|
||||||
|
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
|
||||||
|
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
|
||||||
|
|
||||||
|
#WarGod
|
||||||
|
WarGodName = west_christian_war_god_name
|
||||||
|
WarGodNamePossessive = west_christian_war_god_name_possessive
|
||||||
|
WarGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WarGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WarGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
|
||||||
|
#WaterGod
|
||||||
|
WaterGodName = west_christian_water_god_name
|
||||||
|
WaterGodNamePossessive = west_christian_water_god_name_possessive
|
||||||
|
WaterGodSheHe = CHARACTER_SHEHE_HE
|
||||||
|
WaterGodHerHis = CHARACTER_HERHIS_HIS
|
||||||
|
WaterGodHerHim = CHARACTER_HERHIM_HIM
|
||||||
|
}
|
||||||
|
}
|
||||||
|
presbyterian = {
|
||||||
|
color = { 177 224 220 }
|
||||||
|
icon = presbyterian
|
||||||
|
|
||||||
|
# religious_head = k_papal_state
|
||||||
|
|
||||||
|
#placeholder holy sites
|
||||||
|
holy_site = perth
|
||||||
|
holy_site = edinburgh
|
||||||
|
holy_site = london
|
||||||
|
holy_site = standrews
|
||||||
|
holy_site = belfast
|
||||||
|
holy_site = leath
|
||||||
|
#holy_site = segrada_familia
|
||||||
|
|
||||||
|
#Special Tolerance | placeholder
|
||||||
|
doctrine = special_doctrine_reformation_roots
|
||||||
|
|
||||||
|
#Tenets | placeholder
|
||||||
|
doctrine = tenet_aniconism
|
||||||
|
doctrine = tenet_pastoral_isolation
|
||||||
|
doctrine = tenet_adaptive
|
||||||
|
|
||||||
|
holy_order_names = { #placeholder
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
helvetic = {
|
||||||
|
color = { 127 127 163 }
|
||||||
|
icon = helvetic
|
||||||
|
|
||||||
|
# religious_head = k_papal_state
|
||||||
|
|
||||||
|
#placeholder holy sites
|
||||||
|
holy_site = jerusalem
|
||||||
|
holy_site = rome
|
||||||
|
holy_site = cologne
|
||||||
|
holy_site = santiago
|
||||||
|
holy_site = kent
|
||||||
|
#holy_site = segrada_familia
|
||||||
|
|
||||||
|
doctrine = doctrine_gender_male_dominated
|
||||||
|
doctrine = doctrine_clerical_gender_male_only
|
||||||
|
doctrine = doctrine_pluralism_fundamentalist
|
||||||
|
doctrine = doctrine_deviancy_crime
|
||||||
|
doctrine = doctrine_witchcraft_crime
|
||||||
|
|
||||||
|
#Special Tolerance | placeholder
|
||||||
|
doctrine = special_doctrine_radical_reform
|
||||||
|
|
||||||
|
#Tenets | placeholder
|
||||||
|
doctrine = tenet_aniconism
|
||||||
|
doctrine = tenet_literalism
|
||||||
|
doctrine = tenet_mendicant_preachers
|
||||||
|
|
||||||
|
holy_order_names = { #placeholder
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
genevan = {
|
||||||
|
color = { 203 209 239 }
|
||||||
|
icon = genevan
|
||||||
|
|
||||||
|
# religious_head = k_papal_state
|
||||||
|
|
||||||
|
#placeholder holy sites
|
||||||
|
holy_site = jerusalem
|
||||||
|
holy_site = rome
|
||||||
|
holy_site = cologne
|
||||||
|
holy_site = santiago
|
||||||
|
holy_site = kent
|
||||||
|
#holy_site = segrada_familia
|
||||||
|
|
||||||
|
#Special Tolerance | placeholder
|
||||||
|
doctrine = special_doctrine_reformation_roots
|
||||||
|
|
||||||
|
#Tenets | placeholder
|
||||||
|
doctrine = tenet_aniconism
|
||||||
|
doctrine = tenet_adaptive
|
||||||
|
doctrine = tenet_pacifism
|
||||||
|
|
||||||
|
holy_order_names = { #placeholder
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -845,7 +845,7 @@ great_holy_war_target_kingdom_weight = {
|
||||||
limit = {
|
limit = {
|
||||||
AND = {
|
AND = {
|
||||||
scope:the_faith = {
|
scope:the_faith = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
not_non_catholic_standard_christian_faith_trigger = yes
|
not_non_catholic_standard_christian_faith_trigger = yes
|
||||||
}
|
}
|
||||||
title_capital_county.title_province = { geographical_region = ghw_region_baltic }
|
title_capital_county.title_province = { geographical_region = ghw_region_baltic }
|
||||||
|
|
@ -4559,7 +4559,7 @@ great_holy_war_target_kingdom_weight_simplified = {
|
||||||
limit = {
|
limit = {
|
||||||
AND = {
|
AND = {
|
||||||
scope:the_faith = {
|
scope:the_faith = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
not_non_catholic_standard_christian_faith_trigger = yes
|
not_non_catholic_standard_christian_faith_trigger = yes
|
||||||
}
|
}
|
||||||
title_capital_county.title_province = { geographical_region = ghw_region_baltic }
|
title_capital_county.title_province = { geographical_region = ghw_region_baltic }
|
||||||
|
|
|
||||||
|
|
@ -710,7 +710,37 @@ mend_great_schism_scripted_effect = {
|
||||||
}
|
}
|
||||||
trigger_event = roman_restoration.0102
|
trigger_event = roman_restoration.0102
|
||||||
}
|
}
|
||||||
religion:christianity_religion = {
|
religion:eastern_orthodox_religion = {
|
||||||
|
every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies.
|
||||||
|
custom = every_ecumenical_christian_faith.tt
|
||||||
|
limit = {
|
||||||
|
this.religion = root.faith.religion
|
||||||
|
has_doctrine = special_doctrine_ecumenical_christian
|
||||||
|
this != root.faith
|
||||||
|
}
|
||||||
|
remove_doctrine = special_doctrine_ecumenical_christian
|
||||||
|
change_fervor = {
|
||||||
|
value = -25
|
||||||
|
desc = fervor_loss_mended_schism
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
religion:catholic_religion = {
|
||||||
|
every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies.
|
||||||
|
custom = every_ecumenical_christian_faith.tt
|
||||||
|
limit = {
|
||||||
|
this.religion = root.faith.religion
|
||||||
|
has_doctrine = special_doctrine_ecumenical_christian
|
||||||
|
this != root.faith
|
||||||
|
}
|
||||||
|
remove_doctrine = special_doctrine_ecumenical_christian
|
||||||
|
change_fervor = {
|
||||||
|
value = -25
|
||||||
|
desc = fervor_loss_mended_schism
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
religion:protestant_religion = {
|
||||||
every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies.
|
every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies.
|
||||||
custom = every_ecumenical_christian_faith.tt
|
custom = every_ecumenical_christian_faith.tt
|
||||||
limit = {
|
limit = {
|
||||||
|
|
|
||||||
|
|
@ -614,7 +614,7 @@ struggle_can_access_unlocks_bargain_fealty_interaction_trigger = {
|
||||||
# Multi-File Event Triggers
|
# Multi-File Event Triggers
|
||||||
|
|
||||||
fp2_lyonese_monk_0002_papal_hof_trigger = {
|
fp2_lyonese_monk_0002_papal_hof_trigger = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
exists = faith.religious_head
|
exists = faith.religious_head
|
||||||
faith.religious_head_title = title:k_papal_state
|
faith.religious_head_title = title:k_papal_state
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ ep3_frankokratia_ghw_trigger = {
|
||||||
#Byzantine emperor is Christian, but not Catholic
|
#Byzantine emperor is Christian, but not Catholic
|
||||||
title:e_byzantium.holder.faith = {
|
title:e_byzantium.holder.faith = {
|
||||||
NOT = { this = faith:catholic }
|
NOT = { this = faith:catholic }
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
limit = {
|
limit = {
|
||||||
|
|
@ -21,7 +21,7 @@ ep3_frankokratia_ghw_trigger = {
|
||||||
title:e_byzantium.holder.primary_title = {
|
title:e_byzantium.holder.primary_title = {
|
||||||
state_faith = {
|
state_faith = {
|
||||||
NOT = { this = faith:catholic }
|
NOT = { this = faith:catholic }
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,9 @@ coronation_proper_artifact_crown_trigger = {
|
||||||
OR = {
|
OR = {
|
||||||
this = religion:baltic_religion
|
this = religion:baltic_religion
|
||||||
this = religion:bon_religion
|
this = religion:bon_religion
|
||||||
this = religion:christianity_religion
|
this = religion:eastern_orthodox_religion
|
||||||
|
this = religion:catholic_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
this = religion:dualism_religion
|
this = religion:dualism_religion
|
||||||
this = religion:hellenism_religion
|
this = religion:hellenism_religion
|
||||||
this = religion:judaism_religion
|
this = religion:judaism_religion
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,11 @@ historical_artifacts.0023 = {
|
||||||
count = 6
|
count = 6
|
||||||
random_character_with_royal_court = {
|
random_character_with_royal_court = {
|
||||||
limit = {
|
limit = {
|
||||||
faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
NOT = { has_character_flag = seeded_relic }
|
NOT = { has_character_flag = seeded_relic }
|
||||||
}
|
}
|
||||||
create_artifact_pedestal_christian_relic_effect_hist = { OWNER = this }
|
create_artifact_pedestal_christian_relic_effect_hist = { OWNER = this }
|
||||||
|
|
@ -418,7 +422,11 @@ historical_artifacts.0023 = {
|
||||||
# We exclude kings'n'emperors so the Excaliburs scatter a little better.
|
# We exclude kings'n'emperors so the Excaliburs scatter a little better.
|
||||||
if = {
|
if = {
|
||||||
limit = {
|
limit = {
|
||||||
faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
highest_held_title_tier <= tier_duchy
|
highest_held_title_tier <= tier_duchy
|
||||||
}
|
}
|
||||||
add_to_list = potential_excalibur_holders_list
|
add_to_list = potential_excalibur_holders_list
|
||||||
|
|
@ -431,7 +439,11 @@ historical_artifacts.0023 = {
|
||||||
# We exclude kings'n'emperors so the Excaliburs scatter a little better.
|
# We exclude kings'n'emperors so the Excaliburs scatter a little better.
|
||||||
if = {
|
if = {
|
||||||
limit = {
|
limit = {
|
||||||
faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
highest_held_title_tier <= tier_duchy
|
highest_held_title_tier <= tier_duchy
|
||||||
}
|
}
|
||||||
add_to_list = potential_excalibur_holders_list
|
add_to_list = potential_excalibur_holders_list
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ character_view_bg = {
|
||||||
trigger = {
|
trigger = {
|
||||||
is_alive = no
|
is_alive = no
|
||||||
OR = {
|
OR = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:islam_religion
|
religion = religion:islam_religion
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -54,7 +54,7 @@ character_view_bg = {
|
||||||
|
|
||||||
trigger = {
|
trigger = {
|
||||||
is_alive = no
|
is_alive = no
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
primary_title = title:e_byzantium
|
primary_title = title:e_byzantium
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -64,7 +64,7 @@ character_view_bg = {
|
||||||
|
|
||||||
trigger = {
|
trigger = {
|
||||||
is_alive = no
|
is_alive = no
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -8640,7 +8640,7 @@ character_view_bg = {
|
||||||
trigger = {
|
trigger = {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
OR = {
|
OR = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:islam_religion
|
religion = religion:islam_religion
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -8659,7 +8659,7 @@ character_view_bg = {
|
||||||
trigger = {
|
trigger = {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
OR = {
|
OR = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:islam_religion
|
religion = religion:islam_religion
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -8680,7 +8680,7 @@ character_view_bg = {
|
||||||
primary_spouse ?= {
|
primary_spouse ?= {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
OR = {
|
OR = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:islam_religion
|
religion = religion:islam_religion
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -8694,7 +8694,7 @@ character_view_bg = {
|
||||||
betrothed ?= {
|
betrothed ?= {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
OR = {
|
OR = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:islam_religion
|
religion = religion:islam_religion
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -8710,7 +8710,7 @@ character_view_bg = {
|
||||||
liege ?= {
|
liege ?= {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
OR = {
|
OR = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:islam_religion
|
religion = religion:islam_religion
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -8735,7 +8735,7 @@ character_view_bg = {
|
||||||
|
|
||||||
trigger = {
|
trigger = {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -8744,7 +8744,7 @@ character_view_bg = {
|
||||||
|
|
||||||
trigger = {
|
trigger = {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
is_character_window_main_character = yes
|
is_character_window_main_character = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -8756,19 +8756,19 @@ character_view_bg = {
|
||||||
OR = {
|
OR = {
|
||||||
primary_spouse ?= {
|
primary_spouse ?= {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
is_character_window_main_character = yes
|
is_character_window_main_character = yes
|
||||||
}
|
}
|
||||||
betrothed ?= {
|
betrothed ?= {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
is_character_window_main_character = yes
|
is_character_window_main_character = yes
|
||||||
}
|
}
|
||||||
AND = {
|
AND = {
|
||||||
liege.diarch ?= this
|
liege.diarch ?= this
|
||||||
liege ?= {
|
liege ?= {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -11528,12 +11528,12 @@ character_religion_interior = {
|
||||||
# Christianity
|
# Christianity
|
||||||
|
|
||||||
texture = {
|
texture = {
|
||||||
trigger = { religion = religion:christianity_religion }
|
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
||||||
reference = "event_scenes/church.dds"
|
reference = "event_scenes/church.dds"
|
||||||
}
|
}
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
trigger = { religion = religion:christianity_religion }
|
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
||||||
reference = "environment_event_church"
|
reference = "environment_event_church"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -11805,12 +11805,12 @@ religion_interior = {
|
||||||
# Christianity
|
# Christianity
|
||||||
|
|
||||||
texture = {
|
texture = {
|
||||||
trigger = { religion = religion:christianity_religion }
|
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
||||||
reference = "event_scenes/church.dds"
|
reference = "event_scenes/church.dds"
|
||||||
}
|
}
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
trigger = { religion = religion:christianity_religion }
|
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
||||||
reference = "environment_event_church"
|
reference = "environment_event_church"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -11876,7 +11876,7 @@ religion_interior = {
|
||||||
religion_holding = {
|
religion_holding = {
|
||||||
texture = {
|
texture = {
|
||||||
trigger = {
|
trigger = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
NOT = {
|
NOT = {
|
||||||
faith = faith:nestorian
|
faith = faith:nestorian
|
||||||
}
|
}
|
||||||
|
|
@ -12147,7 +12147,7 @@ title_holding = {
|
||||||
has_holding_type = church_holding
|
has_holding_type = church_holding
|
||||||
has_holding_type = temple_citadel_holding
|
has_holding_type = temple_citadel_holding
|
||||||
}
|
}
|
||||||
faith.religion = religion:christianity_religion
|
faith.OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
reference = "holding_types/temple_christian.dds"
|
reference = "holding_types/temple_christian.dds"
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,9 @@
|
||||||
special_building_slot = schwaz_mines_01
|
special_building_slot = schwaz_mines_01
|
||||||
}
|
}
|
||||||
2953 = {
|
2953 = {
|
||||||
holding = church_holding
|
holding = castle_holding
|
||||||
|
culture = austrian
|
||||||
|
religion = teutonic
|
||||||
}
|
}
|
||||||
2976 = {
|
2976 = {
|
||||||
holding = city_holding
|
holding = city_holding
|
||||||
|
|
@ -170,7 +172,9 @@
|
||||||
holding = none
|
holding = none
|
||||||
}
|
}
|
||||||
2781 = {
|
2781 = {
|
||||||
holding = city_holding
|
holding = castle_holding
|
||||||
|
culture = aleman
|
||||||
|
religion = teutonic
|
||||||
}
|
}
|
||||||
9705 = {
|
9705 = {
|
||||||
holding = none
|
holding = none
|
||||||
|
|
|
||||||
|
|
@ -618,6 +618,8 @@
|
||||||
}
|
}
|
||||||
3132 = {
|
3132 = {
|
||||||
holding = castle_holding
|
holding = castle_holding
|
||||||
|
culture = bavarian
|
||||||
|
religion = teutonic
|
||||||
}
|
}
|
||||||
###c_muhlviertel
|
###c_muhlviertel
|
||||||
3072 = {
|
3072 = {
|
||||||
|
|
|
||||||
|
|
@ -132,12 +132,6 @@ c_wolgast = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
c_luneburg = {
|
|
||||||
2554.1.1 = {
|
|
||||||
holder = germany0014
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_cottbus = {
|
c_cottbus = {
|
||||||
2554.1.1 = {
|
2554.1.1 = {
|
||||||
holder = germany0032
|
holder = germany0032
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue