====== Bombs ====== Bombs are not currently present in Remixed Dungeon. The strings `Bomb_Name`, `BombBundle_Name`, `FireBomb_Name`, `FrostBomb_Name`, `RegrowthBomb_Name`, `ShockBomb_Name`, `ShrapnelBomb_Name`, and `HolyBomb_Name` and the `com.watabou.pixeldungeon.items.bombs.Bomb` class are referenced by historical wiki content but do not exist in the current codebase. No Java class, Lua script, JSON configuration file, or string resource for any bomb type is present in the repository today. ==== Description ==== Bombs are not implemented in Remixed Dungeon. Earlier revisions of this page described throwable explosive items, but no such items exist in the current codebase. This page is preserved as a placeholder; remove or rewrite it if bomb items are reintroduced in a future release. ==== Source Code ==== * No bomb implementation exists in the current codebase * Earlier revisions linked to `com.watabou.pixeldungeon.items.bombs.Bomb.java` and a `RemixedDungeon/src/main/res/values/strings_all.xml#L2780-L2800` block, both of which are absent today ==== See Also ==== * [[en:rpd:throwing_weapons|Throwing Weapons]] - Other throwable items * [[en:rpd:items|Items]] - All item types * [[en:rpd:alchemy|Alchemy]] - Item crafting system * [[mr:bombs|mr:bombs]] - Machine-readable data (confirms no bomb entities exist) {{tag> rpd items bombs alchemy unimplemented}}