GS2-Formation Buff Reference
Describes the fields within models/actions whose parameters can be adjusted when applying buffs with GS2-Buff, and the scope in which those buffs are applied.
Note
See BuffEntryModel for more information on the buff entry model.Model
Target model types available for buff application
Gs2Formation:Mold
Form Storage Area
Target fields for buff application
capacity
| Type | Condition | Required | Default | Value Limits | Description | |
|---|---|---|---|---|---|---|
| capacity | int | ✓ | 0 ~ 2147483646 | Current Capacity |
Example Master Data
rate specifies the multiplier applied to the target field.
"targetModel": {
"targetModelName": "Gs2Formation:Mold",
"targetFieldName": "capacity",
"conditionGrns": [
],
"rate": 1.0
}Buff Application Condition Model
Gs2Formation:MoldModel
Form Storage Area Model
Example Master Data
"conditionGrns": [
{
"targetModelName": "Gs2Formation:MoldModel",
"targetGrn": "grn:gs2:any:any:formation:{namespaceName}:model:mold:{moldModelName}"
}
]