ZenlessData/Data/Tsubaki_Talent_01.json
2024-08-13 22:59:23 -03:00

39 lines
866 B
JSON

{
"AbilityName": "Tsubaki_Talent_01",
"AbilitySpecials": {
"AS_PhysicsDamageResist_Talent_01": {
"Value": -0.3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsBackstab"
}
],
"PropertyKey": "Actor_PhysicsDamageResist",
"PropertyValue": "%AS_PhysicsDamageResist_Talent_01",
"Target": "Self"
}
],
"OnHitOtherPre": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Target"
}
],
"PropertyKey": "Actor_Backstab",
"PropertyValue": 1,
"Target": "Self"
}
]
}
}