Buff Reference of GS2-Money

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

Action

Effect Fields

  • depositCount
"targetAction": {
    "targetActionName": "Gs2Money:DepositByUserId",
    "targetFieldName": "depositCount",
    "conditionGrns": [
    ],
    "rate": 1.0
}

Effect Conditions

  • Wallet
"conditionGrns": [
    {
        "targetModelName": "Gs2Money:Wallet",
        "targetGrn": "grn:gs2:any:any:money:{namespaceName}:user:any:wallet:{slot}"
    }
]

Effect Fields

  • withdrawCount
"targetAction": {
    "targetActionName": "Gs2Money:Withdraw",
    "targetFieldName": "withdrawCount",
    "conditionGrns": [
    ],
    "rate": 1.0
}
"targetAction": {
    "targetActionName": "Gs2Money:WithdrawByUserId",
    "targetFieldName": "withdrawCount",
    "conditionGrns": [
    ],
    "rate": 1.0
}

Effect Conditions

  • Wallet
"conditionGrns": [
    {
        "targetModelName": "Gs2Money:Wallet",
        "targetGrn": "grn:gs2:any:any:money:{namespaceName}:user:any:wallet:{slot}"
    }
]