Buff Reference of GS2-Idle

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

Gs2Idle:Status

Status

Fields affected by the buff

maximumIdleMinutes
TypeConditionRequiredDefaultValue LimitsDescription
maximumIdleMinutesint
00 ~ 2147483646Maximum idle time
Example of Master Data Description

rate specifies the multiplier applied to the target field.

"targetModel": {
    "targetModelName": "Gs2Idle:Status",
    "targetFieldName": "maximumIdleMinutes",
    "conditionGrns": [
    ],
    "rate": 1.0
}

Model for buff application conditions

Gs2Idle:CategoryModel

Category Model

Example of Master Data Description
"conditionGrns": [
    {
        "targetModelName": "Gs2Idle:CategoryModel",
        "targetGrn": "grn:gs2:any:any:idle:{namespaceName}:model:{categoryName}"
    }
]

Gs2Idle:CategoryModel

Category Model

Fields affected by the buff

acquireActions
TypeConditionRequiredDefaultValue LimitsDescription
acquireActionsList<AcquireAction>[]0 ~ 100 itemsList of Acquire Action
Example of Master Data Description

rate specifies the multiplier applied to the target field.

"targetModel": {
    "targetModelName": "Gs2Idle:CategoryModel",
    "targetFieldName": "acquireActions",
    "conditionGrns": [
    ],
    "rate": 1.0
}

Model for buff application conditions

Gs2Idle:CategoryModel

Category Model

Example of Master Data Description
"conditionGrns": [
    {
        "targetModelName": "Gs2Idle:CategoryModel",
        "targetGrn": "grn:gs2:any:any:idle:{namespaceName}:model:{categoryName}"
    }
]