Skip to content

Commit

Permalink
Update README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
alicealys authored Jun 30, 2024
1 parent a2ee054 commit 8addda9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ Example config
| vars.max_server_gmp | maximum server gmp | 25000000 |
| vars.item_dev_limit | maximum number of concurrent items in development | 4 |
| vars.unlock_all_items | unlock all items | false |
| vars.cost_factor_generic | factor to calculate mb coins to reduce dev time (remaning_seconds * factor) | 0.01565 |
| vars.cost_factor_item_dev | factor to calculate mb coins to reduce dev time of **items** | vars.cost_factor_generic |
| vars.cost_factor_platform_construction | factor to calculate mb coins to reduce dev time of **platform construction** | vars.cost_factor_generic |

## Resource files

Expand Down

0 comments on commit 8addda9

Please sign in to comment.