mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
21 lines
441 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |