Europa Universalis IV

Europa Universalis IV

Extended Timeline
Kinakin Sep 21, 2014 @ 1:29am
Important events.
Is there a way to see a list of important global events the mod runs? like the fall of rome and the great migration type of events?
< >
Showing 1-5 of 5 comments
MadM Sep 21, 2014 @ 10:35am 
doc/paradox/EU4/mod/extended timeline/events

besides that, nope
Kinakin Oct 6, 2014 @ 7:35am 
So i looked up the schism event. And from what Ive been able to decode it requires rome and constantinople have to be of the chalsadonian religion. Owned by seperat nations that are not subjects of one or the other. And their relationship has to 50.

But Im wondering what the relationship thing means. Does it mean positiv 50 or higher `?
MadM Oct 6, 2014 @ 7:57am 
# Schism start, PAP exists country_event = { id = et.4 title = "et.EVTNAME4" desc = "et.EVTDESC4" picture = RELIGION_eventPicture fire_only_once = yes trigger = { tag = PAP NOT = { is_religion_enabled = catholic } religion = chalcedonism is_year = 840 #NOT = { has_opinion = { who = { owns = 151 } value = 50 }} #NOT = { is_subject_of = { who = { owns = 151 }}} 151 = { religion = chalcedonism } } mean_time_to_happen = { months = 1500 modifier = { factor = 0.5 is_year = 900 } modifier = { factor = 0.5 is_year = 1000 } modifier = { factor = 0.5 is_year = 1100 } } option = { name = "et.EVTOPTA4" change_religion = catholic every_owned_province = { limit = { religion = chalcedonism } change_religion = catholic } hidden_effect = { every_country = { limit = { religion = chalcedonism } country_event = { id = et.6 days = 1 } } enable_religion = catholic enable_religion = orthodox } } }

What this one means if, if you are papal state, and it pops up, then all your provinces change to catholic, and a event for every country that is Chalcedon gets The Schism event


# Schism start, PAP doesn't exist country_event = { id = et.5 title = "et.EVTNAME5" desc = "et.EVTDESC5" picture = RELIGION_eventPicture fire_only_once = yes trigger = { NOT = { exists = PAP } NOT = { is_religion_enabled = catholic } religion = chalcedonism is_year = 840 owns = 118 NOT = { owns = 151 } 118 = { religion = chalcedonism } 151 = { religion = chalcedonism } } mean_time_to_happen = { months = 1500 modifier = { factor = 0.5 is_year = 900 } modifier = { factor = 0.5 is_year = 1000 } modifier = { factor = 0.5 is_year = 1100 } } option = { name = "et.EVTOPTA5" hidden_effect = { every_country = { limit = { religion = chalcedonism } country_event = { id = et.6 days = 1 } } } enable_religion = catholic enable_religion = orthodox } }


This is the exact same thing, just without the pope existing



#The Schism

This event is only fired some one of the ones above (either papal state exists or doesnt), and the only ooptions are:

option = { name = "et.EVTOPTA6" # Side with Rome ai_chance = { factor = 50 modifier = { factor = 0 NOT = { technology_group = western } } } change_religion = catholic every_owned_province = { limit = { religion = chalcedonism } change_religion = catholic } } option = { name = "et.EVTOPTB6" # Side with Constantinople ai_chance = { factor = 50 modifier = { factor = 0 technology_group = western } } change_religion = orthodox every_owned_province = { limit = { religion = chalcedonism } change_religion = orthodox } }


this first one, the AI has a 50% chance to take it, but 0 if they are not western, it changes state religion to catholic, and every chaledonism province to catholic

The seoncd one ai has 50% chance to take it, 0 if they are not western, and religion changes to orthodox and all chaledonism changes to orthodox
Last edited by MadM; Oct 6, 2014 @ 8:01am
Kinakin Oct 6, 2014 @ 8:16am 
Thanks for providing the exact text.
Now the one Im wondering about is the line

#NOT = { has_opinion = { who = { owns = 151 } value = 50 }}

in the first listed event.

Especially what the opinion value means.
MadM Oct 6, 2014 @ 8:20am 
Originally posted by Kinakin:
Thanks for providing the exact text.
Now the one Im wondering about is the line

#NOT = { has_opinion = { who = { owns = 151 } value = 50 }}

in the first listed event.

Especially what the opinion value means.

Honstly, i dont know, i do know anything behind the # means its a comment and the program ignores it, so the program doesn't read it
< >
Showing 1-5 of 5 comments
Per page: 1530 50