Event
The Great Comet of Current Year

A great comet has been sighted in the night sky, its strange light casting eerie shadows over the land. Yet as ominous as this would seem, the astronomers at the Observatory of Taqī ad-Dīn claim that this is a good portent, that heralds well-being and splendor, and our triumph over the Super Sinister Rival, at long last.
Observatory of Taqī ad-DīnBuildingtriggerEvent chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
- A Revolving Wonder
- The Observatory of Taqi Ad Din↳ Option A “We need such [men/women].” · 2–4 years later
The Great Comet of Current Year↳ Option A “We shall have it built.” · 1–4 years later- Observatory's End↳ Option A “That is great news indeed.” · 1–2 years later
Definitionin_game/events/DHE/flavor_TUR.txt:7674
7675hide_portraits = yes
7676type = country_event
7677title = flavor_tur.104.title The Great Comet of Current Year
7678desc = flavor_tur.104.desc A great comet has been sighted in the night sky, its strange light casting eerie shadows over the land. Yet as ominous as this would seem, the astronomers at the Observatory of Taqī ad-Dīn claim that this is a good portent, that heralds well-being and splendor, and our triumph over the Super Sinister Rival, at long last.
7679outcome = neutral
7681historical_info = flavor_tur.104.historical_info The Great Comet of 1577 was studied both by Taqī ad-Dīn in the Ottoman lands, and by Tycho Brahe in Denmark. But Taqī ad-Dīn was asked by Murad III to interpret what the comet meant as a portent, and his optimistic predictions did not come true, as the realm was beset by plague soon after. This contributed to the destruction of his observatory a few years later.
7683trigger = {
7685has_ruler = yes
7689any_rival = {
7690count > 0
}
}
7694image = "gfx/interface/illustrations/event/backgrounds/special/comet_sighted.dds"
7696immediate = {
7697ruler = {
7697save_scope_as = target_ruler
}
7699if = {
7700limit = {
7701any_rival = {
7701is_at_war_with = root
}
}
7703random_rival = {
7704limit = {
7705is_at_war_with = root
}
7707save_scope_as = super_sinister_rival
}
}
7710else = {
7711random_rival = {
7712save_scope_as = super_sinister_rival
}
}
}