1
0
ZenlessData/Data/_unsorted/Claret_Talent_02.json
2026-09-09 00:49:36 +02:00

64 lines
1.5 KiB
JSON

{
"AbilityName": "Claret_Talent_02",
"AbilitySpecials": {
"AS_ElecResistIgnore": {
"Value": -0.15,
"ValueType": "Float"
},
"AS_ExtendDuration": {
"Value": 4,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetTargetAbilitySpecialAction",
"Params": [
{
"AbilityName": "Claret_BloodAxeForm_SpManager",
"AbilitySpecials": [
{
"ModifyFunction": "Replace",
"Param": "%AS_ExtendDuration",
"ParamName": "AS_TotalDurationExtend",
"ParamType": "Float"
}
]
}
],
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Claret_BloodAxeForm"
],
"Target": "Self"
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"Claret_BloodAxeForm_Force"
],
"Target": "Self"
}
]
}
],
"PropertyKey": "Actor_ElecDamageResist",
"PropertyValue": "%AS_ElecResistIgnore",
"Target": "Target"
}
]
}
}