DayZ
ArzzzWeapons
Custom Description
**Only create PBO with cpp**

class CfgPatches
{
class ArzzzWeaponsPatch
{
units[] = {};
weapons[] = {
"ArzzzBarret",
"ArzzzDROB",
"ArzzzDROBShort",
"ArzzzKORD",
"ArzzzKSVK",
"ArzzzL96A1",
"ArzzzM79",
"ArzzzM98B",
"ArzzzM200",
"ArzzzM240",
"ArzzzM249SAW",
"ArzzzM300",
"ArzzzMinigun",
"ArzzzPKM",
"ArzzzSVD",
"ArzzzVSSK"
};
requiredVersion = 0.1;
requiredAddons[] = {
"DZ_Data",
"ArzzzWeapons"
};
magazines[] = {
"ArzzzBarret_Mag",
"ArzzzDROB_Mag",
"ArzzzKORD_Mag",
"ArzzzKSVK_Mag",
"ArzzzL96A1_Mag",
"ArzzzM98B_Mag",
"ArzzzM200_Mag",
"ArzzzM240_Mag",
"ArzzzM249SAW_Mag",
"ArzzzM300_Mag",
"ArzzzMinigun_Mag",
"ArzzzPKM_Mag",
"ArzzzVSSK_Mag"
};
ammo[] = {
"Arzzz_Ammo_127x99",
"Arzzz_Ammo_DROB",
"Arzzz_Ammo_127x108",
"Arzzz_Ammo_127x108_HE",
"Arzzz_Ammo_338",
"Arzzz_Ammo_HE",
"Arzzz_Ammo_408",
"Arzzz_Ammo_375",
"Arzzz_Ammo_375S",
"Arzzz_Ammo_Laser",
"Arzzz_Ammo_127x55"
};
};
};

class cfgWeapons
{
class Rifle_Base;
class BoltActionRifle_ExternalMagazine_Base;
class BoltActionRifle_Base;
class SVD;

class ArzzzBarret: Rifle_Base
{
displayName = "Barrett M82";
descriptionShort = "A powerful anti-materiel rifle chambered in 12.7x99mm NATO.";
};
class ArzzzDROB: Rifle_Base
{
displayName = "DROB Shotgun";
descriptionShort = "A powerful custom shotgun with a wide spread.";
};
class ArzzzDROBShort: ArzzzDROB
{
displayName = "DROB Short Shotgun";
descriptionShort = "A shorter variant of the DROB shotgun, more compact but equally deadly.";
};
class ArzzzKORD: Rifle_Base
{
displayName = "KORD Machine Gun";
descriptionShort = "A heavy machine gun chambered in 12.7x108mm, designed for sustained fire.";
};
class ArzzzKSVK: BoltActionRifle_ExternalMagazine_Base
{
displayName = "KSVK Sniper Rifle";
descriptionShort = "A high-caliber sniper rifle chambered in 12.7x108mm for long-range engagements.";
};
class ArzzzL96A1: BoltActionRifle_ExternalMagazine_Base
{
displayName = "L96A1 Sniper Rifle";
descriptionShort = "A precision bolt-action rifle chambered in .338 Lapua Magnum.";
};
class ArzzzM79: ArzzzDROB
{
displayName = "M79 Grenade Launcher";
descriptionShort = "A single-shot grenade launcher firing high-explosive rounds.";
};
class ArzzzM98B: BoltActionRifle_ExternalMagazine_Base
{
displayName = "Barrett M98B";
descriptionShort = "A bolt-action sniper rifle chambered in .338 Lapua Magnum, built for accuracy.";
};
class ArzzzM200: BoltActionRifle_ExternalMagazine_Base
{
displayName = "CheyTac M200 Intervention";
descriptionShort = "An elite sniper rifle chambered in .408 CheyTac for extreme range.";
};
class ArzzzM240: Rifle_Base
{
displayName = "M240 Machine Gun";
descriptionShort = "A general-purpose machine gun chambered in .308 Winchester.";
};
class ArzzzM249SAW: Rifle_Base
{
displayName = "M249 SAW";
descriptionShort = "A light machine gun chambered in 5.56x45mm with a high rate of fire.";
};
class ArzzzM300: BoltActionRifle_ExternalMagazine_Base
{
displayName = "Winchester M300";
descriptionShort = "A bolt-action rifle chambered in .375 H&H Magnum, versatile and powerful.";
};
class ArzzzMinigun: Rifle_Base
{
displayName = "Gatling Laser";
descriptionShort = "A futuristic minigun firing laser pulses at an incredible rate.";
};
class ArzzzPKM: Rifle_Base
{
displayName = "PKM Machine Gun";
descriptionShort = "A general-purpose machine gun chambered in 7.62x39mm.";
};
class ArzzzSVD: SVD
{
displayName = "Custom SVD";
descriptionShort = "A modified SVD sniper rifle with enhanced features.";
};
class ArzzzVSSK: BoltActionRifle_Base
{
displayName = "VSSK Vychlop";
descriptionShort = "A silenced special forces rifle chambered in 12.7x55mm.";
};
};

class cfgMagazines
{
class Magazine_Base;
class Ammunition_Base;

class ArzzzBarret_Mag: Magazine_Base
{
displayName = "Barrett M82 Magazine";
descriptionShort = "A 10-round magazine for the Barrett M82, chambered in 12.7x99mm NATO.";
};
class ArzzzDROB_Mag: Magazine_Base
{
displayName = "DROB Magazine";
descriptionShort = "A magazine for the DROB shotgun holding 8 rounds of DROB ammo.";
};
class ArzzzKORD_Mag: Magazine_Base
{
displayName = "KORD Magazine";
descriptionShort = "A 50-round magazine for the KORD machine gun, chambered in 12.7x108mm.";
};
class ArzzzKSVK_Mag: Magazine_Base
{
displayName = "KSVK Magazine";
descriptionShort = "A 5-round magazine for the KSVK sniper rifle, chambered in 12.7x108mm.";
};
class ArzzzL96A1_Mag: Magazine_Base
{
displayName = "L96A1 Magazine";
descriptionShort = "A 5-round magazine for the L96A1 sniper rifle, chambered in .338 Lapua Magnum.";
};
class ArzzzM98B_Mag: Magazine_Base
{
displayName = "M98B Magazine";
descriptionShort = "A 7-round magazine for the Barrett M98B, chambered in .338 Lapua Magnum.";
};
class ArzzzM200_Mag: Magazine_Base
{
displayName = "M200 Magazine";
descriptionShort = "A 7-round magazine for the CheyTac M200, chambered in .408 CheyTac.";
};
class ArzzzM240_Mag: Magazine_Base
{
displayName = "M240 Magazine";
descriptionShort = "A 150-round belt magazine for the M240 machine gun, chambered in .308 Winchester.";
};
class ArzzzM249SAW_Mag: Magazine_Base
{
displayName = "M249 SAW Magazine";
descriptionShort = "A 200-round belt magazine for the M249 SAW, chambered in 5.56x45mm.";
};
class ArzzzM300_Mag: Magazine_Base
{
displayName = "M300 Magazine";
descriptionShort = "A 7-round magazine for the Winchester M300, chambered in .375 H&H Magnum.";
};
class ArzzzMinigun_Mag: Magazine_Base
{
displayName = "Gatling Laser Magazine";
descriptionShort = "A high-capacity magazine holding 850 laser charges for the Gatling Laser.";
};
class ArzzzPKM_Mag: Magazine_Base
{
displayName = "PKM Magazine";
descriptionShort = "A 200-round belt magazine for the PKM machine gun, chambered in 7.62x39mm.";
};
class ArzzzVSSK_Mag: Magazine_Base
{
displayName = "VSSK Magazine";
descriptionShort = "A 5-round magazine for the VSSK Vychlop, chambered in 12.7x55mm Subsonic.";
};

class Arzzz_Ammo_127x99: Ammunition_Base
{
displayName = "12.7x99mm NATO";
descriptionShort = "High-caliber rounds for the Barrett M82.";
};
class Arzzz_Ammo_DROB: Ammunition_Base
{
displayName = "DROB Ammo";
descriptionShort = "Special shotgun ammo for the DROB series.";
};
class Arzzz_Ammo_127x108: Ammunition_Base
{
displayName = "12.7x108mm AP";
descriptionShort = "Armor-piercing rounds for 12.7x108mm weapons.";
};
class Arzzz_Ammo_127x108_HE: Ammunition_Base
{
displayName = "12.7x108mm HE";
descriptionShort = "High-explosive rounds for 12.7x108mm weapons.";
};
class Arzzz_Ammo_338: Ammunition_Base
{
displayName = ".338 Lapua Magnum";
descriptionShort = "High-powered rounds for .338 sniper rifles.";
};
class Arzzz_Ammo_HE: Ammunition_Base
{
displayName = "M79 HE Round";
descriptionShort = "High-explosive round for the M79 grenade launcher.";
};
class Arzzz_Ammo_408: Ammunition_Base
{
displayName = ".408 CheyTac";
descriptionShort = "Precision rounds for the CheyTac M200.";
};
class Arzzz_Ammo_375: Ammunition_Base
{
displayName = ".375 H&H Magnum";
descriptionShort = "Standard rounds for the Winchester M300.";
};
class Arzzz_Ammo_375S: Ammunition_Base
{
displayName = ".375 H&H Scatter";
descriptionShort = "Scatter rounds for the Winchester M300.";
};
class Arzzz_Ammo_Laser: Ammunition_Base
{
displayName = "Laser Charge";
descriptionShort = "Energy cells for the Gatling Laser.";
};
class Arzzz_Ammo_127x55: Ammunition_Base
{
displayName = "12.7x55mm Subsonic";
descriptionShort = "Subsonic rounds for the VSSK Vychlop.";
};
};