Tips & Tricks – Chaos Bolt (World of WarCraft) – RPG Maker MV

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.

Chaos Bolt is a spell from the World of WarCraft. It always deals a critical hit where the critical multiplier is based on the user’s current critical rate. Here’s how to make it in RPG Maker MV!

You can grab the copy/paste code here: 

Insert the following notetags and Lunatic Mode code into your skill’s notebox. Change the values in red to reflect your game’s settings!

<Critical Rate: 100%>

<Critical Multiplier Formula>
// This is the multiplier bonus for the skill.
value *= 1 + user.cri;
</Critical Multiplier Formula>

Enjoy!

Please wait while you are redirected...or Click Here if you do not want to wait.