forked from acemod/ACE3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCfgMagazines.hpp
More file actions
77 lines (77 loc) · 2.65 KB
/
CfgMagazines.hpp
File metadata and controls
77 lines (77 loc) · 2.65 KB
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
class CfgMagazines {
class 8Rnd_82mm_Mo_shells;
class ACE_1Rnd_82mm_Mo_HE: 8Rnd_82mm_Mo_shells {
count = 1;
scope = 2;
scopeCurator = 2;
EGVAR(arsenal,hide) = -1;
type = 256;
author = ECSTRING(common,ACETeam);
displayName = CSTRING(magazine_HE_displayName);
displayNameShort = "";
descriptionShort = CSTRING(magazine_descriptionShort);
model = QPATHTOF(data\l16_ammo_he.p3d);
picture = QPATHTOF(UI\w_l16_ammo_he_ca.paa);
mass = 50;
};
class 8Rnd_82mm_Mo_Smoke_white;
class ACE_1Rnd_82mm_Mo_Smoke: 8Rnd_82mm_Mo_Smoke_white {
count = 1;
scope = 2;
scopeCurator = 2;
EGVAR(arsenal,hide) = -1;
type = 256;
author = ECSTRING(common,ACETeam);
displayName = CSTRING(magazine_Smoke_displayName);
displayNameShort = "";
descriptionShort = CSTRING(magazine_descriptionShort);
model = QPATHTOF(data\l16_ammo_smk_white.p3d);
picture = QPATHTOF(UI\w_l16_ammo_smk_white_ca.paa);
mass = 50;
};
class 8Rnd_82mm_Mo_Flare_white;
class ACE_1Rnd_82mm_Mo_Illum: 8Rnd_82mm_Mo_Flare_white {
count = 1;
scope = 2;
scopeCurator = 2;
EGVAR(arsenal,hide) = -1;
type = 256;
author = ECSTRING(common,ACETeam);
displayName = CSTRING(magazine_Illum_displayName);
displayNameShort = "";
descriptionShort = CSTRING(magazine_descriptionShort);
model = QPATHTOF(data\l16_ammo_illum.p3d);
picture = QPATHTOF(UI\w_l16_ammo_illum_ca.paa);
mass = 50;
};
class 8Rnd_82mm_Mo_guided;
class ACE_1Rnd_82mm_Mo_HE_Guided: 8Rnd_82mm_Mo_guided {
count = 1;
scope = 2;
scopeCurator = 2;
EGVAR(arsenal,hide) = -1;
type = 256;
author = ECSTRING(common,ACETeam);
displayName = CSTRING(magazine_HE_Guided_displayName);
displayNameShort = "";
descriptionShort = CSTRING(magazine_descriptionShort);
model = QPATHTOF(data\l16_ammo_he.p3d);
picture = QPATHTOF(UI\w_l16_ammo_he_ca.paa);
mass = 50;
};
class 8Rnd_82mm_Mo_LG;
class ACE_1Rnd_82mm_Mo_HE_LaserGuided: 8Rnd_82mm_Mo_LG {
count = 1;
scope = 2;
scopeCurator = 2;
EGVAR(arsenal,hide) = -1;
type = 256;
author = ECSTRING(common,ACETeam);
displayName = CSTRING(magazine_HE_LaserGuided_displayName);
displayNameShort = "";
descriptionShort = CSTRING(magazine_descriptionShort);
model = QPATHTOF(data\l16_ammo_he.p3d);
picture = QPATHTOF(UI\w_l16_ammo_he_ca.paa);
mass = 50;
};
};