mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update AS50 ammo
This commit is contained in:
@@ -13,18 +13,6 @@ class 10Rnd_127x99_m107 : CA_Magazine
|
||||
};
|
||||
|
||||
//AS50
|
||||
class 5Rnd_127x99_as50_CP : CA_Magazine
|
||||
{
|
||||
displayName = $STR_DZ_MAG_5Rnd_127x99_AS50_NAME;
|
||||
model = "\z\addons\dayz_epoch_w\magazine\dze_as50_mag.p3d";
|
||||
|
||||
cartridgeName = "127x99";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
class 5Rnd_127x99_as50 : CA_Magazine
|
||||
{
|
||||
displayName = $STR_DZ_MAG_5Rnd_127x99_AS50_NAME;
|
||||
@@ -37,4 +25,9 @@ class 5Rnd_127x99_as50 : CA_Magazine
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
class 5Rnd_127x99_as50_CP : 5Rnd_127x99_as50
|
||||
{
|
||||
ammo = "B_127x99_Ball_noTracer";
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -218,7 +218,7 @@ class MK14_SD_DZ: M14_EP1
|
||||
|
||||
class MK14_CCO_SD_DZ: MK14_SD_DZ
|
||||
{
|
||||
displayName = $STR_DZ_WPN_MK14_CCO_SD_NAME;
|
||||
displayName = $TR_DZ_WPN_MK14_CCO_SD_NAME;
|
||||
model = "\RH_mgswp\RH_mk14sdaim.p3d";
|
||||
picture = "\RH_mgswp\inv\mk14sdaim.paa";
|
||||
handAnim[] = {"OFP2_ManSkeleton","\RH_mgswp\anim\RH_M4cs.rtm"};
|
||||
|
||||
@@ -125,7 +125,7 @@ class XM2010_SD_DZ: XM2010_SD_BASE
|
||||
class XM2010_NV_DZ: XM2010_BASE
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_DZ_WPN_XM2010_NV_NAME;
|
||||
displayName = $TR_DZ_WPN_XM2010_NV_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_XM2010_NV_DESC;
|
||||
model = "\fhq_remington\XM2010\XM2010_nv.p3d";
|
||||
picture = "\fhq_remington\XM2010\icons\xm2010_nv.paa";
|
||||
|
||||
Reference in New Issue
Block a user