mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Frag/Medical Damage - Treat shrapnel as grenade damage (#9218)
* treat shrapnel as grenades * switch to frag
This commit is contained in:
parent
626d886b3b
commit
34c5988333
@ -266,6 +266,7 @@ class CfgAmmo {
|
||||
|
||||
class B_65x39_Caseless;
|
||||
class GVAR(base): B_65x39_Caseless {
|
||||
ACE_damageType = "grenade"; // compatibility with medical_damage, shrapnel should produce grenade wounds
|
||||
timeToLive = 12;
|
||||
typicalSpeed = 1500;
|
||||
deflecting = 65;
|
||||
|
@ -211,6 +211,13 @@ class CfgAmmo {
|
||||
ACE_muzzleVelocities[] = {340, 370, 400};
|
||||
ACE_barrelLengths[] = {101.6, 127.0, 228.6};
|
||||
};
|
||||
class rhs_ammo_he_fragments: BulletBase { // Shrapnel, compatibility with medical_damage
|
||||
ACE_damageType = "grenade";
|
||||
};
|
||||
class B_12Gauge_Slug;
|
||||
class rhs_ammo_12g_FRAG: B_12Gauge_Slug { // Frag rounds, compatibility with medical_damage
|
||||
ACE_damageType = "grenade";
|
||||
};
|
||||
|
||||
class Sh_125mm_APFSDS;
|
||||
class rhsusf_ammo_basic_penetrator: Sh_125mm_APFSDS {
|
||||
|
Loading…
Reference in New Issue
Block a user