PTR Changelog 2016-08-02
-
This post describes changes on the Public Test Realm. The estimated launch date is August 8.
- Changed terminal send cost to the following non-linear formula:
Math.ceil( amount * (Math.log(0.1*linearDistanceBetweenRooms + 0.9) + 0.1) )
- Introduced new method
Game.market.calcTransactionCost
that allows to estimate the energy cost of transactions via Terminals or market orders.
- Changed terminal send cost to the following non-linear formula:
-
Will the constant
TERMINAL_SEND_COST
be re-purposed to accommodate some variable here? Or will it be removed? (due to code braking when it does)
-
It will be kept as a maximum base ratio for range=1.
-
Cool thanks, I can change my code on launch day (in 2 hours please? :D)
-
I mean, it won't be changed at all, the value 0.1 will remain.
-
No problem, as long as it stays there the code keeps working.