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

Oli le Belge

Mithrandoli
93 Badges
Jan 10, 2004
2.451
49
  • Pride of Nations
  • Rome Gold
  • Semper Fi
  • Supreme Ruler: Cold War
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV
  • Cities in Motion
  • 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: Sword of Islam
  • Darkest Hour
  • Europa Universalis III
  • Divine Wind
  • Arsenal of Democracy
  • Europa Universalis IV: Art of War
  • 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
  • Heir to the Throne
  • Europa Universalis III Complete
  • March of the Eagles
I need help...

I want to change a bit the "Fall Attila" event. It will be best if only "continental Vichy France" fall under the German occupation.
The rest of France [all the colonies] will then go to Free France...


Here is the "original" event...what can i do to implement my changes ?

####################################
# Fall Attila
####################################
event = {
id = 2003004
random = no
country = GER
style = 2
picture = "Petain"

decision = {
control = { province = 55 data = -1 }
NOT = { war = { country = GER country = FRA } }
NOT = { alliance = { country = FRA } }
}
decision_trigger = {
OR = { control = { province = 348 data = -2 } control = { province = 429 data = -2 } } # Gibraltar or Malta
OR = { control = { province = 750 data = -2 } control = { province = 419 data = -2 } control = { province = 761 data = -2 } } # Benghazi, Tripoli or Rome
}
trigger = {
AND = {
OR = { control = { province = 348 data = -2 } control = { province = 429 data = -2 } } # Gibraltar or Malta
OR = { control = { province = 750 data = -2 } control = { province = 419 data = -2 } control = { province = 761 data = -2 } } # Benghazi, Tripoli or Rome
}
#OR = {
#AND = {
war = { country = GER country = USA } war = { country = GER country = ENG }
#}
#AND = { land_percentage = { country = ENG value = 1.0 } war = { country = GER country = ENG } }
#}
control = { province = 55 data = -1 }
#puppet = { country = FRA country = GER }
NOT = { war = { country = GER country = FRA } }
}

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

name = "4070name"
desc = "4070desc"

action = {
name = ACTION_NAME_OK
command = { type = inherit which = FRA }
command = { trigger = {
alliance = { country = GER country = ITA }
NOT = { region = { region = "Tunisia" country = ITA } }
}
type = secederegion which = ITA value = "Tunisia" }
}
}