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.
隱藏并關閉難度等級設置命令