User Tools

Site Tools


en:rpd:raw_fish_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:rpd:raw_fish_item [2026/01/03 23:11] – Update wiki pages for consistency and completeness\n\n- Fixed naming inconsistencies: renamed files to follow proper naming conventions\n- Added missing pages: raw_fish_item in all supported languages\n- Added localization: created ring_of_frost_item and mikeen:rpd:raw_fish_item [2026/01/03 23:16] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Raw Fish ======
  
 +{{ rpd:images:item_RawFish.png|Raw Fish }}
 +
 +**Raw Fish** is a food item in Remixed Dungeon. It can be found as a drop from [[en:rpd:piranha_mob|Piranhas]] and other fish enemies. However, eating raw fish carries a significant risk.
 +
 +==== Description ====
 +Raw fish is the carcass of a fish caught by the player. While it provides some sustenance, consuming it raw carries the risk of poisoning. The fish can be cooked or otherwise processed to improve its safety and taste.
 +
 +==== Stats ====
 +  * **Type:** Food
 +  * **Stackable:** Yes
 +  * **Price:** 7 gold
 +  * **Hunger Restored:** HUNGRY (moderate amount)
 +  * **Risks:** Poison chance when consumed raw
 +
 +==== Effects ====
 +When eaten raw:
 +  * **Poison Risk:** Applies [[en:rpd:poison_buff|Poison]] for 2×(1 to hero level) turns
 +  * **Taste Message:** "Fishy!"
 +  * **Hunger Status:** Restores to HUNGRY level
 +
 +==== Processing Options ====
 +Raw fish can be processed in several ways:
 +  * **Fire:** Can be burned to create [[en:rpd:fried_fish_item|Fried Fish]]
 +  * **Freezing:** Can be frozen to create [[en:rpd:frozen_fish_item|Frozen Fish]]
 +  * **Poison:** Can be poisoned to create [[en:rpd:rotten_fish_item|Rotten Fish]]
 +
 +==== Acquisition ====
 +  * Dropped by [[en:rpd:piranha_mob|Piranhas]] and other fish enemies
 +  * Occasionally found in chests in aquatic areas
 +
 +==== Strategy ====
 +  * It's generally recommended to cook raw fish before eating to avoid the poison risk
 +  * If you must eat it raw, be prepared with [[en:rpd:potion_of_purity_item|Potion of Purity]] or other anti-poison measures
 +  * Consider preserving the raw fish until you can process it safely rather than eating it immediately
 +  * The poison risk scales with your level, making it more dangerous at higher levels
 +
 +==== Code References ====
 +  * Lua Script: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/RawFish.lua|RawFish.lua]]
 +  * Item Processing: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/RawFish.lua#L21-L23|burn, freeze, and poison methods]]
 +  * Poison Application: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/RawFish.lua#L13|Poison effect code]]
 +  * String Resources:
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2771-L2773|English strings]] - RawFish_Name, RawFish_Info, RawFish_Taste
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2750-L2752|Russian strings]] - RawFish_Name, RawFish_Info, RawFish_Taste
 +  * Item Factory: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/Treasury.java|Treasury system]]
 +  * Related Processed Items:
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/FriedFish.lua|FriedFish.lua]]
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/FrozenFish.lua|FrozenFish.lua]]
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/RottenFish.lua|RottenFish.lua]]
 +
 +==== See Also ====
 +  * [[en:rpd:food_item|Food]] - Other food items in the game
 +  * [[en:rpd:piranha_mob|Piranha]] - Source of raw fish
 +  * [[en:rpd:fried_fish_item|Fried Fish]] - Cooked version
 +  * [[en:rpd:frozen_fish_item|Frozen Fish]] - Frozen version
 +  * [[en:rpd:rotten_fish_item|Rotten Fish]] - Poisoned version
 +  * [[en:rpd:poison_buff|Poison]] - Status effect that can result from eating raw fish
 +
 +{{tag> rpd items food fish raw}}
en/rpd/raw_fish_item.txt · Last modified: by 127.0.0.1