User Tools

Site Tools


rpd:gothic_armor

Differences

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

Link to this comparison view

Next revision
Previous revision
rpd:gothic_armor [2016/09/09 15:52] – created mikerpd:gothic_armor [2025/12/16 21:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Gothic Armor ======
 +
 +{{ rpd:images:item_GothicArmor.png|Gothic Armor }}
 +
 +==== Description ====
 +A gothic armor is a pinnacle of the art of armor forging. It's a heavy plate armor that covers the entire body, offering excellent protection but requiring significant strength to wear effectively.
 +
 +==== Stats ====
 +  * **Armor Class (AC):** 6 (base protection)
 +  * **Strength Requirement:** Based on armor tier (typically high)
 +  * **Durability:** Standard armor durability
 +  * **Type:** Heavy armor
 +
 +==== Special Properties ====
 +  * Offers excellent protection due to high armor class
 +  * High strength requirement makes it difficult to use for low-strength characters
 +  * Reduces movement speed due to weight
 +  * Provides good protection against physical attacks
 +
 +==== Availability ====
 +  * Found as dungeon loot in deeper levels
 +  * Part of high-tier treasure spawns
 +  * May appear in special containers or hidden areas
 +
 +==== Strategy ====
 +  * Best used by characters with high strength (Warrior, Berserker subclass)
 +  * Provides excellent protection in late-game scenarios
 +  * The high strength requirement makes it less viable for classes without strength bonuses
 +  * Consider the movement penalty in tactical situations
 +
 +==== Content Verification ====
 +* Information source: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/guts/armor/GothicArmor.java|GothicArmor.java]]
 +* Stats verification: Base armor class of 6 extracted directly from GothicArmor.java constructor
 +* Effect descriptions: Based on general armor mechanics and string resources
 +* Last updated: December 2025, source: Remixed Dungeon 1.9.3
 +
 +==== Source Code ====
 +* Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/guts/armor/GothicArmor.java|GothicArmor.java]]
 +* Strings: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1806-L1807|Gothic Armor strings]]
 +
 +==== See Also ====
 +  * [[rpd:armor|Armor]]
 +  * [[rpd:armor_class|Armor Class]]
 +  * [[rpd:strength|Strength]]
 +
 +{{tag> rpd items armor heavy gothic}}