Skip to content

Commit a76a77e

Browse files
committed
Added basic weapons data for TF2 (#308).
1 parent 60571ba commit a76a77e

File tree

1 file changed

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

1 file changed

+279
-0
lines changed
Lines changed: 279 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,279 @@
1+
[properties]
2+
prefix = "tf_weapon_"
3+
ammoprop = "localdata.m_iAmmo."
4+
myweapons = "m_hMyWeapons."
5+
6+
7+
[projectiles]
8+
tf_projectile_arrow = "arrow"
9+
tf_projectile_ball_ornament = "ball_ornament"
10+
tf_projectile_balloffire = "balloffire"
11+
tf_projectile_cleaver = "cleaver"
12+
tf_projectile_energy_ball = "energy_ball"
13+
tf_projectile_energy_ring = "energy_ring"
14+
tf_projectile_flare = "flare"
15+
tf_projectile_grapplinghook = "grapplinghook"
16+
tf_projectile_healing_bolt = "healing_bolt"
17+
tf_projectile_jar = "jar"
18+
tf_projectile_jar_gas = "jar_gas"
19+
tf_projectile_jar_milk = "jar_milk"
20+
tf_projectile_lightningorb = "lightningorb"
21+
tf_projectile_mechanicalarmorb = "mechanicalarmorb"
22+
tf_projectile_pipe = "pipe"
23+
tf_projectile_pipe_remote = "pipe_remote"
24+
tf_projectile_rocket = "rocket"
25+
tf_projectile_sentryrocket = "sentryrocket"
26+
tf_projectile_spellbats = "spellbats"
27+
tf_projectile_spellfireball = "spellfireball"
28+
tf_projectile_spellkartbats = "spellkartbats"
29+
tf_projectile_spellkartorb = "spellkartorb"
30+
tf_projectile_spellmeteorshower = "spellmeteorshower"
31+
tf_projectile_spellmirv = "spellmirv"
32+
tf_projectile_spellpumpkin = "spellpumpkin"
33+
tf_projectile_spellspawnboss = "spellspawnboss"
34+
tf_projectile_spellspawnhorde = "spellspawnhorde"
35+
tf_projectile_spellspawnzombie = "spellspawnzombie"
36+
tf_projectile_spelltransposeteleport = "spelltransposeteleport"
37+
tf_projectile_stun_ball = "stun_ball"
38+
tf_projectile_syringe = "syringe"
39+
tf_projectile_throwable = "throwable"
40+
tf_projectile_throwable_breadmonster = "throwable_breadmonster"
41+
tf_projectile_throwable_brick = "throwable_brick"
42+
tf_projectile_throwable_repel = "throwable_repel"
43+
44+
45+
[weapons]
46+
47+
[[base]]
48+
tags = "all"
49+
50+
[[bat]]
51+
tags = "all"
52+
53+
[[bat_fish]]
54+
tags = "all"
55+
56+
[[bat_giftwrap]]
57+
tags = "all"
58+
59+
[[bat_wood]]
60+
tags = "all"
61+
62+
[[bonesaw]]
63+
tags = "all"
64+
65+
[[bottle]]
66+
tags = "all"
67+
68+
[[breakable_sign]]
69+
tags = "all"
70+
71+
[[buff_item]]
72+
tags = "all"
73+
74+
[[builder]]
75+
tags = "all"
76+
77+
[[cannon]]
78+
tags = "all"
79+
80+
[[charged_smg]]
81+
tags = "all"
82+
83+
[[cleaver]]
84+
tags = "all"
85+
86+
[[club]]
87+
tags = "all"
88+
89+
[[compound_bow]]
90+
tags = "all"
91+
92+
[[crossbow]]
93+
tags = "all"
94+
95+
[[drg_pomson]]
96+
tags = "all"
97+
98+
[[fireaxe]]
99+
tags = "all"
100+
101+
[[fists]]
102+
tags = "all"
103+
104+
[[flamethrower]]
105+
tags = "all"
106+
107+
[[flaregun]]
108+
tags = "all"
109+
110+
[[flaregun_revenge]]
111+
tags = "all"
112+
113+
[[grapplinghook]]
114+
tags = "all"
115+
116+
[[grenadelauncher]]
117+
tags = "all"
118+
119+
[[handgun_scout_primary]]
120+
tags = "all"
121+
122+
[[handgun_scout_secondary]]
123+
tags = "all"
124+
125+
[[invis]]
126+
tags = "all"
127+
128+
[[jar]]
129+
tags = "all"
130+
131+
[[jar_gas]]
132+
tags = "all"
133+
134+
[[jar_milk]]
135+
tags = "all"
136+
137+
[[katana]]
138+
tags = "all"
139+
140+
[[knife]]
141+
tags = "all"
142+
143+
[[laser_pointer]]
144+
tags = "all"
145+
146+
[[lunchbox]]
147+
tags = "all"
148+
149+
[[lunchbox_drink]]
150+
tags = "all"
151+
152+
[[mechanical_arm]]
153+
tags = "all"
154+
155+
[[medigun]]
156+
tags = "all"
157+
158+
[[minigun]]
159+
tags = "all"
160+
161+
[[parachute]]
162+
tags = "all"
163+
164+
[[parachute_primary]]
165+
tags = "all"
166+
167+
[[parachute_secondary]]
168+
tags = "all"
169+
170+
[[particle_cannon]]
171+
tags = "all"
172+
173+
[[passtime_gun]]
174+
tags = "all"
175+
176+
[[pda_engineer_build]]
177+
tags = "all"
178+
179+
[[pda_engineer_destroy]]
180+
tags = "all"
181+
182+
[[pda_spy]]
183+
tags = "all"
184+
185+
[[pep_brawler_blaster]]
186+
tags = "all"
187+
188+
[[pipebomblauncher]]
189+
tags = "all"
190+
191+
[[pistol]]
192+
tags = "all"
193+
194+
[[pistol_scout]]
195+
tags = "all"
196+
197+
[[raygun]]
198+
tags = "all"
199+
200+
[[revolver]]
201+
tags = "all"
202+
203+
[[robot_arm]]
204+
tags = "all"
205+
206+
[[rocketlauncher]]
207+
tags = "all"
208+
209+
[[rocketlauncher_airstrike]]
210+
tags = "all"
211+
212+
[[rocketlauncher_directhit]]
213+
tags = "all"
214+
215+
[[rocketlauncher_fireball]]
216+
tags = "all"
217+
218+
[[rocketpack]]
219+
tags = "all"
220+
221+
[[sapper]]
222+
tags = "all"
223+
224+
[[scattergun]]
225+
tags = "all"
226+
227+
[[sentry_revenge]]
228+
tags = "all"
229+
230+
[[shotgun_building_rescue]]
231+
tags = "all"
232+
233+
[[shotgun_hwg]]
234+
tags = "all"
235+
236+
[[shotgun_primary]]
237+
tags = "all"
238+
239+
[[shotgun_pyro]]
240+
tags = "all"
241+
242+
[[shotgun_soldier]]
243+
tags = "all"
244+
245+
[[shovel]]
246+
tags = "all"
247+
248+
[[slap]]
249+
tags = "all"
250+
251+
[[smg]]
252+
tags = "all"
253+
254+
[[sniperrifle]]
255+
tags = "all"
256+
257+
[[sniperrifle_classic]]
258+
tags = "all"
259+
260+
[[sniperrifle_decap]]
261+
tags = "all"
262+
263+
[[soda_popper]]
264+
tags = "all"
265+
266+
[[spellbook]]
267+
tags = "all"
268+
269+
[[stickbomb]]
270+
tags = "all"
271+
272+
[[sword]]
273+
tags = "all"
274+
275+
[[syringegun_medic]]
276+
tags = "all"
277+
278+
[[wrench]]
279+
tags = "all"

0 commit comments

Comments
 (0)