- Steam App
- Screeps: World (464350)
- Event type
- patch note
- Published
- 12 May 2017 - 11:24:21 UTC
- Source
- steam_community_announcements
Updated official servers runtime Node.js version to 6.10.3 LTS. Changed terminal transfer energy cost formula: energy_cost = resources_amount * (1 - Math.exp(-range / 30)) http://blog.screeps.com/2017/05/changelog-2017-05-11/EXCEL_2017-05-11_11-49-27.png Introduced new StructureTerminal.cooldown feature. It is triggered on both StructureTerminal.send and Game.market.deal methods and is equal to 10 ticks regardless of the transaction size and range. Methods will return ERR_TIRED code if the cooldown is active. New TERMINAL_COOLDOWN constant is added. http://blog.screeps.com/2017/05/changelog-2017-05-11/9a7PpVR1GmO-JTJkh0TxCQ.gif Removed non-intuitive behavior of auto-attacking objects on Creep.move. This fixes an exploit of doing attack and heal simultaneously which is prohibited. Runtime virtual machine now uses breakOnSigint feature. CPU limit reached error messages have three types now...