mr:scroll_holder_item
Table of Contents
Scroll Holder Item - Code References
Entity Name
scroll_holder_item
Java Classes
- ScrollHolder.java - Main item class
- Bag.java - Parent class
JSON Configuration
- This entity is implemented in Java, no JSON configuration exists
String Resources
<string name="ScrollHolder_Name">scroll holder</string> <string name="ScrollHolder_Info">You can place any number of scrolls into this tubular container. It saves room in your backpack and protects scrolls from fire.</string>
Lua Scripts
- This entity is implemented in Java, no Lua script exists
Item Properties
- Type: Bag (container item)
- Price: 50 gold (from ScrollHolder.price())
- Sprite: ItemSpriteSheet.HOLDER
- Action: AC_OPEN (opens bag interface)
- Capacity: Can hold any number of scrolls
- Special: Protects scrolls from fire damage
Related mr Entities
- scroll_item - Items that can be stored in this container
- spellbook_item - Similar container for wands
- bag_item - Parent container type
Content Verification
- Information source: Java code (ScrollHolder.java, Bag.java) and string resources
- Last updated: Based on Remixed Dungeon source code analysis
mr/scroll_holder_item.txt · Last modified: by 127.0.0.1
