en:rpd:frozen_carpaccio_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:rpd:frozen_carpaccio_item [2026/04/01 23:59] – Wiki standards compliance fixes for 5 random pages Qwen Assistant | en:rpd:frozen_carpaccio_item [2026/04/02 00:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Frozen Carpaccio ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | Frozen Carpaccio is a food item in Remixed Dungeon that provides a random beneficial effect when consumed. | ||
| + | |||
| + | ==== Description ==== | ||
| + | It's a piece of frozen raw meat. The only way to eat it is by cutting thin slices of it. And this way it's surprisingly good. When eaten, it provides one of four random beneficial effects. | ||
| + | |||
| + | ==== Effects ==== | ||
| + | When consumed, Frozen Carpaccio provides one of four random effects (20% chance each, Random.Int(5)): | ||
| + | * **Invisibility (case 0):** Makes the hero invisible for a duration equal to `Invisibility.DURATION` | ||
| + | * **Barkskin (case 1):** Provides barkskin effect with a level of hero's max HP divided by 4 (`chr.ht() / 4`) | ||
| + | * **Cleansing (case 2):** Removes Poison, Cripple, Weakness, and Bleeding debuffs | ||
| + | * **Healing (case 3):** Heals the hero for HP equal to hero's current HP plus 25% of max HP (`chr.hp() + chr.ht() / 4`) | ||
| + | |||
| + | ==== Acquisition ==== | ||
| + | * Dropped by [[en: | ||
| + | * Dropped by [[en: | ||
| + | * Can be obtained by burning [[en: | ||
| + | |||
| + | ==== Properties ==== | ||
| + | * **Energy:** Restores from Hungry to Starving hunger level (`Hunger.STARVING - Hunger.HUNGRY`) | ||
| + | * **Price:** 10 gold per unit | ||
| + | * **Burning: | ||
| + | * **Sprite:** `ItemSpriteSheet.CARPACCIO` | ||
| + | |||
| + | ==== Strategy ==== | ||
| + | * Very valuable item due to random but always beneficial effects | ||
| + | * Particularly useful for removing negative status effects in dangerous situations | ||
| + | * The healing effect can be a life-saver in emergencies (heals for more than full HP) | ||
| + | * The invisibility effect can help escape dangerous situations | ||
| + | * The barkskin effect provides temporary damage reduction | ||
| + | |||
| + | ==== Technical Details ==== | ||
| + | * **Java Class:** [[https:// | ||
| + | * **Implementation: | ||
| + | * **Sprite ID:** `ItemSpriteSheet.CARPACCIO` | ||
| + | * **Effect Selection: | ||
| + | * **Burn Transformation: | ||
| + | |||
| + | ==== Content Verification ==== | ||
| + | * Information source: Java Class `com.watabou.pixeldungeon.items.food.FrozenCarpaccio` | ||
| + | * Stats verification: | ||
| + | * Effect descriptions: | ||
| + | * Source code: [[https:// | ||
| + | |||
| + | ==== Related ==== | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | |||
| + | {{tag> rpd items food}} | ||
en/rpd/frozen_carpaccio_item.txt · Last modified: by 127.0.0.1
