Hi all!
I have searched through the forums (and reddit and steam) but I cannot find any answer.
I am trying to gather some bloodlines, one of them being the Sea King Bloodline. But I simply cannot get it to trigger.
As far as I have read online, and in the event file, the bloodline should trigger when reaching either 200 viking raids, or upon reaching Sea King trait. As far as I understand the viking->ravager->sea king traits then it goes like this:
50 rais = viking (the counter is reset)
100 raids (50+50) = ravager (counter is reset)
200 raids (50+50+100) = Sea King
So as far as I read the event, in the case you are not eligible for the viking traits (not being norse) you can still reach the bloodline, by having the raiding counter reach 200. If you are norse, then you reach it upon gaining the trait Sea King.
Am I simply reading the event incorrectly?
The event is located in the HF_religious_events, and has the ID of HF.23212.
When does it actually trigger? It does not seem to have a MTTH, so as far as I can see, it should happen upoen reaching one of the criteria listed....
My current king just reached the trait Sea King, but has not gained the trait...
He is not in family with Ragnar Lodbrog. But he already has a "created bloodline" (warrior philosopher), but as I read it, the only invalidating bloolines are the viking ones (Ragnar Lodbrog and other famous viking lines).
I hope anyone can help me
regards
Kingcarrot
The trigger from the event is as follows:
I have searched through the forums (and reddit and steam) but I cannot find any answer.
I am trying to gather some bloodlines, one of them being the Sea King Bloodline. But I simply cannot get it to trigger.
As far as I have read online, and in the event file, the bloodline should trigger when reaching either 200 viking raids, or upon reaching Sea King trait. As far as I understand the viking->ravager->sea king traits then it goes like this:
50 rais = viking (the counter is reset)
100 raids (50+50) = ravager (counter is reset)
200 raids (50+50+100) = Sea King
So as far as I read the event, in the case you are not eligible for the viking traits (not being norse) you can still reach the bloodline, by having the raiding counter reach 200. If you are norse, then you reach it upon gaining the trait Sea King.
Am I simply reading the event incorrectly?
The event is located in the HF_religious_events, and has the ID of HF.23212.
When does it actually trigger? It does not seem to have a MTTH, so as far as I can see, it should happen upoen reaching one of the criteria listed....
My current king just reached the trait Sea King, but has not gained the trait...
He is not in family with Ragnar Lodbrog. But he already has a "created bloodline" (warrior philosopher), but as I read it, the only invalidating bloolines are the viking ones (Ragnar Lodbrog and other famous viking lines).
I hope anyone can help me
regards
Kingcarrot
The trigger from the event is as follows:
Code:
trigger = {
check_variable = { which = viking_raids value = 200 }
OR = {
trait = seaking
trait = sea_queen
}
NOR = {
any_owned_bloodline = { # Not already has a Viking bloodline.
has_bloodline_flag = bloodline_historical_norse
}
any_owned_bloodline = { # Not already has a this bloodline.
has_bloodline_flag = more_raiders_bloodline
}
}
}