Que je préfère largement à Américan, puisque l'Amérique (ou les Amériques, selon) est en continent, et je suis donc aussi américain, comme bien des hispanophones d'ailleurs.alexis comnene said:Admirez au passage sur le site l'expression "les Étasuniens relèvent le défi" :rofl:
P. Alavares Cab said:bha dit donc on est partout
QUOTE]
A l'époque on etait les rois du monde aussi![]()
#EVENEMENT PERMETTANT DE LANCER LE CHANTIER
event = {
id = 45301
random = yes
trigger = {
is_gp = yes
continent = europe
NOT = {
OR = {
flag = { type = TRAVAUX_SUEZ_FINI }
local_flag = { type = OPERATION_SUEZ }
flag = { type = SUEZ_CHANNEL }
}
}
year = 1860 #Je prefererais remplacer cette date par la possession d'une decouverte technologique particulière si possible. Mais sinon tant pis... Si qqn pouvais me donner la liste des technologies de victoria permettant de justifier le percement du canal ?
}
name = "EVT_45301_NAME" # The Suez Canal
desc = "EVT_45301_DESC" #
action_a = { #LANCER LE CHANTIER
name = "ACTIONNAME45300A"
command = { type = prestige value = 30 }
command = { type = treasury value = -5000 }
command = { type = setflag which = SUEZ_CHANNEL}
command = { type = local_setflag which = OPERATION_SUEZ }
}
action_b = { #NE PAS SE LANCER DEDANS
name = "ACTIONNAME45300B"
}
}
#####################################
#ICI LE CORPS MEME DES EVENEMENTS DES TRAVAUX#
#####################################
#PROGRESSION DES TRAVAUX
event = {
id = A
random = yes
trigger = {
NOT = { flag = { type = TRAVAUX_SUEZ_FINI } }
local_flag = { type = OPERATION_SUEZ }
flag = { type = SUEZ_CHANNEL }
}
name = "EVT_45301_NAME" # The Suez Canal
desc = "EVT_45301_DESC" #
action_a = {
name = "Poursuivons"
command = { type = treasury value = -9000 }
command = { type = incflag which = TRAVAUX_SUEZ value = 1 }
}
action_b = {
name = "Abandonner ce gouffre financier"
command = { type = prestige value = -100 }
command = { type = local_clrflag which = OPERATION_SUEZ }
command = { type = clrflag which = SUEZ_CHANNEL }
command = { type = incflag which = TRAVAUX_SUEZ value = -1 }
}
}
#IMPREVUS
event = {
id = B
random = yes
trigger = {
NOT = { flag = { type = TRAVAUX_SUEZ_FINI } }
local_flag = { type = OPERATION_SUEZ }
flag = { type = SUEZ_CHANNEL }
}
name = "EVT_45301_NAME" # The Suez Canal
desc = "EVT_45301_DESC" #
action_a = {
name = "Poursuivons"
command = { type = treasury value = -9000 }
command = { type = incflag which = TRAVAUX_SUEZ value = -1 }
}
action_b = {
name = "Abandonner ce gouffre financier"
command = { type = prestige value = -100 }
command = { type = local_clrflag which = OPERATION_SUEZ }
command = { type = clrflag which = SUEZ_CHANNEL }
command = { type = incflag which = TRAVAUX_SUEZ value = -2 }
}
}
#PROGRESSION SPECTACULAIRE
event = {
id = C
random = yes
trigger = {
NOT = { flag = { type = TRAVAUX_SUEZ_FINI } }
local_flag = { type = OPERATION_SUEZ }
flag = { type = SUEZ_CHANNEL }
}
name = "EVT_45301_NAME" # The Suez Canal
desc = "EVT_45301_DESC" #
action_a = {
name = "Poursuivons"
command = { type = treasury value = -9000 }
command = { type = incflag which = TRAVAUX_SUEZ value = 2 }
}
action_b = {
name = "Abandonner ce gouffre financier"
command = { type = prestige value = -100 }
command = { type = local_clrflag which = OPERATION_SUEZ }
command = { type = clrflag which = SUEZ_CHANNEL }
}
}
#CATASTROPHE SUR LE CHANTIER
event = {
id = D
random = yes
trigger = {
NOT = { flag = { type = TRAVAUX_SUEZ_FINI } }
local_flag = { type = OPERATION_SUEZ }
flag = { type = SUEZ_CHANNEL }
}
name = "EVT_45301_NAME" # The Suez Canal
desc = "EVT_45301_DESC" #
action_a = {
name = "Poursuivons"
command = { type = treasury value = -9000 }
command = { type = incflag which = TRAVAUX_SUEZ value = -2 }
}
action_b = {
name = "Abandonner ce gouffre financier"
command = { type = prestige value = -100 }
command = { type = local_clrflag which = OPERATION_SUEZ }
command = { type = clrflag which = SUEZ_CHANNEL }
command = { type = incflag which = TRAVAUX_SUEZ value = -3 }
}
}
#ENFIN LES EVENEMENTS DE LA REUSSITE DU PERCEMENT
event = {
id = E
random = yes
trigger = {
flag = { type = TRAVAUX_SUEZ value = 5 }
local_flag = { type = OPERATION_SUEZ }
flag = { type = SUEZ_CHANNEL }
NOT = { flag = { type = TRAVAUX_SUEZ_FINI } }
}
name = "EVT_45301_NAME" # The Suez Canal
desc = "EVT_45301_DESC" #
action_a = {
name = "ACTIONNAME45300A"
command = { type = prestige value = 70 }
command = { type = canal where = 1002 }
command = { type = setflag which = TRAVAUX_SUEZ_FINI }
}
}
event = {
id = F
random = yes
trigger = {
flag = { type = TRAVAUX_SUEZ value = 6 }
local_flag = { type = OPERATION_SUEZ }
flag = { type = SUEZ_CHANNEL }
NOT = { flag = { type = TRAVAUX_SUEZ_FINI } }
}
name = "EVT_45301_NAME" # The Suez Canal
desc = "EVT_45301_DESC" #
action_a = {
name = "ACTIONNAME45300A"
command = { type = prestige value = 70 }
command = { type = canal where = 1002 }
command = { type = setflag which = TRAVAUX_SUEZ_FINI }
}
}
event = {
id = G
random = yes
trigger = {
flag = { type = TRAVAUX_SUEZ value = 7 }
local_flag = { type = OPERATION_SUEZ }
flag = { type = SUEZ_CHANNEL }
NOT = { flag = { type = TRAVAUX_SUEZ_FINI } }
}
name = "EVT_45301_NAME" # The Suez Canal
desc = "EVT_45301_DESC" #
action_a = {
name = "ACTIONNAME45300A"
command = { type = prestige value = 70 }
command = { type = canal where = 1002 }
command = { type = setflag which = TRAVAUX_SUEZ_FINI }
}
}
event = {
id = H
random = yes
trigger = {
flag = { type = TRAVAUX_SUEZ value = 8 }
local_flag = { type = OPERATION_SUEZ }
flag = { type = SUEZ_CHANNEL }
NOT = { flag = { type = TRAVAUX_SUEZ_FINI } }
}
name = "EVT_45301_NAME" # The Suez Canal
desc = "EVT_45301_DESC" #
action_a = {
name = "ACTIONNAME45300A"
command = { type = prestige value = 70 }
command = { type = canal where = 1002 }
command = { type = setflag which = TRAVAUX_SUEZ_FINI }
}
}
event = {
id = I
random = yes
trigger = {
flag = { type = TRAVAUX_SUEZ value = 9 }
local_flag = { type = OPERATION_SUEZ }
flag = { type = SUEZ_CHANNEL }
NOT = { flag = { type = TRAVAUX_SUEZ_FINI } }
}
name = "EVT_45301_NAME" # The Suez Canal
desc = "EVT_45301_DESC" #
action_a = {
name = "ACTIONNAME45300A"
command = { type = prestige value = 70 }
command = { type = canal where = 1002 }
command = { type = setflag which = TRAVAUX_SUEZ_FINI }
}
}
event = {
id = J
random = yes
trigger = {
flag = { type = TRAVAUX_SUEZ value = 10 }
local_flag = { type = OPERATION_SUEZ }
flag = { type = SUEZ_CHANNEL }
NOT = { flag = { type = TRAVAUX_SUEZ_FINI } }
}
name = "EVT_45301_NAME" # The Suez Canal
desc = "EVT_45301_DESC" #
action_a = {
name = "ACTIONNAME45300A"
command = { type = prestige value = 70 }
command = { type = canal where = 1002 }
command = { type = setflag which = TRAVAUX_SUEZ_FINI }
}
}