Table of Contents

Codex Item - Machine Readable Reference

Overview

The Codex is a readable item (book) in Remixed Dungeon that displays story text when read.

Java Classes

Class Hierarchy

Properties

Methods

JSON Configuration

This entity is primarily implemented in Java. JSON configuration may include:

String Resources

<string name="Codex_Blinded">You can't read while blinded</string>
<string-array name="Codex_Story">
  <!-- Array of story texts -->
</string-array>

Lua Scripts

This entity is implemented in Java, no Lua script exists

Behavior

Usage in Game