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

28 lines
601 B
JSON

{
"AbilityName": "SilverAnby_Talent_03",
"AbilitySpecials": {
"AS_IgnoreElecResist": {
"Value": -0.5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"SilverAnby_TargetMarkShow"
],
"Target": "Target"
}
],
"PropertyKey": "Actor_ElecDamageResist",
"PropertyValue": "%AS_IgnoreElecResist",
"Target": "Self"
}
]
}
}