Event
The Rise of Target Character

Having achieved many victories, such as in Victory Location1 or Victory Location2, the people have started to revere him/her as a brilliant strategos, one who vanquishes the foes of Country by the sword, shedding their blood in the name of the Lord and Target Character2.
After talking with many influential members of the Court Title, they seem to also respect him/her, and are intrigued by his/her tales about the Battle of Victory Location3 — the latest story that everyone is discussing. Target Character2 feels somewhat threatened by this fame, as he/she feels that Court Title influence is shifting towards this strategos. Perhaps, though, it can be used to further strengthen Target Character2 Dynasty rule over Country.
Well ConnectedTraitoption 1, option 2, option 3Definitionin_game/events/culture/culture_greek.txt:415
416type = country_event
417title = culture_greek.5.title The Rise of Target Character
418desc = culture_greek.5.desc Having achieved many victories, such as in Victory Location1 or Victory Location2, the people have started to revere him/her as a brilliant strategos, one who vanquishes the foes of Country by the sword, shedding their blood in the name of the Lord and Target Character2.
After talking with many influential members of the Court Title, they seem to also respect him/her, and are intrigued by his/her tales about the Battle of Victory Location3 — the latest story that everyone is discussing. Target Character2 feels somewhat threatened by this fame, as he/she feels that Court Title influence is shifting towards this strategos. Perhaps, though, it can be used to further strengthen Target Character2 Dynasty rule over Country.
After talking with many influential members of the Court Title, they seem to also respect him/her, and are intrigued by his/her tales about the Battle of Victory Location3 — the latest story that everyone is discussing. Target Character2 feels somewhat threatened by this fame, as he/she feels that Court Title influence is shifting towards this strategos. Perhaps, though, it can be used to further strengthen Target Character2 Dynasty rule over Country.
419outcome = neutral
421trigger = {
422has_reform = government_reform:theme_system
426any_character = {
427is_ruler = no
428mil >= 65
429has_variable_list = strategos_major_victories
430variable_list_size = {
431name = strategos_major_victories
432value >= 3
}
}
}
437illustration_tags = {
43810 = happy
43910 = interior
}
442immediate = {
}
446ruler_or_regent ?= {
447save_scope_as = target_character2
}
450scope:target_character = {
451random_in_list = {
452variable = strategos_major_victories
453save_scope_as = victory_location1
}
456random_in_list = {
457variable = strategos_major_victories
458limit = {
459this != scope:victory_location1
}
461save_scope_as = victory_location2
}
464random_in_list = {
465variable = strategos_major_victories
466limit = {
467this != scope:victory_location1
468this != scope:victory_location2
}
470save_scope_as = victory_location3
}
}
}