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",
}
```