Lines Matching refs:Boom

271           gtFlame: Gear^.Boom := 2;  // some additional expl in there are x3, x4 this
272 gtHedgehog: Gear^.Boom := 30;
273 gtMine: Gear^.Boom := 50;
274 gtCase: Gear^.Boom := 25;
275 gtAirMine: Gear^.Boom := 30;
276 gtExplosives: Gear^.Boom := 75;
277 gtGrenade: Gear^.Boom := 50;
278 gtShell: Gear^.Boom := 50;
279 gtBee: Gear^.Boom := 50;
280 gtShotgunShot: Gear^.Boom := 25;
281 gtPickHammer: Gear^.Boom := 6;
283 gtDEagleShot: Gear^.Boom := 7;
284 gtDynamite: Gear^.Boom := 75;
285 gtClusterBomb: Gear^.Boom := 20;
287 gtCluster: Gear^.Boom := Timer;
288 gtShover: Gear^.Boom := 30;
289 gtFirePunch: Gear^.Boom := 30;
290 gtAirBomb: Gear^.Boom := 30;
291 gtBlowTorch: Gear^.Boom := 2;
292 gtMortar: Gear^.Boom := 20;
293 gtWhip: Gear^.Boom := 30;
294 gtKamikaze: Gear^.Boom := 30; // both shove and explosion
295 gtCake: Gear^.Boom := cakeDmg; // why is cake damage a global constant
296 gtWatermelon: Gear^.Boom := 75;
297 gtHellishBomb: Gear^.Boom := 90;
299 Gear^.Boom := 50
300 else Gear^.Boom := 30;
301 gtBall: Gear^.Boom := 40;
302 gtRCPlane: Gear^.Boom := 25;
305 gtSniperRifleShot: Gear^.Boom := 100000;
306 gtEgg: Gear^.Boom := 10;
307 gtPiano: Gear^.Boom := 80;
308 gtGasBomb: Gear^.Boom := 20;
309 gtSineGunShot: Gear^.Boom := 35;
310 gtSMine: Gear^.Boom := 30;
311 gtSnowball: Gear^.Boom := 200000; // arbitrary scaling for the shove
313 Gear^.Boom := 2
314 else Gear^.Boom := 3;
315 gtPoisonCloud: Gear^.Boom := 20;
316 gtKnife: Gear^.Boom := 40000; // arbitrary scaling factor since impact-based
317 gtCreeper: Gear^.Boom := 100;
318 gtMinigunBullet: Gear^.Boom := 2;