Jump to content
hotcakes

Thoughts on the AKM?

Recommended Posts

The hand guard actually does increase accuracy, though.

 

class Attachment_Handguard_AK_Wood : Attachment_Handguard_AK_Base {

scope = public;

displayName = "AK Handguard Wooden";

descriptionShort = "A basic wooden handguard for AK based rifles.";

model = "\DZ\weapons\attachments\support\handguard_ak_wood.p3d";

hiddenSelections[] = {"camo"};

hiddenSelectionsTextures[] = {"dz\weapons\attachments\data\akm_wood_co.paa"};

 

class Damage {

tex[] = {};

mat[] = {"DZ\weapons\attachments\data\akm_wood.rvmat", "DZ\weapons\attachments\data\akm_wood_damage.rvmat", "DZ\weapons\attachments\data\akm_wood_destruct.rvmat"};

};

};

 

class Attachment_Handguard_AK_Wood_Black : Attachment_Handguard_AK_Wood {

hiddenSelections[] = {"camo"};

hiddenSelectionsTextures[] = {"dz\weapons\attachments\data\akm_wood_black_co.paa"};

};

 

class Attachment_Handguard_AK_Wood_Camo : Attachment_Handguard_AK_Wood {

hiddenSelectionsTextures[] = {"dz\weapons\attachments\data\akm_wood_camo_co.paa"};

};

 

class Attachment_Handguard_AK_Rail_Black : Attachment_Handguard_AK_Wood {

scope = public;

displayName = "AK Handguard Rail";

descriptionShort = "Aftermarket handguard with rails, fits AK based rifles.";

model = "\DZ\weapons\attachments\support\handguard_ak_rail.p3d";

hiddenSelections[] = {"camo"};

dispersionModifier = -0.0440968;

dispersionCondition = "true";

hiddenSelectionsTextures[] = {"dz\weapons\attachments\data\akm_accessories_black_co.paa"};

 

class Damage {

tex[] = {};

mat[] = {"DZ\weapons\attachments\data\akm_accessories.rvmat", "DZ\weapons\attachments\data\akm_accessories_damage.rvmat", "DZ\weapons\attachments\data\akm_accessories_destruct.rvmat"};

};

};

  • Like 2

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×