1
0
Fork
You've already forked ProjectTallow
0

Profession API #7

Open
opened 2026年04月14日 06:14:39 +02:00 by SumianVoice · 0 comments

Keep it simple.

register_profession("alchemist", {
 description = S("alchemist"),
})
get_items_for_profession(name)
get_skills_for_profession(name)
item = {
 _tal_profession = "alchemist",
}
skill = {
 _tal_profession = "alchemist",
}
Keep it simple. ```lua register_profession("alchemist", { description = S("alchemist"), }) get_items_for_profession(name) get_skills_for_profession(name) item = { _tal_profession = "alchemist", } skill = { _tal_profession = "alchemist", } ```
Sign in to join this conversation.
No Branch/Tag specified
master
experimental
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
SumianVoice/ProjectTallow#7
Reference in a new issue
SumianVoice/ProjectTallow
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?