Buff Reference of GS2-Limit

GS2-Buff for setting the fields whose parameters can be corrected and the range of their applicability

Action

Gs2Limit:CountUp

Gs2Limit:CountUpByUserId

Type of action to apply the buff

maxValue

Name of field to which buff is applied

"targetAction": {
    "targetActionName": "Gs2Limit:CountUp",
    "targetFieldName": "maxValue",
    "conditionGrns": [
    ],
    "rate": 1.0
}
"targetAction": {
    "targetActionName": "Gs2Limit:CountUpByUserId",
    "targetFieldName": "maxValue",
    "conditionGrns": [
    ],
    "rate": 1.0
}

Gs2Limit:LimitModel

Model name for buff application conditions

"conditionGrns": [
    {
        "targetModelName": "Gs2Limit:LimitModel",
        "targetGrn": "grn:gs2:any:any:limit:{namespaceName}:limit:{limitName}"
    }
]

Gs2Limit:Counter

Model name for buff application conditions

"conditionGrns": [
    {
        "targetModelName": "Gs2Limit:Counter",
        "targetGrn": "grn:gs2:any:any:limit:{namespaceName}:user:any:limit:{limitName}:counter:{counterName}"
    }
]