Hello. I am trying to replicate the equipment system from Bravely Second(and probably Bravely Default). Specifically, what that game does is every class can equip every weapon and armor, but the bonus the equipment gives differs per class. So, a cloth hat will give 10 DEF to a mage, but only 5 DEF to a fighter. I know Yanfly's Equip Core lets me use custom values for the stat bonuses, but I can't figure out how to make them differ based on the equipped actor's class. Is this even possible with this plug-in?
Help with Yanfly Equip Core
● ARCHIVED · READ-ONLY
-
-
If it allows you to use JS codes for the stats, then all you need to do is check the actors class and add the appropriate value
-
It seems to allow JS, as the example in the plugin accesses $gameParty, but whenever I use an 'If...Else' statement, I get this error. It happens the instant I select 'weapon' to pick something to equip while the weapon with the custom parameters is in the inventory. Heck, my conditional statement in the equation was just '1 === 1'.