ZenlessData/Data/Level_PlayCheckpointTimeline.json
2024-12-17 20:43:14 -03:00

121 lines
3.1 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ListenTimelinePerformMixin",
"OnPerformEnd": [
{
"$type": "ApplyGameplayTagAction",
"IsAdd": false,
"Predicates": [
{
"$type": "ByTimelinePerformID",
"PerformID": 60080001
}
],
"Tags": [
"LevelCheckPointDevice_Current"
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_EndTimeline",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "RemoveMaterialPropertyAction",
"Tag": "Bangboo_Common_MA_Charged_Screenlmage_02"
},
{
"$type": "InterruptDitherFadeAction",
"Tag": "ProgressDeviceTimelineDitherFade",
"Target": "TeamAvatars"
},
{
"$type": "InterruptDitherFadeAction",
"Tag": "ProgressDeviceTimelineDitherFade",
"Target": "Buddy"
},
{
"$type": "LDListenEntityAction",
"TargetKey": "CheckPointReached"
}
],
"OnPerformStart": [
{
"$type": "ApplyGameplayTagAction",
"IsAdd": true,
"Predicates": [
{
"$type": "ByTimelinePerformID",
"PerformID": 60080001
}
],
"Tags": [
"LevelCheckPointDevice_Current"
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Teleport",
"ParamType": 1,
"Target": "Buddy"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Timeline",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Tag": "Bangboo_Common_MA_Charged_Screenlmage_02",
"Target": "Buddy",
"key": "Bangboo_Common_MA_Charged_ScreenImage_02"
},
{
"$type": "DitherFadeAction",
"DitherFadeKey": "Avatar_Default_Dither_Fade",
"Tag": "ProgressDeviceTimelineDitherFade",
"Target": "TeamAvatars"
},
{
"$type": "DitherFadeAction",
"DitherFadeKey": "Avatar_Default_Dither_Fade",
"Tag": "ProgressDeviceTimelineDitherFade",
"Target": "Buddy"
}
]
}
],
"AbilityName": "Level_PlayCheckpointTimeline",
"AbilityStacking": "Unique",
"DefaultModifier": {
},
"Modifiers": {
"TimelineModifier": {
"Duration": 10,
"ModifierStacking": "Refresh",
"OnAdded": [
{
"$type": "PlayTimelinePerformAction",
"IsTimelineSyncLoad": true,
"PerformID": 60080001
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "TimelineModifier",
"Target": "Self"
}
]
}