1
0
ZenlessData/Data/JsonBytes/NewAbility/LevelAbility/Level_AreaCullingExcluding.json
2025-04-22 20:22:46 -03:00

21 lines
441 B
JSON

{
"AbilityName": "Level_AreaCullingExcluding",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyGameplayTagAction",
"IsAdd": true,
"Tags": [
"Level_AreaCullingExcluding"
],
"Target": "Self"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "Level_AreaCullingExcluding",
"Target": "Self"
}
]
}
}