Difference between revisions of "Pneumatic Drill"

From Worms Knowledge Base

Jump to: navigation, search
(minimum and maximum depth described with more precision)
(putting the probability in perspective)
Line 49: Line 49:
 
Its maximum damage is "shared" with the [[blowtorch]], which only matters when [[RubberWorm|RubberWorm's]] ''shot doesn't end turn'' mode is on. This means that the sum of the damage dealt by pneumatic drill and blowtorch in one turn to a single worm can not exceed a certain amount defined by the power setting. In case of different settings, the weaker one is used.
 
Its maximum damage is "shared" with the [[blowtorch]], which only matters when [[RubberWorm|RubberWorm's]] ''shot doesn't end turn'' mode is on. This means that the sum of the damage dealt by pneumatic drill and blowtorch in one turn to a single worm can not exceed a certain amount defined by the power setting. In case of different settings, the weaker one is used.
  
The depth of the hole varies randomly, [[:Image:DrillDepthDistributionGraph.svg|approximating a Gaussian distribution (bell curve)]]. The average (mean) digging depth, calculated from a test sample of 1.5×10<sup>12</sup> random drillings on solid flat terrain, is '''157.96 pixels''', with a standard deviation of 18.35 pixels (also, the median is 157 and the mode is 156). (The depth is defined as the lowest height a worm can occupy at the bottom of the hole, minus the height of a worm at the surface.) In 95% of drillings, the depth will be within the range 124 to 196 pixels. In 99% of drillings, it'll be from 115 to 208 pixels. In 99.9% of drillings, it'll be from 105 to 223 pixels. The minimum and maximum depths encountered during the test were 63 and 296 pixels, and these are likely to be the absolute limits (suggested by the fact that they exploit patterns in W:A's PRNG). A drill depth of 63 pixels has a probability of 1 in 587,084,635,874, and a 296 pixel depth is 1 in 1,586,629,983,991. If W:A used real randomness and not a PRNG, the minimum depth would be 0 pixels and the maximum would be 792 pixels, but these events would be extraordinarily improbable (less than 1 in 10<sup>40</sup>).
+
The depth of the hole varies randomly, [[:Image:DrillDepthDistributionGraph.svg|approximating a Gaussian distribution (bell curve)]]. The average (mean) digging depth, calculated from a test sample of 1.5×10<sup>12</sup> random drillings on solid flat terrain, is '''157.96 pixels''', with a standard deviation of 18.35 pixels (also, the median is 157 and the mode is 156). (The depth is defined as the lowest height a worm can occupy at the bottom of the hole, minus the height of a worm at the surface.) In 95% of drillings, the depth will be within the range 124 to 196 pixels. In 99% of drillings, it'll be from 115 to 208 pixels. In 99.9% of drillings, it'll be from 105 to 223 pixels. The minimum and maximum depths encountered during the test were 63 and 296 pixels, and these are likely to be the absolute limits (suggested by the fact that they exploit patterns in W:A's PRNG). A drill depth of 63 pixels has a probability of 1 in 587,084,635,874, and a 296 pixel depth is 1 in 1,586,629,983,991. (In contrast, the probability of a 156 pixel depth is 1 in 46.309, or 2.1594%.) If W:A used real randomness and not a PRNG, the minimum depth would be 0 pixels and the maximum would be 792 pixels, but these events would be extraordinarily improbable (less than 1 in 10<sup>40</sup>).
  
 
== Criticisms, Problems and Weaknesses ==
 
== Criticisms, Problems and Weaknesses ==

Revision as of 10:10, 22 December 2011

(Up to Weapons)
Drillicon.png Pneumatic Drill
Type: Digging tool
Keyboard selection: F7 (x2)
Standard effects: Vertical tunnel
Present in: W:A, WWP
Power settings
Power Injury
11 7, 3, 2, 1, 1...
12 10, 5, 3, 2, 2, 1, 1...
1 12, 6, 4, 3, 2, 2, 1, 1...
2 13, 6, 4, 3, 2, 2, 1, 1...
3 15, 7, 5, 3, 3, 2, 2, 1, 1...
4 16, 8, 5, 4, 3, 2, 2, 2, 1, 1...
5 18, 9, 6, 4, 3, 3, 2, 2, 2, 1, 1...
19 19, 9, 6, 4, 3, 3, 2, 2, 2, 1, 1...
14 22, 11, 7, 5, 4, 3, 3, 2, 2,
15 30, 15, 10, 7, 6, 5, 4, 3, 3, 3, 2, 2, 2, 2, 2, 1, 1...
Each additional strike by the drill delivers a smaller and smaller amount of injury; each entry in this table shows how the values diminish.

The Pneumatic Drill allows a worm to dig a hole directly downward through the terrain.

Regardless of power setting, it stays active for a maximum of 5 seconds.

By setting its power, not only the damage caused to a worm changes, but the distance it propels the hit worm too. Also, there is a maximum damage that a worm can recieve during a turn by this weapon.

Its maximum damage is "shared" with the blowtorch, which only matters when RubberWorm's shot doesn't end turn mode is on. This means that the sum of the damage dealt by pneumatic drill and blowtorch in one turn to a single worm can not exceed a certain amount defined by the power setting. In case of different settings, the weaker one is used.

The depth of the hole varies randomly, approximating a Gaussian distribution (bell curve). The average (mean) digging depth, calculated from a test sample of 1.5×1012 random drillings on solid flat terrain, is 157.96 pixels, with a standard deviation of 18.35 pixels (also, the median is 157 and the mode is 156). (The depth is defined as the lowest height a worm can occupy at the bottom of the hole, minus the height of a worm at the surface.) In 95% of drillings, the depth will be within the range 124 to 196 pixels. In 99% of drillings, it'll be from 115 to 208 pixels. In 99.9% of drillings, it'll be from 105 to 223 pixels. The minimum and maximum depths encountered during the test were 63 and 296 pixels, and these are likely to be the absolute limits (suggested by the fact that they exploit patterns in W:A's PRNG). A drill depth of 63 pixels has a probability of 1 in 587,084,635,874, and a 296 pixel depth is 1 in 1,586,629,983,991. (In contrast, the probability of a 156 pixel depth is 1 in 46.309, or 2.1594%.) If W:A used real randomness and not a PRNG, the minimum depth would be 0 pixels and the maximum would be 792 pixels, but these events would be extraordinarily improbable (less than 1 in 1040).

Criticisms, Problems and Weaknesses

  • The direction in which a worm is knocked upon being drilled is randomly left or right; contrary to intuition, it does not depend on the relative positions of the worm being drilled and the one doing the drilling.

Tricks and glitches

External links

Weapons
Jet PackLow GravityFast WalkLaser SightInvisibilityBazookaHoming MissileMortarHoming PigeonSheep LauncherGrenadeCluster BombBanana BombBattle AxeEarthquakeShotgunHandgunUziMinigunLongbowFire PunchDragon BallKamikazeSuicide BomberProdDynamiteMineSheepSuper Sheep (Aqua Sheep)Mole BombAir StrikeNapalm StrikeMail StrikeMine StrikeMole SquadronBlow TorchPneumatic DrillGirderBaseball BatGirder Starter PackNinja RopeBungeeParachuteTeleportScales of JusticeSuper Banana BombHoly Hand GrenadeFlame ThrowerSalvation ArmyMB BombPetrol BombSkunkPriceless Ming VaseFrench Sheep StrikeMike's Carpet BombMad CowsOld WomanConcrete DonkeyIndian Nuclear TestArmageddonSkip GoSurrenderSelect WormFreezePatsy's Magic BulletCrate ShowerCrate SpyDamage x2Double Turn TimeHoming Cluster BombHoming Air StrikeConfused Sheep StrikeCloned SheepNuclear BombGrenade LauncherSheep-on-a-RopeChainsawAbout this imageWeapon navbox.png
Personal tools