mr:frozen_carpaccio_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:frozen_carpaccio_item [2026/03/19 09:20] – Wiki maintenance: Update mr: namespace content and fix broken links in Russian pages Qwen Assistant | mr:frozen_carpaccio_item [2026/03/19 09:21] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Frozen Carpaccio Item - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * **Main Class**: [[https:// | ||
| + | * **Package**: | ||
| + | * **Parent Class**: Food (extends Food) | ||
| + | * **Registration**: | ||
| + | * **Loot Tables**: | ||
| + | - IceGuardian.java (20% drop rate) | ||
| + | - IceElemental.java (10% drop rate) | ||
| + | * **Mystery Meat Transformation**: | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * **Treasury.json**: | ||
| + | * **SpidersTreasury.json**: | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- English (values/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Russian (values-ru/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Code Implementation Details ===== | ||
| + | * **Image**: ItemSpriteSheet.CARPACCIO | ||
| + | * **Energy**: Hunger.STARVING - Hunger.HUNGRY (restores hunger) | ||
| + | * **Price**: 10 gold per piece | ||
| + | * **Random Effects (20% each)**: | ||
| + | - Invisibility buff (Invisibility.DURATION) | ||
| + | - Barkskin buff (level = chr.ht() / 4) | ||
| + | - Cure: Poison, Cripple, Weakness, Bleeding removed | ||
| + | - Healing (chr.hp() + chr.ht() / 4) | ||
| + | * **Burn Transformation**: | ||
