1
0
ZenlessData/Data/_unsorted/Seed_Talent_02.json
2025-09-04 01:06:25 +02:00

229 lines
6.0 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_Branch_03_Start",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"ResetTalent02ParaModifier"
]
},
{
"AnimatorStateName": "Attack_Branch_03",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"ResetTalent02ParaModifier"
]
},
{
"AnimatorStateName": "Attack_Branch_03_Success",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"ResetTalent02ParaModifier"
]
},
{
"AnimatorStateName": "Attack_Branch_Charge_01_Quick",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"ResetTalent02ParaModifier"
]
},
{
"AnimatorStateName": "Attack_Branch_Enhance_01",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"ResetTalent02ParaModifier"
]
}
]
}
],
"AbilityName": "Seed_Talent_02",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.1
},
"AS_AddedDamageRatio_Real": {
"Value": 0
},
"AS_Talent02_ConsumeSp_Total": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "TeamModifier",
"Target": "TeamAvatars"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_IsTalent02",
"ParamType": 2,
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Seed_Talent_02"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnCustomEventReceived": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByCustomEvent",
"EventKey": "Seed_Branch03_Start"
}
],
"SuccessActions": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "specials(AS_Talent02_ConsumeSp_Total)+10",
"ParamName": "AS_Talent02_ConsumeSp_Total",
"Target": "Caster",
"ValueType": "Float"
}
]
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Seed_Talent_02"
],
"IsAdd": false,
"Target": "Self"
}
]
},
"Modifiers": {
"ResetTalent02ParaModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "(specials(AS_Talent02_ConsumeSp_Total)\/5*specials(AS_AddedDamageRatio))",
"ParamName": "AS_AddedDamageRatio_Real",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Seed_Attack_Branch_Enhance_01_AttackProperty_01",
"Seed_Attack_Branch_Enhance_01_AttackProperty_02",
"Seed_Attack_Branch_Enhance_01_AttackProperty_03"
],
"Target": "Self"
}
],
"Target": "Caster",
"ValueType": "Float"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Seed_Attack_Branch_Enhance_01_AttackProperty_01",
"Seed_Attack_Branch_Enhance_01_AttackProperty_02",
"Seed_Attack_Branch_Enhance_01_AttackProperty_03"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_Real",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "AS_Talent02_ConsumeSp_Total",
"ParamType": "Float"
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "AS_AddedDamageRatio_Real",
"ParamType": "Float"
}
]
},
"TeamModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Seed_BothBuff_Active"
]
}
],
"PropertyKey": "Actor_DefenceRatio",
"PropertyValue": "%AS_DefenceRatio",
"Target": "Self"
}
]
}
},
"OnAbilityTrigger": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "specials(AS_Talent02_ConsumeSp_Total)+5",
"ParamName": "AS_Talent02_ConsumeSp_Total",
"Target": "Caster",
"ValueType": "Float"
},
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_Talent02ToPunch",
"ParamType": 1,
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "GreaterEqual",
"Param": 120,
"ParamName": "AS_Talent02_ConsumeSp_Total",
"ParamType": "Float",
"Target": "Caster"
}
]
}
]
}