ZenlessData/Data/GamePlayTest_ApplyGameplayTagAction.json

28 lines
572 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "GamePlayTest_ApplyGameplayTagAction",
"AbilityStacking": "Unique",
"DefaultModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"OnAdded": [
{
"$type": "ApplyGameplayTagAction",
"IsAdd": true,
"Tags": [
"GamePlayTest_ApplyGameplayTagAction"
],
"Target": "Self"
}
]
},
"OnAbilityTrigger": [
{
"$type": "ApplyGameplayTagAction",
"IsAdd": false,
"Tags": [
"GamePlayTest_ApplyGameplayTagAction"
],
"Target": "Self"
}
]
}