Developer postOriginal post (opens in a new tab)

Changelog 2016-08-08

  • 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.

READ THE ORIGINAL ARTICLE