Table of Contents
bombs - Code References
Entity Status
No bomb entities currently exist in Remixed Dungeon. There are no Java classes, Lua scripts, JSON configuration files, or string resources for any bomb type in the current codebase.
Java Classes
This entity category is not implemented in the current version of the game, no Java class exists.
JSON Configuration
This entity category is not implemented in the current version of the game, no JSON configuration exists.
String Resources
This entity category is not implemented in the current version of the game, no string resources exist.
Lua Scripts
This entity category is not implemented in the current version of the game, no Lua script exists.
Notes
Earlier revisions of this page listed string resources such as `Bomb_Name`, `BombBundle_Name`, `FireBomb_Name`, `FrostBomb_Name`, `RegrowthBomb_Name`, `ShockBomb_Name`, `ShrapnelBomb_Name`, and `HolyBomb_Name`. A search of `RemixedDungeon/src/main/res/values/strings_all.xml` and all other values/strings_*.xml resource files confirms that none of these string IDs are present in the current codebase, so they have been removed to avoid presenting fabricated information. If bomb items are reintroduced in a future release, add their actual code references and string resources here.
Related mr Entities
No related entities currently exist.
