User Tools

Site Tools


mr:bone_shard_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mr:bone_shard_item [2026/07/23 04:41] – Fix wiki pages: link format, naming conventions, and namespace consistency Botmr:bone_shard_item [2026/07/23 04:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/BoneShard.lua|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: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/BoneShard.lua|BoneShard.lua]]
 +  * Simple item with no special mechanics
 +  * Registered via ItemFactory
 +
 +==== String Resources ====
 +
 +**English (values/strings_all.xml)**:
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|BoneShard_Name]] - Item name
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|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: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/BoneShard.lua|BoneShard.lua]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml:BoneShard]]
 +  * Referenced in: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/BoneSaw.lua|BoneSaw.lua]] (Doctor class harvest drops)
 +  * Referenced in: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/Carcass.java|Carcass.java]] (harvest items)
 +  * Alchemy recipes: [[https://github.com/NYRDS/remixed-dungeon/blob/master/scripts/alchemy_recipes.json|alchemy_recipes.json]]
 +
 +{{tag> mr items bone_shard reference machine-readable}}
  
mr/bone_shard_item.txt · Last modified: by 127.0.0.1