Template:PatchDiff/July 10, 2013 Patch/tf/tf2 misc dir.vpk/scripts/population/robot standard.pop

From Team Fortress Wiki
Jump to: navigation, search
N/A1// -- These attributes must attached to a weapon using ItemAttributes and then ItemName --
N/A2 
N/A3// "Blast radius decreased"
N/A4// "Projectile speed increased"
N/A5// "Projectile speed increased HIDDEN"
N/A6// "Reload time decreased"
N/A7// "airblast pushback scale"
N/A8// "arrow mastery"
N/A9// "attack projectiles"
N/A10// "bullets per shot bonus"
N/A11// "clip size bonus"
N/A12// "clip size penalty"
N/A13// "clip size upgrade atomic"
N/A14// "cloak consume rate increased"
N/A15// "critboost on kill"
N/A16// "damage bonus"
N/A17// "damage causes airblast"
N/A18// "damage penalty"
N/A19// "effect bar recharge rate increased"
N/A20// "faster reload rate"
N/A21// "fire rate bonus"
N/A22// "fire rate penalty"
N/A23// "flame life bonus"
N/A24// (not sure about this one -- can't even find where it gets used at a glance) "multiple sentries"
N/A25// "projectile penetration"
N/A26// "projectile spread angle penalty"
N/A27// "scattergun knockback mult"
N/A28// "uber duration bonus"
N/A29// "ubercharge rate bonus"
N/A30// "use large smoke explosion"
N/A31// ----------------------------------------------------
132WaveSchedule
233{
334 Templates
5586 WeaponRestrictions PrimaryOnly
5687 Item "The Huntsman"
5788 
58N/A CharacterAttributes
N/A89 ItemAttributes
5990 {
N/A91 ItemName "The Huntsman"
6092 "damage bonus" 0.5
6193 }
6294 }
6395 
N/A96 
6497 // Scout
6598 T_TFBot_Scout_Melee
6699 {
108141 Item "The Wrap Assassin"
109142 }
110143 
N/A144 
N/A145 
N/A146 
111147 // Spy
112148 T_TFBot_Spy
113149 {
123159 ClassIcon medic_uber
124160 Skill Normal
125161 Attributes SpawnWithFullCharge
126N/A CharacterAttributes
N/A162 ItemAttributes
127163 {
N/A164 ItemName "TF_WEAPON_MEDIGUN"
128165 "ubercharge rate bonus" 2
N/A166 }
N/A167 
N/A168 CharacterAttributes
N/A169 {
129170 "heal rate bonus" 5
130171 }
131172 }
132173 
N/A174 
133175 T_TFBot_Medic_QuickUber
134176 {
135177 Class Medic
137179 ClassIcon medic_uber
138180 Skill Normal
139181 Attributes SpawnWithFullCharge
140N/A CharacterAttributes
N/A182 ItemAttributes
141183 {
N/A184 ItemName "TF_WEAPON_MEDIGUN"
142185 "ubercharge rate bonus" 5
143N/A "heal rate bonus" 0.1
144186 "uber duration bonus" -3
145187 }
N/A188 CharacterAttributes
N/A189 {
N/A190 "heal rate bonus" 0.1
N/A191 }
146192 }
147193 
148194 T_TFBot_Medic_BigHeal
151197 Name "Quick-Fix Medic"
152198 Skill Normal
153199 Item "The Quick-Fix"
154N/A CharacterAttributes
N/A200 ItemAttributes
155201 {
N/A202 ItemName "The Quick-Fix"
156203 "ubercharge rate bonus" 0.1
N/A204 }
N/A205 CharacterAttributes
N/A206 {
157207 "heal rate bonus" 10
158208 }
159209 }
174224 ClassIcon medic_uber
175225 Skill Normal
176226 Attributes SpawnWithFullCharge
177N/A CharacterAttributes
N/A227 ItemAttributes
178228 {
N/A229 ItemName "TF_WEAPON_MEDIGUN"
179230 "ubercharge rate bonus" 0.25
N/A231 }
N/A232 CharacterAttributes
N/A233 {
180234 "heal rate bonus" 5
181235 }
182236 }
N/A237 
183238 
N/A239 
N/A240 
184241 // Heavyweapons
185242 T_TFBot_Heavyweapons_Fist
186243 {
229286 //Item "The All-Father"
230287 //Item "Point and Shoot"
231288 Item "The Holiday Punch"
232N/A CharacterAttributes
N/A289 ItemAttributes
233290 {
234N/A "move speed bonus" 1.3
N/A291 ItemName "The Holiday Punch"
235292 "damage bonus" 0.2
236293 }
N/A294 CharacterAttributes
N/A295 {
N/A296 "move speed bonus" 1.3
N/A297 }
237298 }
238299 
N/A300 
239301 // Demoman
240302 T_TFBot_Demoman
241303 {
252314 Item "The Chargin' Targe"
253315 Item "The Eyelander"
254316 WeaponRestrictions MeleeOnly
255N/A CharacterAttributes
N/A317 ItemAttributes
256318 {
N/A319 ItemName "The Eyelander"
257320 "critboost on kill" 3
258321 }
259322 }
260323 
N/A324 
N/A325 
N/A326 
261327 // Soldier
262328 T_TFBot_Soldier_Buff_Banner
263329 {
310376 "increase buff duration" 9.0
311377 }
312378 }
N/A379 
313380 
314381 // Pyro
315382 T_TFBot_Pyro
328395 Item "The Flare Gun"
329396 WeaponRestrictions SecondaryOnly
330397 }
N/A398 
331399 T_TFBot_ScorchShot
332400 {
333401 Class Pyro
337405 Item "The Scorch Shot"
338406 WeaponRestrictions SecondaryOnly
339407 Attributes AlwaysCrit
340N/A CharacterAttributes
N/A408 ItemAttributes
341409 {
N/A410 ItemName "The Scorch Shot"
342411 "damage bonus" 1
343412 "fire rate bonus" 0.75
344413 "faster reload rate" 1.25
345414 "Projectile speed increased" 0.35
346415 }
347N/A }
N/A416 }
N/A417 
N/A418 
348419 //Engineer
349420 T_TFBot_Engineer_Sentry_Teleporter
350421 {
355426 Health 500
356427 Attributes TeleportToHint
357428 }
N/A429 
358430 //NOT TELEPORT INTO MAP ENGY
359431 T_TFBot_Engineer_Sentry_Tele_Battle
360432 {
364436 TeleportWhere spawnbot
365437 Health 275
366438 }
N/A439 
367440 //NOT TELEPORT INTO MAP ENGY AND DOES NOT BUILD A TELEPORTER
368441 T_TFBot_Engineer_Sentry_Battle
369442 {