Trait Modifier - richardwilkes/gcs GitHub Wiki
This object represents a single Trait Modifier. Only active Trait Modifiers (which are never containers) can be accessed via scripting.
| Property | Type | Value | Availability |
|---|---|---|---|
| id | string | The object ID. | GCS 5.41+ |
| attachedTo | object | undefined | The Trait this modifier is attached to or undefined if there isn't one. | GCS 5.41+ |
| name | string | The name. | GCS 5.41+ |
| level | number | undefined | The level or undefined if it is not leveled. | GCS 5.41+ |
| notes | string | The notes. | GCS 5.41+ |
| tags | string[] | The associated tags. | GCS 5.41+ |