Line 729: |
Line 729: |
| ===Sortie Cost=== | | ===Sortie Cost=== |
| | | |
− | There is a flat cost associated to LBAS sorties. This is separate from the [[Land-Based_Air_Squadron#Resupply|resupply]] costs detailed above. | + | There is a flat cost associated with LBAS sorties. This is separate from the [[Land-Based_Air_Squadron#Resupply|resupply]] costs detailed above. |
| | | |
− | '''Land-Based Attack Aircraft''' | + | '''[[:Category:Land Based Bombers|LB Bombers]]:''' |
| | | |
− | <math>\text{Fuel} = \text{Plane Count} \times 1.5</math> | + | <math>\text{Fuel} = \lceil \text{Plane Count} \times 1.5 \rceil</math> |
| | | |
− | <math>\text{Ammo} = \text{Plane Count} \times 0.7</math> | + | <math>\text{Ammo} = \lfloor\text{Plane Count} \times 0.7\rfloor</math> |
| | | |
− | '''Other Planes''' | + | '''Other Planes:''' |
| | | |
− | <math>\text{Fuel} = \text{Plane Count} \times 1.0</math> | + | <math>\text{Fuel} = \lceil \text{Plane Count} \times 1.0 \rceil</math> |
| | | |
− | <math>\text{Ammo} = \text{Plane Count} \times 0.6</math> | + | <math>\text{Ammo} = \lceil \text{Plane Count} \times 0.6 \rceil</math> |
| | | |
| * <math>\text{Plane Count}</math> is the remaining planes in the slot. | | * <math>\text{Plane Count}</math> is the remaining planes in the slot. |
− | ** <math>4</math> for reconnaissance planes.
| |
− | ** <math>18</math> for all other planes.
| |
| | | |
| '''Notes:''' | | '''Notes:''' |
| * This cost is calculated '''per squadron'''. | | * This cost is calculated '''per squadron'''. |
| ** Empty slots do not cost anything. | | ** Empty slots do not cost anything. |
− | * The resources are deducted when the sortie is started.
| |
| * Costs are '''rounded up''' except for the land-based ammo cost which is '''rounded down'''. | | * Costs are '''rounded up''' except for the land-based ammo cost which is '''rounded down'''. |
| | | |