====== Bombs - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/bombs/Bomb.java|Bomb.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/bombs/|Bombs directory]] ===== JSON Configuration ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Treasury.json|Treasury.json]] (bomb drop rates) ===== String Resources ===== Bomb A black powder bomb, explosively unstable. Sometimes creatures drop more of these when killed. Bomb Bundle A bundle of three bombs with a spark fuse. Light it and get out of the way! Fire Bomb This fire bomb burns everything in the blast radius that isn't fire-resistant. Frost Bomb This frost bomb freezes everything in the blast radius that isn't ice-resistant. Regrowth Bomb This regrowth bomb grows healthy plants in the blast radius. Shock Bomb This shock bomb deals damage to all creatures in line of sight. Shrapnel Bomb This bomb sends metal fragments flying in all directions, dealing damage to anything nearby. Holy Bomb This holy bomb deals extra damage to undead enemies. ===== Lua Scripts ===== This entity category is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:bomb_item|Bomb (Individual)]]