Skip to main content

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

ParameterDescription
BaseObjectCharacter whose perspective the chemistry is evaluated from (Self or Target)
CompareTypeComparison operator (Equal, NotEqual, Less, Greater, LessOrEqual, GreaterOrEqual)
S1Relationship stat name to evaluate chemistry for (must be defined in RelationshipStat)
S2Chemistry value to compare against (must be defined in TraitChemistryReward)

Examples

DescriptionBaseObjectCommandCompareTypeS1S2
Friendship chemistry between Self and Target is VeryGoodSelfChemistryEqualFriendshipVeryGood
Romance chemistry between Self and Target is not BadSelfChemistryNotEqualRomanceBad
Business chemistry from Target's perspective is Good or betterTargetChemistryGreaterOrEqualBusinessGood
Friendship chemistry between the two is not VeryGoodTargetChemistryNotEqualFriendshipVeryGood