Skip to content

Commit

Permalink
Update version 2.1.4 (week 27&28).md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ctri-The-Third committed Jan 14, 2024
1 parent 1d1a801 commit 7d14a03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion blog/version 2.1.4 (week 27&28).md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ Chain trading is pretty good for efficiency, but during the ramp up we really wa

I've created a simple "trade best" behaviour that will look at the best trade available and execute it. It can be optimised by factoring in the distance to the starting location. The commander is set to use this behaviour when it's trading.

:
## Ramp up improvements - "Manage supply chain"
so far we've not automated the fancy supply chain managment behaviour from last time - but additionally we observed markets evolving whilst restricted. This means that restricted doesn't block evolution, but does slow price changes. Evolving a restricted market is easier whilst they're restricted. Thus, focusing on evolution step by step is the best way, not trading exports UNTIL their imports are evolved. That's unlikely to happen since our other trade routes are going to want to trade the those exports, and we don't have a reservation system.


## Ramp up improvements - "Evolve"
Evolution and managing of markets ar actually super seperate, so before we start managing a chain we should evolve it to its best possible state.

## Command and control

Expand Down

0 comments on commit 7d14a03

Please sign in to comment.