Add CZ550 and Enfield bolt animations by @Streatman

Vanilla commits:

a9dfb45bec

4d4373ba80

8dc4f22346

7fa4ba43fe

d8fd0dd0dc
This commit is contained in:
ebayShopper
2017-06-10 09:13:06 -04:00
parent 72df07bdf2
commit 90d84648cd
4 changed files with 37 additions and 2 deletions

View File

@@ -1,4 +1,31 @@
class CZ550_DZ : Huntingrifle
{
model = "z\addons\dayz_communityweapons\CZ550\CZ550.p3d";
magazines[] = {5Rnd_17HMR};
//CZ550_SCOPE
optics = true;
modelOptics = "\ca\weapons\2Dscope_Hunter_12";
class OpticsModes : OpticsModes
{
class StepScope : StepScope {};
class Ironsights
{
opticsID = 2;
useModelOptics = false;
opticsFlare = false;
opticsDisablePeripherialVision = false;
opticsZoomMin = 0.25;
opticsZoomMax = 1.1;
opticsZoomInit = 0.5;
distanceZoomMin = 100;
distanceZoomMax = 100;
memoryPointCamera = "eye";
visionMode[] = {};
opticsPPEffects[] = {};
cameraDir = "";
};
};
//CZ550_SCOPE end
};