Skip to main content

Execute_SetClothWeatheringIntensity

Description

Sets the weathering intensity value for the character's clothing. Has no effect on NPC characters.

Note

This action is ignored for NPC characters; weathering is only applied to player characters.

Parameters

ParameterDescription
BaseObjectThe character whose clothing weathering intensity will be set.
F1Weathering intensity value to apply (range: 0.0 = clean to 1.0 = worn).

Examples

DescriptionBaseObjectCommandF1
Sets self's clothing weathering to fully clean.SelfSetClothWeatheringIntensity0.0
Sets self's clothing weathering to fully worn.SelfSetClothWeatheringIntensity1.0
Sets target's clothing weathering to 50%.TargetSetClothWeatheringIntensity0.5
Sets self's clothing weathering to lightly worn.SelfSetClothWeatheringIntensity0.2