GS2-Formation Buff リファレンス

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

Model

バフを適用可能なモデルの種類

Gs2Formation:Mold

フォームの保存領域

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

capacity

現在のキャパシティ

"targetModel": {
    "targetModelName": "Gs2Formation:Mold",
    "targetFieldName": "capacity",
    "conditionGrns": [
    ],
    "rate": 1.0
}
バフの適用条件のモデル名
Gs2Formation:MoldModel
"conditionGrns": [
    {
        "targetModelName": "Gs2Formation:MoldModel",
        "targetGrn": "grn:gs2:any:any:formation:{namespaceName}:model:mold:{moldModelName}"
    }
]