Event 1195 misdirected effect
Event 1195 (A Chance for Intrigue) in claims_events.txt has the following effects:
Specifically, in actions A and C you have the "for = liege" redirection in the loyalty effect. However, what this does is affect the loyalty of your liege to HIS liege, not your loyalty to your liege as it probably should. The "for = liege" should be removed so that your own loyalty to your liege is affected by this event.
Event 1195 (A Chance for Intrigue) in claims_events.txt has the following effects:
Code:
action_a = {#Intrigue against your liege
ai_chance = 33
effect = { type = loyalty for = liege value = -0.1 }
effect = { type = prestige value = -10 }
}
action_b = {#Do nothing
ai_chance = 34
effect = { type = prestige value = -5 }
}
action_c = {#Reveal plotters to your liege
ai_chance = 33
effect = { type = loyalty for = liege value = 0.1 }
effect = { type = prestige value = 10 }
}
Specifically, in actions A and C you have the "for = liege" redirection in the loyalty effect. However, what this does is affect the loyalty of your liege to HIS liege, not your loyalty to your liege as it probably should. The "for = liege" should be removed so that your own loyalty to your liege is affected by this event.
Upvote
0