User Tools

Site Tools


rpd:spider_armor

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:spider_armor [2025/12/19 03:47] – Create spider_armor.txt page with accurate information from source code mikerpd:spider_armor [2025/12/19 03:48] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spider Armor ======
  
 +{{ rpd:images:spiderarmor_sprite.png|Spider Armor Sprite }}
 +
 +==== Description ====
 +This armor is made of old spider chitin and some kind of clothing. Most surprisingly, it seems that it still contains functioning spider glands. If you press the plates hard enough, then they shoot out web. And jagged soles allow you to move freely on such type of web.
 +
 +Spider Armor is a unique armor that has a 50% chance to create webs when taking damage, potentially hindering attackers.
 +
 +==== Stats ====
 +  * **Armor Tier:** 3 (Medium)
 +  * **Typical DR (Defense Rating):** 6 (2 × tier)
 +  * **Typical STR (Strength Required):** 13 (7 + tier × 2)
 +  * **Speed Penalty:** Moderate to High
 +  * **Protection:** Medium-tier protection
 +  * **Price:** 40 gold (base)
 +  * **Has Helmet:** Yes
 +
 +==== Special Mechanics ====
 +  * **Web Generation:** 50% chance to create 5-7 turns of webbing on the wearer's tile when taking damage
 +  * **Web Resistance:** The jagged soles allow the wearer to move freely on web tiles
 +  * **Defensive Proc:** Activates during defenseProc when attacked
 +
 +==== Availability ====
 +  * Dropped by [[rpd:spider_queen|Spider Queen]] boss (33% chance)
 +  * Found in the [[rpd:spider_level|Spider Level]] environment
 +
 +==== Strategy ====
 +  * The web generation ability can be useful for slowing down enemies
 +  * Since you can move freely on webs while enemies cannot, this armor can provide tactical advantages
 +  * Be mindful of positioning when taking damage, as you might create webs in strategic locations
 +  * Good for players who want to use the environment to their advantage
 +
 +==== Content Verification ====
 +  * Information source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/armor/SpiderArmor.java|SpiderArmor.java]]
 +  * Description source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1425|String resource]]
 +  * Mechanics verification: Extracted from SpiderArmor.java defenseProc method
 +
 +==== Source Code ====
 +  * Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/armor/SpiderArmor.java|SpiderArmor.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1424-L1426|SpiderArmor strings]]
 +
 +==== See Also ====
 +  * [[rpd:spider_queen|Spider Queen]]
 +  * [[rpd:armor|Armor]]
 +  * [[rpd:web|Web]]
 +  * [[rpd:spider_level|Spider Level]]
 +
 +{{tag> rpd items armor spider }}
rpd/spider_armor.txt · Last modified: by 127.0.0.1