mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Soft-Launch for RHS_USAF Stinger Turret
This commit is contained in:
parent
318c5c14d8
commit
801bd44464
@ -29,4 +29,14 @@ class CfgWeapons {
|
|||||||
EGVAR(overpressure,angle) = 50;
|
EGVAR(overpressure,angle) = 50;
|
||||||
EGVAR(overpressure,offset) = 0.9;
|
EGVAR(overpressure,offset) = 0.9;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Missile launchers, rear-facing overpressure
|
||||||
|
|
||||||
|
class rhs_weap_TOW_Launcher;
|
||||||
|
class Rhs_weap_stinger_Launcher_static: rhs_weap_TOW_Launcher {
|
||||||
|
EGVAR(overpressure,range) = 6;
|
||||||
|
EGVAR(overpressure,angle) = 40;
|
||||||
|
EGVAR(overpressure,damage) = 0.6;
|
||||||
|
EGVAR(overpressure,offset) = -1.2;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user