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

58 lines
1.7 KiB
JSON

{
"AbilityName": "HugoVlad_Talent_03",
"AbilitySpecials": {
"AS_DamageResist": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOtherPre": [
{
"$type": "ApplyModifier",
"ModifierName": "DebuffModifier",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"HugoVlad_Attack_BeHitAid_02_AttackProperty_01_Enhance",
"HugoVlad_Attack_BeHitAid_02_AttackProperty_02_Enhance",
"HugoVlad_Attack_Counter_02_AttackProperty_01_Enhance",
"HugoVlad_Attack_Counter_02_AttackProperty_02_Enhance",
"HugoVlad_Attack_Enhance_AttackProperty_03_01_Enhance",
"HugoVlad_Attack_Enhance_AttackProperty_03_02_Enhance",
"HugoVlad_Attack_Normal_04_AttackProperty_02_01_Enhance",
"HugoVlad_Attack_Normal_04_AttackProperty_02_02_Enhance",
"HugoVlad_SwitchIn_Attack_AttackProperty_03_01",
"HugoVlad_SwitchIn_Attack_AttackProperty_03_02"
],
"Target": "Caster"
}
],
"Target": "Other"
}
]
},
"Modifiers": {
"DebuffModifier": {
"Duration": 15,
"ModifierStacking": "Replace",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByEntityTemplateID",
"EntityType": "Avatar",
"Target": "Other",
"TemplateID": 1291
}
],
"PropertyKey": "Actor_IceDamageResist",
"PropertyValue": "%AS_DamageResist",
"Target": "Caster"
}
]
}
}
}