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

138 lines
3.4 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Branch_01_Attack_Release",
"ForceTriggerOnTransitionIn": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Branch_01_Attack_Block",
"ForceTriggerOnTransitionIn": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Branch_02_Attack_02_Release",
"ForceTriggerOnTransitionIn": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Branch_02_Attack_02_Block",
"ForceTriggerOnTransitionIn": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Branch_02_Attack_01_Block",
"ForceTriggerOnTransitionIn": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "Ben_TutorialAbility",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier",
"Predicates": [
{
"$type": "ByAnimCtrlerParam",
"BoolVal": true,
"CompareType": "Equal",
"ParamName": "Bool_IsBlocking",
"ParamType": 2,
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"Quest1Modifier": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Ben_1"
}
]
},
"Quest2Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"Predicates": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"Quest1Modifier"
],
"Target": "Self"
}
],
"TargetKey": "AvatarTutorial_Ben_2"
}
],
"OnRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "Quest1Modifier",
"Target": "Self"
}
]
}
}
}