mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Nerf the backblast damage of the Titan and NLAW, adopting standard values for soft-launch launchers from the AGM_Compatibility project
This commit is contained in:
parent
1d7f351cb5
commit
d1d6252299
@ -17,14 +17,16 @@ class CfgWeapons {
|
||||
};
|
||||
|
||||
class launch_Titan_short_base: launch_Titan_base {
|
||||
GVAR(angle) = 40;
|
||||
GVAR(range) = 8;
|
||||
// Titan is a soft-launch launcher
|
||||
GVAR(angle) = 30;
|
||||
GVAR(range) = 2;
|
||||
GVAR(damage) = 0.5;
|
||||
};
|
||||
|
||||
class launch_NLAW_F: Launcher_Base_F {
|
||||
GVAR(angle) = 40;
|
||||
GVAR(range) = 5;
|
||||
// NLAW is a soft-launch launcher
|
||||
GVAR(angle) = 30;
|
||||
GVAR(range) = 2;
|
||||
GVAR(damage) = 0.6;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user