mr:rotten_ration_item
Table of Contents
Rotten Ration Item - Code References
Java Classes
- RottenRation.java - Main implementation extending RottenFood
- RottenFood.java - Base class for rotten food items
- Food.java - Base food class
JSON Configuration
This item does not have specific JSON configuration, as it extends the base RottenFood class.
String Resources
- English: strings_all.xml
- RottenRation_Name: Rotten ration
- RottenRation_Info: Once upon a time it could be eaten
- Russian: strings_all.xml
- RottenRation_Name: Испорченный паёк
- RottenRation_Info: Когда-то это можно было съесть
Lua Scripts
This entity is implemented in Java, no Lua script exists
Entity Implementation Details
- Implementation: Java class (com.watabou.pixeldungeon.items.food.RottenRation)
- Base Class: RottenFood
- Entity Kind: RottenRation
- Type: Food item
- Price: 1 gold (inherited from RottenFood)
- Nutrition: 0 (cannot restore hunger)
- Special Effects: Causes nausea when consumed
Related mr Entities
mr/rotten_ration_item.txt · Last modified: by 127.0.0.1

