YEP.115 – In-Battle Status – RPG Maker MV
Introduction
This plugin requires YEP_BattleEngineCore. Make sure this plugin is located under YEP_BattleEngineCore in the plugin list.
這個(gè)插件需要YEP_BattleEngineCore。確保這個(gè)插件放在YEP_BattleEngineCore下面
In battle by default, there’s no way to check your party’s status. This plugin will add a new ‘Status’ command to the Party Command Window (with Fight and Escape) to allow players to check party members. Here, the player can view each party member’s current parameters, get a list of all states, buffs, and debuffs. The player can scroll through the list and view newly added help descriptions of the states, buffs, and debuffs in a help window.
在戰(zhàn)斗中,我們沒(méi)有辦法查看隊(duì)伍當(dāng)前狀態(tài),這個(gè)插件將會(huì)在隊(duì)伍命令中添加“狀態(tài)”命令,允許玩家去查看角色狀態(tài)。在這里,我們可以看到隊(duì)員的初始參數(shù)和狀態(tài)列表。這個(gè)玩家將可以
*Note: If you are using YEP_X_BattleSysCTB.js, place this plugin under that plugin for the best compatibility results.
注意:如果你使用了YEP_X_BattleSysCTB,請(qǐng)把這個(gè)插件放在下面以提高兼容性
Notetags
For those who would like to add help descriptions to states, use these following notetags:
想要添加幫助文字的可以用下面的備注
State Notetags:
<Help Description>
text
text
</Help Description>
– This will set the help description of the state to the text used in the notetag. You can use text codes.
這可以添加幫助文字
Text Codes
By using certain text codes in your messages, you can have the game replace them with the following:
可以使用文本代碼
State Help Function
\th[x] – Replaced by the text used in state x’s help description.
替換為狀態(tài)幫助文字
Plugin Commands
For those who would like to change whether the ‘Status’ option is shown or hidden midway through the game, you can use the following plugin commands:
想要改變狀態(tài)菜單命令的,可以用下面插件來(lái)設(shè)置
Plugin Commands:
ShowInBattleStatus
– This will cause the ‘Status’ command to show.
開(kāi)啟戰(zhàn)斗狀態(tài)命令
HideInBattleStatus
– This will cause the ‘Status’ command to not show.
關(guān)閉戰(zhàn)斗狀態(tài)命令