ZenlessData/Data/Level_PlayBangbooPlatformerLevelEndTimeline.json

63 lines
1.4 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "ListenTimelinePerformMixin",
"OnPerformEnd": [
{
"$type": "LDListenEntityAction",
"TargetKey": "BangbooLevelEndTimeline_End"
}
],
"OnPerformEndUIAnimFinish": [
],
"OnPerformStart": [
]
}
],
"AbilityName": "Level_PlayBangbooPlatformerLevelEndTimeline",
"AbilityStacking": "Unique",
"DefaultModifier": {
},
"Modifiers": {
"TimelineModifier": {
"Duration": 10,
"ModifierStacking": "Refresh",
"OnAdded": [
{
"$type": "PlayTimelinePerformAction",
"IsTimelineSyncLoad": true,
"PerformID": 61000010
}
],
"OnCustomEventReceived": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByCustomEvent",
"EventKey": "CollectableDestroy"
}
],
"FailureActions": [
],
"SuccessActions": [
{
"$type": "SetAnimCtrlerParamAction",
"CustomKey": "BangbooPlatformer_LevelEndCollectable",
"ParamName": "Trigger_Die",
"ParamType": 1,
"Target": "Custom"
}
]
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "TimelineModifier",
"Target": "Self"
}
]
}