1
0
ZenlessData/Data/Trigger_Talent_02.json
2025-03-11 21:10:23 -03:00

129 lines
3.3 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_ChainAttack",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"ChainAttackStartModifier_01"
]
},
{
"AnimatorStateName": "Attack_ChainAttack_Extra",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"ChainAttackStartModifier_01"
]
},
{
"AnimatorStateName": "Attack_ChainAttack_Plus_1",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"ChainAttackStartModifier_01"
]
},
{
"AnimatorStateName": "Attack_ChainAttack_Plus_2",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"ChainAttackStartModifier_01"
]
},
{
"AnimatorStateName": "Attack_ChainAttack_Talent",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"ChainAttackStartModifier_01"
]
},
{
"AnimatorStateName": "Attack_Normal_Charge_Finish",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": true,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"ChainAttackStartModifier_02"
]
}
],
"IsSeam": false
}
],
"AbilityName": "Trigger_Talent_02",
"AbilitySpecials": {
"AS_BuffStackNum": {
"Value": 2
},
"AS_CritDamageRatioDelta": {
"Value": 0.03
},
"AS_CriticalBuffNum": {
"Value": 4
},
"AS_Duration": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
},
"Modifiers": {
"ChainAttackStartModifier_01": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "TalentCriticalDeltaModifier",
"StackCount": 1,
"Target": "TeamAvatars"
}
]
},
"ChainAttackStartModifier_02": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "TalentCriticalDeltaModifier",
"StackCount": "%AS_BuffStackNum",
"Target": "TeamAvatars"
}
]
},
"TalentCriticalDeltaModifier": {
"Duration": "%AS_Duration",
"MaxStackingNumber": "%AS_CriticalBuffNum",
"ModifierStacking": "MultipleAllRefresh",
"Properties": {
"Actor_CriticalDamageRatioDelta": "%AS_CritDamageRatioDelta"
}
}
}
}