Machinegun: Difference between revisions
Weapon pages: stats verified against decompiled game code; prose informed by downwell.fandom.com (CC BY-SA) |
Full stat table from bStatInitLevel1.gml (base and gem-high values) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 16: | Line 16: | ||
! Japanese | ! Japanese | ||
| マシンガン | | マシンガン | ||
|} | |} | ||
'''Machinegun''' (マシンガン) is a weapon, and the default form of the [[Gunboots|gunboots]] at the start of every run. It fires a single straight bullet per tap, costing one [[Charge|charge]], and holding the button | '''Machinegun''' (マシンガン) is a weapon, and the default form of the [[Gunboots|gunboots]] at the start of every run. It fires a single straight bullet per tap, costing one [[Charge|charge]], and holding the button fires continuously. | ||
== Behavior == | == Behavior == | ||
Along with [[Noppy]] it has the lowest charge cost in the game: one charge fires one accurate bullet, so a full charge meter provides long stretches of airtime. While [[Gem High|gem high]] its damage rises from 9 to 15 per bullet and it fires slightly faster. | |||
== Stats == | |||
All values from the weapon table in <code>bStatInitLevel1.gml</code>. | |||
{| class="wikitable" | |||
! Stat !! Base !! While [[Gem High|gem high]] | |||
|- | |||
| Charge cost per shot || 1 || 1 | |||
|- | |||
| Damage per projectile || 9 || 15 | |||
|- | |||
| Projectiles per trigger pull || 1 || 1 | |||
|- | |||
| Shot pattern || 0 (straight) || 0 (straight) | |||
|- | |||
| Rate of fire (internal value) || 7 || 6 | |||
|- | |||
| Recoil (negative = upward lift) || 0 || 0 | |||
|- | |||
| Projectile speed || 8 || 8 | |||
|- | |||
| Spread || 3 || 3 | |||
|- | |||
| Pierces enemies || No || No | |||
|- | |||
| Screen shake (strength / frames) || 2 / 3 || 3 / 4 | |||
|} | |||
== Acquisition == | == Acquisition == | ||