You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not good with transpilers, else I would make the pull request / feature myself.
That said, skillbooks are hardcoded in their drops. I would like to make a request for someone to make a transplier so skillbooks are not hardcoded in their drops.
When I do this I'll probably make it opt-in, since you might not want your skills droppable from vanilla sources (or at all if it's a story locked skill like with S&S)
When I do this I'll probably make it opt-in, since you might not want your skills droppable from vanilla sources (or at all if it's a story locked skill like with S&S)
That's 100% fair. Maybe have it be a context tag on the skill book which is turn added to a list during load. The transpiler would then pull from that list.
Going even farther: could have a context tag for each drop. Like "skillbook_drop_fishing" to add it to the fishing list. That way it could be added to each drop source separately.
That would turn allow story locked skills to then add the context tag and update the list once unlocked, or any skill once special conditions are met.
I am not good with transpilers, else I would make the pull request / feature myself.
That said, skillbooks are hardcoded in their drops. I would like to make a request for someone to make a transplier so skillbooks are not hardcoded in their drops.
Places a transpiler is needed...
An example in the fishingRod code...
The text was updated successfully, but these errors were encountered: