Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Override

Sets the override value of a character sheet component. This is the same as manually overriding the value from the UI but from Lua.

function override(id, property, value) end

Parameters

ParameterTypeDescription
idstringCharacter sheet component ID
propertystringCharacter sheet component property name (e.g. value)
valuebool | string | numberOverride value

Example

tyche.override("str", "value", 10)