ZenlessData/Data/Level_RaceDropItem.json
2024-09-23 09:11:37 -03:00

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"
}
]
}
}