Jump to content

Recommended Posts

Hey guys,

{
            "$type": "Game.GameData.GenericAbilityGameData, Assembly-CSharp",
            "DebugName": "Spiritshift_StormBlight",
            "ID": "b1cbe940-1f51-48e0-ac54-d7547e8cc0e3",
            "Components": [
                {
                    "$type": "Game.GameData.GenericAbilityComponent, Assembly-CSharp",
                    "KeywordsIDs": [
                        "f58f91d7-58af-4dee-855f-6fa8ae8579b7"
                    ],
                    
                    "UsageValue": 49,
                    
                    "DurationOverride": 3999,

(excluded full brackets, but im changing just UsageValue and Durationoverride).

Why does changing stormblight usage and duration does not work? is there something else to do in this case?

it works just fine with all other spiritshifts.

I am using Notepad++ at the moment.

Edited by NightofTheDead
Link to comment
Share on other sites

  • NightofTheDead changed the title to Druid Stormblight modding

Hmm, I know you said that you are excluding brackets for the post but is it possible you might still be missing some maybe? Otherwise the comma at the end of "DurationOverride" could also be causing some issue?

    {
      "$type": "Game.GameData.GenericAbilityGameData, Assembly-CSharp",
      "DebugName": "Spiritshift_StormBlight",
      "ID": "b1cbe940-1f51-48e0-ac54-d7547e8cc0e3",
      "Components": [
        {
          "$type": "Game.GameData.GenericAbilityComponent, Assembly-CSharp",
          "UsageValue": 49,
          "DurationOverride": 3999
        }
      ]
    }

Another way to maybe figure out the issue is to open "output_log.txt" file (this is located "\Pillars of Eternity II Deadfire\PillarsOfEternityII_Data\output_log.txt") and searching for instances of the word "error".

Link to comment
Share on other sites

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