Jump to content

Recommended Posts

Hello,

I would love a mod if anyone is interested in it. A cipher subclass that is basically Psion but with the added ability of "The complete self" ability but for wizard spells only. So in theory it should work by cast fireball >crit >generate focus. 

That's pretty much it. I think it would be pretty fun if anyone is interesting in humoring me.

Thanks,

O

Link to comment
Share on other sites

  • 3 weeks later...

You should make it happen, it would only require changing one thing.  This is the status effect that links crits to the second effect, gaining focus:

"$type": "Game.GameData.StatusEffectGameData, Assembly-CSharp",
"DebugName": "The_Complete_Self_SE_ApplyOnEvent",
"ID": "962ed740-cbec-4da4-8055-241acaf726e0",

It's in the statuseffects.gamedatabundle file.  In that specific section of code where this status effect is, it limits it to Cipher attacks via:

"ClassTypeID": "ccdc9675-e2a7-46fa-83e9-7a5368b56265"

So just change it to the wizard's class ID, acfd1303-4699-4939-91eb-6ac46d4af0bd.

This would do exactly what you want, but now you'd want to copy these effects and their linked ability code, and create a sub-class out of it.  Rename the DebugName, create new IDs for them, create new text strings to describe them, etc.

 

Edited by Grape_You_In_The_Mouth
  • Like 2
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...