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

Agamidae

LGS
44 Badges
Jun 29, 2017
629
2.403
steamcommunity.com
  • Crusader Kings II: Jade Dragon
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Crusader Kings III: Royal Edition
  • Crusader Kings III
  • Imperator: Rome - Magna Graecia
  • Stellaris: Federations
  • Stellaris: Lithoids
  • Stellaris: Ancient Relics
  • Imperator: Rome Deluxe Edition
  • Crusader Kings II: Holy Fury
  • Stellaris: Megacorp
  • Stellaris: Distant Stars
  • Cities: Skylines - Parklife
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Europa Universalis IV
  • Age of Wonders III
  • Surviving Mars
  • Crusader Kings Complete
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Reapers Due
  • Stellaris: Galaxy Edition
  • Stellaris
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Cities: Skylines

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​

Player can be killed by someone else's earthquake travel event

Description​

This is "trickster god's tithe" event, ep3_laamp_flavour_ewan.40411.

It can fire an earthquake for the traveler and that can cause the damage to the province itself.
Including, a 20% chance to kill the holder!
Per the dev comment, it should only happen if it's not a holding of a player.
Except! It actually checks that the county holder *is* a player.
So this travel event, that fired for somebody else going through your capital, can kill you.

Without even giving you an event or anything. This isn't controlled by the harm rule either.

player killed by earthquake.png


The brother is the previous player character.

I don't have a savefile to reproduce it, it happened to someone on discord and I opened the event file to check.
I can try to engineer a reproducible save later.

This is the faulty script:
Code:
# If this isn't the direct holding of a player, cause some serious damage.

location.county.holder = {
    if = {
        limit = {
            NOT = { is_ai = yes }
        }
        random_courtier = {
            limit = { location = prev.location }
            death = { death_reason = death_consumed_by_earthquake }
        }
        ...
        random = {
            chance = 20
            death = { death_reason = death_consumed_by_earthquake }
        }
    }
}

Steps to reproduce​

Open events\dlc\ep3\ep3_laamp_flavour_ewan_events.txt, go to line 17818

Game Version​

1.14.2.2

Platform​

Windows

Additional Information​

Affected Feature​

  • Events

Save Game​



Other Attachments​

player killed by earthquake.png

 
  • 1
Reactions: