HollowPS_TV_experiments/extras/zzz-0.1-jsons/Corin_Camera.json

137 lines
No EOL
4.5 KiB
JSON

{
// Corin 镜头事件
"AbilityName" : "Corin_Camera",
"AbilityStacking":"Unique",
"AbilityMixins" :
[
{
"$type" : "MoleMole.AttachStateWithModifierMixin",
"ConfigList":
[
//特殊技
{
"AnimatorStateName": "Attack_Branch_01",
"LayerIndex": 0,
"Target":"Self",
"NormalizedTimeLow": 0.0,
"NormalizedTimeHigh": 1.0,
"ModifierNameList":
[
"CameraModifer_01",
],
},
{
"AnimatorStateName": "Attack_Branch_01_Explode",
"LayerIndex": 0,
"Target":"Self",
"NormalizedTimeLow": 0.0,
"NormalizedTimeHigh": 1.0,
"ModifierNameList":
[
"CameraModifer_01",
],
},
{
"AnimatorStateName": "Attack_Branch_01_NotExplode",
"LayerIndex": 0,
"Target":"Self",
"NormalizedTimeLow": 0.0,
"NormalizedTimeHigh": 1.0,
"ModifierNameList":
[
"CameraModifer_01",
],
},
//强化特殊技
{
"AnimatorStateName": "Attack_Branch_02",
"LayerIndex": 0,
"Target":"Self",
"NormalizedTimeLow": 0.0,
"NormalizedTimeHigh": 1.0,
"ModifierNameList":
[
"CameraModifer_02",
],
},
{
"AnimatorStateName": "Attack_Branch_02_Loop",
"LayerIndex": 0,
"Target":"Self",
"NormalizedTimeLow": 0.0,
"NormalizedTimeHigh": 1.0,
"IsLoop": true,
"ModifierNameList":
[
"CameraModifer_02",
],
},
{
"AnimatorStateName": "Attack_Branch_02_Walk",
"LayerIndex": 0,
"Target":"Self",
"NormalizedTimeLow": 0.0,
"NormalizedTimeHigh": 1.0,
"IsLoop": true,
"ModifierNameList":
[
"CameraModifer_02",
],
},
{
"AnimatorStateName": "Attack_Branch_02_Explode",
"LayerIndex": 0,
"Target":"Self",
"NormalizedTimeLow": 0.0,
"NormalizedTimeHigh": 1.0,
"ModifierNameList":
[
"CameraModifer_02",
],
},
],
}
],
"Modifiers" :
{
"CameraModifer_01" :
{
"ModifierStacking": "Unique",
"Duration" : -1,
"IgnoreTimeScale" : false,
"OnRemoved":
[
{
"$type" : "MoleMole.CameraZoomEndAction",
"EndCameraZoomKey" : "Corin_Attack_Branch_01_CamZoom_01",
},
{
"$type" : "MoleMole.CameraStretchEndAction",
"EndCameraStretchKey" : "Corin_Attack_Branch_01_CamStretch_01",
},
]
},
"CameraModifer_02":
{
"ModifierStacking": "Unique",
"Duration" : -1,
"IgnoreTimeScale" : false,
"OnRemoved":
[
{
"$type" : "MoleMole.CameraZoomEndAction",
"EndCameraZoomKey" : "Corin_Attack_Branch_02_CamZoom_01",
},
{
"$type" : "MoleMole.CameraStretchEndAction",
"EndCameraStretchKey" : "Corin_Attack_Branch_02_CamStretch_01",
},
]
},
}
}