• 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.

Hamra

Private
42 Badges
May 4, 2018
17
0
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Monks and Mystics
  • Surviving Mars
  • Crusader Kings II: Jade Dragon
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Distant Stars
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Stellaris - Path to Destruction bundle
  • Surviving Mars: First Colony Edition
  • Crusader Kings III Referal
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Victoria 3 Sign Up
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Reapers Due
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Europa Universalis IV
  • 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
  • Stellaris: Ancient Relics
  • Stellaris: Galaxy Edition
  • Stellaris: Synthetic Dawn
  • Crusader Kings II
One line summary of your issue
Event HF.120 is missing an action for one option

Game Version
3.0.1

What expansions do you have installed?
All of the above

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
There's an event with ID HF.120, to gain a trait from a bloodline founder.

One of the options, if I'm lunatic, and not cannibal, while founder was cannibal, I'll gain the cannibal trait. Another, if I'm possessed and not cannibal, while founder is cannibal, I'll... well, the option has no action at all, I believe the add_trait was forgotten. Here's the relevant code:

Code:
    option = {
        name = EVTOPTC_HF_120
        tooltip_info = lunatic
        trigger = {
            trait = lunatic
            NOT = {
                trait = cannibal_trait
            }
            event_target:target_bloodline_founder = {
                trait = cannibal_trait
            }
        }
        add_trait = cannibal_trait
    }
 
    option = {
        name = EVTOPTC_HF_120
        tooltip_info = possessed
        trigger = {
            trait = possessed
            NOR = {
                trait = cannibal_trait
                trait = lunatic
            }
            event_target:target_bloodline_founder = {
                trait = cannibal_trait
            }
        }
#There should be an add_trait here like the one in the previous section.
    }

Steps to reproduce the issue.
Uhh..It's luck based. Have a bloodline founded by a cannibal. Go a couple of generations down the line. Gain possessed. Don't be lunatic, don't be cannibal. Trigger event HF.120. You'll get 3 options, two are normal, the one for possessed does absolutely nothing.

Upload Attachment
 
Upvote 0
Finally, the bug got triggered again. The moment you load this attached save, you're facing a decision. The first entry does absolutely nothing. The first entry in the decision is the second option of the code I posted above. It's missing the add_trait action. It's supposed to make me cannibal like my bloodline ancestor was. The code checks for all the conditions correctly, then fails to act on it. One line.
 

Attachments

  • ironman_greater_poland2-bug.ck2
    28,9 MB · Views: 0