mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added M136 backblast
This commit is contained in:
parent
206249ebd5
commit
592ca28117
@ -497,6 +497,7 @@ class CfgWeapons
|
||||
};
|
||||
};
|
||||
};
|
||||
// Non Disposable launchers
|
||||
class CUP_launch_Igla: Launcher_Base_F {
|
||||
GVAR(angle) = 30;
|
||||
GVAR(range) = 2;
|
||||
@ -539,4 +540,10 @@ class CfgWeapons
|
||||
GVAR(range) = 2;
|
||||
GVAR(damage) = 0.5;
|
||||
};
|
||||
// Disposable launchers under this line
|
||||
class CUP_launch_M136: Launcher_Base_F {
|
||||
GVAR(angle) = 45;
|
||||
GVAR(range) = 100;
|
||||
GVAR(damage) = 0.7;
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user