Title basically.
If that happened I’d maybe make a build with this set. I like green. Make GD green again.
The challenge with skill modifiers for pets that change their appearance is that they involve needing to swap out the entire pet array (there’s a unique pet dbr for each rank of a skill), which gets messier once there’s multiple ways to override them.
On top of that, if any changes occur to the pet, they then need to be propagated to every other dbr, which when you consider that there’s 26 pets for just one skill and you’d be adding 26 more for each color-swapping skill modifier…it would get very bloated very fast.
This is why any sort of changes to pets like this are reserved exclusively to transmuters in the masteries.
Maybe some day you’ll find a workaround for this.
I’d give one lazy workaround (which is probably way too stupid to even implement or think of): make a per frame function that identifies the skill and changes the PFX line if a particular item or set is equipped.
Less work, stuff looks better, but can’t mod it (there can be a workaround for that too xD).