====== Tengu Liver ====== {{ rpd:images:tengu_liver_item.png|Tengu Liver }} **Tengu Liver** is a special consumable item dropped by Tengu that provides unique benefits specifically for the Gnoll class. ==== Function ==== * **Feral Enhancement**: Grants special feral abilities to the Gnoll hero * **Consumable**: Single-use item that is consumed when used * **Class-specific**: Primarily beneficial for Gnoll heroes ==== Acquisition ==== * **[[en:rpd:tengu_mob|Tengu]]**: Dropped by Tengu specifically when playing as the Gnoll class * **Uniqueness**: Very rare and valuable item due to its class-specific benefit ==== Effects ==== * **Feral Instincts**: Activates instinctual abilities that relate to the Gnoll's feral nature * **Consumption Benefit**: The exact effect upon consumption by Gnoll heroes * **Temporary Boost**: May provide temporary enhancements or abilities ==== Strategy ==== * **Class-Synergy**: Particularly valuable for Gnoll players * **Timing**: Should be consumed at an appropriate time to maximize benefit * **Special Benefits**: May unlock unique mechanics for Gnoll characters ==== Technical Details ==== * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java|ItemFactory.java]] (item creation) * Script: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/TenguLiver.lua|TenguLiver.lua]] * Drop logic: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Tengu.java#L62|Tengu.java drop logic for Gnoll]] ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java|ItemFactory.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2771-L2772|TenguLiver strings]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2773-L2774|TenguLiver strings (ru)]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/TenguLiver.lua|TenguLiver.lua script]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Tengu.java#L62|Tengu.java]] ==== See Also ==== * [[en:rpd:tengu_mob|Tengu]] (source of the item) * [[en:rpd:gnoll_class|Gnoll Class]] (primary beneficiary) * [[en:rpd:items|Items]] * [[en:rpd:consumables|Consumables]] {{tag> rpd items consumables class-specific gnoll }}