I've added a random event giving countries, under certain conditions, the possibility to get a conquistador. However I'm not sure about the triggers. Could someone please confirm that the event will trigger the way I've intended it to..?
Also, is it correct to use "year = xxx" and NOT = { year = xxx }" or should I use "date" and "deathdate" instead?
Thanks in advance!
Code:
trigger = {
land = 18
naval = 11
trade = 4
year = 1531
NOT = { religion = pagan }
NOT = { year = 1605 }
OR = {
discovered = 862
discovered = 1043
discovered = 1173
discovered = 1328
}
}
Also, is it correct to use "year = xxx" and NOT = { year = xxx }" or should I use "date" and "deathdate" instead?
Thanks in advance!