GS2-Money2 Buff リファレンス

GS2-Buff でバフを適用する際に指定する、パラメーターの補正が可能モデル/アクション内のフィールドと、その適用範囲の設定について

Action

Gs2Money2:DepositByUserId

バフを適用するアクションの種類

count

バフの適用対象フィールド名

"targetAction": {
    "targetActionName": "Gs2Money2:DepositByUserId",
    "targetFieldName": "count",
    "conditionGrns": [
    ],
    "rate": 1.0
}

Gs2Money2:Wallet

バフの適用条件のモデル名

"conditionGrns": [
    {
        "targetModelName": "Gs2Money2:Wallet",
        "targetGrn": "grn:gs2:any:any:money2:{namespaceName}:user:any:wallet:{slot}"
    }
]

Gs2Money2:Withdraw

Gs2Money2:WithdrawByUserId

バフを適用するアクションの種類

withdrawCount

バフの適用対象フィールド名

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

Gs2Money2:Wallet

バフの適用条件のモデル名

"conditionGrns": [
    {
        "targetModelName": "Gs2Money2:Wallet",
        "targetGrn": "grn:gs2:any:any:money2:{namespaceName}:user:any:wallet:{slot}"
    }
]