ZenlessData/Data/GamePlayTest_ApplyGameplayTagAction.json
2024-08-13 22:59:23 -03:00

28 lines
572 B
JSON

{
"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"
}
]
}