Greetings fellow One Tamriel dwellers!
Currently, Add-ons have some strict limitations placed upon them.
For some fairplay aspects, I understand why things like Crafting Node textures are off limits (Imagine if someone replaced every texture with the uncollected skyshard graphic. Talk about unfair gathering advantage).
What I don't understand is why character textures are on the do-not-touch list.
I'd like to see a purchasable unlock for the Character models to allow for Add-on tinkering.
In my mind, the re-textures would not be displayed anywhere but on the local client belonging to the add-on user. If someone made some offensive modifications to their character model, it would not be visible to anyone but themselves.
My unique wants addressed, I suggest a review of the currently Add-on blocked code for items that don't Absolutely have to be banned from add-ons; then turn them into unlocks in the Crown Store.
Thoughts?
dataOutput ={ }
function: ConvertMagica (dataOutput, magicaInput, skill,fn)
>>> if skill then do
>>>>>> magicaInput = fn(skill)
>>>>>>table.insert(dataOutput, magicaInput)
>>>end
end