itch.io is community of indie game creators and players

Devlogs

Version 1.08.3

Another RPG Engine
A browser game made in HTML5

Version 1.08.3

  • Moved hotkey definitions to their own passage for greater modularity and neatness of code.
  • The call to the Special stat for item usage in the damage formula has been moved to "damagecalc custom factors" for greater modularity, in case you don't want items to use the Special stat (or don't want to have a Special stat at all).
  • The code that runs when selecting an action has been outsorced to a widget, actionLink. This widget is now called for both the link itself and the hotkey shortcuts for actions, enforcing consistency between the two.
  • Action's toJSON now clones the entire object instead of creating a new object with just the name. This is useful if you want unique action properties to persist.
  • Fixed a typo in Battle Phases. Targeting should now work correctly if an enemy is both untargetable and a martyr.

Files

  • rpgengine source.zip 5 MB
    Sep 29, 2019
Download Another RPG Engine
Leave a comment