1
0
ZenlessData/Data/JsonBytes/NewAbility/AvatarAbility/AvatarTutorialAbility/HugoVlad_TutorialAbility.json
2025-04-22 20:22:46 -03:00

76 lines
1.9 KiB
JSON

{
"AbilityName": "HugoVlad_TutorialAbility",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"HugoVlad_Attack_Normal_04_AttackProperty_02_02_Enhance",
"HugoVlad_Attack_Enhance_AttackProperty_03_02_Enhance",
"HugoVlad_Attack_BeHitAid_02_AttackProperty_02_Enhance",
"HugoVlad_Attack_Counter_02_AttackProperty_02_Enhance"
],
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Quest3Modifier",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"HugoVlad_Attack_ExSpecial_Enhance_01_AttackProperty_02_03",
"HugoVlad_SwitchIn_Attack_Ex_AttackProperty_03_03"
]
},
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Other"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"Quest1Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_HugoVlad_1"
}
]
},
"Quest2Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_HugoVlad_2"
}
]
},
"Quest3Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_HugoVlad_3"
}
]
}
}
}