User Tools

Site Tools


rpd:spider_charm_item

Differences

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

Link to this comparison view

rpd:spider_charm_item [2025/12/23 06:49] – Add new wiki pages: rat_king_mob.txt, ring_of_evasion_item.txt, spider_charm_item.txt to address red links mikerpd:spider_charm_item [2025/12/23 06:53] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spider Charm ======
  
 +{{ rpd:images:spider_charm_item.png|Spider Charm }}
 +
 +**Spider Charm** is a special artifact item in Remixed Dungeon that can be used to summon a Spider Servant.
 +
 +==== Description ====
 +The Spider Charm is an exotic trinket shrouded in mystery. When used, it allows the wearer to summon a Spider Servant at the cost of some health. This artifact is particularly useful for players who want to have an additional ally in combat.
 +
 +==== Stats ====
 +  * **Type:** Artifact
 +  * **Slot:** Artifact slot
 +  * **Usage:** One-time summoning item
 +  * **Action:** USE (SpiderCharm_Use)
 +
 +==== Mechanics ====
 +When used, the Spider Charm:
 +  * **Health Cost:** Deals damage equal to 1/4 of the user's max HP (25%)
 +  * **Cleanses:** Removes any health restoration effects (like Sungrass Health)
 +  * **Summons:** Creates a Spider Servant pet that follows and fights for the user
 +  * **Positioning:** Summons the pet in an adjacent empty cell
 +
 +==== Acquisition ====
 +  * **Drop:** Dropped by the [[rpd:spider_queen_mob|Spider Queen]] boss
 +  * **Special Item:** Obtainable only by defeating the Spider Queen
 +
 +==== Usage Tips ====
 +  * Use when in need of an additional ally in combat
 +  * Ensure you have sufficient health to spare for the summoning cost
 +  * The summoned Spider Servant will fight alongside you
 +  * Consider the timing of use in difficult battles
 +  * The Spider Servant has abilities related to spider mechanics
 +
 +==== Strategy ====
 +The Spider Charm is most effective when used strategically in challenging fights. Since it costs 25% of your max HP to use, ensure you have enough health remaining to survive the cost. The summoned Spider Servant can serve as a valuable distraction or additional damage dealer in tough encounters.
 +
 +==== Code References ====
 +  * **Java Class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/SpiderCharm.java|SpiderCharm.java]]
 +  * **Spider Servant:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderServant.java|SpiderServant.java]]
 +  * **String Resources (English):** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L72-L74|SpiderCharm_Name, SpiderCharm_Info, SpiderCharm_Use]]
 +  * **String Resources (Russian):** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L72-L74|SpiderCharm_Name, SpiderCharm_Info, SpiderCharm_Use (ru)]]
 +  * **Item Factory:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java#L292|ItemFactory.java#L292]]
 +  * **Spider Queen:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/spiders/SpiderQueen.java#L38|SpiderQueen.java#L38]]
 +  * **Machine-readable data:** [[mr:spider_charm_item|Spider Charm - Code References]]
 +
 +==== See Also ====
 +  * [[rpd:spider_queen_mob|Spider Queen]] - Boss that drops this item
 +  * [[rpd:spider_servant_mob|Spider Servant]] - Pet summoned by this item
 +  * [[rpd:artifacts|Artifacts]] - Other special items
 +  * [[rpd:spiders|Spiders]] - Related mob type
 +
 +{{tag> rpd items artifact spider charm pet}}
rpd/spider_charm_item.txt · Last modified: by 127.0.0.1