mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
{
|
|
"AbilityName": "ActivityBattleAbility_Music_AvatarSwitch",
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"Dealy_Camera": {
|
|
"DelayHandlers": [
|
|
{
|
|
"DelayTime": 3,
|
|
"TimeUpActions": [
|
|
{
|
|
"$type": "CameraOverrideTrackAction",
|
|
"OverrideKey": "Avatar_Common_AvatarSwitch_CameraOverrideTrack_MusicBattle_01",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"MDF_ListenAvatarSwitchEvent": {
|
|
"OnCustomEventReceived": [
|
|
{
|
|
"$type": "BranchOperator",
|
|
"Conditions": [
|
|
{
|
|
"$type": "ByCustomEvent",
|
|
"EventKey": "Event_EnterBonusTime"
|
|
}
|
|
],
|
|
"SuccessActions": [
|
|
{
|
|
"$type": "SwitchAvatarAction",
|
|
"IndexOffset": 1
|
|
},
|
|
{
|
|
"$type": "ShowMiddleTipAction",
|
|
"Show": true,
|
|
"TipID": 200026
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Dealy_Camera"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "BranchOperator",
|
|
"Conditions": [
|
|
{
|
|
"$type": "ByCustomEvent",
|
|
"EventKey": "Event_ExitBonusTime"
|
|
}
|
|
],
|
|
"SuccessActions": [
|
|
{
|
|
"$type": "SwitchAvatarAction",
|
|
"IndexOffset": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAbilityTrigger": [
|
|
],
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "MDF_ListenAvatarSwitchEvent"
|
|
}
|
|
]
|
|
} |