PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Auslöser für Gründung von Vichy-Frankreich ?



Galland
05.05.03, 23:26
Also, Frage steht im Subject ... ich muss unbedingt wissen welche Provinzen besetzt werden müssen damit das Vichy Event aufkommt !

Schönen Dank

Lagodan
05.05.03, 23:47
event = {
id = 2021
random = no
country = GER

trigger = {

NOT = {
event = 2021
}

#If soviet has opened a second front.. then nopes..
NOT = { war = { country = GER country = SOV } }

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

random = 25

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

war = { country = GER country = FRA }
NOT = {
OR = {
puppet = { country = VIC country = GER }
puppet = { country = FRA country = GER }
}
}
}

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

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

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


Demnach müsste es "Vichy+Paris" bzw. "Paris + 25% der Ländereien" sein.

N!ghtY
06.05.03, 00:06
.
hi lagodan.
schon den '['code'] Befehl gesehen!?

Lagodan
06.05.03, 10:51
Ne :) Aber danke für den Tipp! ;)