User Tools

Site Tools


mr:spider_queen_carapace_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:spider_queen_carapace_item [2026/02/16 21:05] – Wiki maintenance: Fix 5 random pages for standards compliance Qwen Assistantmr:spider_queen_carapace_item [2026/02/16 21:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spider Queen Carapace Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/material/SpiderQueenCarapace.java|SpiderQueenCarapace.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +This entity does not have specific string resources in the main files
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:spider_queen_mob|Spider Queen (Mob)]]
 +
 +===== Entity Implementation Details =====
 +  * **Package:** com.nyrds.pixeldungeon.items.material
 +  * **Base Class:** Item
 +  * **Stackable:** Yes (stackable = true)
 +  * **Image Source:** items/materials.png (image index 1)
 +  * **Auto-identify:** Yes (identify() called in constructor)
 +  * **Item Type:** Material/crafting component
  
mr/spider_queen_carapace_item.txt · Last modified: by 127.0.0.1