Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.
In Pokémon, the Toxic status effect increases its HP damage potency each time it takes effect. This Tips & Tricks video will show you how to do just that in RPG Maker MV!
Here is the Copy and Paste version of the code:
Please wait while you are redirected...or Click Here if you do not want to wait.
<Custom Apply Effect> this._toxicCounter = 1; </Custom Apply Effect> <Custom Regenerate Effect> var n = this._toxicCounter / 16; var value = Math.floor(n * user.mhp * -1); user.gainHp(value); this._toxicCounter += 1; </Custom Regenerate Effect>
Have fun!
There’s been a few issues tonight with plugins, but they should be fixed. In Class Change Core, when using the Integrated Skill Learn System menu (which means it’s supposed to be working inside of the Skill menu itself rather than its own menu), accessing the Learn Skill option would still take you to its own menu. That is now changed to take you to the skill menu instead.
The Buffs & States Core had a bug with the Reapply State Turns Ignore option. Previously, it ignored even giving the initial turns. Now, it will work properly. As for Skill Cooldowns and Job Points, fail safes are added in case you decide to change the Target’s Cooldown or Target’s JP value… with a no scope action. Not sure why there would ever be a case for something like that, but since it can happen, it will happen. Anyway, the fail safes are made for that.
Plugin Updates as of Launch Date to 2015.12.30~
To download all available plugins, click here.
- Class Change Core v1.05
- Buff & States Core v1.04
- Skill Cooldowns v1.06a
- Job Points v1.04a
- View the changelog here.
To download all available plugins, click here.
If you want to leave a bug report, please do it in the most recent Plugin Update post by pressing Continue~
Bug Report Template:
>>>NOTE!<<<
HOWEVER, before you make a bug report! Please visit my website and download all the latest versions of the plugins (and installing them properly). If you don’t have the patience to do that, I won’t share my patience to fix the bug. If you still get the bug after updating all the plugins and installing them properly, continue on and using this template:
Here is the template to submit a bug report:
Plugin Name: (What is the name of the plugin?)
Error Message: If you received an error message:
1. Press F8 when you receive it to open up the debug console.
2. On the console tab, copy/paste the error log and paste it here.
3. If you post a screenshot, host it on imgur.com or another website because the images posted here are tiny and I can’t read it.
How to Replicate Bug: In order for me to fix a bug properly, explain to me IN DETAIL, how you managed to get it to occur. If I cannot replicate the bug, I may ask you to upload a copy of your game’s project for me online through either Mediafire, Dropbox, Mega.co or any other online hosting provider. Do NOT deploy the game. After doing so, it’s best if you send it through private message if you don’t want others rummaging through your game’s files.
Other: Post screenshots of the bug, screenshots of your plugin list, videos also help, etc. Anything that will make it more clear for me will help me out.
Thank you for your cooperation!
Happy RPG Making!