With a roaring thunder and freightening strenght this animated God Battler descends! Almost nearing completion of the animated God Warriors as well!
Librarium Weeklies – Toxic Plant-Like Creatures
Better have that antidote ready! This assortment of Toxic Plant-Like creatures topped the latest patron poll and should boost nicely the forest and mountain sets!
YEP.123 – Item Picture Images – 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.
You can grab the plugin here:
English Mirror
For those using the YEP_ItemCore and enabled the ‘Updated Scene Item’ plugin parameter, you may have noticed the large icon towards the center of the screen. Ever wondered how it’d be if it were using an image instead? This plugin will add the functionality to use images from your game’s ‘Pictures’ folder to represent the item instead of just the icon. Now, you can add more ways to breathe life into your games! Continue reading
Tips & Tricks – Circle of Radiant Glory (Champions Online) – 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.
In Champions Online, when a user affected by Radiant Glory dies, the user will revive a few turns after his or her death. The user will be revived based on how much MP was consumed during casting and then a cooldown appears. Here’s how to make the effect in RPG Maker MV!
You can grab the copy/paste code here: Continue reading
Tips & Tricks – Skill Cost Mastery – 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.
Sometimes, we want ways to display mastery in skills. As such, one of the ways is to have the caster become more efficient each time they use it. For today’s Tips & Tricks idea, we’ll show how to make a skill cost less MP each time it’s used!
You can grab the copy/paste code here: Continue reading
Tips & Tricks – Confusion (Pokémon) – 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.
In Pokémon, a confused unit will have a chance to attack itself whenever it tries to perform an action unlike the RPG Maker MV confusion effect where it can randomly target an ally or enemy. Here’s how to replicate the Pokémon confusion effect in RPG Maker MV!
You can grab the copy/paste code here: Continue reading
LIBRARIUM WEEKLIES – KNIGHT BATTLERS
Ækashics delivers an assorted knight supply, with the promise of even more knight types in future revisits to this archetype!
Tips & Tricks – Death (Final Fantasy 11) – 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.
In Final Fantasy 11, the Death spell will consume all of the user’s MP for a chance to inflict instant death. However, against major enemies (aka bosses), Death will deal damage based on MP consumed instead. We’ll add our own spin on it this time. The Death proc success rate depends on the user’s MP% when consumed. Here’s how to create this effect in MV!
You can grab the copy/paste code here: Continue reading
Plugin Updates: 2017.01.08
We have a couple of plugin updates for today!
The Equip Battle Skills gets an update which added a new check to remove equipped battle skills from skills that were manually forgotten, unequipping items, or removing states.
Region Events gets an update that corrected an issue that would cause a region event to repeatedly trigger if the mouse button is held down on the player.
The Battle A.I. Core gets a completely new feature: multiple conditions! This has been asked time and time again, but it couldn’t have been done without reworking the way the Battle A.I. Core worked as a base. Setting up multiple conditions is relatively simple to do and still follows the ‘condition: SKILL x, target’ format.
To add multiple conditions, simply insert a +++ between each condition like the following examples:
Switch 1 on +++ Switch 2 on: Fire, Lowest HP%
Turn 3 > 1 +++ Variable 5 <= 100 +++ Switch 3 on: Ice, Lowest HP%
Random 50% +++ Highest Party Level > 50: Thunder, Highest HP%
In the above examples, all the conditions must be met in order for the selected skills to be considered for use.
For conditions that have strict targeting groups, the targeting group will end up becoming the combination of all of the strict targeting groups. For example:
STATE === Blind +++ STATE === Fear: Dark, Lowest HP%
In this example, the enemy will only use the ‘Dark’ skill on a target that is both affected by ‘Blind’ and ‘Fear’. If there are multiple targets, then the target with the lowest HP% will become the target the enemy will cast the ‘Dark’ on.
STATE !== Blind +++ ATK param >= 150: Darkness, Highest ATK
In the above example, the enemy will use the ‘Darkness’ skill against any target that isn’t blinded and has an ATK parameter of at least 150. If there are multiple targets, then the enemy will first cast ‘Darkness’ on the target with the highest ATK before casting it on a target with a lower ATK.
Plugin Updates as of Launch Date to 2017.01.08~
To download all available plugins, click here.
- Battle A.I. Core v1.11
- Equip Battle Skills v1.10
- Region Events v1.03
Comic – Let’s Make a Game
Ralph’s been having the blues about creating a game. A game that he’s been working on for quite the while. Yet, he feels like he couldn’t get anywhere.
Tips & Tricks – Bubble Wrap (Mega Man Battle Network) – 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.
In MMBN, the Bubble Wrap effect will block damage (except for Electric), remove itself, and then come back a few turns later, making it one of the better ways to mitigate damage as a whole! Here’s how we can recreate this effect in RPG Maker MV!
You can grab the copy/paste code here: Continue reading
Tips & Tricks – Convert (Final Fantasy 11) – 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.
Final Fantasy 11 had a rather interesting ability called convert. It would convert the user’s remaining HP into MP and the remaining MP into HP! In short, HP and MP get flipped around and swapped! Today, we’ll take an extra spin on it and make it usable on any ally! Here’s how we can make this effect in RPG Maker MV!
You can grab the copy/paste code here: Continue reading
Tips & Tricks – Perfection of the Maestro (Everquest 2) – 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.
In Everquest 2, the ability Perfection of the Maestro makes it so that when any offensive spell is used against the party, the whole party gets a buff to their magical power. Here’s how we can recreate the effect in RPG Maker MV!
You can grab the copy/paste code here: Continue reading
Tips & Tricks – Main Character Game Over (Persona) – 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.
In the Persona series, when the main character suffers a KO, the player would face a game over. For those who would like to learn how to recreate this effect in RPG Maker MV, here’s how!
You can grab the copy/paste code here: Continue reading
Librarium Animated – Ice Avian
Ækashics brings the newest entry in the Animated Aerial Creatures series! And also a fitting boss for the previous Ice Elemental Creatures pack! And let´s not forget! a nice $Big_Monster character sheet to go with it, thanks to his awesome patrons!