-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfg_guns_pmc_t.cpp
164 lines (156 loc) · 3.47 KB
/
cfg_guns_pmc_t.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
class hlc_rifle_ak12;
class cgqc_gun_pmct_ak12 : hlc_rifle_ak12
{
scope = 2;
author = "silent1";
_generalMacro = "cgqc_gun_pmct_ak12";
baseWeapon = "cgqc_gun_pmct_ak12";
displayName = "PMC-T AK12";
class LinkedItems {
class LinkedItemsMuzzle {
slot = "MuzzleSlot";
item = "hlc_muzzle_SF3P_762R";
};
class LinkedItemsOptic {
slot = "CowsSlot";
item = "rhs_acc_1p87";
};
class LinkedItemsAcc {
slot = "PointerSlot";
item = "rhs_acc_2dpZenit_ris";
};
};
};
class hlc_rifle_ak12GL;
class cgqc_gun_pmct_ak12gl : hlc_rifle_ak12GL {
scope = 2;
author = "silent1";
_generalMacro = "cgqc_gun_pmct_ak12gl";
baseWeapon = "cgqc_gun_pmct_ak12gl";
displayName = "PMC-T AK12 GL";
class LinkedItems {
class LinkedItemsMuzzle {
slot = "MuzzleSlot";
item = "hlc_muzzle_SF3P_762R";
};
class LinkedItemsOptic {
slot = "CowsSlot";
item = "rhs_acc_1p87";
};
class LinkedItemsAcc {
slot = "PointerSlot";
item = "rhs_acc_2dpZenit_ris";
};
};
};
class hlc_rifle_RPK12;
class cgqc_gun_pmct_rpk12 : hlc_rifle_RPK12 {
scope = 2;
author = "silent1";
_generalMacro = "cgqc_gun_pmct_rpk12";
baseWeapon = "cgqc_gun_pmct_rpk12";
displayName = "PMC-T RPK 12";
class LinkedItems {
class LinkedItemsMuzzle {
slot = "MuzzleSlot";
item = "hlc_muzzle_SF3P_762R";
};
class LinkedItemsOptic {
slot = "CowsSlot";
item = "rhs_acc_1p87";
};
class LinkedItemsAcc {
slot = "PointerSlot";
item = "rhs_acc_2dpZenit_ris";
};
};
};
class hlc_lmg_MG3KWS_b;
class cgqc_gun_pmct_mg3 : hlc_lmg_MG3KWS_b {
scope = 2;
author = "silent1";
_generalMacro = "cgqc_gun_pmct_mg3";
baseWeapon = "cgqc_gun_pmct_mg3";
displayName = "PMC-T MG3";
class LinkedItems {
class LinkedItemsOptic {
slot = "CowsSlot";
item = "rhs_acc_1p87";
};
class LinkedItemsAcc {
slot = "PointerSlot";
item = "HLC_Optic228_Docter_CADEX";
};
};
};
class rhs_weap_svdp_npz;
class cgqc_gun_pmct_svd : rhs_weap_svdp_npz {
scope = 2;
author = "silent1";
_generalMacro = "cgqc_gun_pmct_svd";
baseWeapon = "cgqc_gun_pmct_svd";
displayName = "PMC-T SVD";
class LinkedItems {
class LinkedItemsAcc {
slot = "PointerSlot";
item = "hlc_optic_ATACR_Offset";
};
};
};
class hlc_rifle_awmagnum_BL;
class cgqc_gun_pmct_AWM : hlc_rifle_awmagnum_BL {
scope = 2;
author = "silent1";
_generalMacro = "cgqc_gun_pmct_svd";
baseWeapon = "cgqc_gun_pmct_svd";
displayName = "PMC-T AWM";
class LinkedItems {
class LinkedItemsOptic {
slot = "CowsSlot";
item = "rhsusf_acc_premier";
};
};
};
class hlc_rifle_aku12;
class cgqc_gun_pmct_aku12 : hlc_rifle_aku12 {
scope = 2;
author = "silent1";
_generalMacro = "cgqc_gun_pmct_aku12";
baseWeapon = "cgqc_gun_pmct_aku12";
displayName = "PMC-T AK-U 12";
class LinkedItems {
class LinkedItemsMuzzle {
slot = "MuzzleSlot";
item = "hlc_muzzle_SF3P_762R";
};
class LinkedItemsOptic {
slot = "CowsSlot";
item = "rhs_acc_1p87";
};
class LinkedItemsAcc {
slot = "PointerSlot";
item = "rhs_acc_2dpZenit_ris";
};
};
};
class cgqc_gun_pmct_aku12_zeus : hlc_rifle_aku12 {
scope = 2;
author = "silent1";
_generalMacro = "cgqc_gun_pmct_aku12_zeus";
baseWeapon = "cgqc_gun_pmct_aku12_zeus";
displayName = "PMC-T AKU 12 Zeus";
class LinkedItems {
class LinkedItemsMuzzle {
slot = "MuzzleSlot";
item = "hlc_muzzle_SF3P_762R";
};
class LinkedItemsOptic {
slot = "CowsSlot";
item = "rhs_acc_ekp8_18";
};
class LinkedItemsAcc {
slot = "PointerSlot";
item = "rhs_acc_2dpZenit_ris";
};
};
};