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

44 lines
919 B
JSON

{
"AbilityName": "LampasBlackVeil_FrozenPredicate",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"InAction"
],
"IsAdd": true,
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Frozen",
"Frostbite"
]
}
],
"Target": "Self"
}
],
"OnBuffRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"InAction"
],
"IsAdd": false,
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Frozen",
"Frostbite"
]
}
],
"Target": "Self"
}
]
}
}