ZenlessData/Data/Follower_KillEnemy_CauseDamage.json

29 lines
670 B
JSON
Raw Normal View History

{
"AbilityName": "Follower_KillEnemy_CauseDamage",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnKillOther": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "Follower_RangeDamage",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAliveState",
"AliveState": "ExecuteCore",
"Target": "Target"
},
{
"$type": "ByAliveState",
"AliveState": "Dead",
"Target": "Target"
}
]
}
]
}
]
}
}