This page provides machine-readable reference data for the Rogue hero class in Remixed Dungeon.
The Rogue is one of the base hero classes in Remixed Dungeon, specializing in stealth, evasion, and surprise attacks. The Rogue starts with a dagger and has access to the Smoke Bomb special ability through their class armor. When choosing a mastery path, Rogues can become either an Assassin or a Freerunner.
This entity is implemented in Java as an enum constant, no dedicated JSON configuration file exists. The class is defined in the HeroClass enum with the following properties:
<string name="HeroClass_Rog">rogue</string>
Rogue armor string resources:
<string name="RogueArmor_Name">Rogue armor</string> <string name="RogueArmor_Info">This dark armor will allow the Rogue to use the "Smoke Bomb" ability. When wearing this armor, the Rogue can become invisible for a short time.</string> <string name="RogueArmor_NotRogue">Only rogues can use this armor!</string>
This entity is implemented entirely in Java, no Lua scripts exist for the Rogue class.
From HeroClass.java:
From RogueArmor.java: