GS2-Money Buff リファレンス

GS2-Buff を使用して、パラメーターの補正が可能なフィールドと、その適用範囲の設定について

Action

バフを適用するフィールド

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

バフを適用する条件

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

バフを適用するフィールド

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

バフを適用する条件

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