YEP.147 – Difficulty Slider – RPG Maker MV
Introduction
This plugin requires YEP_EnemyLevels. Make sure this plugin is located under YEP_EnemyLevels in the plugin list.
这个插件需要 YEP_EnemyLevels为基础,确保插件位于 YEP_EnemyLevels下面
Sometimes, players would like to be able to increase or decrease the difficulty of your game at their own accord. The Difficulty Slider becomes a feature accessible from the game’s option menu with this plugin installed. There, the player is able to alter the level of the enemies that appear in battle within a certain range (set by you, the developer).
有时候,玩家希望可以设定游戏的难度,这个插件将会在游戏选项里面加入这个功能,你可以设置遇到特定等级敌方的概率
The Difficulty Slider will only alter the level of the enemies and nothing else. Therefore, a 200% difficulty will mean only a 200% increase in level but not necessarily a 200% increase in ATK, for example. The enemies’ ATK value will be based off of its ATK at 200% the original level.
难度等级设置将只会改变敌方等级,例如设置200%难度意味着得到一个全面提升而不是单纯攻击力提升200%,其攻击力将会基于初始等级提升200%后的攻击力
If the Difficulty Slider is disabled in the game, then the level multiplier will revert back to 100%. You can enable and disable this feature at will through plugin commands.
如果关闭了难度等级设置,敌方等级会恢复100%,你可以通过插件命令来开关
Notetags
There is a notetag you can use for the Difficulty Slider plugin.
这里有一些可以使用的备注命令
Enemy Notetag:
<Unaffected by Difficulty Slider>
– This will make the enemy’s level unaffected by the difficulty slider, meaning the enemy will always be at 100% its current calculated level.
设置敌方不会受难度设置影响
Plugin Commands
For those who wish to show/hide the Difficulty Slider from the options menu midway through the game, you can control it using these plugin commands:
如果你想便捷的开关难度设置功能,你可以使用下面的插件命令
Plugin Commands:
ShowDifficultySlider
– This will show the Difficulty Slider and enable it making it apply to all enemies in the game that do not have an unaffected notetag.
显示并打开难度等级设置命令
HideDifficultySlider
– This will hide the Difficulty Slider and also disable the slider’s effects on enemy levels in the game.
隐藏并关闭难度等级设置命令
网友评论