Condition_Chemistry
Description
Compares the chemistry level of the specified relationship stat between Self and Target against a target chemistry value. Chemistry is determined by trait compatibility and is defined in TraitChemistryReward data.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Character whose perspective the chemistry is evaluated from (Self or Target) |
| CompareType | Comparison operator (Equal, NotEqual, Less, Greater, LessOrEqual, GreaterOrEqual) |
| S1 | Relationship stat name to evaluate chemistry for (must be defined in RelationshipStat) |
| S2 | Chemistry value to compare against (must be defined in TraitChemistryReward) |
Examples
| Description | BaseObject | Command | CompareType | S1 | S2 |
|---|---|---|---|---|---|
| Friendship chemistry between Self and Target is VeryGood | Self | Chemistry | Equal | Friendship | VeryGood |
| Romance chemistry between Self and Target is not Bad | Self | Chemistry | NotEqual | Romance | Bad |
| Business chemistry from Target's perspective is Good or better | Target | Chemistry | GreaterOrEqual | Business | Good |
| Friendship chemistry between the two is not VeryGood | Target | Chemistry | NotEqual | Friendship | VeryGood |
Back to Command FinderSearch and filter all 491 Script Condition documents