Fixes
This commit is contained in:
parent
240f4d01ae
commit
066ca149c5
22 changed files with 1765 additions and 1758 deletions
|
|
@ -17,45 +17,45 @@
|
|||
# FP3 Maintenance Events
|
||||
# By Ewan Cowhig Croft
|
||||
###################################
|
||||
|
||||
scripted_trigger fp3_struggle_0001_valid_ai_struggle_char_trigger = {
|
||||
# Basic checks.
|
||||
can_execute_decision = fp3_name_read_in_friday_prayer_decision
|
||||
is_ai = yes
|
||||
# Suitability for switchin' checks.
|
||||
OR = {
|
||||
# If they're gonna become a supporter, it should make sense.
|
||||
AND = {
|
||||
opinion = {
|
||||
target = title:d_sunni.holder
|
||||
value >= low_positive_opinion
|
||||
}
|
||||
OR = {
|
||||
# We check for the opposite, since you're flipflopping.
|
||||
has_trait = fp3_struggle_detractor
|
||||
NOR = {
|
||||
has_trait = fp3_struggle_supporter
|
||||
has_trait = fp3_struggle_detractor
|
||||
}
|
||||
}
|
||||
}
|
||||
# If they're gonna become a detractor, that should make sense too.
|
||||
AND = {
|
||||
opinion = {
|
||||
target = title:d_sunni.holder
|
||||
value <= low_negative_opinion
|
||||
}
|
||||
OR = {
|
||||
# We check for the opposite, since you're flipflopping.
|
||||
has_trait = fp3_struggle_supporter
|
||||
NOR = {
|
||||
has_trait = fp3_struggle_supporter
|
||||
has_trait = fp3_struggle_detractor
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#
|
||||
#scripted_trigger fp3_struggle_0001_valid_ai_struggle_char_trigger = {
|
||||
# # Basic checks.
|
||||
# can_execute_decision = fp3_name_read_in_friday_prayer_decision
|
||||
# is_ai = yes
|
||||
# # Suitability for switchin' checks.
|
||||
# OR = {
|
||||
# # If they're gonna become a supporter, it should make sense.
|
||||
# AND = {
|
||||
# opinion = {
|
||||
# target = title:d_sunni.holder
|
||||
# value >= low_positive_opinion
|
||||
# }
|
||||
# OR = {
|
||||
# # We check for the opposite, since you're flipflopping.
|
||||
# has_trait = fp3_struggle_detractor
|
||||
# NOR = {
|
||||
# has_trait = fp3_struggle_supporter
|
||||
# has_trait = fp3_struggle_detractor
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# # If they're gonna become a detractor, that should make sense too.
|
||||
# AND = {
|
||||
# opinion = {
|
||||
# target = title:d_sunni.holder
|
||||
# value <= low_negative_opinion
|
||||
# }
|
||||
# OR = {
|
||||
# # We check for the opposite, since you're flipflopping.
|
||||
# has_trait = fp3_struggle_supporter
|
||||
# NOR = {
|
||||
# has_trait = fp3_struggle_supporter
|
||||
# has_trait = fp3_struggle_detractor
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
#
|
||||
#fp3_struggle.0001 = {
|
||||
# hidden = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue