I wonder how these two conditions work
Does this year value = 1067 mean that the event will fire in 1067 or at any date greater than 1067, say in 1070.
And does this type = not value = { type = year value = 1308 } mean that the event will not fire at any date which is equal or greater than 1308?
What I am trying to understand is - if I put such an event and start a 1187 campaign, will the first time condition work? AND if I put such an event and start a 1337 campaign, will the second time condition work?
Help will be very much appreciated.
Code:
trigger = {
condition = {
type = province
value = 289
}
condition = {
type = year value = 1067
}
condition = {
type = not
value = { type = year value = 1308 }
}
}
mean_time_to_happen = {
months = 1
}
Does this year value = 1067 mean that the event will fire in 1067 or at any date greater than 1067, say in 1070.
And does this type = not value = { type = year value = 1308 } mean that the event will not fire at any date which is equal or greater than 1308?
What I am trying to understand is - if I put such an event and start a 1187 campaign, will the first time condition work? AND if I put such an event and start a 1337 campaign, will the second time condition work?
Help will be very much appreciated.