Jump to content
  • 0

[BUG] Stuck in The Crucible (Seeker, Slayer, Surviver expansion)


Question

Posted

There is a rather funny bug that can get you stuck in The Crucible.  In the very first challenge called "Agony of the Elements" you are faced with Tyrant of Decay. Using paladin to sneak on him and successful of casting Abjuration will destroy the Tyrant without actually starting the combat with it.

Since there is no combat start, there is no combat end and you are now stranded in The Crucible without a way out.......

 

Enjoy the rest of your life trapped in that arena ;) ....

 

PS: This is probably a bug and should be looked into.

  • Haha 1

1 answer to this question

Recommended Posts

  • 0
Posted (edited)

Oh wow yeah, that totally works! Haha!

What it seems to be is that the Agony of the Elements is missing the "Boss" keyword that would prevent it from being destroyed by the ability. Whether this is intentional for something in the fight or an oversight I can't say.

The following mod adds the "Boss" keyword the creature:

{
  "GameDataObjects": [
    {
      "$type": "Game.GameData.CharacterStatsGameData, Assembly-CSharp",
      "DebugName": "LAX01_CHA_CRE_Tyrant_of_Decay",
      "ID": "69fc15cd-df6b-4117-8322-36deabd47ca1",
      "Components": [
        {
          "$type": "Game.GameData.CharacterStatsComponent, Assembly-CSharp",
          "KeywordsIDs": [
            "4f2398af-ca47-496a-adfd-fa6f9a3a3d56"
          ]
        }
      ]
    }
  ]
}

Though I have to say it is pretty stratifying to just banish it right as combat starts. 😄

Edited by Kvellen

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...