This event used to give an extra one diplomacy, but it's been broken for a while now (Since ToG IIRC).
Code:
### The Mirror
# The Mirror
character_event = {
id = 94125
desc = EVTDESC94125
picture = GFX_evt_courtiers_talking
border = GFX_event_normal_frame_diplomacy
capable_only = yes
prisoner = no
trigger = {
OR = {
AND = {
has_focus = focus_carousing
NOT = { diplomacy = 8 }
}
has_ambition = obj_improve_diplomacy
}
NOT = { has_character_flag = the_feud }
NOT = { has_character_flag = the_mirror }
NOT = { has_character_flag = the_suicide }
NOT = { has_character_flag = the_mirror_taken }
}
mean_time_to_happen = {
months = 280
}
option = {
name = EVTOPTA94125
set_character_flag = the_mirror
set_character_flag = the_mirror_taken
}
}
Upvote
0