Template:PatchDiff/October 22, 2012 Patch (Beta)/team fortress 2 beta content.gcf/tf beta/scripts/population/robot standard.pop

From Team Fortress Wiki
< Template:PatchDiff/October 22, 2012 Patch (Beta)
Revision as of 09:48, 23 October 2012 by MousseBOT (talk | contribs) (Diff of file "team fortress 2 beta content.gcf/tf_beta/scripts/population/robot_standard.pop" for patch October 22, 2012 Patch (Beta).)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
7373 {
7474 Class Scout
7575 Skill Easy
76N/A WeaponRestrictions MeleeOnly
N/A76 WeaponRestrictions MeleeOnly
7777 Item "The Holy Mackerel"
7878 }
7979 
153153 {
154154 "ubercharge rate bonus" 0.1
155155 "heal rate bonus" 10
156N/A }
N/A156 }
157157 }
158158 
159159 T_TFBot_Medic_QuickFix
165165 WeaponRestrictions SecondaryOnly
166166 }
167167 
N/A168 T_TFBot_Medic_SlowRecharge
N/A169 {
N/A170 Class Medic
N/A171 Name "Uber Medic"
N/A172 ClassIcon medic_uber
N/A173 Skill Normal
N/A174 Attributes SpawnWithFullCharge
N/A175 CharacterAttributes
N/A176 {
N/A177 "ubercharge rate bonus" 0.25
N/A178 "heal rate bonus" 5
N/A179 }
N/A180 }
N/A181 
168182 // Heavyweapons
169183 T_TFBot_Heavyweapons_Fist
170184 {
195209 Class Heavyweapons
196210 Name "Heavyweight Champ"
197211 Skill Easy
198N/A ClassIcon heavy_champ
199N/A WeaponRestrictions MeleeOnly
N/A212 ClassIcon heavy_gru
N/A213 WeaponRestrictions MeleeOnly
200214 Item "Gloves of Running Urgently"
201215 }
202216 
210224 WeaponRestrictions MeleeOnly
211225 Health 60
212226 Attributes AlwaysCrit
213N/A 
214227 //Item "The All-Father"
215228 //Item "Point and Shoot"
216229 Item "The Holiday Punch"
217N/A 
218230 CharacterAttributes
219231 {
220232 "move speed bonus" 1.3
223235 }
224236 
225237 // Demoman
N/A238 T_TFBot_Demoman
N/A239 {
N/A240 Class Demoman
N/A241 Skill Easy
N/A242 }
N/A243 
226244 T_TFBot_Demoman_Knight
227245 {
228246 Class Demoman
244262 Class Soldier
245263 Name "Buff Soldier"
246264 Skill Hard
N/A265 ClassIcon soldier_buff
247266 Attributes SpawnWithFullCharge
248267 Item "The Buff Banner"
249268 }
250N/A 
N/A269 
N/A270 T_TFBot_Soldier_Extended_Buff_Banner
N/A271 {
N/A272 Class Soldier
N/A273 Name "Extended Buff Soldier"
N/A274 Skill Normal
N/A275 ClassIcon soldier_buff
N/A276 Attributes SpawnWithFullCharge
N/A277 Item "The Buff Banner"
N/A278 CharacterAttributes
N/A279 {
N/A280 "increase buff duration" 9.0
N/A281 }
N/A282 }
N/A283 
N/A284 T_TFBot_Soldier_Extended_Concheror
N/A285 {
N/A286 Class Soldier
N/A287 Name "Extended Conch Soldier"
N/A288 Skill Normal
N/A289 ClassIcon soldier_conch
N/A290 Attributes SpawnWithFullCharge
N/A291 Item "The Concheror"
N/A292 CharacterAttributes
N/A293 {
N/A294 "increase buff duration" 9.0
N/A295 }
N/A296 }
N/A297 
N/A298 T_TFBot_Soldier_Extended_Battalion
N/A299 {
N/A300 Class Soldier
N/A301 Name "Extended Backup Soldier"
N/A302 Skill Normal
N/A303 ClassIcon soldier_backup
N/A304 Attributes SpawnWithFullCharge
N/A305 Item "The Battalion's Backup"
N/A306 CharacterAttributes
N/A307 {
N/A308 "increase buff duration" 9.0
N/A309 }
N/A310 }
N/A311 
251312 // Pyro
N/A313 T_TFBot_Pyro
N/A314 {
N/A315 Class Pyro
N/A316 Skill Normal
N/A317 WeaponRestrictions PrimaryOnly
N/A318 }
N/A319 
252320 T_TFBot_Pyro_Flaregun
253321 {
254322 Class Pyro
255323 Name "Flare Pyro"
256N/A Skill Normal
N/A324 Skill Normal
N/A325 ClassIcon pyro_flare
257326 Item "The Flare Gun"
258327 WeaponRestrictions SecondaryOnly
259328 }
N/A329 T_TFBot_ScorchShot
N/A330 {
N/A331 Class Pyro
N/A332 Name "Pyro Pusher"
N/A333 Skill Expert
N/A334 ClassIcon pyro_flare
N/A335 Item "The Scorch Shot"
N/A336 WeaponRestrictions SecondaryOnly
N/A337 Attributes AlwaysCrit
N/A338 CharacterAttributes
N/A339 {
N/A340 "damage bonus" 1
N/A341 "fire rate bonus" 0.75
N/A342 "faster reload rate" 1.25
N/A343 "Projectile speed increased" 0.35
N/A344 }
N/A345 }
N/A346 //Engineer
N/A347 T_TFBot_Engineer_Sentry_Teleporter
N/A348 {
N/A349 Class Engineer
N/A350 Name Engineer
N/A351 Skill Expert
N/A352 }
260353 }
261354}