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
| Parameter | Description |
|---|
| BaseObject | A household member Character whose household's HouseholdBiz entities receive the modifier. |
| S1 | The modifier name defined in BizModifier.json to add to all owned HouseholdBiz entities. |
Examples
| Description | BaseObject | Command |
|---|
| Add a boost modifier to all of Self's household biz entities | Self | AddAllBizModifier |
| Add a penalty modifier to all of Target's household biz | Target | AddAllBizModifier |