ZenlessData/Data/Level_AreaCullingExcluding.json
2024-08-13 22:59:23 -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"
}
]
}
}