• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
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
805
Views
2,002
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