Equip Param Formulas
This script allows you to use formulas to define parameters for weapons and armors. All attributes that the equip holds can be referenced, including custom attributes defined in other scripts. For example, if you...
This script allows you to use formulas to define parameters for weapons and armors. All attributes that the equip holds can be referenced, including custom attributes defined in other scripts. For example, if you...
This script introduces the concept of “item affixes”. Prefixes and suffixes may be assigned to your equips to provide additional parameter bonuses or features. For example, you might have a prefix called “Fiery ” that gives...
This script introduces the concept of “instance items”. In order to understand what an instance item is, you need to first understand what a “template item” is. All of your database items, weapons, and armors are...
This script allows you to define “Parameter bonuses” for your actors and enemies. A paramter bonus is simply a bonus that will be added to your parameters based on a formula. The bonus itself...
This script allows you to specify custom cover conditions. The cover condition determines whether a battler is eligible to be covered. By default, this means that the battler must have under 25% of its max...
This script allows you to manage your EXP tables using external tools such as spreadsheet programs or text editors. There are two ways to manage EXP: Actor EXP tables, and Class EXP tables. All data...