Jump to content

How to extend Class Progression Tables


Recommended Posts

OK, I have found how to raise the level cap (very simple once someone shows you how) so my next challenge is to extend the various character class progression tables

These live in ...\Pillars of Eternity\PillarsOfEternity_Data\assetbundles\prefabs\objectbundle in files like barbarianabilityprogressiontable.unity3d, chanterabilityprogressiontable.unity3d etc.

How do I edit these files, or extract the tables, edit them, and recompile them?

Thanks

Chris

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

For anyone else who needs to try this, the asset is the MonoBehaviour XXXXAbilityProgressionTable where XXXX is the class or NPC concerned

The bit that caps out the level progression is right at the end in most cases, in the AbilityPointUnlock AbilityPointUnlocks settings

You need to increase the number of array elements, then add as many more as you need, following the pattern of the ones already there

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