(要 YEP_EquipBattleSkills.js)プレイヤーが装備できるものを制限するためにequippableskillsを層に配置するプラグイン – YEP_X_EquipSkillTiers.js

タイトル
(Requires YEP_EquipBattleSkills.js) Places equippableskills in tiers to limit what players can equip.
作者名
ヘルプ
============================================================================
Introduction
============================================================================

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.

============================================================================
Changelog
============================================================================

Version 1.01:
- Added anti-crash measures when equipping skills.

Version 1.00:
- Finished Plugin!
パラメータ
param ---General---
default
param Sort by Tier?
desc Sort equippable skills by tier?
NO - false YES - true
default true

param ---Tier 1---
default
param Tier 1 Enabled
desc Is tier 1 enabled?
NO - false YES - true
default true

param Tier 1 Name
desc This is the name of tier 1 skills.
default Common

param Tier 1 Icon
desc This is the icon used for tier 1 skills.
default 307

param Tier 1 Maximum
desc The maximum number of equipped skills for tier 1.
default 8

param ---Tier 2---
default
param Tier 2 Enabled
desc Is tier 2 enabled?
NO - false YES - true
default true

param Tier 2 Name
desc This is the name of tier 2 skills.
default Uncommon

param Tier 2 Icon
desc This is the icon used for tier 2 skills.
default 309

param Tier 2 Maximum
desc The maximum number of equipped skills for tier 2.
default 6

param ---Tier 3---
default
param Tier 3 Enabled
desc Is tier 3 enabled?
NO - false YES - true
default true

param Tier 3 Name
desc This is the name of tier 3 skills.
default Rare

param Tier 3 Icon
desc This is the icon used for tier 3 skills.
default 310

param Tier 3 Maximum
desc The maximum number of equipped skills for tier 3.
default 4

param ---Tier 4---
default
param Tier 4 Enabled
desc Is tier 4 enabled?
NO - false YES - true
default true

param Tier 4 Name
desc This is the name of tier 4 skills.
default Epic

param Tier 4 Icon
desc This is the icon used for tier 4 skills.
default 311

param Tier 4 Maximum
desc The maximum number of equipped skills for tier 4.
default 3

param ---Tier 5---
default
param Tier 5 Enabled
desc Is tier 5 enabled?
NO - false YES - true
default true

param Tier 5 Name
desc This is the name of tier 5 skills.
default Legendary

param Tier 5 Icon
desc This is the icon used for tier 5 skills.
default 312

param Tier 5 Maximum
desc The maximum number of equipped skills for tier 5.
default 2

param ---Tier 6---
default
param Tier 6 Enabled
desc Is tier 6 enabled?
NO - false YES - true
default true

param Tier 6 Name
desc This is the name of tier 6 skills.
default Ultimate

param Tier 6 Icon
desc This is the icon used for tier 6 skills.
default 308

param Tier 6 Maximum
desc The maximum number of equipped skills for tier 6.
default 1

ライセンス表記
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
Sets the skill's tier to x, making it limited by the restrictions applied
equip limit.

紹介ページ https://github.com/suppayami/yami-engine-delta/blob/master/demo/js/plugins/YEP_X_EquipSkillTiers.js