Skip to content

Class SkillBookProps⚓︎

A table of properties for a custom skill book.


SkillBookProps.skillIncrease the amount the book increases this skill by (default: 1)
SkillBookProps.grantSkill whether the book should grant this skill increase (default: true). A string can optionally be returned to provide a custom failure message.

Fields⚓︎


SkillBookProps.skillIncrease⚓︎

the amount the book increases this skill by (default: 1)

SkillBookProps.skillIncrease : number

SkillBookProps.grantSkill⚓︎

whether the book should grant this skill increase (default: true). A string can optionally be returned to provide a custom failure message.

SkillBookProps.grantSkill : (boolean|fun() -> (boolean,string?))