PL-7: Difference between revisions

From RKSL Studios Knowledgebase
Jump to navigation Jump to search
(Created page with "Rebranded Magic R550 Clone Category:Air-to-air_missiles Category:Combined_Vehicle_Weapons_Pack")
 
No edit summary
Tag: visualeditor
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Rebranded Magic R550 Clone
[[File:Id r550.jpg|thumb|R.550 Magic SRAAM]]
The '''PL-7''' (Chinese: 霹雳-7; pinyin: ''Pī Lì-7''; <small>lit.</small> 'Thunderbolt-7') is the PRC version of the French Magic R.550 air-to-air missile. It is a short-range, Infrared homing missile used by Chinese fighters. It was designed by Wu Shendao, and produced at the Factory 331 (Zhuzhou Aeroengine factory) (中国株洲航空发动机厂).
 
{| class="wikitable" style="width: 55%;text-align:center; "
!colspan="4"|Real World against Arma
|-
!style="width: 15%; text-align:right;"|Detail
!style="width: 5%;"colspan="1"|Real
!style="width: 5%;"colspan="1"|ARMA
!style="width: 30%;"colspan="1"|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
|12.7
|155
! style="text-align:left;" |ammo: hit = "n";
|-
! style="text-align:right;" |Warhead Type
|HE Blast Frag
|HE
! style="text-align:left;" |ammo: warheadName =  "x";
|-
!style="text-align:right;"|Fuse Type
|Prox/impact
|style="background-color:#a4adb3;"|
! style="text-align:left;" |NOTE: No Direct Arma value
|-
!style="text-align:right;"|Fuse Range
|3-5m
|30
! 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
|No
|No
! style="text-align:left;" |ammo: autoseektarget = n; (0 or 1)
|-
!style="text-align:right;"|Counter Measure Immunity
|High
|0.92
! 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
|70
|90
! style="text-align:left;" |ammo: missileLockCone = n; (Degrees)
|-
!style="text-align:right;"|Max Speed (m/s)
|1372
|700
! style="text-align:left;" |ammo: maxSpeed = n; (n= m/s)
|-
!style="text-align:right;"|Min Range
|1000
|250
! style="text-align:left;" |ammo: minRange = n; (Dist in m)
|-
!style="text-align:right;"|Max Range
|25000
|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;"|
|13
! style="text-align:left;" |ammo: indirectHitRange = n; (m)
|-
! style="text-align:right;" |Maneuverability
|20G
|23
! 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,LAU127
|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_pl7
|rksl_mag_pl7_x1_direct
|rksl_wpn_pl7
|PL7_DIRECT
|-
|
|rksl_mag_pl7_x1_lau127
|
|PL7_LAU127
|-
|
|rksl_mag_pl7_x1_lau7
|
|PL7_LAU7
|}




[[Category:Air-to-air_missiles]]
[[Category:Air-to-air_missiles]]
[[Category:Combined_Vehicle_Weapons_Pack]]
[[Category:Combined_Vehicle_Weapons_Pack_Contents]]

Latest revision as of 14:38, 8 January 2023

R.550 Magic SRAAM

The PL-7 (Chinese: 霹雳-7; pinyin: Pī Lì-7; lit. 'Thunderbolt-7') is the PRC version of the French Magic R.550 air-to-air missile. It is a short-range, Infrared homing missile used by Chinese fighters. It was designed by Wu Shendao, and produced at the Factory 331 (Zhuzhou Aeroengine factory) (中国株洲航空发动机厂).

Real World against Arma
Detail Real ARMA Config Value
Weapon Type SRAAM weaponType = "x";
Mass 89 89 mag: mass = "n";
Warhead Mass 12.7 155 ammo: hit = "n";
Warhead Type HE Blast Frag HE ammo: warheadName = "x";
Fuse Type Prox/impact NOTE: No Direct Arma value
Fuse Range 3-5m 30 ammo: proximityExplosionDistance = n;
Seeker IR IR See class component type
Auto Seek Target No No ammo: autoseektarget = n; (0 or 1)
Counter Measure Immunity High 0.92 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 70 90 ammo: missileLockCone = n; (Degrees)
Max Speed (m/s) 1372 700 ammo: maxSpeed = n; (n= m/s)
Min Range 1000 250 ammo: minRange = n; (Dist in m)
Max Range 25000 5000 ammo: maxRange = n; (Dist in m)
Indirect Hit Value 85 ammo: indirectHit = 50;
Indirect Hit Range 13 ammo: indirectHitRange = n; (m)
Maneuverability 20G 23 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,LAU127 N/A See Hardpoint below


ARMA Class details
Ammo Mag Weapon Hardpoint
rksl_amo_pl7 rksl_mag_pl7_x1_direct rksl_wpn_pl7 PL7_DIRECT
rksl_mag_pl7_x1_lau127 PL7_LAU127
rksl_mag_pl7_x1_lau7 PL7_LAU7