Buff Reference of GS2-Limit

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

Action

Types of actions that can apply buffs

Gs2Limit:CountUp

Count-up

Field name within the model to which the buff is applied

maxValue

Maximum value allowed to count up

"targetAction": {
    "targetActionName": "Gs2Limit:CountUp",
    "targetFieldName": "maxValue",
    "conditionGrns": [
    ],
    "rate": 1.0
}
Model name for buff application conditions
Gs2Limit:LimitModel
"conditionGrns": [
    {
        "targetModelName": "Gs2Limit:LimitModel",
        "targetGrn": "grn:gs2:any:any:limit:{namespaceName}:limit:{limitName}"
    }
]
Gs2Limit:Counter
"conditionGrns": [
    {
        "targetModelName": "Gs2Limit:Counter",
        "targetGrn": "grn:gs2:any:any:limit:{namespaceName}:user:any:limit:{limitName}:counter:{counterName}"
    }
]

Gs2Limit:CountUpByUserId

count-up by the specify user ID

Field name within the model to which the buff is applied

maxValue

Maximum value allowed to count up

"targetAction": {
    "targetActionName": "Gs2Limit:CountUpByUserId",
    "targetFieldName": "maxValue",
    "conditionGrns": [
    ],
    "rate": 1.0
}
Model name for buff application conditions
Gs2Limit:LimitModel
"conditionGrns": [
    {
        "targetModelName": "Gs2Limit:LimitModel",
        "targetGrn": "grn:gs2:any:any:limit:{namespaceName}:limit:{limitName}"
    }
]
Gs2Limit:Counter
"conditionGrns": [
    {
        "targetModelName": "Gs2Limit:Counter",
        "targetGrn": "grn:gs2:any:any:limit:{namespaceName}:user:any:limit:{limitName}:counter:{counterName}"
    }
]