Ceci n'est qu'un pretexte afin de comprendre comment fonctionne les déclanchement d'event....
Il y a 2 events qui permettent son apparition et qui semble conditionné par le niveau de politique terrestre. Les 2 ont-ils un mode de déclanchement differents dependant du niv de pol terrestre... car la vraimenent pour moi c'est du .... chinois
Merci d'avance...
-----------------------------------------------------------------------------
#The Admirality#
event = {
id = 3011
random = no
trigger = {
NOT = {
event = 3753
domestic = {
type = land
value = 6
}
}
}
country = ENG
name = "EVENTNAME3011"
desc = "EVENTHIST3011"
style = 2
date = { day = 1 month = march year = 1530 }
offset = 30
deathdate = { day = 1 month = january year = 1561 }
action_a ={ #Let us authorize the Admirality#
name = "ACTIONNAME3011A"
command = { type = provincetax which = 247 value = -2 }
command = { type = treasury value = -200 }
command = { type = naval value = 800 }
command = { type = trade value = 400 }
command = { type = manpower value = -20 }
command = { type = gainbuilding which = 247 value = shipyard }
command = { type = cot which = 247 }
command = { type = domestic which = LAND value = -3 }
}
action_b ={ #Let us institute the Royal Army instead#
name = "ACTIONNAME3011B"
command = { type = provincetax which = 247 value = -2 }
command = { type = treasury value = -300 }
command = { type = land value = 800 }
command = { type = infra value = 400 }
command = { type = gainbuilding which = 247 value = barrack }
command = { type = domestic which = LAND value = 3 }
}
}
#The Royal Army#
event = {
id = 3753
trigger = {
NOT = {
event = 3011
}
domestic = {
type = land
value = 6
}
}
random = no
country = ENG
name = "EVENTNAME3753"
desc = "EVENTHIST3753"
style = 2
date = { day = 1 month = january year = 1530 }
offset = 30
deathdate = { day = 1 month = january year = 1561 }
action_a ={ #Let us institute the Royal Army#
name = "ACTIONNAME3753A"
command = { type = provincetax which = 247 value = -2 }
command = { type = treasury value = -300 }
command = { type = land value = 800 }
command = { type = infra value = 400 }
command = { type = gainbuilding which = 247 value = barrack }
command = { type = domestic which = LAND value = 3 }
}
action_b ={ #Let us authorize the Admirality instead#
name = "ACTIONNAME3753B"
command = { type = provincetax which = 247 value = -2 }
command = { type = treasury value = -200 }
command = { type = naval value = 800 }
command = { type = trade value = 400 }
command = { type = manpower value = -20 }
command = { type = gainbuilding which = 247 value = shipyard }
command = { type = cot which = 247 }
command = { type = domestic which = LAND value = -3 }
}
Il y a 2 events qui permettent son apparition et qui semble conditionné par le niveau de politique terrestre. Les 2 ont-ils un mode de déclanchement differents dependant du niv de pol terrestre... car la vraimenent pour moi c'est du .... chinois
Merci d'avance...
-----------------------------------------------------------------------------
#The Admirality#
event = {
id = 3011
random = no
trigger = {
NOT = {
event = 3753
domestic = {
type = land
value = 6
}
}
}
country = ENG
name = "EVENTNAME3011"
desc = "EVENTHIST3011"
style = 2
date = { day = 1 month = march year = 1530 }
offset = 30
deathdate = { day = 1 month = january year = 1561 }
action_a ={ #Let us authorize the Admirality#
name = "ACTIONNAME3011A"
command = { type = provincetax which = 247 value = -2 }
command = { type = treasury value = -200 }
command = { type = naval value = 800 }
command = { type = trade value = 400 }
command = { type = manpower value = -20 }
command = { type = gainbuilding which = 247 value = shipyard }
command = { type = cot which = 247 }
command = { type = domestic which = LAND value = -3 }
}
action_b ={ #Let us institute the Royal Army instead#
name = "ACTIONNAME3011B"
command = { type = provincetax which = 247 value = -2 }
command = { type = treasury value = -300 }
command = { type = land value = 800 }
command = { type = infra value = 400 }
command = { type = gainbuilding which = 247 value = barrack }
command = { type = domestic which = LAND value = 3 }
}
}
#The Royal Army#
event = {
id = 3753
trigger = {
NOT = {
event = 3011
}
domestic = {
type = land
value = 6
}
}
random = no
country = ENG
name = "EVENTNAME3753"
desc = "EVENTHIST3753"
style = 2
date = { day = 1 month = january year = 1530 }
offset = 30
deathdate = { day = 1 month = january year = 1561 }
action_a ={ #Let us institute the Royal Army#
name = "ACTIONNAME3753A"
command = { type = provincetax which = 247 value = -2 }
command = { type = treasury value = -300 }
command = { type = land value = 800 }
command = { type = infra value = 400 }
command = { type = gainbuilding which = 247 value = barrack }
command = { type = domestic which = LAND value = 3 }
}
action_b ={ #Let us authorize the Admirality instead#
name = "ACTIONNAME3753B"
command = { type = provincetax which = 247 value = -2 }
command = { type = treasury value = -200 }
command = { type = naval value = 800 }
command = { type = trade value = 400 }
command = { type = manpower value = -20 }
command = { type = gainbuilding which = 247 value = shipyard }
command = { type = cot which = 247 }
command = { type = domestic which = LAND value = -3 }
}