Happy almost afternoon,
Something that came to mind as I'm configuring bits for my own plugin. Is there any way to alter your plugin (maybe as a parameter option?) to account for Equipment Slots being in a funky order?
For Example my projects equipment slots begin with "5, 1, 2" So that a specific Equipment type takes priority. A setting to configure where slots 1 and 2 appear would be awesome for makers using different stylings that still want to incorporate dual wielding.
Currently what happens if an actor is Dual Wielding:
The "Off-Hand" slot is defaulting to the 2nd equipment available even tho, that technically is the Weapon Slot, and the Weapon Slot is somehow becoming slot
I'd imagine the parameters could look something like this in the plugin manager:
@param Custom Slot Order?
@test Using Custom Equip Slot Order?
@type boolean
@Default true
@param Slot Order
@text If True, What is the Slot Order
@desc Comma-separated list of equipment slots in order of use
@type string
@Default 1,2,3,4,5
It should be noted that I am also using my own plugin to change the equipment slot order, so if you see anything I can adjust there for the shield index be sure to let me know so I can update it on my own plugin and avoid unnecessary changes to yours ^_^.
Puppet Knight - Equip Slots Change