mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
9a9a2d0944
commit
46a31e1f9c
@ -32,7 +32,7 @@ class CfgMagazines {
|
|||||||
count = 3;
|
count = 3;
|
||||||
mass = 250;
|
mass = 250;
|
||||||
pylonWeapon = QGVAR(launcher);
|
pylonWeapon = QGVAR(launcher);
|
||||||
hardpoints[] = {"B_MISSILE_PYLON", "UNI_SCALPEL", "CUP_NATO_HELO_LARGE"};
|
hardpoints[] = {"B_MISSILE_PYLON", "UNI_SCALPEL", "CUP_NATO_HELO_LARGE", "RHS_HP_LONGBOW_RACK"};
|
||||||
model = "\A3\Weapons_F\DynamicLoadout\PylonPod_3x_Missile_LG_scalpel_F.p3d";
|
model = "\A3\Weapons_F\DynamicLoadout\PylonPod_3x_Missile_LG_scalpel_F.p3d";
|
||||||
mirrorMissilesIndexes[] = {2, 1, 3};
|
mirrorMissilesIndexes[] = {2, 1, 3};
|
||||||
};
|
};
|
||||||
@ -41,7 +41,7 @@ class CfgMagazines {
|
|||||||
count = 4;
|
count = 4;
|
||||||
mass = 340;
|
mass = 340;
|
||||||
pylonWeapon = QGVAR(launcher);
|
pylonWeapon = QGVAR(launcher);
|
||||||
hardpoints[] = {"UNI_SCALPEL", "CUP_NATO_HELO_LARGE", "RHS_HP_HELLFIRE_RACK"};
|
hardpoints[] = {"UNI_SCALPEL", "CUP_NATO_HELO_LARGE", "RHS_HP_HELLFIRE_RACK", "RHS_HP_LONGBOW_RACK"};
|
||||||
model = "\A3\Weapons_F\DynamicLoadout\PylonPod_4x_Missile_LG_scalpel_F.p3d";
|
model = "\A3\Weapons_F\DynamicLoadout\PylonPod_4x_Missile_LG_scalpel_F.p3d";
|
||||||
mirrorMissilesIndexes[] = {2, 1, 4, 3};
|
mirrorMissilesIndexes[] = {2, 1, 4, 3};
|
||||||
};
|
};
|
||||||
@ -84,4 +84,4 @@ class CfgMagazines {
|
|||||||
ammo = "ACE_Hellfire_AGM114N";
|
ammo = "ACE_Hellfire_AGM114N";
|
||||||
pylonWeapon = QGVAR(launcher_N);
|
pylonWeapon = QGVAR(launcher_N);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user