Extend duration Divine Wrath
 Grayhamster                
                
                    Member Posts: 9
Grayhamster                
                
                    Member Posts: 9                
            
                    Hi, totally new to modding but have always disliked how short Divine Wrath is and how few smites ‘extra smites’ give. I’d also wondered about doubling the duration of divine might.
Could someone give me help with how to change divine wrath to turns - for use in main campaign?
Thanks
                Could someone give me help with how to change divine wrath to turns - for use in main campaign?
Thanks
0        
             
                                
Comments
You can give more uses per day by editing feats.2da (pretty sure it's in there).
I add these lines so that the feat recharges - makes the champion a bit less of a one-trick pony.
float fLevel = GetLevelByClass(CLASS_TYPE_DIVINE_CHAMPION,OBJECT_SELF)*10.0; DelayCommand(600.0-fLevel,IncrementRemainingFeatUses(OBJECT_SELF,FEAT_DIVINE_WRATH));