- Joined
- Nov 11, 2018
- Messages
- 80
- Reaction score
- 28
- First Language
- English
- Primarily Uses
- RMMV
Hey gang!
So, I've got an idea for a skill. When an actor uses it, it displays the six elements my game uses in a list, and the player picks one of the options.
Then, they receive a state (one for each option) which changes the damage type of their spells to that element for the remainder of the current turn. (I'm using one of Yanfly's plugins so the player's turn doesn't end after they use this skill, and another to prevent them from using this skill multiple times in one turn.)
Here's where it gets tricky: All of the spells in the game already have an element assigned, some more than one (again, thanks to a Yanfly plugin), and it's important that this state overwrites those elements for the remainder of the turn. Additionally, it is crucial that this state only changes the damage element of spells (ie magical attacks) to that element, and not physical attacks or certain hits.
Is there a way to do this without adding a new plugin to the list? If not, is there a plugin out there already that can solve my problem? Any help at all would be greatly appreciated. Thank you
So, I've got an idea for a skill. When an actor uses it, it displays the six elements my game uses in a list, and the player picks one of the options.
Then, they receive a state (one for each option) which changes the damage type of their spells to that element for the remainder of the current turn. (I'm using one of Yanfly's plugins so the player's turn doesn't end after they use this skill, and another to prevent them from using this skill multiple times in one turn.)
Here's where it gets tricky: All of the spells in the game already have an element assigned, some more than one (again, thanks to a Yanfly plugin), and it's important that this state overwrites those elements for the remainder of the turn. Additionally, it is crucial that this state only changes the damage element of spells (ie magical attacks) to that element, and not physical attacks or certain hits.
Is there a way to do this without adding a new plugin to the list? If not, is there a plugin out there already that can solve my problem? Any help at all would be greatly appreciated. Thank you

