2021-04-21 07:41:56 +00:00
|
|
|
class CfgWeapons {
|
|
|
|
class weapon_mim145Launcher;
|
|
|
|
class GVAR(patriot): weapon_mim145Launcher {
|
|
|
|
author = "Brandon (TCVM)";
|
2021-05-02 07:28:28 +00:00
|
|
|
displayName = CSTRING(patriot);
|
2021-04-21 07:41:56 +00:00
|
|
|
magazines[] = { QGVAR(patriot) };
|
|
|
|
weaponLockDelay = 0.5;
|
|
|
|
};
|
|
|
|
|
|
|
|
class weapon_rim162Launcher;
|
|
|
|
class GVAR(RIM162): weapon_rim162Launcher {
|
|
|
|
author = "Brandon (TCVM)";
|
2021-05-02 07:28:28 +00:00
|
|
|
displayName = CSTRING(essm);
|
2021-04-21 07:41:56 +00:00
|
|
|
magazines[] = { QGVAR(RIM162) };
|
|
|
|
weaponLockDelay = 0.5;
|
|
|
|
};
|
|
|
|
|
|
|
|
class weapon_s750Launcher;
|
|
|
|
class GVAR(s400): weapon_s750Launcher {
|
|
|
|
author = "Brandon (TCVM)";
|
2021-05-02 07:28:28 +00:00
|
|
|
displayName = CSTRING(s400);
|
2021-04-21 07:41:56 +00:00
|
|
|
magazines[] = { QGVAR(s400) };
|
|
|
|
weaponLockDelay = 0.5;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|