added frag compat for bwa3 dm51

This commit is contained in:
nic547 2015-06-27 23:52:57 +02:00
parent c44f86432c
commit c45425a559

View File

@ -3,6 +3,7 @@ class CfgAmmo {
class B_556x45_Ball_Tracer_Red;
class B_762x51_Tracer_Red;
class B_127x99_Ball_Tracer_Red;
class GrenadeHand;
class BWA3_B_556x45_Ball: B_556x45_Ball_Tracer_Red {
ACE_caliber=5.69;
ACE_bulletLength=23.012;
@ -132,4 +133,10 @@ class CfgAmmo {
ACE_muzzleVelocities[]={};
ACE_barrelLengths[]={};
};
class BWA3_G_DM51A1: GrenadeHand {
ace_frag_metal = 296;
ace_frag_charge = 180;
ace_frag_gurney_c = 2930; // Gurney velocity constant for PETN
ace_frag_gurney_k = 1/2; // shape factor for a cylinder
};
};