User Tools

Site Tools


rpd:berserker_armor

Differences

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

Link to this comparison view

rpd:berserker_armor [2025/12/19 10:50] – Update berserker_armor page with proper code references and links mikerpd:berserker_armor [2025/12/19 11:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Berserk Armor ======
  
 +{{ rpd:images:berserkarmor_sprite.png|Berserk Armor }}
 +
 +Berserk Armor is the class-specific armor obtained by using an [[rpd:armor_kit|Armor Kit]] on any regular armor for the [[rpd:berserker|Berserker]] subclass in Remixed Dungeon.
 +
 +==== Acquisition ====
 +  * Use an [[rpd:armor_kit|Armor Kit]] on any regular armor while playing as a [[rpd:warrior|Warrior]] who has chosen the [[rpd:berserker|Berserker]] subclass - [[mr:berserk_armor_item|Code Reference]]
 +  * Transforms the base armor into Berserk Armor with special properties
 +
 +==== Special Properties ====
 +  * Inherits all properties of Warrior Armor (Leap ability) - [[mr:berserk_armor_item|Code Reference]]
 +  * Exclusively usable by the [[rpd:berserker|Berserker]] subclass - cannot be equipped by other classes/subclasses - [[mr:berserk_armor_item|Code Reference]]
 +  * Inherits the helmet from Warrior Armor - [[mr:berserk_armor_item|Code Reference]]
 +  * Cover hair: Yes - [[mr:berserk_armor_item|Code Reference]]
 +
 +==== Special Ability: Leap ====
 +  * Allows jumping to a targeted location
 +  * Stuns adjacent enemies for 3 turns upon landing (SHOCK_TIME constant) - [[mr:berserk_armor_item|Code Reference]]
 +  * Uses 1 turn of time (LEAP_TIME constant) - [[mr:berserk_armor_item|Code Reference]]
 +  * Creates dust particles at landing location - [[mr:berserk_armor_item|Code Reference]]
 +  * Causes camera shake upon landing - [[mr:berserk_armor_item|Code Reference]]
 +  * Requires selecting a target location using the cell selector - [[mr:berserk_armor_item|Code Reference]]
 +  * If the target location has an enemy, the leap will land on the closest empty adjacent cell - [[mr:berserk_armor_item|Code Reference]]
 +  * Can be used to reposition in combat or escape dangerous situations
 +
 +==== Usage ====
 +  * Essential armor for maximizing the effectiveness of the [[rpd:berserker|Berserker]] subclass
 +  * Should be crafted as soon as possible after choosing the [[rpd:berserker|Berserker]] subclass
 +  * Allows full utilization of subclass abilities
 +  * Cannot be equipped by non-Warrior classes or other Warrior subclasses
 +
 +==== Strategy ====
 +  * Use the leap ability for positioning and to control enemy spacing
 +  * The stun effect can give you breathing room against multiple enemies
 +  * Can be used to reach distant areas quickly or escape dangerous situations
 +  * Consider using it before engaging groups of enemies to separate them
 +
 +==== Technical Details ====
 +  * **Java Class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/BerserkArmor.java|com.watabou.pixeldungeon.items.armor.BerserkArmor]]
 +  * **Parent Class:** Extends WarriorArmor class - [[mr:berserk_armor_item|Code Reference]]
 +  * **Implementation:** Overrides doEquip method to restrict to Berserker subclass only - [[mr:berserk_armor_item|Code Reference]]
 +  * **Visual:** Uses image ID 6 with helmet - [[mr:berserk_armor_item|Code Reference]]
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/BerserkArmor.java|BerserkArmor.java]] - Main implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/WarriorArmor.java|WarriorArmor.java]] - Parent class with leap ability
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2015|String Resources]] - Name and description
 +
 +==== Related ====
 +  * [[rpd:berserker|Berserker]] - The subclass that can use this armor
 +  * [[rpd:warrior_armor|Warrior Armor]] - Parent class with shared abilities
 +  * [[rpd:armor_kit|Armor Kit]] - Item needed to craft class armor
 +  * [[rpd:warrior|Warrior]] - Hero class that can unlock Berserker
 +  * [[rpd:armor|Armor]] - Other armor types in the game
 +
 +{{tag> rpd items armor berserker warrior}}
rpd/berserker_armor.txt · Last modified: by 127.0.0.1