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.

Model

Target model types available for buff application

Gs2Formation:Mold

Form Storage Area

Target fields for buff application

capacity
TypeConditionRequiredDefaultValue LimitsDescription
capacityint
0 ~ 2147483646Current 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}"
    }
]