Hi there!
I've been searching around a lot for scripts to imitate the Fire Emblem Damage Calculation and also the Leveling System those games have, but I couldn't find something.
So basically those are about three functions at once...
First of all, a script that allows more Stats like for example a Magic Defense or Accuracy. This script has to define the enemy's and actors (basic) values for those stats, as well as equipment/state bonuses.
Then, something to allow the user to create formulas for Damage Calculation of Physical and Magical Attacks (I think one could use the default Attack-F and Spirit-F things, but I want to be able to change the normal formulas) and also Hit Rate (like for example you have an Accuracy Stat and a Reflex Stat and, like, 2*ACC - REF = Hit Rate or something like that).
And then, finally, something for the growth of those new Stats. I thought it would be easy using the Fire Emblem system, where characters have their base values and a growth percentage, that means, every time you level up, there is a certain chance of increasing the value by 1 (or here a customizable value?). If you set the growth 100%, you would then create a more default leveling system, but I'd like to have this growth function, actually. There also have to be maximum stats for each character, so that not everything is decided randomly (and so that a physical character won't have more than, like, 20 SPI, but can achieve up to, e.g., 80 ATK). Probably, this growth function would be better done individually for classes (as you could probably have the idea to change growth and maximum in-game).
And, yes, I've already found a script that creates additional Stats, but they are not enough customizable for me.
I hope that a lot of the functions, that I told you about, are realizable, I personally don't have any scripting knowledge but I understand what scripts do when I read them - or at least the basics - so making damage formulas by scripting would be no problem.
Thanks in advance.