1
0
ZenlessData/Data/_unsorted/XiaoZhao_Talent_01.json
2025-12-30 00:30:43 +01:00

42 lines
908 B
JSON

{
"AbilityName": "XiaoZhao_Talent_01",
"AbilitySpecials": {
"AS_AllDamageResist": {
"Value": -0.1
},
"AS_Duration": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSwitchTriggered": [
{
"$type": "ApplyModifier",
"ModifierName": "DamageResistModifier",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": false,
"Target": "Self"
}
],
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"DamageResistModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Refresh",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AllDamageResist",
"PropertyValue": "%AS_AllDamageResist",
"Target": "Target"
}
]
}
}
}