mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
Update BN14.md
This commit is contained in:
parent
2218415aca
commit
22817fc201
2
BN14.md
2
BN14.md
@ -12,7 +12,7 @@ Let's imagine a very simple equation
|
||||
`delta p` is the amount of currency you earn every tick
|
||||
`c1`, `c2`, `c3` are all variables that the player can upgrade in exchange for the `p` currency
|
||||
|
||||
`c2` and `c3` increase by `1` every level and the cost to upgrade is exponential
|
||||
`c2` and `c3` increase by `1` every level and the cost to upgrade is exponential
|
||||
`c1` increases exponentially and the cost to upgrade is also exponential
|
||||
|
||||
So the goal here is to generate as much currency as possible. For this particular equation the goal is to increase `c1` as much as possible but also to make `c2/c3` as close to `e` as possible.
|
||||
|
Loading…
Reference in New Issue
Block a user