Jump to content

[0.19.0] XSTN-V Artifact Has Incorrect Jump Range


EyeDeck

Recommended Posts

On version Beta 0.19 r12825.

 

The fifth Xsotan artifact accidentally uses the wrong modifier for the jump range attribute, multiplying it by 3 instead of adding 3. While this bonus is nice, obviously it is not intended to be this high.

 

In \data\scripts\systems\teleporterkey5.lua, line 49:

    addBaseMultiplier(StatsBonuses.HyperspaceReach, hsReach)

should be

    addAbsoluteBias(StatsBonuses.HyperspaceReach, hsReach)

 

Link to comment
Share on other sites

  • 4 weeks later...

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