mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
20 lines
394 B
JSON
20 lines
394 B
JSON
{
|
|
"AbilityName": "Level_RaceDropItem",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnKilledPre": [
|
|
{
|
|
"$type": "DropItemAction",
|
|
"DropStr": "1009:10000:1",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCampType",
|
|
"Camp": "TeamGood",
|
|
"Target": "Other"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
} |