Can anyone help with this event.
I am wanting to create a new nation event that fires in a Barbarian province after a certain date. This is what I have done so far:
Sorry, I dont know how to get the correct tabs in the above quote.
It doesnt fire, any suggestions/improvements ?
I am wanting to create a new nation event that fires in a Barbarian province after a certain date. This is what I have done so far:
country_event = {
id = 99002
trigger = {
random_country = {
limit = {
ai = no
not = { tag = this }
}
}
NOT = { exists = PAN }
113 = { controlled_by = XXX }
not = { has_country_flag = pannonian_nation }
year = 573
}
mean_time_to_happen = { days = 1 } # Adjust this when I know the event works
title = "Pannonii has formed into a nation!"
desc = "The Pannonian tribes have formed a confederacy."
option = {
name = "This is good to know."
PAN = {
add_core = 113
}
113 = { secede_province = PAN }
set_country_flag = pannonian_nation
}
}
Sorry, I dont know how to get the correct tabs in the above quote.
It doesnt fire, any suggestions/improvements ?