Corrected description of new maximum field
This commit is contained in:
@@ -749,7 +749,7 @@ const SkillsOptions = DB.TypeAlias(import.meta.url, {
|
||||
}),
|
||||
maximum: DB.Optional({
|
||||
comment:
|
||||
"If specified, you can only improve a single skill up to that many times with the provided AP value.",
|
||||
"If specified, you can only improve a single skill to that maximum with the provided AP value.",
|
||||
type: DB.Integer({ minimum: 1 }),
|
||||
}),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user