Theraze
Active member
Ah... that makes a bizarre logic. Makes buffing all the more useful. So that would make the above bit
Anyways, the question's still there... do we want our monster data lines that long, do we start mangling Modifiers.expression, or do we make our own version of it at the expense of another 20-40k of mostly duplicated work?
Code:
Monster HP: min((my_basestat($stat[muscle]) + monster_level_adjustment()) * .75, 150) Def: min(my_basestat($stat[muscle]) + monster_level_adjustment(), 200) Atk: min(my_basestat($stat[moxie]) + monster_level_adjustment(), 200)
Anyways, the question's still there... do we want our monster data lines that long, do we start mangling Modifiers.expression, or do we make our own version of it at the expense of another 20-40k of mostly duplicated work?