Alignment
This commit is contained in:
parent
f7a954eb51
commit
15a5108e23
250 changed files with 31104 additions and 25806 deletions
|
|
@ -3592,10 +3592,13 @@ court_yearly.4800 = {
|
|||
immediate = {
|
||||
if = {
|
||||
limit = {
|
||||
employs_court_position = bodyguard_court_position
|
||||
any_court_position_holder = {
|
||||
type = bodyguard_court_position
|
||||
is_available_ai_adult = yes
|
||||
}
|
||||
}
|
||||
random_court_position_holder = {
|
||||
type = akolouthos_court_position
|
||||
type = bodyguard_court_position
|
||||
limit = {
|
||||
is_available_ai_adult = yes
|
||||
}
|
||||
|
|
@ -3604,7 +3607,7 @@ court_yearly.4800 = {
|
|||
}
|
||||
else = {
|
||||
random_court_position_holder = {
|
||||
type = bodyguard_court_position
|
||||
type = akolouthos_court_position
|
||||
limit = {
|
||||
is_available_ai_adult = yes
|
||||
}
|
||||
|
|
@ -5241,8 +5244,8 @@ court_yearly.0110 = {
|
|||
cp:councillor_court_chaplain ?= { is_available_adult = yes }
|
||||
is_available_adult = yes
|
||||
OR = {
|
||||
trait_is_shunned_in_faith_trigger = { TRAIT = adulterer FAITH = root.faith GENDER_CHARACTER = root } #Fornicator is handled by same rules
|
||||
trait_is_criminal_in_faith_trigger = { TRAIT = adulterer FAITH = root.faith GENDER_CHARACTER = root } #Fornicator is handled by same rules
|
||||
trait_is_shunned_in_faith_trigger = { TRAIT = trait:adulterer FAITH = root.faith GENDER_CHARACTER = root } #Fornicator is handled by same rules
|
||||
trait_is_criminal_in_faith_trigger = { TRAIT = trait:adulterer FAITH = root.faith GENDER_CHARACTER = root } #Fornicator is handled by same rules
|
||||
}
|
||||
OR = {
|
||||
has_trait = deviant
|
||||
|
|
@ -6161,6 +6164,12 @@ court_yearly.8120 = {
|
|||
CONVERTOR = scope:accuser
|
||||
}
|
||||
set_character_faith_with_conversion = scope:accuser.faith
|
||||
if = {
|
||||
limit = {
|
||||
scope:accuser.faith = { has_doctrine = doctrine_monotheist }
|
||||
}
|
||||
custom_description_no_bullet = { text = mandala_monotheist_warning_tt }
|
||||
}
|
||||
}
|
||||
else = {
|
||||
reverse_add_opinion = {
|
||||
|
|
@ -6178,6 +6187,12 @@ court_yearly.8120 = {
|
|||
CONVERTOR = scope:refuter
|
||||
}
|
||||
set_character_faith_with_conversion = scope:refuter.faith
|
||||
if = {
|
||||
limit = {
|
||||
scope:refuter.faith = { has_doctrine = doctrine_monotheist }
|
||||
}
|
||||
custom_description_no_bullet = { text = mandala_monotheist_warning_tt }
|
||||
}
|
||||
}
|
||||
stress_impact = {
|
||||
zealous = massive_stress_impact_gain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue