Introduction
This script allows for you to have additional stats for your battler. Those are viewable on the default status screen for your convinece. To use them in damage formulas use xstat.(stat abriviation).
Actor/Class/Weapon/Armor/State/Enemy Notetags
<state_xstat: stat x%> Sets the specified stat to be multiplied by x%
Actor/Class/Enemy Notetags
<xstat>
stat => formula,
</xstat_end> Sets the xstat formulas up. Actor/Enemy formulas take precidence over the class formula. Be sure to put a collon on the stats. The formula can be any valid ruby exprssion that returns a number.
Skill/Item Notetags
<xstat growth: stat x> Changes the specified stat by x
Weapon/Armor Notetags
<weapon_xstat: stat x> Sets the specified stat to be modified by x
Script Calls
change_xstat(actor_id, stat, value) Alter the specified stat by the specifed value. Can be either positive or negative.