1
0
ZenlessData/Data/_unsorted/Pure_AIControls.json
2026-05-06 01:39:00 +02:00

79 lines
1.9 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "WriteAIParamAction",
"FloatParamValue": 999999,
"ParamName": "Weight_03_Current",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_02_End",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": true,
"Frame": 300,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "WriteAIParamAction",
"FloatParamValue": 999999,
"ParamName": "Weight_03_Current",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"ATK03Ready"
],
"Target": "Self"
}
],
"Target": "Self"
}
],
"AnimatorStateName": "Hit_Ground_Heavy_Front",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "Pure_AIControls",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_TriggerAttack_02",
"Target": "Self"
}
],
"OnCustomEventReceived": [
]
},
"Modifiers": {
"Modifier_TriggerAttack_02": {
"Duration": 10,
"ModifierStacking": "Replace",
"OnAdded": [
],
"OnRemoved": [
{
"$type": "WriteAIParamAction",
"FloatParamValue": 999999,
"ParamName": "Weight_02_Current",
"Target": "Self"
}
]
}
}
}