Greetings all.
Need help with a stinker i am afraid. I have an event (several actually for several nations) that allows the creation of Pirate havens in the carribean. Unfortunately it does not seem to want to work. The event kicks in but does not grant independence to the Pirate Havens (tag U10), investigating further it seems that in game it the event states "grant independence to County of Tripoli" (tag MIN), WHY!!!????
Is it because i have MIN: C o Tripoli as the first entry in the revolt.txt? Other paradox events use it (i am sure) and they work. any help with this pleeeease!
(event below)
THX
A.
Need help with a stinker i am afraid. I have an event (several actually for several nations) that allows the creation of Pirate havens in the carribean. Unfortunately it does not seem to want to work. The event kicks in but does not grant independence to the Pirate Havens (tag U10), investigating further it seems that in game it the event states "grant independence to County of Tripoli" (tag MIN), WHY!!!????
Is it because i have MIN: C o Tripoli as the first entry in the revolt.txt? Other paradox events use it (i am sure) and they work. any help with this pleeeease!
(event below)
Code:
#Pirate Havens#
event = {
id = 46018
trigger = {
owned = { province = 144 data = SPA }
}
random = no
country = SPA
name = "Pirates set up havens in the Caribbean"
desc = "blah blah blah."
style = 2
date = { day = 1 month = january year = 1550 }
offset = 3600
deathdate = ( day = 31 month = december year = 1600 }
action_a = {
name = "Let them, they could prove useful to us"
command = { type = population which = 144 value = 700 }
command = { type = independence = U10 }
command = { type = stability value = 1 }
}
action_b = {
name = "We must destroy them now"
command = { type = stability value = -1 }
command = { type = provincetax which = 144 value = -1 }
command = { type = provincetax which = 145 value = -1 }
command = { type = provincetax which = 146 value = -1 }
command = { type = provincetax which = 147 value = -1 }
command = { type = provincetax which = 148 value = -1 }
command = { type = provincetax which = 149 value = -1 }
command = { type = provincetax which = 150 value = -1 }
command = { type = provincetax which = 151 value = -1 }
command = { type = provincetax which = 152 value = -1 }
}
}
THX
A.