ZenlessData/Data/NinevehVine_DropItem.json

70 lines
1.6 KiB
JSON
Raw Normal View History

{
"AbilityName": "NinevehVine_DropItem",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Stage_Zero_Boss_Nineveh"
],
"IsAdd": true,
"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:3",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"BossRush_VineTimedRetrieval"
],
"Target": "Self"
}
]
}
],
"Target": "Self"
},
{
"$type": "DropItemAction",
"DropStr": "1220:10000:1",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"BossRush_VineTimedRetrieval"
],
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
}
}
}