diff options
author | wvpm <24685035+wvpm@users.noreply.github.com> | 2024-09-25 20:06:15 +0200 |
---|---|---|
committer | wvpm <24685035+wvpm@users.noreply.github.com> | 2024-09-25 20:06:15 +0200 |
commit | efd84942cb280da8e83ae817b4640a1a09c7ea1b (patch) | |
tree | 82d4a74df1ec7266a10c7240b2bdcfe5b5afd2d5 | |
parent | 53923a16b5007e0d930ed4a73b484d4173175768 (diff) |
Document overseas maintenance via reference to PA
-rw-r--r-- | docs/simulation/calculations.yaml | 4 | ||||
m--------- | extension/deps/openvic-simulation | 0 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/simulation/calculations.yaml b/docs/simulation/calculations.yaml index 7e3008f..3044514 100644 --- a/docs/simulation/calculations.yaml +++ b/docs/simulation/calculations.yaml @@ -51,6 +51,8 @@ Economy: formula: MGQ * GOLD_TO_CASH_RATE MGQ: Money good quanity = total production of goods with money = yes GOLD_TO_CASH_RATE: defines.country.GOLD_TO_CASH_RATE + Overseas maintenance: + See: https://github.com/schombert/Project-Alice/blob/main/docs/rules.md#overseas-penalty Production: Resource gathering operation: base workforce: defined in common/production_types.txt as workforce @@ -62,7 +64,7 @@ Economy: formula: base output * rgo size * (1 + overseas penalty) * throughput from workers * (1 + throughput modifier) * (1 + output from workers) * (1 + output modifier) base output: defined in common/production_types.txt overseas penalty: - if province is 'overseas': ??? + if province is 'overseas': overseas penalty (see economy > budget > overseas maintenance) else: 0 throughput from workers: formula: sum of (effect_multiplier * employees with job / workforce) for each job with `effect = throughput` diff --git a/extension/deps/openvic-simulation b/extension/deps/openvic-simulation -Subproject 89b1333b1edff6c08750bd836ae92eccbe06e3b +Subproject 7fe8ba2b3bd3bafad374a691280bbf5102b5867 |