• 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.

pedal2000

Major
64 Badges
Mar 3, 2004
658
50
  • Stellaris
  • Europa Universalis IV: Res Publica
  • Sword of the Stars II
  • Victoria 2
  • Warlock: Master of the Arcane
  • War of the Roses
  • 500k Club
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Magicka: Wizard Wars Founder Wizard
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis III Complete
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Crusader Kings III
  • Europa Universalis III
  • Arsenal of Democracy
  • Cities in Motion 2
  • Crusader Kings II
  • 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
  • Darkest Hour
  • A Game of Dwarves
  • Europa Universalis III Complete
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • King Arthur II
  • Magicka
I am looking at the Vichy Event for 1.05 -

It says:

NOT = {
OR = {
year = 1942 # Year < 1941
event = 2021
war = { country = GER country = SOV }
puppet = { country = VIC country = GER }
puppet = { country = FRA country = GER }
}
}

I get the "War"/Puppet part - but the "year= 1942" confuses me. Does that mean '42 is the latest it will fire, or will it fire until '42? :wacko:
 
So basically, it will fire until Dec 31st of '42?

Here is a quote of the entire Event, I am just wondering under what circumstances it will not function.

I know if they're at war with the USSR, or some of the puppet (at least vaguely)

event = {
id = 2021
random = no
country = GER

trigger = {

control = { province = 56 data = -1 } # Paris
lost_national = { country = FRA value = 25 } # At least 25% of national provinces lost

OR = {
random = 25
lost_national = { country = FRA value = 40 }
}

OR = {
control = { province = 320 data = FRA } # France controls Vichy
control = { province = 320 data = GER } # Germany controls Vichy
}

war = { country = GER country = FRA }
NOT = {
OR = {
year = 1942 # Year < 1941
event = 2021
war = { country = GER country = SOV }
puppet = { country = VIC country = GER }
puppet = { country = FRA country = GER }
}
}
}

name = "EVT_2021_NAME"
desc = "EVT_2021_DESC"
style = 0
picture = "VIC"

date = { day = 1 month = january year = 1936 }
offset = 3 # Check for trigger conditions every three days
deathdate = { day = 30 month = december year = 1999 }

action_a = {
name = "ACTIONNAME2021A" # Set up French Puppet Government in Vichy
ai_chance = 99
command = { type = trigger which = 2800 } # FRA
}
action_b = {
name = "ACTIONNAME2021B" # Total conquest is preferable
ai_chance = 1
command = { }
}
}