Skip to content

Commit 33be449

Browse files
committed
Added basic weapons data for DOD:S (#308).
1 parent a76a77e commit 33be449

File tree

1 file changed

+118
-0
lines changed
  • addons/source-python/data/source-python/weapons

1 file changed

+118
-0
lines changed
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
[properties]
2+
prefix = "weapon_"
3+
ammoprop = "localdata.m_iAmmo."
4+
myweapons = "m_hMyWeapons."
5+
6+
7+
[weapons]
8+
9+
[[30cal]]
10+
tags = "all"
11+
12+
[[amerknife]]
13+
tags = "all"
14+
15+
[[bar]]
16+
tags = "all"
17+
18+
[[basebomb]]
19+
tags = "all"
20+
21+
[[basedodgrenade]]
22+
tags = "all"
23+
24+
[[bazooka]]
25+
tags = "all"
26+
27+
[[c96]]
28+
tags = "all"
29+
30+
[[colt]]
31+
tags = "all"
32+
33+
[[dod_base]]
34+
tags = "all"
35+
36+
[[dod_base_gun]]
37+
tags = "all"
38+
39+
[[dod_base_melee]]
40+
tags = "all"
41+
42+
[[dodbaserpg]]
43+
tags = "all"
44+
45+
[[frag_ger]]
46+
tags = "all"
47+
48+
[[frag_ger_live]]
49+
tags = "all"
50+
51+
[[frag_us]]
52+
tags = "all"
53+
54+
[[frag_us_live]]
55+
tags = "all"
56+
57+
[[garand]]
58+
tags = "all"
59+
60+
[[ifm_base]]
61+
tags = "all"
62+
63+
[[ifm_base_camera]]
64+
tags = "all"
65+
66+
[[ifm_steadycam]]
67+
tags = "all"
68+
69+
[[k98]]
70+
tags = "all"
71+
72+
[[k98_scoped]]
73+
tags = "all"
74+
75+
[[m1carbine]]
76+
tags = "all"
77+
78+
[[mg42]]
79+
tags = "all"
80+
81+
[[mp40]]
82+
tags = "all"
83+
84+
[[mp44]]
85+
tags = "all"
86+
87+
[[p38]]
88+
tags = "all"
89+
90+
[[pschreck]]
91+
tags = "all"
92+
93+
[[riflegren_ger]]
94+
tags = "all"
95+
96+
[[riflegren_ger_live]]
97+
tags = "all"
98+
99+
[[riflegren_us]]
100+
tags = "all"
101+
102+
[[riflegren_us_live]]
103+
tags = "all"
104+
105+
[[smoke_ger]]
106+
tags = "all"
107+
108+
[[smoke_us]]
109+
tags = "all"
110+
111+
[[spade]]
112+
tags = "all"
113+
114+
[[spring]]
115+
tags = "all"
116+
117+
[[thompson]]
118+
tags = "all"

0 commit comments

Comments
 (0)