Dayz Explorer CPP 1.28.160049
Loading...
Searching...
No Matches
config.cpp
Go to the documentation of this file.
1class CfgPatches
2{
3 class DZ_Weapons_Archery_Bow_pvc
4 {
5 units[]=
6 {
7 "bow_pvc"
8 };
9 weapons[]={};
10 requiredVersion=0.1;
11 requiredAddons[]=
12 {
13 "DZ_Data",
14 "DZ_Weapons_Archery"
15 };
16 };
17};
18class Mode_Safe;
19class Mode_SemiAuto;
20class Mode_Burst;
21class Mode_FullAuto;
22class cfgWeapons
23{
24 class Archery_Base;
25 class PVCBow: Archery_Base
26 {
27 scope=2;
28 displayName="$STR_cfgWeapons_PVCBow0";
29 descriptionShort="$STR_cfgWeapons_PVCBow1";
30 model="\dz\weapons\archery\bow_pvc\bow_pvc.p3d";
31 animClass="Bow";
32 rotationFlags=17;
33 weight=550;
34 itemSize[]={6,10};
35 chamberSize=1;
36 chamberedRound="";
37 magazines[]={};
38 chamberableFrom[]=
39 {
40 "Ammo_ArrowComposite",
41 "Ammo_ArrowPrimitive",
42 "Ammo_ArrowBoned",
43 "Ammo_SharpStick",
44 "Mag_Arrows_Quiver"
45 };
46 };
47};