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
| Parameter | Type | Description |
|---|---|---|
| id | string | Character sheet component ID |
| property | string | Character sheet component property name (e.g. value) |
| value | bool | string | number | Override value |
Example
tyche.override("str", "value", 10)