Discussion Thread.
Should the suspected_occultist flag be removed, when you repent your sins?
Otherwise you are simply lieing to the confessor, which you never have to deal with again - the lie.
This event can trigger every 2 years, which can lead to constant lieing and even more Occult events continue to appear after you promise not to do it fiddle with it again.
Should the suspected_occultist flag be removed, when you repent your sins?
Otherwise you are simply lieing to the confessor, which you never have to deal with again - the lie.
This event can trigger every 2 years, which can lead to constant lieing and even more Occult events continue to appear after you promise not to do it fiddle with it again.
Code:
#Confessor talks to suspected occultist
character_event = {
id = 69046
desc = "EVTDESC69046"
picture = GFX_evt_bishop
capable_only = yes
prisoner = no
trigger = {
has_character_flag = suspected_occultist
NOT = {
has_character_modifier = confessor_and_occultist_timer
}
}
mean_time_to_happen = {
months = 60
}
immediate = {
hidden_tooltip = {
add_character_modifier = {
name = confessor_and_occultist_timer
duration = 730
hidden = yes
}
}
}
option = {
name = "EVTOPTA69046"
add_trait = zealous
piety = 1
}
option = {
name = "EVTOPTB69046"
add_character_modifier = {
name = ignored_confessor
duration = 730
}
}
}
Upvote
0