Table of Contents

Freerunner Subclass - Machine Reference

This page provides machine-readable reference data for the Freerunner hero subclass in Remixed Dungeon.

Overview

The Freerunner is one of two mastery paths available to the Rogue hero class, specializing in evasion, speed, and mobility. The Freerunner excels at avoiding damage and moving quickly through the dungeon, making them highly survivable despite lower offensive capabilities.

Java Classes

JSON Configuration

This entity is implemented in Java as an enum constant, no dedicated JSON configuration file exists. The subclass is defined in the HeroSubClass enum with the following properties:

String Resources

<string name="HeroSubClass_NameFreR">freerunner</string>
<string name="HeroSubClass_DescFreR">The _Freerunner_ is harder to hit and moves faster than other heroes.</string>

Additional string resources for Rogue armor (used by Freerunner):

<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>

Lua Scripts

This entity is implemented entirely in Java, no Lua scripts exist for the Freerunner subclass.

Implementation Details

Code Behavior

From FreeRunnerArmor.java:

From TomeOfMastery.java:

From HeroSubClass.java: