Bosnia and fixing errors
This commit is contained in:
parent
b2ab8cbfae
commit
ac01dcb086
26 changed files with 174 additions and 179 deletions
|
|
@ -8968,7 +8968,7 @@ faith_warrior = {
|
|||
desc = faith_warrior.dds
|
||||
}
|
||||
triggered_desc = {
|
||||
trigger = { faith = { religion_tag = christianity_religion } }
|
||||
trigger = { faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } } }
|
||||
desc = crusader.dds
|
||||
}
|
||||
triggered_desc = {
|
||||
|
|
@ -9085,7 +9085,7 @@ faith_warrior = {
|
|||
desc = trait_mujahid_character_desc
|
||||
}
|
||||
triggered_desc = {
|
||||
trigger = { faith = { religion_tag = christianity_religion } }
|
||||
trigger = { faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } } }
|
||||
desc = trait_crusader_character_desc
|
||||
}
|
||||
desc = trait_faith_warrior_character_desc
|
||||
|
|
@ -9109,7 +9109,7 @@ saint = {
|
|||
desc = trait_venerated_ancestor
|
||||
}
|
||||
triggered_desc = {
|
||||
trigger = { faith = { religion_tag = christianity_religion } }
|
||||
trigger = { faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } } }
|
||||
desc = trait_saint
|
||||
}
|
||||
desc = trait_venerated_ancestor
|
||||
|
|
@ -14013,13 +14013,13 @@ crusader_king = {
|
|||
}
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
faith = { religion_tag = christianity_religion }
|
||||
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
|
||||
is_female = yes
|
||||
}
|
||||
desc = trait_crusader_king_female
|
||||
}
|
||||
triggered_desc = {
|
||||
trigger = { faith = { religion_tag = christianity_religion } }
|
||||
trigger = { faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } } }
|
||||
desc = trait_crusader_king
|
||||
}
|
||||
triggered_desc = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue