mr:gothic_armor_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:gothic_armor_item [2026/07/01 16:30] – wiki: Fix gothic_armor_item.txt and food_item.txt compliance Qwen Assistant | mr:gothic_armor_item [2026/07/03 03:48] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Gothic Armor Item - Code References ====== | ||
| + | ===== Entity Information ===== | ||
| + | * **Entity Kind:** GothicArmor | ||
| + | * **Entity Type:** Item (armor) | ||
| + | * **Namespace: | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * Referenced in: [[https:// | ||
| + | * Used in: [[https:// | ||
| + | |||
| + | ===== Java Class Implementation ===== | ||
| + | <code java> | ||
| + | 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/ | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * Referenced in: [[https:// | ||
| + | * Referenced in: [[https:// | ||
| + | * Configuration: | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | **English (values/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Russian (values-ru/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Spanish (values-es/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **French (values-fr/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **German (values-de/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Portuguese (values-pt-rBR/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Italian (values-it/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Japanese (values-ja/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Korean (values-ko/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Chinese Simplified (values-zh-rCN/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Chinese Traditional (values-zh-rTW/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Polish (values-pl/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Ukrainian (values-uk/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Hungarian (values-hu/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Turkish (values-tr/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Greek (values-el/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Indonesian (values-in/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Malay (values-ms/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Sprite Reference ===== | ||
| + | * Sprite file: [[https:// | ||
| + | * Wiki image reference: {{ rpd: | ||
| + | |||
| + | ===== Related Entities ===== | ||
| + | * Found in Treasury and Spiders Treasury levels | ||
| + | * Part of the " | ||
| + | * Can be purchased from Imp Shopkeeper (case 2 in ShopPainter) | ||
| + | |||
| + | {{tag> mr item armor guts code_reference}} | ||
mr/gothic_armor_item.txt · Last modified: by 127.0.0.1
