mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
34 lines
718 B
JSON
34 lines
718 B
JSON
|
{
|
||
|
"AbilityName": "NinevehBee_DropItem",
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "DropItemModifier",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByStageName",
|
||
|
"CompareType": "Equal",
|
||
|
"StageName": "Stage_Zero_Boss_Nineveh"
|
||
|
}
|
||
|
],
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Modifiers": {
|
||
|
"DropItemModifier": {
|
||
|
"Duration": -1,
|
||
|
"IgnoreTimeScale": false,
|
||
|
"ModifierStacking": "Unique",
|
||
|
"OnKilled": [
|
||
|
{
|
||
|
"$type": "DropItemAction",
|
||
|
"DropStr": "1002:10000:2",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|