Drone: Difference between revisions
Jump to navigation
Jump to search
Remove fabricated shop price: ug[i][5] is never read for upgrades (dead data) |
No edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<div class="dw-chip"> | |||
<div class="dw-chip__title">DRONE</div> | |||
<div class="dw-chip__icons"><span class="dw-sprite" data-sprite="upgrades/drone.png"></span><span class="dw-sprite" data-sprite="upgrades/drone_mini.png"></span></div> | |||
<table class="dw-chip__rows"> | |||
<tr><td>Effect</td><td>beep boop hello i'm a drone</td></tr> | |||
<tr><td>名前</td><td>ドローン</td></tr> | |||
<tr><td>説明</td><td>コンニチハ ドローンデス ピポパ</td></tr> | |||
</table> | |||
<div class="dw-chip__status">In the game</div> | |||
</div> | |||
'''Drone''' (ドローン) is an [[Upgrades|upgrade]]. Beep boop hello i'm a drone. | '''Drone''' (ドローン) is an [[Upgrades|upgrade]]. Beep boop hello i'm a drone. Each drone fires a 4-damage shot 4 frames after every player shot, so its rate of fire matches whatever weapon the player is using rather than firing on its own timer. | ||
The code contains a two-copy branch (<code>pugDrone == 2</code>) that would spawn a second, mirrored drone on the other side of the player, but it is unreachable. | |||
[[Category:Upgrades]] | [[Category:Upgrades]] | ||
Latest revision as of 06:44, 5 July 2026
DRONE
| Effect | beep boop hello i'm a drone |
| 名前 | ドローン |
| 説明 | コンニチハ ドローンデス ピポパ |
In the game
Drone (ドローン) is an upgrade. Beep boop hello i'm a drone. Each drone fires a 4-damage shot 4 frames after every player shot, so its rate of fire matches whatever weapon the player is using rather than firing on its own timer.
The code contains a two-copy branch (pugDrone == 2) that would spawn a second, mirrored drone on the other side of the player, but it is unreachable.