1
0
ZenlessData/Data/Evelyn_Talent_02.json
2025-01-21 21:25:26 -03:00

128 lines
3.1 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "RecoverEnhancePointModifier",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"CountCDModifier"
]
}
]
}
],
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Branch_01",
"ForceTriggerOnTransitionIn": false,
"ForceTriggerOnTransitionOut": false,
"Frame": 9,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "RecoverEnhancePointModifier",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"CountCDModifier"
]
}
]
}
],
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Branch_02",
"ForceTriggerOnTransitionIn": false,
"ForceTriggerOnTransitionOut": false,
"Frame": 13,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "Evelyn_Talent_02",
"AbilitySpecials": {
"AS_AtkRatio_Talent_02": {
"Value": 0
},
"AS_CountCD_Talent_02": {
"Value": 5
},
"AS_RecoverEnhencePoint_Talent_02": {
"Value": 8
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Evelyn_Talent_02"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Evelyn_Talent_02"
],
"IsAdd": false,
"Target": "Self"
}
],
"Properties": {
"Actor_BaseAttackRatio": "%AS_AtkRatio_Talent_02"
}
},
"Modifiers": {
"CountCDModifier": {
"Duration": "%AS_CountCD_Talent_02",
"ModifierStacking": "ReplaceByLongTime"
},
"RecoverEnhancePointModifier": {
"Duration": 0.1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyProperty",
"Amount": 8,
"CustomPropertyType": "CurrentEnhancePoint",
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "CountCDModifier",
"Target": "Self"
}
]
}
}
}