Skip to main content

Execute_AddAllBizModifier

Description

Adds a modifier to all HouseholdBiz entities owned by the BaseObject's household. The modifier name is specified in S1 and must be defined in BizModifier.json. Does nothing if S1 is empty or the BaseObject is not a valid Character.

Parameters

ParameterDescription
BaseObjectA household member Character whose household's HouseholdBiz entities receive the modifier.
S1The modifier name defined in BizModifier.json to add to all owned HouseholdBiz entities.

Examples

DescriptionBaseObjectCommand
Add a boost modifier to all of Self's household biz entitiesSelfAddAllBizModifier
Add a penalty modifier to all of Target's household bizTargetAddAllBizModifier