Skip to content

Commit 5e0f91d

Browse files
authored
Docs - Add ICAO and ASM conditions for AB (#11273)
Add ICAO and ASM conditions
1 parent 218f528 commit 5e0f91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wiki/framework/advanced-ballistics-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class CfgAmmo {
6868
ACE_ballisticCoefficients[] = {0.151};
6969
7070
ACE_velocityBoundaries[] = {}; // Array of velocity boundaries
71-
ACE_standardAtmosphere = "ASM"; // "ASM" or "ICAO"
71+
ACE_standardAtmosphere = "ASM"; // "ASM" or "ICAO" (ICAO conditions: 15°C, 1013.25 hPa, 0% - ASM conditions: 15°C, 999.916 hPa, 78%)
7272
ACE_dragModel = 7; // Number that specifies the drag model [1, 2, 5, 6, 7, 8]
7373
7474
// Array of muzzle velocities (same size as barrel length array)

0 commit comments

Comments
 (0)