ZenlessData/Data/Level_RaceDropItem.json

20 lines
394 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Level_RaceDropItem",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnKilledPre": [
{
"$type": "DropItemAction",
"DropStr": "1009:10000:1",
"Predicates": [
{
"$type": "ByCampType",
"Camp": "TeamGood",
"Target": "Other"
}
],
"Target": "Self"
}
]
}
}