Not sure whether this WAD but I tried to improve religion relations as a reformed germanic pagan (and Fylkir) and as a result I received multiple events about success and priest liked me lesser and lesser...
Upvote
0
# Job: action_improve_rel_relations
# 906: The Lord Spiritual attempts to improve relations with a priest
# 907: The Lord Spiritual attempts to sabotage the relations of a priest towards the official head of the religion
# 907: The Lord Spiritual attempts to sabotage the relations of a subject priest towards the official head of the religion
character_event = {
id = 907
title = "EVTNAME907"
desc = "EVTDESC907"
picture = GFX_evt_pope_feast
border = GFX_event_normal_frame_religion
capable_only = yes
prisoner = no
trigger = {
has_job_action = action_improve_rel_relations
NOT = { religion_group = indian_group }
location = {
any_province_lord = {
is_priest = yes
NOT = { is_liege_of = ROOT }
same_realm = ROOT
religion = ROOT
religion_head = {
[COLOR="#FF0000"]NOT = { character = PREV }[/COLOR]
}
}
}
}