Helicopter Complexity has a gap in its logic

Version: 1.1.10.0

Frequency:

Severity: Low

Marketplace package name:

Context: Documentation Career Activities

Similar MSFS 2020 issue: No

Bug description:

Per the docs:

if max_gross_weight is defined then:

  • if the maximum gross weight is greater than or equal to 3180kg, the helicopter is considered as very complex.
  • if the maximum gross weight is greater than or equal to 1590kg, the helicopter is considered as complex.
  • if the maximum gross weight is less than 7000kg, the helicopter is considered as simple.

The problem is that helis 7001kg to 1589kg are not accounted for in that logic.

Repro steps:
N/A
Attachments:
Private attachments:

Hello @davux3

This is an error from the documentation.
Complexity is as follow:

  • [0;1590[ → Simple
  • [1590;3180[ → Complex
  • ≥3180 → VeryComplex

Regards,
Sylvain

Hello @davux3

This is fixed in SDK 1.3.1 documentation.

Regards,
Sylvain