Event
On the Donation of Constantine
Lorenzo valla of Nap From has produced a study on the origin of the Donation of Constantine, deeming it a forgery. Despite our best efforts to find faults in the work, we could find few reasons to reasonably dispute anything within. Though the news has not reached every corner of the Country Adjective world, it is bound to in due time. If we do nothing about it, our authority is sure to take a hit and be diminished.
CatholicismReligionafter, immediateEvent chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
- Lorenzo valla
- Exposing Donation of Constantine↳ Option A “Hire him at once!” · 1–2 years later
- On the Donation of Constantine↳ Option A “Spread the work far and wide!” · right away
- On the Donation of Constantine↳ After any choice · right away
Definitionin_game/events/DHE/flavor_nap_pap.txt:142
143hide_portraits = yes
144type = country_event
145title = flavor_nap_pap.3.title On the Donation of Constantine
146desc = flavor_nap_pap.3.desc Lorenzo valla of Nap From has produced a study on the origin of the Donation of Constantine, deeming it a forgery. Despite our best efforts to find faults in the work, we could find few reasons to reasonably dispute anything within. Though the news has not reached every corner of the Country Adjective world, it is bound to in due time. If we do nothing about it, our authority is sure to take a hit and be diminished.
147outcome = neutral
148historical_info = flavor_nap_pap.3.historical_info The Donation of Constantine, allegedly granted to Pope Sylvester in the fourth century, is a forged Roman decree that bestowed the Papacy with seniority over the four other patriarchal sees and rights to the western portion of the Empire. This document was widely used by the Papacy since the 11th century as justification to protect various Papal interests.
150immediate = {
151set_local_variable = {
152name = amount_of_all_catholic_locations
153value = 0
}
156every_country_in_religion = {
157every_owned_location = {
161change_local_variable = {
162name = amount_of_all_catholic_locations
163add = 1
}
}
}
}
168change_local_variable = {
169name = amount_of_all_catholic_locations
170multiply = 100
}
172ruler_or_regent = {
173save_scope_as = the_pope
}
175save_scope_as = the_papacy
}
211after = {
212custom_tooltip = {
213text = nap_every_catholic_country_gets_to_choose Every Catholic country gets to decide whether or not to condemn us. If they choose to condemn us, they will increase Reform Desire by a share of the Catholic Provinces that they own.
214hidden_effect = {
215every_country = {
216limit = {
218NOT = {
218this = ROOT
}
219NOT = {
219this = scope:nap_from
}
220within_diplomatic_range = ROOT
}
}
}
}
226show_as_tooltip = {
227random_country = {
228limit = {
230NOT = {
230this = ROOT
}
231NOT = {
231this = scope:nap_from
}
232within_diplomatic_range = ROOT
}
}
}
}