• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Tilarium

Colonel
116 Badges
Apr 26, 2007
930
877
  • Cities: Skylines - After Dark
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Sengoku
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Stellaris: Nemesis
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Commander: Conquest of the Americas
  • East India Company Collection
  • Europa Universalis III
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • King Arthur II
  • Europa Universalis IV: Res Publica
  • Rome Gold
Playing my first game with the First Contacts DLC using a Payback origin. I drew the Wanderlust event, I'd have rather have had either Mass Extinction or Radical Cultists. So I started looking into it and saw that both the Broken Shackles and Payback origins have modifier factor's of 0 while Wanderlust has no modifiers. Does the factor = 0 mean that it's impossible for those events to be drawn? I would assume yes because Void Dwellers and Shattered Ring both also have a factor = 0 for the Mass Extinction event. Here's the cut and paste from the events file:

# Starting Event gatekeeper
country_event = {
id = country.900
hide_window = yes

is_triggered_only = yes

immediate = {
random_list = {
# Sublight Probes
10 = {
modifier = {
factor = 0
OR = {
has_origin = origin_broken_shackles
has_origin = origin_payback
}
}
country_event = { id = country.258 days = 360 random = 10 }
}
# Radical Cult
10 = {
modifier = {
factor = 0
OR = {
has_origin = origin_broken_shackles
has_origin = origin_payback
is_eager_explorer_empire = yes
}
}
country_event = { id = country.200 days = 30 random = 10 }
}
# Wanderlust
1 = { country_event = { id = country.1000 days = 30 random = 10 } }
# Mass Extinction
10 = {
modifier = {
factor = 0
OR = {
has_origin = origin_broken_shackles
has_origin = origin_payback
has_origin = origin_void_dwellers
has_origin = origin_shattered_ring
}
}
country_event = { id = country.1100 days = 30 random = 10 }
}
# No starting event
69 = { set_country_flag = starting_event }