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

Model

Types of models that can apply buffs

Gs2Formation:Mold

Form storage area

Fields affected by the buff

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