- Joined
- Aug 3, 2022
- Messages
- 436
- Reaction score
- 240
- First Language
- English
- Primarily Uses
- RMMZ
Good Afternoon all,
I am looking for a way to have the icons of Skill Types update based on the icon of a specific Equipment used.
I want the Skill Type used in battle to have its icon updated at the very least during battle to match:

For Example:
If an Actor has the following Equipment set:

Instead of the default Skill Type Icon above ^, It would reflect the Icon Index of the Grimoire Slot and update to show:

If it makes any difference I am using Battle Core and the VIsuStella Core plugins overall.
I want to be able to do this with other skills and commands overall. But The most important is for the Skill Types
The Plugin Parameters could look something like
Thanks in advance
I am looking for a way to have the icons of Skill Types update based on the icon of a specific Equipment used.
I want the Skill Type used in battle to have its icon updated at the very least during battle to match:

For Example:
If an Actor has the following Equipment set:

Instead of the default Skill Type Icon above ^, It would reflect the Icon Index of the Grimoire Slot and update to show:

If it makes any difference I am using Battle Core and the VIsuStella Core plugins overall.
I want to be able to do this with other skills and commands overall. But The most important is for the Skill Types
The Plugin Parameters could look something like
* @param Skill Type ID
* @desc The ID of the skill type whose icon will be updated.
* @type number
* @min 1
* @default 1
*
* @param Equipment Type ID
* @desc The ID of the equipment type whose icon will be matched.
* @type number
* @min 1
* @default 1
Thanks in advance
Last edited: