Event
Influencing the Vote

The Conclave has gathered to decide who will be the next Ruler Title, and diplomacies and negotiations are rampant trying to influence that decision. With so many influential nations circling around such an important decision, we could perhaps try to tip the scales to get favor with some of them.
It will obviously not be a cheap endeavor, nor one guaranteed to succeed, but the benefits we can get from it if we can get the support of any nation behind a cardinal could give us great benefits.
RomeCountrytrigger
Papal ConclaveHeir SelectiontriggerEvent chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
Influencing the Vote
A Proposal from the Conclave↳ Option A “Let us give them an incentive.” · right away
Offer Accepted↳ Option A “Accept the proposal.” · right away
Offer Refused↳ Option B “We will not interfere in the Holy See.” · right away
Definitionin_game/events/religion/papal_conclave_events.txt:44
45type = country_event
46title = papal_conclave_events.2.title Influencing the Vote
47desc = papal_conclave_events.2.desc The Conclave has gathered to decide who will be the next Ruler Title, and diplomacies and negotiations are rampant trying to influence that decision. With so many influential nations circling around such an important decision, we could perhaps try to tip the scales to get favor with some of them.
It will obviously not be a cheap endeavor, nor one guaranteed to succeed, but the benefits we can get from it if we can get the support of any nation behind a cardinal could give us great benefits.
It will obviously not be a cheap endeavor, nor one guaranteed to succeed, but the benefits we can get from it if we can get the support of any nation behind a cardinal could give us great benefits.
48outcome = neutral
49image = "gfx/interface/illustrations/government/throne_rooms/papal_authority.dds"
51trigger = {
53has_regent = yes
56root.religion = {
57any_cardinal_in_religion = {
58location = {
59owner = {
60NOT = {
60this = root
}
61NOT = {
61is_rival_of = root
}
62NOT = {
62is_enemy_of = root
}
63NOT = {
63is_at_war_with = root
}
}
}
}
}
}
70immediate = {
71root.religion = {
72random_cardinal_in_religion = {
73limit = {
74location = {
75owner = {
76NOT = {
76this = root
}
77NOT = {
77is_rival_of = root
}
78NOT = {
78is_enemy_of = root
}
79NOT = {
79is_at_war_with = root
}
}
}
}
83owner = {
83save_scope_as = target_country
}
}
}
}