YEP.91 – Equip Skill Tiers – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

This plugin imposes a limit upon actors to limit what skills can be equipped based on tiers. The player must abide by the limits before being able to exit the menu allowing for better control over gameplay balance.


Introduction


Please wait while you are redirected...or Click Here if you do not want to wait.

This plugin requires YEP_EquipBattleSkills. Make sure this plugin is located under YEP_EquipBattleSkills in the plugin list.

This plugin imposes a limit upon actors to limit what skills can be equipped based on tiers. The player must abide by the limits before being able to exit the menu allowing for better control over gameplay balance.


Notetags


The following are notetags that alter the tier settings of skills.

Skill Notetag

<Skill Tier: x>
Sets the skill’s tier to x, making it limited by the restrictions applied by the actor.

Actor, Class, Skill, Weapon, Armor, and State Notetags

<Skill Tier x Slots: +y>
<Skill Tier x Slots: -y>
Increases or decreases the skill tier for tier x by y slots. The changes made here do not go under 0 nor do they bypass the maximum battle skills equip limit.


Happy RPG Making!