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