Goinza's Plugins
PluginsAboutTutorialsContact

© Copyright (c) 2020-2025 Goinza

Back to Plugins

Fire Emblem GBA Battle Formula

Version 1.1•Updated September 6, 2020
Description

This plugin changes the battle formulas used by the engine to match the ones used in the Fire Emblem games for the Game Boy Advance.

To use it, you just need to drag this folder into the Plugin folder of your project.

Installation

Optional Changes

You can modify some things by modifying the formula-settings.js file. You don't need programming knowledge to use that file. In there, you will find two variables. These variables are already set up in the same way as the FE GBA games, but you can change them if you want to have some difference from those games.

  • MAGIC_ENABLED: This enables ('true') or disables ('false') the Magic stat. By default, the value is false. If you set it up as true, the Magic stat will be added to the game, so magic attacks and staves will use that stat.
  • TWO_RN_ENABLED: This adds the option to use 2RN for the hit calculations. By default, the value is true. If you set it up as false, the hit calculations will use 1RN.

There is also the experience calculations, which are handled by the file exp-formula.js. If you don't want to use those formulas, remove that file from your project.

Version History

1.1

September 6, 2020
  • Added the GBA formula for the experience calculations.

1.0

February 22, 2020
  • Initial version.