Skip to main content

Condition_HomeCleanliness

Description

Compares the cleanliness (dust) value of the character's home site against the specified threshold using the given comparison type.

Parameters

ParameterDescription
BaseObjectThe character whose home site cleanliness is checked (Self or Target).
CompareTypeComparison type: Less, Greater, Equal, GreaterOrEqual, LessOrEqual, InRange, OutRange.
F1Threshold value (or minimum value for InRange/OutRange).
F2Maximum value for InRange/OutRange comparison.

Examples

DescriptionBaseObjectCommandCompareTypeF1F2
Checks if Self's home site cleanliness is less than 40SelfHomeCleanlinessLess40
Checks if Target's home site cleanliness equals 0TargetHomeCleanlinessEqual0
Checks if Self's home site cleanliness is between 10 and 50SelfHomeCleanlinessInRange1050
Checks if Self's home site cleanliness is 80 or greaterSelfHomeCleanlinessGreaterOrEqual80