Modding character creation.

I was wondering is there a way to mod the character creation points and # of profession. Is there anyway to edit so champions gain more "perks/skills" per level?

 

Thanks!!

6,088 views 6 replies
Reply #3 Top

Character points are defined in ElementalDefs. Search for sovcustomizationpoints or something close to it. Professions are one per Sov, unless you separate them in the CoreAbilities file. They are currently all in one ability. You would just need to make each one have its own abilitybonus tags. That file also has all the hero traits. Mod them to do per level stuff if you wish.

Reply #4 Top


I have tried to seperate sovereing professions in several ways but no luck in gaining more than 1 profession anyone know how to do it ?

when i give them all a abilitybonus tag they all dissapear in my game :( can it be done in LH ? and how :D

Reply #5 Top

You need to go into the CoreAbilities and seperate all the professions so they are not in one container with the InternalName="Champion_History"

Namely you make new containers with different internal names, like Champion_History1 and so forth include the tag

<AbilityBonusType>Champion_History</AbilityBonusType>

This will allow you to choose multiple histories.