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" }
}
}
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" }
}
}