About this mod
Compendium of small mods that are either requests, things that I've released on discord, or things I've never released.
- Requirements
- Permissions and credits
- Changelogs
The optional files are my own dev tools (nothing crazy though), while the main files are mainly things I've published on discord before. This is purely for organization purposes, you do not need to install all the main files! Only get the ones you want!
A few of them can be customized easily by opening the scripts with any text editor, but I didn't bother to make a script generated UI unless it's explicitly stated. It should be easy to understand what each parameter does though.
A few notes on Calc Damage Helper.
- It's by far the most complicated script here, but it's extremely useful for dev purposes. Not only does it let you print all fields from a DamageInfo and its associated AttackData, but it also has a selection of useful fields that won't clutter the console as much and should be enough to understand most of the damage calculation. Edit the methods table to include all the methods during which the info will be printed.
- The order the methods get called in is calcDamageValue -> calcDamageValueAttack -> calcDamageValueDefense -> calcRegionDamageRate -> calcDamageReaction. Note that the post hook doesn't happen immediately after, so for instance calcDamageValue post hook goes after calcRegionDamageRate post hook.
- The name of the AttackData is not printed to the console but to the REFramework log file. This is because it's in Japanese and the console can't handle those characters.