1
0
ZenlessData/Data/_unsorted/Chelonethid_CheckSpiderInAction.json
2025-12-30 00:30:43 +01:00

41 lines
1003 B
JSON

{
"AbilityName": "Chelonethid_CheckSpiderInAction",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnThinkInterval": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"SpiderInAction"
],
"IsAdd": true,
"Predicates": [
{
"$type": "ByAbilityTargetCount",
"AbilityTargetKey": "Monster_Chelonethid_Spider",
"CompareType": "NotEqual",
"CompareValue": 0
}
],
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"SpiderInAction"
],
"IsAdd": false,
"Predicates": [
{
"$type": "ByAbilityTargetCount",
"AbilityTargetKey": "Monster_Chelonethid_Spider",
"CompareType": "Equal",
"CompareValue": 0
}
],
"Target": "Self"
}
],
"ThinkInterval": 0.1
}
}