Bosnia and fixing errors
This commit is contained in:
parent
b2ab8cbfae
commit
ac01dcb086
26 changed files with 174 additions and 179 deletions
|
|
@ -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 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 }
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue