Table of Contents
Gothic Armor Item - Code References
Entity Information
- Entity Kind: GothicArmor
- Entity Type: Item (armor)
- Namespace: mr: (machine-readable reference)
Java Classes
- Referenced in: ItemFactory.java
- Used in: ShopPainter.java
Java Class Implementation
package com.nyrds.pixeldungeon.items.guts.armor; import com.watabou.pixeldungeon.items.armor.Armor; public class GothicArmor extends Armor { public GothicArmor() { super( 6 ); image = 20; } }
Entity Stats (from Code)
- Armor Class: 6
- Sprite Image ID: 20
- Item Category: Guts armor (special/artifact-tier)
JSON Configuration
- Referenced in: SpidersTreasury.json
- Referenced in: Treasury.json
- Configuration: `“GothicArmor”: 1` (spawn weight/count in treasury levels)
String Resources
English (values/strings_all.xml):
<string name="GothicArmor_Name">Gothic armor</string> <string name="GothicArmor_Info">A gothic armor is a pinnacle of the art of armor forging.</string>
Russian (values-ru/strings_all.xml):
<string name="GothicArmor_Name">Готический доспех</string> <string name="GothicArmor_Info">Готическая броня это венец искусства ковки латной брони.</string>
Spanish (values-es/strings_all.xml):
<string name="GothicArmor_Name">Armadura gotica</string> <string name="GothicArmor_Info">Una armadura gótica que es el pináculo del arte en la forja de armaduras.</string>
French (values-fr/strings_all.xml):
<string name="GothicArmor_Name">Armure gothique</string> <string name="GothicArmor_Info">Une armure gothique est le chef-d\'oeuvre de l\'art des forgerons.</string>
German (values-de/strings_all.xml):
<string name="GothicArmor_Name">gotische Rüstung</string> <string name="GothicArmor_Info">Die gotische Rüstung ist die Meisterleistung der Kunst des Rüstungsbaus</string>
Portuguese (values-pt-rBR/strings_all.xml):
<string name="GothicArmor_Name">armadura gótica</string> <string name="GothicArmor_Info">A armadura gótica é o pináculo da arte da forja de armaduras.</string>
Italian (values-it/strings_all.xml):
<string name="GothicArmor_Name">Armatura gotica </string> <string name="GothicArmor_Info">Un\'armatura gotica è il pinnacolo dell\'arte di forgiare armature. </string>
Japanese (values-ja/strings_all.xml):
<string name="GothicArmor_Name">ゴシックアーマー</string> <string name="GothicArmor_Info">ゴシック様式の鎧は、鎧の鍛造技術の最高峰である。</string>
Korean (values-ko/strings_all.xml):
<string name="GothicArmor_Name">고딕 갑옷</string> <string name="GothicArmor_Info">고딕 갑옷은 갑옷 제련 기술의 정점입니다.</string>
Chinese Simplified (values-zh-rCN/strings_all.xml):
<string name="GothicArmor_Name">哥特盔甲</string> <string name="GothicArmor_Info">哥特式盔甲是盔甲锻造艺术的顶峰。</string>
Chinese Traditional (values-zh-rTW/strings_all.xml):
<string name="GothicArmor_Name">哥特盔甲</string> <string name="GothicArmor_Info">哥德式的盔甲是鎧甲鍛造藝術的頂峰。</string>
Polish (values-pl/strings_all.xml):
<string name="GothicArmor_Name">Gotycka zbroja</string> <string name="GothicArmor_Info">Gotycka zbroja jest szczytem sztuki wykuwania pancerza.</string>
Ukrainian (values-uk/strings_all.xml):
<string name="GothicArmor_Name">Готична броня</string> <string name="GothicArmor_Info">Готична броня є вершиною мистецтва кованої броні.</string>
Hungarian (values-hu/strings_all.xml):
<string name="GothicArmor_Name">Góth páncél</string> <string name="GothicArmor_Info">Gótikus védőfelszerelés, a páncélkészítés művészetének gyöngyszeme.</string>
Turkish (values-tr/strings_all.xml):
<string name="GothicArmor_Name">Gotik zırh</string> <string name="GothicArmor_Info">Bir gotik zırh , zırh sanatının doruk noktası.</string>
Greek (values-el/strings_all.xml):
<string name="GothicArmor_Name">γοτθική πανοπλία</string> <string name="GothicArmor_Info">Η γοτθική πανοπλία είναι ο κολοφώνας της τέχνης της κατασκευής πανοπλιών.</string>
Indonesian (values-in/strings_all.xml):
<string name="GothicArmor_Name">Zirah gotik</string> <string name="GothicArmor_Info">Sebuah zirah gotik adalah puncak dari seni penempaan zirah.</string>
Malay (values-ms/strings_all.xml):
<string name="GothicArmor_Name">Perisai Gothik</string> <string name="GothicArmor_Info">Perisai gothik merupakan puncak kesenian penempaan perisai.</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Sprite Reference
- Sprite file: gothic_armor_item.png
Related Entities
- Found in Treasury and Spiders Treasury levels
- Part of the “Guts” item category (special artifacts)
- Can be purchased from Imp Shopkeeper (case 2 in ShopPainter)

