GS2-SkillTree Buff Reference
Describes the fields within models/actions whose parameters can be adjusted when applying buffs with GS2-Buff, and the scope in which those buffs are applied.
Note
See BuffEntryModel for more information on the buff entry model.Model
Target model types available for buff application
Gs2SkillTree:NodeModel
Node Model
Target fields for buff application
releaseVerifyActions
| Type | Condition | Required | Default | Value Limits | Description | |
|---|---|---|---|---|---|---|
| releaseVerifyActions | List<VerifyAction> | [] | 0 ~ 10 items | List of Verify Actions used to determine whether the release conditions are satisfied |
Example Master Data
rate specifies the multiplier applied to the target field.
"targetModel": {
"targetModelName": "Gs2SkillTree:NodeModel",
"targetFieldName": "releaseVerifyActions",
"conditionGrns": [
],
"rate": 1.0
}Buff Application Condition Model
Gs2SkillTree:NodeModel
Node Model
Example Master Data
"conditionGrns": [
{
"targetModelName": "Gs2SkillTree:NodeModel",
"targetGrn": "grn:gs2:any:any:skillTree:{namespaceName}:model:{nodeModelName}"
}
]releaseConsumeActions
| Type | Condition | Required | Default | Value Limits | Description | |
|---|---|---|---|---|---|---|
| releaseConsumeActions | List<ConsumeAction> | [] | 1 ~ 10 items | List of consume actions required for release |
Example Master Data
rate specifies the multiplier applied to the target field.
"targetModel": {
"targetModelName": "Gs2SkillTree:NodeModel",
"targetFieldName": "releaseConsumeActions",
"conditionGrns": [
],
"rate": 1.0
}Buff Application Condition Model
Gs2SkillTree:NodeModel
Node Model
Example Master Data
"conditionGrns": [
{
"targetModelName": "Gs2SkillTree:NodeModel",
"targetGrn": "grn:gs2:any:any:skillTree:{namespaceName}:model:{nodeModelName}"
}
]restrainReturnRate
| Type | Condition | Required | Default | Value Limits | Description | |
|---|---|---|---|---|---|---|
| restrainReturnRate | float | 1.0 | 0.0 ~ 1.0 | Restrain Refund Rate |
Example Master Data
rate specifies the multiplier applied to the target field.
"targetModel": {
"targetModelName": "Gs2SkillTree:NodeModel",
"targetFieldName": "restrainReturnRate",
"conditionGrns": [
],
"rate": 1.0
}Buff Application Condition Model
Gs2SkillTree:NodeModel
Node Model
Example Master Data
"conditionGrns": [
{
"targetModelName": "Gs2SkillTree:NodeModel",
"targetGrn": "grn:gs2:any:any:skillTree:{namespaceName}:model:{nodeModelName}"
}
]