Jump to content
View in the app

A better way to browse. Learn more.

Obsidian Forum Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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

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

You might need to edit the duration in the status effect (Spiritshift_StormBlight_SE_ChangeForm) instead.

Edited by Noqn

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.