• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

KingCarrot

First Lieutenant
87 Badges
Feb 18, 2004
233
127
  • Pillars of Eternity
  • Rome Gold
  • Supreme Ruler: Cold War
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Mount & Blade: With Fire and Sword
  • Crusader Kings II: Way of Life
  • Victoria: Revolutions
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Victoria 3 Sign Up
  • Europa Universalis III: Chronicles
  • Hearts of Iron Anthology
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • East India Company Collection
  • Europa Universalis III
  • Ancient Space
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
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:
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
            }
        }
    }
 

jumbi

Elder Councillor & Servant of the Masters
100 Badges
May 18, 2013
721
1.573
  • Stellaris: Galaxy Edition
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Europa Universalis IV: Pre-order
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Crusader Kings II
  • Stellaris: Galaxy Edition
  • Steel Division: Normand 44 - Second Wave
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • A Game of Dwarves
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Age of Wonders III
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Rajas of India
  • Europa Universalis IV: Art of War
  • Crusader Kings II: The Old Gods
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Legacy of Rome
  • Stellaris: Synthetic Dawn
  • Crusader Kings II: Charlemagne
  • Magicka
  • Europa Universalis IV: Res Publica
  • Tyranny: Gold Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Crusader Kings II: Reapers Due
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Field Marshal
  • Hearts of Iron IV: Colonel
  • Stellaris Sign-up
  • Europa Universalis IV
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
HF.23212 is evaluated whenever you loot a settlement. In order to get the sea king bloodline, you must have the sea king/queen trait (achieved after getting 100 raid "points" - N.B. the counter is only reset after gaining the initial viking trait, not any others) and 200 raid points, as well as not already have a viking bloodline. As with the bloodthirsty gods sacrificial bloodline, there is a gap between obtaining the top-tier trait and the bloodline.