mr:tough_shield_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:tough_shield_item [2026/02/20 07:48] – Wiki standards compliance: Fix mr: namespace pages for Bandit and Tough Shield Qwen Assistant | mr:tough_shield_item [2026/03/14 04:39] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Tough Shield Item ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | **Tough Shield** is a shield item in Remixed Pixel Dungeon. It is a tier 2 shield that provides better damage blocking than the wooden shield. | ||
| + | |||
| + | ===== Description ===== | ||
| + | This shield reinforced with leather straps looks tougher than a wooden one. It can certainly block more damage. | ||
| + | |||
| + | ===== Stats ===== | ||
| + | * **Tier**: 2 | ||
| + | * **Price**: 80 gold (40 × shield level) | ||
| + | * **Equip Slot**: Left hand | ||
| + | * **Upgradable**: | ||
| + | * **Image**: items/ | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Lua, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | English (values/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Russian (values-ru/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Other languages: | ||
| + | * **German**: Lederverstärkter Schild | ||
| + | * **Spanish**: | ||
| + | * **French**: Bouclier en cuir renforcé | ||
| + | * **Greek**: ενισχυμένη δερμάτινη ασπίδα | ||
| + | * **Japanese**: | ||
| + | * **Polish**: Wzmocniona skórzana tarcza | ||
| + | * **Portuguese (BR)**: Escudo Reforçado em Couro | ||
| + | * **Indonesian**: | ||
| + | * **Italian**: | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Code Analysis ===== | ||
| + | The Tough Shield is defined in `ToughShield.lua` which uses the shields library: | ||
| + | * Uses `shields.makeShield(shieldLevel, | ||
| + | * Returns shield configuration with image from " | ||
| + | * Price is calculated as 40 * shieldLevel = 80 gold | ||
| + | * Equipable in " | ||
| + | * Can be upgraded with Upgrade Scroll | ||
| + | |||
| + | ===== Spawn Location ===== | ||
| + | Based on JSON configuration: | ||
| + | * **Spiders Treasury** (levelsDesc/ | ||
| + | * **Treasury** (levelsDesc/ | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | {{tag> rpd items shields tough_shield tier2 }} | ||
