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

mekelius

Private
33 Badges
Jul 18, 2023
12
46
  • Prison Architect
  • Cities: Skylines - Green Cities
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Cities: Skylines - Parklife
  • Stellaris: Distant Stars
  • Surviving Mars: First Colony Edition
  • Cities: Skylines Industries
  • Stellaris: Megacorp
  • Stellaris: Synthetic Dawn
  • Surviving Mars: First Colony Edition
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Crusader Kings III
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Crusader Kings II
  • Surviving Mars
  • Cities: Skylines - Mass Transit
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines - Natural Disasters
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Reapers Due
  • Stellaris
  • Cities: Skylines - Snowfall
  • Crusader Kings II: Conclave
  • Cities: Skylines - After Dark
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Cities: Skylines
  • Magicka

Information​

I have verifed my game files (Steam only)​

Yes

I have disabled all mods​

Yes

I am running the latest game update​

Yes

Required​

Summary​

"We must protect the rights of X's heirs" event targets me instead of the vassal

Description​

The event that lets you change your vassal's succession law changes my (the liege's) succession law instead. The second options works as excpected.

Steps to reproduce​

Wait until you get the event and take the top option. Tooltip reflects this and says "yours".

Game Version​

1.16.2.3

Platform​

Windows

Additional Information​

Affected Feature​

  • Events

Save Game​



Other Attachments​



 
  • 1Like
Reactions:

Information​

I have verifed my game files (Steam only)​

Yes

I have disabled all mods​

Yes

I am running the latest game update​

Yes

Required​

Summary​

"We must protect the rights of X's heirs" event targets me instead of the vassal

Description​

The event that lets you change your vassal's succession law changes my (the liege's) succession law instead. The second options works as excpected.

Steps to reproduce​

Wait until you get the event and take the top option. Tooltip reflects this and says "yours".

Game Version​

1.16.2.3

Platform​

Windows

Additional Information​

Affected Feature​

  • Events

Save Game​



Other Attachments​

Confirm the bug.
In chancellor_task_events.txt line 2198:
Code:
option = {
    name = chancellor_task.3104.a
    reduce_partition_succession_law_effect = yes
    ai_chance = {
        base = 100
    }
}
is bugged, should use vassal as scope:
Code:
option = {
    name = chancellor_task.3104.a
    scope:vassal = {
        reduce_partition_succession_law_effect = yes
    }
    ai_chance = {
        base = 100
    }
}
I think this would fix it, I tested it on my end.
 
Last edited: