====== mr:toxic_gland_item ====== Machine-readable reference page for Toxic Gland item in Remixed Dungeon. ==== Item Properties ==== **Basic Stats**: * Type: Item * Stackable: No * Cost: 5 gold **Lua Definition**: * No Lua script - implemented in Java ==== Effects ==== **Primary Effects**: * Throwable weapon * Deals damage when thrown * Applies poison effect **Implementation**: * File: ToxicGland.java * Throwable weapon mechanics * Poison application ==== String Resources ==== **English (values/strings_all.xml)**: * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|ToxicGland_Name]] - Item name * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|ToxicGland_Info]] - Item description **Russian (values-ru/strings_all.xml)**: * ToxicGland_Name - Russian item name * ToxicGland_Info - Russian description ==== Wiki Pages ==== **English**: * [[en:rpd:toxic_gland_item|Toxic Gland]] - Main wiki page **Russian**: * [[ru:rpd:toxic_gland_item|Ядовитая железа]] - Russian wiki page ==== Code References ==== * Main implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/ToxicGland.java|ToxicGland.java]] * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml:ToxicGland]] {{tag> mr items toxic_gland reference machine-readable}}