You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #3729, doing a ship search with the Campaign Operations overall unit rating is blowing out the numbers with a long running campaign. Due to the calculation using the uncapped Campaign Operations rating number, as opposed to the old Field Manual: Mercenaries fixed values, it ends up with vastly off-base target numbers:
As with #3729 this could be handled with clamping the rating value to the Dragoon rating enums, or separate calculations for the two unit rating systems.
The text was updated successfully, but these errors were encountered:
CO uses a different formula for calculating availability for Large Craft. CO p17
CO also does not care about Logistics, Command, etc admin or unit rating.
AtB was not designed for use with CO rules at all as it wasn't even released at the time AtB as a ruleset was written. The code for AtB was designed the same way for the most part. At some point Stratcon may change that but that is a question for @NickAragua
+ PR #3922: Add missing cockpit costs and weights
+ PR #3944: Added Nag Dialog for Pregnant Combatants
+ Fix#3943: Unmaintained Unit Nag Dialog Suppressed for Units set to
Salvage
+ PR #3933: Fixes for #3729,#3817,#3753: Clamped Unit Rating Mod for
CamOps (redux)
+ PR #3923: Hide Toughness When 0
+ PR #3915: Added Dialog to Confirm New Campaign (redux)
+ PR #3908: Adjusted Default Tech Counts
+ PR #3967: Adjusted Zoom Speed on Interstellar Map Panel
Similar to #3729, doing a ship search with the Campaign Operations overall unit rating is blowing out the numbers with a long running campaign. Due to the calculation using the uncapped Campaign Operations rating number, as opposed to the old Field Manual: Mercenaries fixed values, it ends up with vastly off-base target numbers:
mekhq/MekHQ/src/mekhq/campaign/market/PersonnelMarket.java
Lines 401 to 416 in 48b1432
As with #3729 this could be handled with clamping the rating value to the Dragoon rating enums, or separate calculations for the two unit rating systems.
The text was updated successfully, but these errors were encountered: