Event
Against All Odds

The Target Estate, composed of God Name-fearing people, has found itself supporting Target Schism Opponent Cardinal and in opposition to the rest of the estates. This internal split, caused by the split running through the Catholic Church itself, is threatening to splinter our country into multiple factions if we do not act careful.
CrownEstateimmediate, option 1, option 2, triggerschism_opponent_cardinalVariabletriggerschism_pope_cardinalVariabletriggerDefinitionin_game/events/situations/western_schism.txt:912
913type = country_event
914category = situation_event
915title = western_schism.13.title Against All Odds
916desc = western_schism.14.desc The Target Estate, composed of God Name-fearing people, has found itself supporting Target Schism Opponent Cardinal and in opposition to the rest of the estates. This internal split, caused by the split running through the Catholic Church itself, is threatening to splinter our country into multiple factions if we do not act careful.
917outcome = neutral
919image = "gfx/interface/illustrations/situation/western_schism.dds"
922immediate = {
925random_estate = {
926limit = {
927exists = this
931root = {
932estate_opinion = {
933estate_type = scope:target_schism_pope_cardinal
934target = prev
935value < 0
}
}
938root = {
939estate_opinion = {
940estate_type = scope:target_schism_opponent_cardinal
941target = prev
942value > 0
}
}
}
946save_scope_as = target_estate
}
}
950trigger = {
951NOT = {
}
957any_estate = {
958exists = this
962root = {
963estate_opinion = {
964estate_type = scope:target_schism_pope_cardinal
965target = prev
966value < 0
}
}
969root = {
970estate_opinion = {
971estate_type = scope:target_schism_opponent_cardinal
972target = prev
973value > 0
}
}
}
}