41 lines
1003 B
JSON
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
|
|
}
|
|
} |