ZenlessData/Data/Level_ListenRaceEvent.json

30 lines
639 B
JSON
Raw Normal View History

{
"AbilityName": "Level_DestructionRace",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnKilledPre": [
{
"$type": "LDListenEntityAction",
"Predicates": [
{
"$type": "ByCampType",
"Camp": "TeamGood",
"Target": "Other"
}
],
"TargetKey": "RaceFromLocalAvatar"
},
{
"$type": "LDListenEntityAction",
"Predicates": [
{
"$type": "ByCampType",
"Camp": "TeamEvil",
"Target": "Other"
}
],
"TargetKey": "RaceFromMonster"
}
]
}
}