• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
Resource icon

Encounter Rate Slider 1.00

Pokémon Essentials Version
v19.1 ➖
A simple mod that adds an option for the player to change the encounter rate of the game at any moment they desire.

Heavily inspired by a similar feature in the Bravely Default JRPG. Being able to alternate between easily farming monsters when I wanted something from them and being able to turn them off when I just wanted to explore the world was a breath of fresh air and I found myself annoyed at random encounters playing through a couple fangames lately, so I decided to try and see if I could replicate the feature in RPG Maker.

In order to let the player easily cycle through the values without being overly tedious, I went with a custom numeric enum instead of the usual numeric slider. This lets use a list of values that goes like
0,10,25,50,75,90,100,125,150,200,300,400,500,750,1000,2000,4000,8000,10000 (you can easily customize that). That way, it doesn't take too many inputs to go through the whole thing while still giving a wide range of options to the player.

Values are in percentage, so 0% obviously amounts to turning off encounters, while 10000% basically means an encounter every step. (It actually takes quite a huge value to get to that result)

Installation instructions :
-Just drop the extracted folder in your plugin folder. Barring the possible incompatiblity with a plugin that also interferes with "encounter_triggered?" or "PokemonOption_Scene.pbStartScene", there shouldn't be any problem.

I hope you get a use out of this thing !
Credits
-Yumil
Author
Yumil
Downloads
858
Views
2,023
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Yumil

  • Quest Log
    Quest Log
    Adds a quest log menu to the Poké Gear to let the player keep track of the sidequests of the game.
  • After-Battle Commentary
    Allow NPCs to comment on the outcome/various propertie of a battle through a series of flags/checks.
Back
Top