Advertisement
FacultyGoat

skillpointsmod

Sep 23rd, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. #<Skill System Overhaul>
  2.  
  3. Made by Coleby
  4.  
  5. Gain 2 Skill Points instead of 1 and increase some skills' maximum grade to 10
  6.  
  7. NOTE: Salvador's Inconceivable, I'm the Juggernaut, Yippie Ki Yay, Gaige's Blood-Soaked Shields, Maya's Subsequence and Krieg's Numbed Nerves and Fuel the Rampage aren't included.
  8.  
  9. SECOND NOTE: Gaige's Nth Degree is capped at 8, so every 2nd bullet ricochets. I tried to make every bullet ricochet, but the skill didn't work as expected.
  10.  
  11. WARNING: Activate this mod before loading your character, because if you not activate this mod (by accident), you will lose your extra skill points (which can be recovered by using Cheat Engine)
  12.  
  13. #<2 Skill Points per level>
  14.  
  15. set GD_Globals.Skills.INI_SkillPointsPerLevelUp ConditionalInitialization (bEnabled=True,ConditionalExpressionList=((BaseValueIfTrue=(BaseValueConstant=2,BaseValueAttribute=None,InitializationDefinition=None,BaseValueScaleConstant=1),Expressions=((AttributeOperand1=AttributeDefinition'D_Attributes.ExperienceResourcePool.PlayerExperienceLevel',ComparisonOperator=OPERATOR_GreaterThanOrEqual,Operand2Usage=OPERAND_PreferAttribute,AttributeOperand2=None,ConstantOperand2=1)))),DefaultBaseValue=(BaseValueConstant=0,BaseValueAttribute=None,InitializationDefinition=None,BaseValueScaleConstant=1))
  16.  
  17. #</2 Skill Points per level>
  18. #</Skill System Overhaul>
  19.  
  20. set Transient.SparkServiceConfiguration_0 ServiceName Micropatch
  21.  
  22. set Transient.SparkServiceConfiguration_0 ConfigurationGroup Default
  23.  
  24. set Transient.GearboxAccountData_1 Services (Transient.SparkServiceConfiguration_0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement