Page 1 of 1

Mind and physical speeds swapped in PlayerDumpJSON.lua

Posted: Wed Jan 29, 2014 7:26 am
by Marson
\mod\class\interface\PlayerDumpJSON.lua
Lines 161 & 162

-------------------------------------------------------------------
-- Speeds
-------------------------------------------------------------------
local speeds = js:newSection("speeds")
speeds.global = self.global_speed * 100
speeds.movement = 100 * (1/self:combatMovementSpeed()-1)
speeds.spell = 100 * (self.combat_spellspeed - 1)
speeds.mental = 100 * (self.combat_physspeed - 1)
speeds.attack = 100 * (self.combat_mindspeed - 1)