aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author wvpm <24685035+wvpm@users.noreply.github.com>2024-09-07 12:11:33 +0200
committer GitHub <noreply@github.com>2024-09-07 12:11:33 +0200
commitfa7fdd637df1ae98ebb3f565b91cee764746bb92 (patch)
treef5411612fe1239741f6fcdddeb2230017047bea6
parentdd6d7a4538d98eb82de4523d95638cb35f35cd2a (diff)
parent5b073acdf377e52f9287280c721f8a4d4175f3cf (diff)
Merge pull request #264 from OpenVicProject/include_admirals
Include admirals in leader score
-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