Jump to content
  • perk Penetrator typo


    Nep

    On line 429 of progression.xml, there is a missing comma in the value, so the effect is not working properly for spear weapons.

     

    (Copied from progression.xml)

    <passive_effect name="TargetArmor" operation="perc_add" level="1,2,3,4" value="-.2,-.3,-.4-.5" tags="perkJavelinMaster"/>

     

    (Correct description)

    <passive_effect name="TargetArmor" operation="perc_add" level="1,2,3,4" value="-.2,-.3,-.4,-.5" tags="perkJavelinMaster"/>


    User Feedback

    Recommended Comments



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