【汉化】YEP.129 – Turn Order Display

YEP.129 – Turn Order Display – RPG Maker MV

NOTE! This plugin does NOT work with tick-based Battle Systems like ATB or CTB! It is specifically made to work only with turn-based battle systems.

注意,这个插件不能适配ATB或者CTB系统,它是专门为回合制战斗打造的

Introduction

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

这个插件需要YEP_BattleEngineCore。确保它位于YEP_BattleEngineCore下面

For Turn-Based Battle Systems like DTB (Default Turn Battle), letting the player see the turn order visually can add a whole lot more depth to the battle system. This plugin will add a display of icons showing the turn order of the player’s party and the enemy party within a corner of the screen (modifiable).

对于回合制系统,例如DTB,让玩家看到回合顺序会增加战斗策略度。这个插件可以显示玩家或者敌人的回合顺序

Notetags

Insert the following notetags to give your actors and enemies unique turn order icons.

在角色或者敌人备注栏插入下面的命令

Actor and Enemy Notetags:


– This sets the icon used for the actor/enemy to be x.

设置使用的回合顺序图标


– This sets the border color used for the actor/enemy to text color x.

设置回合顺序的边框


– This sets the background color used for the actor/enemy to text color x.

设置回合顺序的背景颜色

Actor Only Notetags:


– This sets it so that if the actor is a specific class, the actor will get a specific icon used for the Turn Order Display. If the actor is class x, it will receive icon y.

特殊职业的职业专属图标





– If you prefer to use names instead of class ID’s, you can use the above notetag format. If the actor is the named class, it will receive icon x. If you have multiple classes with the same name, priority will be given to the class with the highest ID.

用职业名字代替ID来设置职业专属图标

Plugin Commands

Use the following plugin commands to control the Turn Order Display.

使用下面的插件命令来控制回合顺序显示

Plugin Command:

EnableTurnOrderDisplay

– Turns on the Turn Order Display to be shown in battle if the battle is a turn-based battle system can support the Turn Order Display.

开启回合顺序显示

DisableTurnOrderDisplay

– Turns off the Turn Order Display to be hidden in battle.

关闭回合顺序显示

Happy RPG Making!

你可能感兴趣的:(【汉化】YEP.129 – Turn Order Display)