mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
29 lines
670 B
JSON
29 lines
670 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |