YANFLY ENGINE ACE - EQUIP DYNAMIC STATS

RPG Maker VX Ace

Equipment with dynamic stats!

  • YF
  • 01/05/2012 11:05 PM
  • 1695 views


DL Link

This script allows for dynamic parameter bonuses acquired through equipment. These bonuses can come in the form of percentile bonuses based on the wearing actor’s base stats or be based off of a variable.





Dynamic stats can come in the form of percentile stats where the stats will be based off of the actor’s base stats or in the form of a variable. Insert these notetags into the noteboxes of weapons or armours:

<stat: +x>
<stat: -x>

Changes the stat bonus of the piece of equipment to yield +x or -x. Allows bonus to go over +500 and under -500. Replace stat with one of the following:
MAXHP, MAXMP, ATK, DEF, MAT, MDF, AGI, LUK

<stat: +x%>
<stat: -x%>

Changes the stat bonus of the piece of equipment to yield +x% or -x% of the equipped user’s base stat. Replace stat with one of the following:
MAXHP, MAXMP, ATK, DEF, MAT, MDF, AGI, LUK

<stat variable: x>

Changes the stat bonus to be modified by whatever variable x is. Replace stat with one of the following:
MAXHP, MAXMP, ATK, DEF, MAT, MDF, AGI, LUK

---

Original Blog Link