[VisuStella MV] Input Combo Skills
A downloadable asset pack for Windows and macOS
Looking for a way to make your battle system more interesting?
Inspired by games that use Skill Combos, which add a new layer of depth to your game’s tactics?
You could try to build a similar system using events, but that would take hours and make your project files look messy. Or you could commission a plugin, which might cost you several hundred dollars.
That’s why we’ve developed the Input Combo Skills plugin!
For just $19.99, you get full access to the plugin to use in any of your RMMV projects.
How to Use
Skill Note Tags
<ComboMax: MAX>
Maximum amount of combo skills that can be performed.
MAX
^ Max value.
Example:
<ComboMax: 3>
<ComboSkillInput[INDEX]: ID>
Sets the input for a skill to combo with.
INDEX
^ Input index value. (This is determined by the position of the index
in the Inputs parameter array of the script.)
ID
^ Id of the skill which the input will combo with.
Examples:
<ComboSkillInput1: 4>
<ComboSkillInput2: 5>
<ComboSkillInput3: 8>
<ComboSkillInput4: 9>
<ComboSkillInput5: 10>
<ComboCombination: COMBINATION, RESULT>
The combinations of skills that result in a new skill being used.
COMBINATION
^ The ID combination of inputs.
^ If the combo is 1 1 1 then it becomes 1-1-1 and if it’s 5 4 1 then it becomes 5-4-1.
RESULT
^ Skill Id for the combo.
Examples:
<ComboCombination: 4-4-4, 10>
<ComboCombination: 3-1-3, 3>
Use Plugin Parameters to adjust timers and key inputs.
RPG Maker Version
This plugin is made for RPG Maker MV with version 1.6.1 and above. We cannot guarantee whether it will work on older versions of the engine.
Terms of Use
1. These plugins may be used in free or commercial games.
2. 'RPG Maker TDS, Yanfly and Archeia' must be given credit in your games.
3. You are NOT allowed to edit the code.
4. Do NOT change the filename, parameters, and information of the plugin.
5. You are NOT allowed to redistribute these Plugins.
6. You may NOT take code for your own released Plugins.
7. Icons included in sample project come from Caz's Pixel Fantasy RTP Replacement. Please find her separate Terms of Use in the img>system folder.
Status | Released |
Category | Assets |
Rating | Rated 4.3 out of 5 stars (7 total ratings) |
Author | VisuStella |
Genre | Role Playing |
Tags | code, combos, plugin, rmmv, RPG Maker, script, skills, Turn-Based Combat |
Purchase
In order to download this asset pack you must purchase it at or above the minimum price of $19.99 USD. You will get access to the following files:
Development log
- Version 1.1 UpdateMay 31, 2020