Gunpowder Blocks

Revision as of 06:15, 5 July 2026 by 172.17.0.1 (talk) (Stats from obj_box_n: flat 20 dmg upward bullet (reused drone bullet), 4-way chain cascade, pugChainReaction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GUNPOWDER BLOCKS
Effectblocks will shoot out bullets when destroyed
名前カヤクブロック
説明ハコを こわすと うえに タマが でる
In the game

Gunpowder Blocks (カヤクブロック) is an upgrade. Blocks will shoot out bullets when destroyed.

Stats

From the breakable-block code (obj_box_n):

  • Each destroyed block fires a single bullet straight up dealing 20 damage. The damage is flat: it does not scale with area, depth, or anything else (and only one copy of the upgrade can be obtained).
  • The bullet is a reused Drone bullet (bulletDrone) with its damage overridden from the Drone's 4 up to 20, five times stronger than the Drone's own shots.
  • The upgrade also chains: when a block breaks, the four orthogonally adjacent blocks are set to break 5 frames later, each releasing its own 20-damage bullet, so destruction cascades through connected clusters. The in-game description does not mention this.
  • Internally the upgrade flag is called pugChainReaction, after the cascade rather than the bullets; the name Gunpowder Blocks appears only in the display strings.