User Tools

Site Tools


rpd:artifacts

Differences

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

Link to this comparison view

rpd:artifacts [2025/12/21 17:33] – Update artifacts.txt with accurate list of existing artifacts mikerpd:artifacts [2025/12/21 21:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Artifacts ======
  
 +Artifacts are special unique items in Remixed Dungeon that provide powerful ongoing bonuses. Unlike regular equipment, artifacts are not weapons or armor but occupy their own special equipment slot.
 +
 +==== Types of Artifacts ====
 +  * [[rpd:dried_rose_item|Dried Rose]] - Summons and controls a ghost
 +  * [[rpd:ankh_item|Ankh]] - Provides a form of resurrection
 +  * [[rpd:spell_book_item|Spell Book]] - Stores and casts spells
 +  * [[rpd:jar_of_souls|Jar of Souls]] - Collects souls from defeated enemies
 +  * [[rpd:rat_king_crown_item|Rat King's Crown]] - Summons rats and provides aura
 +  * [[rpd:heart_of_darkness_item|Heart of Darkness]] - Dark magic focus artifact
 +  * [[rpd:corpse_dust_item|Corpse Dust]] - Quest item with resurrection properties
 +  * [[rpd:candle_of_mind_vision_item|Candle of Mind Vision]] - Provides vision capabilities
 +
 +==== Artifact Mechanics ====
 +  * [[rpd:identification|Identification]] - Artifacts start unidentified
 +  * [[rpd:upgrading|Upgrading]] - Artifacts can be upgraded with energy
 +  * [[rpd:charges|Charges]] - Most artifacts have a charge system
 +  * [[rpd:cooldown|Cooldown]] - Artifacts often have cooldown periods after use
 +
 +==== Acquisition ====
 +  * Found in special treasure rooms
 +  * Dropped by special enemies
 +  * Created through special interactions
 +  * Some artifacts can be found in shops at certain points in the dungeon
 +
 +==== Strategy ====
 +  * Choose artifacts that complement your class and playstyle
 +  * Artifacts are often more valuable than weapons or armor
 +  * Consider your artifact's cooldown when planning actions
 +  * Some artifacts synergize with specific classes or items
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/artifacts/Artifact.java|Artifact.java - Base Implementation]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/artifacts/Artifact.java|Accelerator - Artifact Charge System]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/artifacts/Artifact.java|Wargear - Artifact Item Class]]
 +
 +==== Data Sources ====
 +  * **Java Sources**: ''RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/artifacts/'' - All artifact implementations
 +  * **String Resources**: ''RemixedDungeon/src/main/res/values/strings_all.xml'' - All artifact names and descriptions (e.g. ''ArtifactName'', ''ArtifactInfo'' patterns)
 +  * **JSON Configuration**: ''RemixedDungeon/src/main/assets/itemsDesc/artifacts/'' - Artifact configuration files
 +
 +==== See Also ====
 +  * [[rpd:items|Items]] - Other item types
 +  * [[rpd:equipment|Equipment]] - Equipment in general
 +  * [[rpd:treasure|Treasure]] - Finding valuable items
 +  * [[rpd:belongings|Belongings]] - Managing inventory
 +
 +{{tag> rpd items artifacts equipment}}
rpd/artifacts.txt · Last modified: by 127.0.0.1