1
0
ZenlessData/Data/_unsorted/Alice_CameraShotControl.json
2025-07-16 01:54:02 +02:00

41 lines
976 B
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_Special_ChargeAttack_03_End",
"FrameCountHigh": 110,
"FrameCountLow": 0,
"ModifierNameList": [
"CamoneraShotControlModifier"
]
}
]
}
],
"AbilityName": "Alice_CameraShotControl",
"AbilityStacking": "Unique",
"Modifiers": {
"CamoneraShotControlModifier": {
"OnRemoved": [
{
"$type": "ActCameraShotEndAction",
"CameraShotKey": "Avatar_Alice_ChargeAttack_End_03_Cam_01"
}
],
"OnSwitchTriggered": [
{
"$type": "ActCameraShotEndAction",
"CameraShotKey": "Avatar_Alice_ChargeAttack_End_03_Cam_01",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": false
}
]
}
]
}
}
}