mr:rogue_armor_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:rogue_armor_item [2025/12/25 18:23] – auto lint fix Mikhael | mr:rogue_armor_item [2026/03/13 19:51] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Rogue Armor Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | * Armor sprite is defined in [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * **Name:** RogueArmor_Name = "rogue garb" | ||
| + | * **Description: | ||
| + | * **Special Action:** RogueArmor_ACSpecial = "SMOKE BOMB" | ||
| + | * **Class Restriction: | ||
| + | * **Target Selection: | ||
| + | * **Prompt:** RogueArmor_Prompt = " | ||
| + | * Source: [[https:// | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented entirely in Java, no Lua script exists | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Image Index:** 8 (in armor.png sprite sheet) | ||
| + | * **Special Ability:** Smoke Bomb - blinds enemies and teleports rogue to visible empty cell | ||
| + | * **Class Restriction: | ||
| + | * **Special Cost Modifier:** 3 (from ClassArmor parent) | ||
| + | * **Inherits: | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[en: | ||
