Salzburg dynasty bug resolved
This commit is contained in:
parent
d8bbe6d0c0
commit
96149e8567
21 changed files with 2721 additions and 1549 deletions
|
|
@ -10,13 +10,13 @@ fortress_andorra_01 = {
|
|||
|
||||
can_construct_potential = {
|
||||
scope:holder = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
|
||||
is_enabled = {
|
||||
scope:holder = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -324,11 +324,7 @@ task_conversion = {
|
|||
limit = {
|
||||
scope:councillor_liege.faith = { has_doctrine_parameter = adoptionists_attractively_intuitive_theology }
|
||||
exists = scope:county
|
||||
OR = {
|
||||
scope:county.faith.religion = religion:eastern_orthodox_religion
|
||||
scope:county.faith.religion = religion:catholic_religion
|
||||
scope:county.faith.religion = religion:protestant_religion
|
||||
}
|
||||
scope:county.faith.religion = religion:christianity_religion
|
||||
}
|
||||
add = {
|
||||
value = fp2_lyonese_monk_conversion_bonus_actual_value
|
||||
|
|
|
|||
|
|
@ -1045,11 +1045,7 @@ Abortifacient = {
|
|||
#Christian only
|
||||
#Balkans, Anatolia, Mediterranean
|
||||
trigger = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
faith.religion = religion:christianity_religion
|
||||
location = {
|
||||
OR = {
|
||||
geographical_region = world_europe_south
|
||||
|
|
@ -1515,20 +1511,10 @@ RandomReligiousTextName = {
|
|||
#We're a LAAMP visiting somewhere
|
||||
trigger_else_if = {
|
||||
limit = { exists = scope:visiting_location }
|
||||
OR = {
|
||||
location.faith.religion = religion:eastern_orthodox_religion
|
||||
location.faith.religion = religion:catholic_religion
|
||||
location.faith.religion = religion:protestant_religion
|
||||
}
|
||||
faith.religion = religion:christianity_religion
|
||||
}
|
||||
#The book is of my religion
|
||||
trigger_else = {
|
||||
OR = {
|
||||
location.faith.religion = religion:eastern_orthodox_religion
|
||||
location.faith.religion = religion:catholic_religion
|
||||
location.faith.religion = religion:protestant_religion
|
||||
}
|
||||
}
|
||||
trigger_else = { faith.religion = religion:christianity_religion }
|
||||
}
|
||||
}
|
||||
localization_key = random_religious_text_golden_legend
|
||||
|
|
@ -1544,19 +1530,11 @@ RandomReligiousTextName = {
|
|||
#We're a LAAMP visiting somewhere
|
||||
trigger_else_if = {
|
||||
limit = { exists = scope:visiting_location }
|
||||
OR = {
|
||||
location.faith.religion = religion:eastern_orthodox_religion
|
||||
location.faith.religion = religion:catholic_religion
|
||||
location.faith.religion = religion:protestant_religion
|
||||
}
|
||||
location.faith.religion = religion:christianity_religion
|
||||
}
|
||||
#The book is of my religion
|
||||
trigger_else = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
location.faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
localization_key = random_religious_text_city_of_god
|
||||
|
|
@ -1581,11 +1559,7 @@ RandomReligiousTextName = {
|
|||
}
|
||||
#The book is of my religion
|
||||
trigger_else = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
location.faith.religion = religion:christianity_religion
|
||||
NOT = { faith = faith:orthodox }
|
||||
}
|
||||
}
|
||||
|
|
@ -1611,11 +1585,7 @@ RandomReligiousTextName = {
|
|||
}
|
||||
#The book is of my religion
|
||||
trigger_else = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
location.faith.religion = religion:christianity_religion
|
||||
NOT = { faith = faith:orthodox }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -580,7 +580,7 @@ NCombat = {
|
|||
MANEUVER_PHASE_DAYS = 3 # How many days should the maneuver phase last
|
||||
LEVY_TOUGHNESS = 15 # How much toughness does each levy soldier have
|
||||
LEVY_ATTACK = 15 # How much attack does each levy soldier have
|
||||
LEVY_SIEGE = 0 # How much siege bonus does each levy soldier have
|
||||
LEVY_SIEGE = 1 # How much siege bonus 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
|
||||
DAMAGE_SCALING_FACTOR = 0.03 # Scaling factor for dealing damage in combat
|
||||
|
|
|
|||
|
|
@ -2867,12 +2867,7 @@ temple_small_01 = {
|
|||
has_graphical_norse_culture_group_trigger = yes
|
||||
}
|
||||
}
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||
|
|
@ -2896,12 +2891,7 @@ temple_small_01 = {
|
|||
}
|
||||
asset = {
|
||||
trigger = {
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||
|
|
@ -3002,12 +2992,7 @@ temple_small_02 = {
|
|||
has_graphical_norse_culture_group_trigger = yes
|
||||
}
|
||||
}
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||
|
|
@ -3031,12 +3016,7 @@ temple_small_02 = {
|
|||
}
|
||||
asset = {
|
||||
trigger = {
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||
|
|
@ -3141,12 +3121,7 @@ temple_small_03 = {
|
|||
has_graphical_norse_culture_group_trigger = yes
|
||||
}
|
||||
}
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||
|
|
@ -3170,12 +3145,7 @@ temple_small_03 = {
|
|||
}
|
||||
asset = {
|
||||
trigger = {
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||
|
|
@ -3297,12 +3267,7 @@ temple_crypt_04 = {
|
|||
has_graphical_norse_culture_group_trigger = yes
|
||||
}
|
||||
}
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||
|
|
@ -3326,12 +3291,7 @@ temple_crypt_04 = {
|
|||
}
|
||||
asset = {
|
||||
trigger = {
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||
|
|
@ -3451,12 +3411,7 @@ temple_crypt_05 = {
|
|||
has_graphical_norse_culture_group_trigger = yes
|
||||
}
|
||||
}
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||
|
|
@ -3480,12 +3435,7 @@ temple_crypt_05 = {
|
|||
}
|
||||
asset = {
|
||||
trigger = {
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||
|
|
@ -3606,12 +3556,7 @@ temple_crypt_06 = {
|
|||
has_graphical_norse_culture_group_trigger = yes
|
||||
}
|
||||
}
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||
|
|
@ -3635,12 +3580,7 @@ temple_crypt_06 = {
|
|||
}
|
||||
asset = {
|
||||
trigger = {
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||
|
|
@ -3750,12 +3690,7 @@ temple_large_04 = {
|
|||
has_graphical_norse_culture_group_trigger = yes
|
||||
}
|
||||
}
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||
|
|
@ -3779,12 +3714,7 @@ temple_large_04 = {
|
|||
}
|
||||
asset = {
|
||||
trigger = {
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||
|
|
@ -3892,12 +3822,7 @@ temple_large_05 = {
|
|||
has_graphical_norse_culture_group_trigger = yes
|
||||
}
|
||||
}
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||
|
|
@ -3921,12 +3846,7 @@ temple_large_05 = {
|
|||
}
|
||||
asset = {
|
||||
trigger = {
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||
|
|
@ -4036,12 +3956,7 @@ temple_large_06 = {
|
|||
has_graphical_norse_culture_group_trigger = yes
|
||||
}
|
||||
}
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||
|
|
@ -4065,12 +3980,7 @@ temple_large_06 = {
|
|||
}
|
||||
asset = {
|
||||
trigger = {
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||
|
|
@ -4183,12 +4093,7 @@ temple_monastery_04 = {
|
|||
has_graphical_norse_culture_group_trigger = yes
|
||||
}
|
||||
}
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||
|
|
@ -4212,12 +4117,7 @@ temple_monastery_04 = {
|
|||
}
|
||||
asset = {
|
||||
trigger = {
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||
|
|
@ -4328,12 +4228,7 @@ temple_monastery_05 = {
|
|||
has_graphical_norse_culture_group_trigger = yes
|
||||
}
|
||||
}
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||
|
|
@ -4357,12 +4252,7 @@ temple_monastery_05 = {
|
|||
}
|
||||
asset = {
|
||||
trigger = {
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||
|
|
@ -4473,12 +4363,7 @@ temple_monastery_06 = {
|
|||
has_graphical_norse_culture_group_trigger = yes
|
||||
}
|
||||
}
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||
|
|
@ -4502,12 +4387,7 @@ temple_monastery_06 = {
|
|||
}
|
||||
asset = {
|
||||
trigger = {
|
||||
owner = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
owner = {faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||
|
|
|
|||
|
|
@ -1176,6 +1176,125 @@ chitteaux_dynasty = {
|
|||
name = dynn_Chitteaux
|
||||
culture = bourguignon
|
||||
}
|
||||
ney_dynasty = {
|
||||
name = dynn_Ney
|
||||
culture = rottisch
|
||||
}
|
||||
|
||||
kreile_dynasty={
|
||||
name="dynn_Kreile"
|
||||
culture="bavarian"
|
||||
}
|
||||
leeb_dynasty={
|
||||
name="dynn_Leeb"
|
||||
culture="bavarian"
|
||||
}
|
||||
vohburg_dynasty={
|
||||
prefix="dynnp_von"
|
||||
name="dynn_Vohburg"
|
||||
culture="bavarian"
|
||||
}
|
||||
burkhardinger_dynasty={
|
||||
name="dynn_Burkhardinger"
|
||||
culture="franconian"
|
||||
}
|
||||
hartmann_dynasty={
|
||||
name="dynn_Hartmann"
|
||||
culture="bavarian"
|
||||
}
|
||||
vigauner_dynasty={
|
||||
name="dynn_Vigauner"
|
||||
culture="austrian"
|
||||
}
|
||||
bludenzer_dynasty={
|
||||
name="dynn_Bludenzer"
|
||||
culture="aleman"
|
||||
}
|
||||
stromer_dynasty={
|
||||
name="dynn_Stromer"
|
||||
culture="bavarian"
|
||||
}
|
||||
sonntag_dynasty={
|
||||
name="dynn_Sonntag"
|
||||
culture="bavarian"
|
||||
}
|
||||
seydlitz_dynasty = {
|
||||
name = dynn_seydlitz
|
||||
}
|
||||
lochner_dynasty={
|
||||
name="dynn_Lochner"
|
||||
culture="franconian"
|
||||
}
|
||||
fugger_dynasty={
|
||||
name="dynn_Fugger"
|
||||
culture="swabian"
|
||||
}
|
||||
reger_dynasty={
|
||||
name="dynn_Reger"
|
||||
culture="bavarian"
|
||||
}
|
||||
bagen_dynasty={
|
||||
name="dynn_Bagen"
|
||||
culture="bavarian"
|
||||
}
|
||||
lahm_dynasty={
|
||||
name="dynn_Lahm"
|
||||
culture="bavarian"
|
||||
}
|
||||
mann_dynasty={
|
||||
name="dynn_Mann"
|
||||
culture="bavarian"
|
||||
}
|
||||
dworschak_dynasty={
|
||||
name="dynn_Dworschak"
|
||||
culture="austrian"
|
||||
}
|
||||
jager_dynasty={
|
||||
name="dynn_J_a_uml_ger"
|
||||
culture="austrian"
|
||||
}
|
||||
werndl_dynasty={
|
||||
name="dynn_Werndl"
|
||||
culture="austrian"
|
||||
}
|
||||
lechge_dynasty={
|
||||
prefix="dynnp_von"
|
||||
name="dynn_Lechge"
|
||||
culture="swabian"
|
||||
}
|
||||
wendlenger_dynasty={
|
||||
name="dynn_Wendlenger"
|
||||
culture="swabian"
|
||||
}
|
||||
bruderle_dynasty={
|
||||
name="dynn_Br_u_uml_derle"
|
||||
culture="palatinate"
|
||||
}
|
||||
pfeiffer_dynasty={
|
||||
name="dynn_Pfeiffer"
|
||||
culture="swabian"
|
||||
}
|
||||
weissbronner_dynasty={
|
||||
name="dynn_Weissbronner"
|
||||
culture="swabian"
|
||||
}
|
||||
dornier_dynasty={
|
||||
name="dynn_Dornier"
|
||||
culture="swabian"
|
||||
}
|
||||
hohenheim_dynasty={
|
||||
prefix="dynnp_von"
|
||||
name="dynn_Hohenheim"
|
||||
culture="swabian"
|
||||
}
|
||||
nguyen_bloch_dynasty={
|
||||
name="dynn_Nguyen_dsh_Bloch"
|
||||
culture="elsasse"
|
||||
}
|
||||
barthold_dynasty={
|
||||
name="dynn_Barthold"
|
||||
culture="elsasse"
|
||||
}
|
||||
|
||||
sade_dynasty = {
|
||||
prefix = "dynnp_de"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,22 @@ house_spatstony = {
|
|||
name = dynn_spatstony
|
||||
dynasty = dynn_britannia_crowtemple
|
||||
}
|
||||
house_eichstatter = {
|
||||
name="dynn_Eichst_a_uml_tter"
|
||||
dynasty=bludenzer_dynasty #Bludenzer
|
||||
}
|
||||
house_hofer = {
|
||||
name="dynn_Hofer"
|
||||
dynasty=stromer_dynasty #Stromer
|
||||
}
|
||||
house_waldman={
|
||||
name="dynn_Waldman"
|
||||
dynasty=bludenzer_dynasty #Bludenzer
|
||||
}
|
||||
house_hastenteufel={
|
||||
name="dynn_Hastenteufel"
|
||||
dynasty=pfeiffer_dynasty #Pfeiffer
|
||||
}
|
||||
#Bourbon
|
||||
house_bourbon_naundorff = {
|
||||
prefix = "dynnp_de"
|
||||
|
|
|
|||
|
|
@ -591,35 +591,7 @@ on_game_start = {
|
|||
}
|
||||
}
|
||||
}
|
||||
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 = {
|
||||
religion:christianity_religion = {
|
||||
every_faith = {
|
||||
every_holy_site = {
|
||||
limit = {
|
||||
|
|
@ -4920,11 +4892,7 @@ on_game_start_after_lobby = {
|
|||
culture = { has_cultural_pillar = heritage_iberian }
|
||||
culture = culture:andalusian
|
||||
}
|
||||
OR = {
|
||||
has_religion = religion:eastern_orthodox_religion
|
||||
has_religion = religion:catholic_religion
|
||||
has_religion = religion:protestant_religion
|
||||
}
|
||||
has_religion = religion:christianity_religion
|
||||
}
|
||||
add_achievement_global_variable_effect = {
|
||||
VARIABLE = started_reconquista_achievement
|
||||
|
|
|
|||
|
|
@ -10,16 +10,6 @@
|
|||
#Protestant
|
||||
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 = {
|
||||
has_doctrine = pagan_hostility_doctrine
|
||||
religion = religion:buddhism_religion
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
religion = religion:dualism_religion
|
||||
}
|
||||
value = faith_tenet_cost_high
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -245,7 +245,6 @@
|
|||
holy_site = luxembourg
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
doctrine = special_doctrine_people_of_the_book
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = core_tenet_belle_epoque
|
||||
|
|
@ -391,7 +390,7 @@
|
|||
#holy_site = segrada_familia
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
doctrine = special_doctrine_people_of_the_book
|
||||
#doctrine = special_doctrine_people_of_the_book
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_adaptive
|
||||
|
|
|
|||
|
|
@ -845,7 +845,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
limit = {
|
||||
AND = {
|
||||
scope:the_faith = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
not_non_catholic_standard_christian_faith_trigger = yes
|
||||
}
|
||||
title_capital_county.title_province = { geographical_region = ghw_region_baltic }
|
||||
|
|
@ -4559,7 +4559,7 @@ great_holy_war_target_kingdom_weight_simplified = {
|
|||
limit = {
|
||||
AND = {
|
||||
scope:the_faith = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
not_non_catholic_standard_christian_faith_trigger = yes
|
||||
}
|
||||
title_capital_county.title_province = { geographical_region = ghw_region_baltic }
|
||||
|
|
|
|||
|
|
@ -710,37 +710,7 @@ mend_great_schism_scripted_effect = {
|
|||
}
|
||||
trigger_event = roman_restoration.0102
|
||||
}
|
||||
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 = {
|
||||
religion:christianity_religion = {
|
||||
every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies.
|
||||
custom = every_ecumenical_christian_faith.tt
|
||||
limit = {
|
||||
|
|
|
|||
|
|
@ -614,7 +614,7 @@ struggle_can_access_unlocks_bargain_fealty_interaction_trigger = {
|
|||
# Multi-File Event Triggers
|
||||
|
||||
fp2_lyonese_monk_0002_papal_hof_trigger = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
exists = faith.religious_head
|
||||
faith.religious_head_title = title:k_papal_state
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ ep3_frankokratia_ghw_trigger = {
|
|||
#Byzantine emperor is Christian, but not Catholic
|
||||
title:e_byzantium.holder.faith = {
|
||||
NOT = { this = faith:catholic }
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
}
|
||||
trigger_if = {
|
||||
limit = {
|
||||
|
|
@ -21,7 +21,7 @@ ep3_frankokratia_ghw_trigger = {
|
|||
title:e_byzantium.holder.primary_title = {
|
||||
state_faith = {
|
||||
NOT = { this = faith:catholic }
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -119,9 +119,7 @@ coronation_proper_artifact_crown_trigger = {
|
|||
OR = {
|
||||
this = religion:baltic_religion
|
||||
this = religion:bon_religion
|
||||
this = religion:eastern_orthodox_religion
|
||||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion
|
||||
this = religion:christianity_religion
|
||||
this = religion:dualism_religion
|
||||
this = religion:hellenism_religion
|
||||
this = religion:judaism_religion
|
||||
|
|
|
|||
|
|
@ -47,11 +47,7 @@ historical_artifacts.0023 = {
|
|||
count = 6
|
||||
random_character_with_royal_court = {
|
||||
limit = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
faith.religion = religion:christianity_religion
|
||||
NOT = { has_character_flag = seeded_relic }
|
||||
}
|
||||
create_artifact_pedestal_christian_relic_effect_hist = { OWNER = this }
|
||||
|
|
@ -422,11 +418,7 @@ historical_artifacts.0023 = {
|
|||
# We exclude kings'n'emperors so the Excaliburs scatter a little better.
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
faith.religion = religion:christianity_religion
|
||||
highest_held_title_tier <= tier_duchy
|
||||
}
|
||||
add_to_list = potential_excalibur_holders_list
|
||||
|
|
@ -439,11 +431,7 @@ historical_artifacts.0023 = {
|
|||
# We exclude kings'n'emperors so the Excaliburs scatter a little better.
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
}
|
||||
faith.religion = religion:christianity_religion
|
||||
highest_held_title_tier <= tier_duchy
|
||||
}
|
||||
add_to_list = potential_excalibur_holders_list
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ character_view_bg = {
|
|||
trigger = {
|
||||
is_alive = no
|
||||
OR = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
religion = religion:islam_religion
|
||||
}
|
||||
trigger_if = {
|
||||
|
|
@ -54,7 +54,7 @@ character_view_bg = {
|
|||
|
||||
trigger = {
|
||||
is_alive = no
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
primary_title = title:e_byzantium
|
||||
}
|
||||
}
|
||||
|
|
@ -64,7 +64,7 @@ character_view_bg = {
|
|||
|
||||
trigger = {
|
||||
is_alive = no
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -8640,7 +8640,7 @@ character_view_bg = {
|
|||
trigger = {
|
||||
should_use_temple_character_background_trigger = yes
|
||||
OR = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
religion = religion:islam_religion
|
||||
}
|
||||
trigger_if = {
|
||||
|
|
@ -8659,7 +8659,7 @@ character_view_bg = {
|
|||
trigger = {
|
||||
should_use_temple_character_background_trigger = yes
|
||||
OR = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
religion = religion:islam_religion
|
||||
}
|
||||
trigger_if = {
|
||||
|
|
@ -8680,7 +8680,7 @@ character_view_bg = {
|
|||
primary_spouse ?= {
|
||||
should_use_temple_character_background_trigger = yes
|
||||
OR = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
religion = religion:islam_religion
|
||||
}
|
||||
trigger_if = {
|
||||
|
|
@ -8694,7 +8694,7 @@ character_view_bg = {
|
|||
betrothed ?= {
|
||||
should_use_temple_character_background_trigger = yes
|
||||
OR = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
religion = religion:islam_religion
|
||||
}
|
||||
trigger_if = {
|
||||
|
|
@ -8710,7 +8710,7 @@ character_view_bg = {
|
|||
liege ?= {
|
||||
should_use_temple_character_background_trigger = yes
|
||||
OR = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
religion = religion:islam_religion
|
||||
}
|
||||
trigger_if = {
|
||||
|
|
@ -8735,7 +8735,7 @@ character_view_bg = {
|
|||
|
||||
trigger = {
|
||||
should_use_temple_character_background_trigger = yes
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -8744,7 +8744,7 @@ character_view_bg = {
|
|||
|
||||
trigger = {
|
||||
should_use_temple_character_background_trigger = yes
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
is_character_window_main_character = yes
|
||||
}
|
||||
}
|
||||
|
|
@ -8756,19 +8756,19 @@ character_view_bg = {
|
|||
OR = {
|
||||
primary_spouse ?= {
|
||||
should_use_temple_character_background_trigger = yes
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
is_character_window_main_character = yes
|
||||
}
|
||||
betrothed ?= {
|
||||
should_use_temple_character_background_trigger = yes
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
is_character_window_main_character = yes
|
||||
}
|
||||
AND = {
|
||||
liege.diarch ?= this
|
||||
liege ?= {
|
||||
should_use_temple_character_background_trigger = yes
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -11528,12 +11528,12 @@ character_religion_interior = {
|
|||
# Christianity
|
||||
|
||||
texture = {
|
||||
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
||||
trigger = { religion = religion:christianity_religion }
|
||||
reference = "event_scenes/church.dds"
|
||||
}
|
||||
|
||||
environment = {
|
||||
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
||||
trigger = { religion = religion:christianity_religion }
|
||||
reference = "environment_event_church"
|
||||
}
|
||||
|
||||
|
|
@ -11805,12 +11805,12 @@ religion_interior = {
|
|||
# Christianity
|
||||
|
||||
texture = {
|
||||
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
||||
trigger = { religion = religion:christianity_religion }
|
||||
reference = "event_scenes/church.dds"
|
||||
}
|
||||
|
||||
environment = {
|
||||
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
||||
trigger = { religion = religion:christianity_religion }
|
||||
reference = "environment_event_church"
|
||||
}
|
||||
|
||||
|
|
@ -11876,7 +11876,7 @@ religion_interior = {
|
|||
religion_holding = {
|
||||
texture = {
|
||||
trigger = {
|
||||
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
religion = religion:christianity_religion
|
||||
NOT = {
|
||||
faith = faith:nestorian
|
||||
}
|
||||
|
|
@ -12147,7 +12147,7 @@ title_holding = {
|
|||
has_holding_type = church_holding
|
||||
has_holding_type = temple_citadel_holding
|
||||
}
|
||||
faith.OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||
faith.religion = religion:christianity_religion
|
||||
}
|
||||
}
|
||||
reference = "holding_types/temple_christian.dds"
|
||||
|
|
|
|||
2486
N3OW/history/characters/bavaria_swabia_chars_wip.txt
Normal file
2486
N3OW/history/characters/bavaria_swabia_chars_wip.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -428,6 +428,38 @@
|
|||
dynn_Bourbon_Parma:0 "Bourbon-Parma"
|
||||
dynn_bollani:0 "Bollani"
|
||||
dynn_Chitteaux:0 "Chitteaux"
|
||||
dynn_Ney:0 "Ney"
|
||||
dynn_Kreile:0 "Kreile"
|
||||
dynn_Leeb:0 "Leeb"
|
||||
dynn_Vohburg:0 "Vohburg"
|
||||
dynn_Burkhardinger:0 "Burkhardinger"
|
||||
dynn_Hartmann:0 "Hartmann"
|
||||
dynn_Vigauner:0 "Vigauner"
|
||||
dynn_Stromer:0 "Stromer"
|
||||
dynn_Bludenzer:0 "Bludenzer"
|
||||
dynn_Sonntag:0 "Sonntag"
|
||||
dynn_Lochner:0 "Lochner"
|
||||
dynn_Fugger:0 "Fugger"
|
||||
dynn_Reger:0 "Reger"
|
||||
dynn_Bagen:0 "Bagen"
|
||||
dynn_Lahm:0 "Lahm"
|
||||
dynn_Mann:0 "Mann"
|
||||
dynn_Dworschak:0 "Dworschak"
|
||||
dynn_J_a_uml_ger:0 "Jäger"
|
||||
dynn_Werndl:0 "Werndl"
|
||||
dynn_Lechge:0 "Lechge"
|
||||
dynn_Wendlenger:0 "Wendlenger"
|
||||
dynn_Br_u_uml_derle:0 "Brüderle"
|
||||
dynn_Pfeiffer:0 "Pfeiffer"
|
||||
dynn_Weissbronner:0 "Weissbronner"
|
||||
dynn_Dornier:0 "Dornier"
|
||||
dynn_Hohenheim:0 "Hohenheim"
|
||||
dynn_Eichst_a_uml_tter:0 "Eichstätter"
|
||||
dynn_Hofer:0 "Hofer"
|
||||
dynn_Waldman:0 "Waldman"
|
||||
dynn_Nguyen_dsh_Bloch:0 "Nguyen-Bloch"
|
||||
dynn_Hastenteufel:0 "Hastenteufel"
|
||||
dynn_Barthold:0 "Barthold"
|
||||
dynn_Tr_e_act_lut:0 "Trélut"
|
||||
dynn_Sade:0 "Sade"
|
||||
dynn_Grimaldi:0 "Grimaldi"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue