====== Nausea ====== **Nausea** is an effect that occurs when consuming [[en:rpd:rotten_food_item|rotten food]] in Remixed Dungeon. ==== Description ==== When consuming rotten food, the character displays the message "Disgusting!". This is not a formal debuff with duration, but rather an instant negative reaction to spoiled food. ==== Effects ==== * Displays "Disgusting!" message when consuming rotten food * Rotten food restores less hunger than normal food * Consuming rotten food releases a cloud of toxic/paralytic/confusion gas (random effect) ==== Obtaining ==== * By consuming [[en:rpd:rotten_food_item|rotten food]] * Rotten food is obtained when normal food spoils over time in inventory ==== Mechanics ==== * This is not a formal buff/debuff, but an instant effect * Has no duration or stacking mechanism * Related to the food spoilage mechanic in inventory ==== Strategy ==== * Avoid consuming rotten food when possible * Use [[en:rpd:potion_of_purity_item|Potion of Purity]] to convert rotten food back to edible form * Rotten food can be used tactically to create gas clouds ==== Related Pages ==== * [[en:rpd:rotten_food_item|Rotten Food]] - Item that causes the effect * [[en:rpd:potion_of_purity_item|Potion of Purity]] - Means to neutralize rotten food * [[en:rpd:food|Food]] - General information about food * [[en:rpd:buffs|Buffs and Debuffs]] - General information about status effects ==== Code References ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/food/RottenFood.java|RottenFood.java]] * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|Strings (RottenFood_Message)]] {{tag> rpd food effects status}}