Iron Walker Q
Looking in the data file, trigger amount is set to 5.5, not 5.0
Does this mean default speed Rook will always have the 1000 armor bonus?
Looking in the data file, trigger amount is set to 5.5, not 5.0
Does this mean default speed Rook will always have the 1000 armor bonus?
Hrmm... answered my own question... it says 5, but you see the effect icon on Rook.
It triggers at any speed below 5.5 (rook's default speed is 5.4)
So the new question is, why does the description retrieve a value of 5, when the trigger is clearly set to 5.5?
Yes.
I've got a fix for this that sets the speed requirement to < 5.4 from <= 5.5. This could be included in the Uberfix, if there's demand for it.
The UI says 5, because it's using math.floor instead of string.format('%.1f') or whatever the 1 decimal floating point display string is. This is fixed as well in the code I've got.
If you just want a quick fix for this, paste this into a non-overridden Boot_Items.lua hook:
Thanks for reminding me of this. I had this code sitting in a test mod, but had forgot that it should probably be added to the Uberfix. Gonna add it as an issue on the google code site.
Optional percent-based fix that triggers below 90% of base speed (4.9, 5.4 and 5.7 depending on the demigod):
Welcome Guest! Please take the time to register with us.