Bosnia and fixing errors

This commit is contained in:
Heidesommer 2026-05-07 16:29:05 -04:00
parent b2ab8cbfae
commit ac01dcb086
26 changed files with 174 additions and 179 deletions

View file

@ -12997,7 +12997,7 @@ pilgrimage.6810 = {
}
cooldown = { years = 1 }
trigger = {
faith = { religion_tag = christianity_religion } #this is basically a Christian thing
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } } #this is basically a Christian thing
exists = faith.religious_head #you have a religious head
faith.religious_head = {
this != root #and it's not you

View file

@ -664,7 +664,7 @@ tour_travel.1004 = {
trigger = {
is_location_valid_for_travel_event_on_land = yes
has_activity_intent = altruism_intent
faith = { religion_tag = christianity_religion }
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
is_governor = no
}
@ -909,7 +909,7 @@ tour_travel.1005 = {
trigger = {
is_location_valid_for_travel_event_on_land = yes
has_activity_intent = altruism_intent
faith = { religion_tag = christianity_religion }
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
is_governor = no
}

View file

@ -47,7 +47,7 @@ iberia_north_africa.0001 = { #by Mathilda Bjarnehed
triggered_desc = {
trigger = {
game_start_date >= 789.1.1 #The end of Umayyad Conquest
faith = { religion_tag = christianity_religion }
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
}
desc = iberia_north_africa.0001.christian.desc
}
@ -459,14 +459,14 @@ iberia_north_africa.0016 = { #by Mathilda Bjarnehed
text = iberia_north_africa.0015.a
}
name = {
trigger = { faith = { religion_tag = christianity_religion } }
trigger = { faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } } }
text = iberia_north_africa.0016.christianity.a
}
name = {
trigger = {
faith = {
NOR = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
religion_tag = islam_religion
}
}

View file

@ -7604,7 +7604,7 @@ epidemic_events.5900 = {
text = epidemic_events.5900.christian
trigger = {
faith = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
}
}
}
@ -7613,7 +7613,7 @@ epidemic_events.5900 = {
trigger = {
NOT = {
faith = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
}
}
}
@ -8585,7 +8585,7 @@ epidemic_events.5906 = {
is_available_adult = yes
is_landed = yes
faith = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
}
exists = cp:councillor_marshal
}
@ -9235,7 +9235,7 @@ epidemic_events.5999 = {
name = {
trigger = {
faith = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
}
}
@ -9245,7 +9245,7 @@ epidemic_events.5999 = {
trigger = {
NOT = {
faith = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
}
}
}
@ -9311,7 +9311,7 @@ epidemic_events.6000 = {
text = epidemic_events.5900.christian
trigger = {
faith = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
}
}
}
@ -9320,7 +9320,7 @@ epidemic_events.6000 = {
trigger = {
NOT = {
faith = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
}
}
}

View file

@ -798,8 +798,8 @@ ep3_laamp_flavor.0050 = {
has_government = landless_adventurer_government
is_adult = yes
is_available_allow_travelling = yes
faith = { religion_tag = christianity_religion }
location.faith = { religion_tag = christianity_religion }
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
location.faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
NOR = {
has_trait = witch
any_secret = { type = secret_witch }

View file

@ -3056,7 +3056,7 @@ fp2_yearly.4006 = {
#You are not Christian at all
NOT = {
faith = { religion_tag = christianity_religion }
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
}
#and you have a county that has a free holding slot
@ -3272,7 +3272,7 @@ fp2_yearly.4007 = {
exists = cp:councillor_court_chaplain
#You are Christian
faith = { religion_tag = christianity_religion }
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
#You can see sea shells on the sea shore
NOT = {
@ -3937,7 +3937,7 @@ fp2_yearly.4010 = {
name = fp2_yearly.4010.a
trigger = {
faith = { religion_tag = christianity_religion }
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
}
duel = {

View file

@ -34,7 +34,7 @@ learning_theology.1301 = {
first_valid = {
triggered_desc = {
trigger = {
faith = { religion_tag = christianity_religion }
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
}
desc = learning_theology.1301.desc_regula_pastoralis
}
@ -1144,7 +1144,7 @@ learning_theology.3021 = {
triggered_desc = {
trigger = {
faith = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
}
}
desc = learning_theology.3021.desc_christian
@ -3625,7 +3625,7 @@ learning_theology_special.1101 = {
faith = {
OR = {
religion_tag = judaism_religion
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
religion_tag = dualism_religion
religion_tag = islam_religion
}

View file

@ -2962,7 +2962,7 @@ court_yearly.7030 = {
scripted_trigger court_7040_ascetic_religion_trigger = {
faith = {
OR = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
religion_tag = buddhism_religion
religion_tag = jainism_religion
religion_tag = taoism_religion