Buff Reference of GS2-Formation
GS2-Buff for defining the fields whose parameters can be adjusted and the scope in which the buffs are applied
Note
See BuffEntryModel for more information on the buff entry model.Model
Types of models that can apply buffs
Gs2Formation:Mold
Form storage area
Fields affected by the buff
capacity
| Type | Condition | Required | Default | Value Limits | Description | |
|---|---|---|---|---|---|---|
| capacity | int | ✓ | 0 ~ 2147483646 | Current Capacity |
Example of Master Data Description
rate specifies the multiplier applied to the target field.
"targetModel": {
"targetModelName": "Gs2Formation:Mold",
"targetFieldName": "capacity",
"conditionGrns": [
],
"rate": 1.0
}Model for buff application conditions
Gs2Formation:MoldModel
Form storage area model
Example of Master Data Description
"conditionGrns": [
{
"targetModelName": "Gs2Formation:MoldModel",
"targetGrn": "grn:gs2:any:any:formation:{namespaceName}:model:mold:{moldModelName}"
}
]