aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/simulation/calculations.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/simulation/calculations.yaml b/docs/simulation/calculations.yaml
index 7a93415..4aa8f1d 100644
--- a/docs/simulation/calculations.yaml
+++ b/docs/simulation/calculations.yaml
@@ -199,7 +199,7 @@ Scores:
sum_workforce_in_state: Sum of (factory level * workforce), defined in /common/production_types.txt.
else: 0
Military power:
- formula: soldier & army score + capital ship score + leaders score
+ formula: soldier & army score + capital ship score + leader score
soldier & army score:
formula: disarmed penalty * regular army size * supply consumption * sum unit stats / (7 * (1 + n_unit_types))
disarmed penalty:
@@ -214,4 +214,4 @@ Scores:
formula: sum ship stats / 250
sum ship stats: Sum of ((hull + naval_defense_modifier) * (gun_power + naval_attack_modifier)) for each capital ship instance.
/250: Hardcoded value.
- leader score: min(number of generals, number of deployed non-mobilised regiments) \ No newline at end of file
+ leader score: min(number of admirals + number of generals, number of deployed non-mobilised regiments) \ No newline at end of file