diff options
author | wvpm <24685035+wvpm@users.noreply.github.com> | 2024-09-02 00:34:15 +0200 |
---|---|---|
committer | wvpm <24685035+wvpm@users.noreply.github.com> | 2024-09-02 00:34:15 +0200 |
commit | df45a4a57187e39d0ee3356354f1b4e5caa4a448 (patch) | |
tree | 4da84ca785c8403170a44dd78ffd8e6304f09427 /docs/simulation/calculations.yaml | |
parent | 374ad365044bd0fe76fce79bebfc01aa3fe7e1bb (diff) |
Corrected capital ship scoredocument_military_score
Diffstat (limited to 'docs/simulation/calculations.yaml')
-rw-r--r-- | docs/simulation/calculations.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/simulation/calculations.yaml b/docs/simulation/calculations.yaml index a0ba40f..baa8724 100644 --- a/docs/simulation/calculations.yaml +++ b/docs/simulation/calculations.yaml @@ -192,5 +192,8 @@ Scores: sum unit stats: Sum of ((attack + defence + land_attack_modifier + land_defense_modifier) * discipline) for each land unit type (including locked). n_unit_types: Number of land unit types (including locked). 7*: Hardcoded value. - capital ship score: Sum of ((hull + naval_defense_modifier) * (gun_power + naval_attack_modifier)) for each capital ship instance. + capital ship score: + 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 |