mr:ration_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:ration_item [2026/02/24 16:21] – Enhance mr: namespace pages with detailed code references Qwen Assistant | mr:ration_item [2026/02/24 16:22] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Ration Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * Main class: [[https:// | ||
| + | * Item factory: [[https:// | ||
| + | * Base class: [[https:// | ||
| + | * Related: [[https:// | ||
| + | |||
| + | ===== Class Implementation Details ===== | ||
| + | * Package: com.watabou.pixeldungeon.items.food | ||
| + | * Extends: Food | ||
| + | * Image: ItemSpriteSheet.RATION | ||
| + | * Energy: Hunger.HUNGRY (restores hunger to HUNGRY level) | ||
| + | * Price formula: 10 * quantity (base price of 10 gold per ration) | ||
| + | * Poison behavior: When poisoned, morphs to RottenRation class | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * Starting items: [[https:// | ||
| + | * Treasury drops: [[https:// | ||
| + | * Spiders Treasury: [[https:// | ||
| + | |||
| + | ===== String Resources (All Languages) ===== | ||
| + | * English: [[https:// | ||
| + | * Russian: [[https:// | ||
| + | * Spanish: [[https:// | ||
| + | * Portuguese (Brazilian): | ||
| + | * Chinese (Simplified): | ||
| + | * Chinese (Traditional): | ||
| + | * German: [[https:// | ||
| + | * French: [[https:// | ||
| + | * Japanese: [[https:// | ||
| + | * Korean: [[https:// | ||
| + | * Italian: [[https:// | ||
| + | * Polish: [[https:// | ||
| + | * Ukrainian: [[https:// | ||
| + | * Hungarian: [[https:// | ||
| + | * Turkish: [[https:// | ||
| + | * Greek: [[https:// | ||
| + | * Indonesian: [[https:// | ||
| + | * Malay: [[https:// | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Related Files ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
mr/ration_item.txt · Last modified: by 127.0.0.1
