Clean, readable, and commented code

Code Samples:

  • Acid Burn Skill

    One skill out of several hundred, animation handling, effect handling, all commented and readable. Each skill is unique and hard coded to allow the greatest amount of flexibility in skill design.

  • Battle Effects

    The handler file for the incredibly robust status effect system in Time Break Chronicles. Handles effects, calls several hooks back to skills to activate effects, provides functions for manipulating and removing effects.

  • JSON Data Structures

    All of the encounters, skill data, and text loaded from external JSON files allowing modification and user powered translation endeavors. Handlers that load them make the system infinitely scalable.