====== Spiders Treasury Level - Machine Reference ====== This page contains machine-readable reference information about the Spiders Treasury level configuration for automated tools and AI assistants. ==== Entity Information ==== * **Entity Type:** Level Configuration / Special Room * **File:** levelsDesc/SpidersTreasury.json * **Purpose:** Defines loot tables for Spider's Treasury special room * **Level Type:** Secret/special room (Spider's Nest variant) ==== JSON Configuration ==== * **File:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/SpidersTreasury.json|SpidersTreasury.json]] * **Version:** 1 * **Decay Factor:** 2 ==== Drop Probabilities (Categories) ==== * **SHIELD:** 8 (weight) * **WEAPON:** 15 * **ARMOR:** 10 * **POTION:** 50 * **SCROLL:** 40 * **WAND:** 4 * **RING:** 2 * **SEED:** 5 * **FOOD:** 1 * **GOLD:** 50 * **RANGED:** 2 * **BULLETS:** 5 * **UNIQUE:** 2 ==== Shield Drops ==== * **WoodenShield:** 1 * **ToughShield:** 0.5 * **StrongShield:** 0.25 * **RoyalShield:** 0.125 ==== Ranged Weapon Drops ==== * **CompoundBow:** 3 * **CompositeCrossbow:** 3 * **RubyCrossbow:** 1 * **WoodenBow:** 3 * **WoodenCrossbow:** 4 * **RubyBow:** 1 * **ElvenBow:** 0 ==== Unique Drops ==== * **Torch:** 4 * **SpellBook:** 1 ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/SpidersTreasury.json|SpidersTreasury.json]] - Level configuration * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/levels/SpecialRooms.java|SpecialRooms.java]] - Room generation * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/Treasury.java|Treasury.java]] - Treasury system ==== Related Pages ==== * [[mr:treasury_level|Treasury Level]] - Standard treasury reference * [[mr:tough_shield_item|Tough Shield Item]] - Shield that drops here * [[mr:wooden_shield_item|Wooden Shield Item]] - Shield that drops here * [[en:rpd:spiders_treasury|Spiders Treasury]] - English wiki page {{tag> mr level_config treasury spiders reference}}