PL-10: Difference between revisions

From RKSL Studios Knowledgebase
Jump to navigation Jump to search
 
No edit summary
Tag: visualeditor
 
Line 1: Line 1:
Chinese SRAAM
[[File:Id PL10.jpg|thumb|PL-10 (ASR)]]
The '''PL-10''' (Chinese: 霹雳-10; pinyin: ''Pī Lì-10''; <small>lit.</small> 'Thunderbolt-10', NATO reporting name: '''CH-AA-9'''), formerly known as '''PL-ASR''' (stands for PiLi-Advanced Short Range), is a short-range, infrared-homing air-to-air missile (AAM) developed by the People's Republic of China. It was designed by Dr. Liang Xiaogeng (梁晓庚) at the Luoyang Electro Optical Center, which is also known as the Institute 612 and was renamed in 2002 as the China Air-to-Air Guided Missile Research Institute (中国空空导弹研究院). Development of the missile commenced in 2004 for use on stealth fighters such as the J-20.


[[Category:Air-to-air_missiles]]
{| class="wikitable" style="width: 55%;text-align:center; "
[[Category:Combined_Vehicle_Weapons_Pack]]
! colspan="4" |Real World against Arma
|-
! style="width: 15%; text-align:right;" |Detail
! colspan="1" style="width: 5%;" |Real
! colspan="1" style="width: 5%;" |ARMA
! colspan="1" style="width: 30%;" |Config Value
|-
! style="text-align:right;" |Weapon Type
|SRAAM
| style="background-color:#a4adb3;" |
! style="text-align:left;" |weaponType = "x";
|-
! style="text-align:right;" |Mass
|89
|89
! style="text-align:left;" |mag: mass = "n";
|-
! style="text-align:right;" |Warhead Mass
|11
|130
! style="text-align:left;" |ammo: hit = "n"; (Proportionate Value mass vs hit ref Mk82)
|-
! style="text-align:right;" |Warhead Type
|HE
|HE
! style="text-align:left;" |ammo: warheadName =  "x";
|-
! style="text-align:right;" |Fuse Type
|Laser Prox
| style="background-color:#a4adb3;" |
! style="text-align:left;" |NOTE: No Direct Arma value
|-
! style="text-align:right;" |Fuse Range
|5
|20
! style="text-align:left;" |ammo: proximityExplosionDistance = n;
|-
! style="text-align:right;" |Seeker
|IR
|IR
! style="text-align:left;" |''See class component type''
|-
! style="text-align:right;" |Auto Seek Target
|Yes
|Yes
! style="text-align:left;" |ammo: autoseektarget = n; (0 or 1)
|-
! style="text-align:right;" |Counter Measure Immunity
|High
|0.95
! style="text-align:left;" |ammo: cmimmunity = n; (Range 0 > 1)
|-
! style="text-align:right;" |Camera View Available
|No
|No
! style="text-align:left;" |ammo: cameraViewAvailable = n; (0 or 1)
|-
! style="text-align:right;" |Flight Profile
|N/A
|N/A
! style="text-align:left;" |ammo: flightProfiles[] = {"<TYPE>"};
|-
! style="text-align:right;" |BoreSight Angle
|180
|180
! style="text-align:left;" |ammo: missileLockCone = n; (Degrees)
|-
! style="text-align:right;" |Max Speed (m/s)
|1029
|1029
! style="text-align:left;" |ammo: maxSpeed = n; (n= m/s)
|-
! style="text-align:right;" |Min Range
|0.5km
|500
! style="text-align:left;" |ammo: minRange = n; (Dist in m)
|-
! style="text-align:right;" |Max Range
|10km
|5000
! style="text-align:left;" |ammo: maxRange = n; (Dist in m)
|-
! style="text-align:right;" |Indirect Hit Value
| style="background-color:#a4adb3;" |
|85
! style="text-align:left;" |ammo: indirectHit = 50;
|-
! style="text-align:right;" |Indirect Hit Range
| style="background-color:#a4adb3;" |
|10
! style="text-align:left;" |ammo: indirectHitRange = n; (m)
|-
! style="text-align:right;" |Maneuverability
|100 G
|42
! style="text-align:left;" |ammo: maneuvrability = n; (Higher = more agile)
|-
! style="text-align:right;" |Danger Radius Hit
| style="background-color:#a4adb3;" |
|N/A
! style="text-align:left;" |ammo: DangerRadiusHit = n; (Dist for AI aware in m)
|-
! style="text-align:right;" |Suppression Radius Hit
| style="background-color:#a4adb3;" |
|N/A
! style="text-align:left;" |ammo: SuppresionRadiusHit = n; (Dist for AI suppresion in m)
|-
! style="text-align:right;" |Pylon/Rail
|LAU-7, LAU-127
| style="background-color:#a4adb3;" |
! style="text-align:left;" |N/A See Hardpoint below
|}
{| class="wikitable" style="width: 55%;"
! colspan="4" |ARMA Class details
|-
!Ammo
!Mag
!Weapon
!Hardpoint
|-
|rksl_amo_pl10
|rksl_mag_pl10_x1_direct
|rksl_wpn_pl10
|PL10_DIRECT
|-
|
|rksl_mag_pl10_x1_lau7
|
|PL10_LAU7
|-
|
|rksl_mag_pl10_x1_lau127
|
|PL10_LAU127
|}
 
[[Category:Air-to-air missiles]]
[[Category:Combined Vehicle Weapons Pack Contents]]

Latest revision as of 14:52, 8 January 2023

PL-10 (ASR)

The PL-10 (Chinese: 霹雳-10; pinyin: Pī Lì-10; lit. 'Thunderbolt-10', NATO reporting name: CH-AA-9), formerly known as PL-ASR (stands for PiLi-Advanced Short Range), is a short-range, infrared-homing air-to-air missile (AAM) developed by the People's Republic of China. It was designed by Dr. Liang Xiaogeng (梁晓庚) at the Luoyang Electro Optical Center, which is also known as the Institute 612 and was renamed in 2002 as the China Air-to-Air Guided Missile Research Institute (中国空空导弹研究院). Development of the missile commenced in 2004 for use on stealth fighters such as the J-20.

Real World against Arma
Detail Real ARMA Config Value
Weapon Type SRAAM weaponType = "x";
Mass 89 89 mag: mass = "n";
Warhead Mass 11 130 ammo: hit = "n"; (Proportionate Value mass vs hit ref Mk82)
Warhead Type HE HE ammo: warheadName = "x";
Fuse Type Laser Prox NOTE: No Direct Arma value
Fuse Range 5 20 ammo: proximityExplosionDistance = n;
Seeker IR IR See class component type
Auto Seek Target Yes Yes ammo: autoseektarget = n; (0 or 1)
Counter Measure Immunity High 0.95 ammo: cmimmunity = n; (Range 0 > 1)
Camera View Available No No ammo: cameraViewAvailable = n; (0 or 1)
Flight Profile N/A N/A ammo: flightProfiles[] = {"<TYPE>"};
BoreSight Angle 180 180 ammo: missileLockCone = n; (Degrees)
Max Speed (m/s) 1029 1029 ammo: maxSpeed = n; (n= m/s)
Min Range 0.5km 500 ammo: minRange = n; (Dist in m)
Max Range 10km 5000 ammo: maxRange = n; (Dist in m)
Indirect Hit Value 85 ammo: indirectHit = 50;
Indirect Hit Range 10 ammo: indirectHitRange = n; (m)
Maneuverability 100 G 42 ammo: maneuvrability = n; (Higher = more agile)
Danger Radius Hit N/A ammo: DangerRadiusHit = n; (Dist for AI aware in m)
Suppression Radius Hit N/A ammo: SuppresionRadiusHit = n; (Dist for AI suppresion in m)
Pylon/Rail LAU-7, LAU-127 N/A See Hardpoint below
ARMA Class details
Ammo Mag Weapon Hardpoint
rksl_amo_pl10 rksl_mag_pl10_x1_direct rksl_wpn_pl10 PL10_DIRECT
rksl_mag_pl10_x1_lau7 PL10_LAU7
rksl_mag_pl10_x1_lau127 PL10_LAU127