mr:bone_shard_item
Table of Contents
mr:bone_shard_item
Machine-readable reference page for Bone Shard item in Remixed Dungeon.
Item Properties
Basic Stats:
- Type: Item
- Stackable: Yes
- Cost: 5 gold
Lua Definition:
- Script File: BoneShard.lua
- Script Location: RemixedDungeon/src/main/assets/scripts/items/BoneShard.lua
- Implementation Details:
- Image: 5 (from items/materials.png sprite sheet)
- Stackable: true
- Price: 5 gold
- Name String Key: BoneShard_Name
- Info String Key: BoneShard_Info
Effects
Primary Effects:
- Crafting material for alchemy
- Used in recipes: Vile Essence, Sacrificial Sword, Zombie creation
- Obtained from harvesting corpses with Bone Saw (Doctor class)
Implementation:
- Lua script: BoneShard.lua
- Simple item with no special mechanics
- Registered via ItemFactory
String Resources
English (values/strings_all.xml):
- BoneShard_Name - Item name
- BoneShard_Info - Item description
Russian (values-ru/strings_all.xml):
- BoneShard_Name - Russian item name
- BoneShard_Info - Russian description
Wiki Pages
English:
- Bone Shard - Main wiki page (not yet created)
Russian:
- Костяной осколок - Russian wiki page (not yet created)
Code References
- Main implementation: BoneShard.lua
- String resources: strings_all.xml:BoneShard
- Referenced in: BoneSaw.lua (Doctor class harvest drops)
- Referenced in: Carcass.java (harvest items)
- Alchemy recipes: alchemy_recipes.json
mr/bone_shard_item.txt · Last modified: by 127.0.0.1
