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.
這個(gè)插件需要 YEP_EnemyLevels為基礎(chǔ),確保插件位于 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).
有時(shí)候烘跺,玩家希望可以設(shè)定游戲的難度,這個(gè)插件將會(huì)在游戲選項(xiàng)里面加入這個(gè)功能,你可以設(shè)置遇到特定等級敵方的概率
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.
難度等級設(shè)置將只會(huì)改變敵方等級蝗柔,例如設(shè)置200%難度意味著得到一個(gè)全面提升而不是單純攻擊力提升200%竟秫,其攻擊力將會(huì)基于初始等級提升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.
如果關(guān)閉了難度等級設(shè)置俊扭,敵方等級會(huì)恢復(fù)100%棋凳,你可以通過插件命令來開關(guān)
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.
設(shè)置敵方不會(huì)受難度設(shè)置影響
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:
如果你想便捷的開關(guān)難度設(shè)置功能拦坠,你可以使用下面的插件命令
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.
顯示并打開難度等級設(shè)置命令
HideDifficultySlider
– This will hide the Difficulty Slider and also disable the slider’s effects on enemy levels in the game.
隱藏并關(guān)閉難度等級設(shè)置命令