User Tools

Site Tools


rpd:armor_kit_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rpd:armor_kit_item [2025/12/21 00:04] – ↷ Page name changed from rpd:armor_kit to rpd:armor_kit_item mikhael_danilovrpd:armor_kit_item [2025/12/21 01:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Armor Kit ====== ====== Armor Kit ======
  
-{{ rpd:images:armorkit_sprite.png|Armor Kit }} +{{ rpd:images:armor_kit_item.png|Armor Kit }}
- +
-The Armor Kit is an item in Remixed Dungeon that allows players to transform any regular armor into class-specific armor.+
  
 ==== Description ==== ==== Description ====
-Using this kit of small tools and materials anybody can transform any armor into an "epic armor", which will keep all properties of the original armor, but will also provide its wearer a special ability depending on his class. No skills in tailoring, leather-working or blacksmithing are required. +The **Armor Kit** is a unique item that allows the hero to upgrade their current armor to a special class armor that is tailored to their hero class and subclass. This provides additional benefits when compared to regular armor upgrades.
- +
-==== Acquisition ==== +
-The Armor Kit is dropped by the [[rpd:king|King]] boss, who appears on the City level (floor 22-24).+
  
 ==== Usage ==== ==== Usage ====
-  Select the "Apply" action when using the Armor Kit +Use the Armor Kit on any armor of level 1 or higher to transform it into class armor 
-  * Choose an armor from your inventory to upgrade +* The resulting class armor will have the same level as the original armor 
-  * The selected armor will be transformed into the class-specific armor for your current subclass +Class armors provide special abilities when the hero has certain amount of health
-  * The upgraded armor retains all the stats of the original armor +
-  The upgraded armor provides special ability based on your character's subclass+
  
-==== Compatible Classes ==== +==== Special Abilities ==== 
-The Armor Kit creates different special armors depending on the hero'subclass: +Each class armor has a unique special ability that activates when the hero'health is below a certain threshold (usually 50%):
-  * [[rpd:warrior|Warrior]] classes: +
-    * [[rpd:gladiator|Gladiator]] → [[rpd:gladiator_armor|Gladiator Armor]] +
-    * [[rpd:berserker|Berserker]] → [[rpd:berserker_armor|Berserker Armor]] +
-  * [[rpd:mage|Mage]] classes: +
-    * [[rpd:warlock|Warlock]] → [[rpd:warlock_armor|Warlock Armor]] +
-    * [[rpd:battle_mage|Battle Mage]] → [[rpd:battle_mage_armor|Battle Mage Armor]] +
-  * [[rpd:rogue|Rogue]] classes: +
-    * [[rpd:assassin|Assassin]] → [[rpd:assassin_armor|Assassin Armor]] +
-    * [[rpd:freerunner|Freerunner]] → [[rpd:freerunner_armor|Freerunner Armor]] +
-  * [[rpd:huntress|Huntress]] classes: +
-    * [[rpd:sniper|Sniper]] → [[rpd:sniper_armor|Sniper Armor]] +
-    * [[rpd:warden|Warden]] → [[rpd:warden_armor|Warden Armor]] +
-  * [[rpd:elf|Elf]] classes: +
-    * [[rpd:scout|Scout]] → [[rpd:scout_armor|Scout Armor]] +
-    * [[rpd:shaman|Shaman]] → [[rpd:shaman_armor|Shaman Armor]] +
-  * [[rpd:necromancer|Necromancer]] classes: +
-    * [[rpd:lich_subclass|Lich]] → [[rpd:necromancer_armor|Necromancer Armor]] +
-    * [[rpd:witch_doctor|Witch Doctor]] → [[rpd:witchdoctor_armor|Witchdoctor Armor]] +
-  * [[rpd:gnoll|Gnoll]] classes: +
-    * [[rpd:guardian|Guardian]] → [[rpd:guardian_armor|Guardian Armor]] +
-    * [[rpd:witch_doctor|Witch Doctor]] → [[rpd:witchdoctor_armor|Witchdoctor Armor]] +
-  * [[rpd:priest_class|Priest]] classes: +
-    * [[rpd:priest_class|Priest]] (no subclasses yet) → [[rpd:priest_armor|Priest Armor]] +
-  * [[rpd:doctor_class|Doctor]] classes: +
-    * [[rpd:doctor_class|Doctor]] (no subclasses yet→ [[rpd:doctor_armor|Doctor Armor]]+
  
-==== Notes ==== +  * **Warrior Armor (Gladiator)**: Throws a stone at enemies, dealing damage equal to 200% of the hero's strength 
-  * The upgraded armor has the same level as the original armor +  * **Mage Armor (Battlemage)**: Performs a soul strike that deals damage equal to 200% of the hero's strength and inflicts burning 
-  * Class armors have special abilities unique to each subclass +  * **Rogue Armor (Freerunner)**: Creates a smoke bomb that blinds all nearby enemies for 3 turns 
-  * The special ability of class armor requires skill points to activate +  * **Huntress Armor (Sniper)**: Performs a precise shot that deals 200% of hero's strength as damage with 50% accuracy bonus 
-  * Cannot be used on already upgraded or class-specific armors +  * **Elf Armor (Shaman)**: Summons a friendly Spirit Wolf for 20 turns 
-  * Takes 2 turns to apply+  * **Necromancer Armor (Witch Doctor)**: Summons a friendly Deathling for 20 turns 
 +  * **Gnoll Armor (Guardian)**: Creates a shield that reduces physical damage by 50% for 5 turns
  
-==== Technical Details ==== +==== Availability ==== 
-  **Java Class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/ArmorKit.java|com.watabou.pixeldungeon.items.ArmorKit]] +Found in the Demon Halls as a reward for completing the level 
-  * **Implementation:** Extends the base Item class +May also appear in rare treasure locations
-  * **Sprite ID:** ItemSpriteSheet.KIT +
-  * **Action:*"APPLY" (ArmorKit_ACAplly)+
  
 ==== Content Verification ==== ==== Content Verification ====
-  * Information source: Java Class com.watabou.pixeldungeon.items.ArmorKit +* Information source: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/ArmorKit.java|ArmorKit.java]] 
-  * Stats verification: Extracted directly from class implementation +* Stats verification: Extracted from ArmorKit.java 
-  * Effect descriptions: Based on in-game mechanics and string resources +* Effect descriptions: Based on string resources and in-game mechanics 
-  Source code: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/ArmorKit.java|ArmorKit.java]] +String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L246|ArmorKit_Name]], [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L247|ArmorKit_Info]][[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L248|ArmorKit_Gender]] 
- +Machine-readable data: [[mr:armor_kit_item|mr:armor_kit_item]] 
-==== Related ==== +Last updatedDecember 21, 2025
-  * [[rpd:class_armor|Class Armor]] - Overview of all class-specific armors +
-  * [[rpd:king|King]] - Boss that drops the Armor Kit +
-  [[rpd:armor|Armor]] - Regular armor that can be upgraded+
  
-{{tag> rpd items crafting}}+{{tag> rpd items equipment upgrade }}
rpd/armor_kit_item.1766275465.txt.gz · Last modified: by mikhael_danilov

Exception: Git command failed to perform periodic pull: error: Your local changes to the following files would be overwritten by merge: pages/rpd/armor.txt Please commit your changes or stash them before you merge. Aborting

Exception: Git command failed to perform periodic pull: error: Your local changes to the following files would be overwritten by merge: pages/rpd/armor.txt Please commit your changes or stash them before you merge. Aborting

An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the gitbacked plugin.

More info has been written to the DokuWiki error log.