42 lines
908 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |