Si quel plugin è installato, infatti se uso le formule base funzionano perfettamente Il valore di Value viene ritornato poi su maxhp. Questa sintassi con Value è proprio da esempio riportato dal plugin stesso: " <Custom Param Formula> if (this.name() === 'Harold') { value = level * 30 + 300; } else { value = level * 25 + 250; } </Custom Param Formula> Replace 'Param' with 'maxhp', 'maxmp', 'atk', 'def', 'mat', 'mdf', 'agi', 'luk', or 'exp'. The 'value' variable is the final result that's returned to count as the base class parameter. The 'level' variable refers to the actor's current level. The formula can be made any way you like as long as it returns a legal number. "