Irina Unison Attack - Target Conditions
BMM_Archive · July 15, 2026
Original Source
- Original title: Irina Unison Attack - Target Conditions
- Original author: SawyerFriend
- Original date: May 11, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/irina-unison-attack-target-conditions.121386/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support
Summary
So, I'm using Irina's Unison Attack Plugin, which allows you to trigger skills by queuing two other skills from the Database. The plugin works as intended, but I've come into a few issues that I'm trying to figure out a way around. These issues mainly involve the way targeting works. To trigger the Unison Skill, you simply have to select the skills that are listed in its notetag, and the target of the new Unison Skill is simply whomever the fastest user targeted with their original skill. Spoiler: Example: Hero...
Archived First Post
To trigger the Unison Skill, you simply have to select the skills that are listed in its notetag, and the target of the new Unison Skill is simply whomever the fastest user targeted with their original skill.
Hero B selects Slash on Enemy A!
This triggers Flame Slash, and because Hero A is faster than Hero B, the skill is used on Enemy B. This means that although two different enemies were targeted this turn, only one of them receives damage.
I think this targeting system can lead to problems, since Actors cannot use the "ingredients" of a Unison Skill on the same turn without triggering the Unison, even if they target different entities.
So, all I want to do is tweak the plugin to add one more condition to activate a Unison Skill: if any of the required skills have a scope of "1 Enemy", they all must target the same enemy in order for the Unison Skill to trigger.
Thing is, I'm honestly a little lost on how to go about doing this. I cracked open the Plugin to see if I could find an easy lead, but I admit I'm not much of a programmer and couldn't even make out where the conditions for the Unison Skills start and end, let alone know what to add to create this additional condition.
Does anyone know what I should type, and where, to add this condition?
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...