We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2e5e8 commit af9a74eCopy full SHA for af9a74e
dist/index.d.ts
@@ -3425,7 +3425,7 @@ interface Market {
3425
* The formula:
3426
*
3427
* ```
3428
- * Math.ceil( amount * (Math.log(0.1*linearDistanceBetweenRooms + 0.9) + 0.1) )
+ * Math.ceil(amount * (1 - Math.exp(-linearDistanceBetweenRooms / 30)))
3429
3430
3431
* @param amount Amount of resources to be sent.
src/market.ts
@@ -29,7 +29,7 @@ interface Market {
29
30
31
32
33
34
35
0 commit comments