[#bugs] (moving this from beta since, well, no longer beta at the moment!) Blaze Inject...

Issue #2260 resolved
Freehold Games Bot Account created an issue

Marked for crossposting by: exsanguination microtubules

Message (jump):

<Balketh> (moving this from beta since, well, no longer beta at the moment!)
Blaze Injectors currently increase Cold Resist by 50, instead of decreasing it by 50.
cs private void ApplyStats() { base.StatShifter.SetStatShift("Speed", base.Object.IsTrueKin() ? 20 : 10); base.StatShifter.SetStatShift("ColdResistance", 50); base.StatShifter.SetStatShift("HeatResistance", 100); }
Literally just missing a negative in there, I believe.

Comments (4)

  1. exsanguination microtubules

    also from Balketh:

    Separate but related: Blaze Injectors should probably list in their description that they increase/raise Heat Resist to 100 instead of 'immune to heat damage', because heat resist is a known mechanic with other applicaitons, where as 'immune to heat damage' implies a different mechanical method. It also helps answer the question of 'would heat resist affect the combustion mechanic' (which, it doesn't. :P)

  2. Log in to comment