mr:bombs
Table of Contents
bombs - Code References
Entity Status
This entity category does not currently exist in Remixed Dungeon, though references to bombs exist in string resources.
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
<string name="Bomb_Name">Bomb</string> <string name="Bomb_Info">A black powder bomb, explosively unstable. Sometimes creatures drop more of these when killed.</string> <string name="BombBundle_Name">Bomb Bundle</string> <string name="BombBundle_Info">A bundle of three bombs with a spark fuse. Light it and get out of the way!</string> <string name="FireBomb_Name">Fire Bomb</string> <string name="FireBomb_Info">This fire bomb burns everything in the blast radius that isn't fire-resistant.</string> <string name="FrostBomb_Name">Frost Bomb</string> <string name="FrostBomb_Info">This frost bomb freezes everything in the blast radius that isn't ice-resistant.</string> <string name="RegrowthBomb_Name">Regrowth Bomb</string> <string name="RegrowthBomb_Info">This regrowth bomb grows healthy plants in the blast radius.</string> <string name="ShockBomb_Name">Shock Bomb</string> <string name="ShockBomb_Info">This shock bomb deals damage to all creatures in line of sight.</string> <string name="ShrapnelBomb_Name">Shrapnel Bomb</string> <string name="ShrapnelBomb_Info">This bomb sends metal fragments flying in all directions, dealing damage to anything nearby.</string> <string name="HolyBomb_Name">Holy Bomb</string> <string name="HolyBomb_Info">This holy bomb deals extra damage to undead enemies.</string>
Lua Scripts
This entity category is not implemented in the current version of the game, no Lua script exists.
Notes
These bomb items appear to be planned or legacy content that was never fully implemented in the game. The string resources exist but no corresponding Java classes, Lua scripts, or JSON configurations are present in the codebase.
Related mr Entities
No related entities currently exist.
mr/bombs.txt · Last modified: by 127.0.0.1
