Files
turnbasedgamedata/Config/Level/Common_LG/PhotoGraphStart.json
2025-05-20 21:34:22 -03:00

285 lines
7.2 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PhotoGraphStartCustomString"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"Mode": "FullTransfer",
"CustomTime": 0.25,
"TransferFullDuration": {
"PrevDuration": 0,
"KeepDuration": 0.2,
"PostDuration": 0.8
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PhotoGraphFinishCustomString"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.UnLockPlayerControl"
},
{
"$type": "RPG.GameCore.SetEntityVisible",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvLocalPlayer",
"IncludeStoryPlayer": false
},
"Visible": true,
"MuteColliderWhenInvisible": false
},
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"Mode": "FullTransfer",
"CustomTime": 0.25,
"TransferFullDuration": {
"PrevDuration": 0,
"KeepDuration": 0.2,
"PostDuration": 0.8
}
},
{
"$type": "RPG.GameCore.CharacterHeadStopLookAt",
"CharacterUniqueName": "LocalPlayer"
},
{
"$type": "RPG.GameCore.RemoveLevelAreas",
"AreaName": {
"Value": "MainCameraArea"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PhotoGraphFirstPersonModeStartCustomString"
}
},
{
"$type": "RPG.GameCore.UnLockPlayerControl"
},
{
"$type": "RPG.GameCore.SetEntityVisible",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvLocalPlayer",
"IncludeStoryPlayer": false
},
"MuteColliderWhenInvisible": false
},
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"Mode": "FullTransfer",
"CustomTime": 0.25,
"TransferFullDuration": {
"PrevDuration": 0,
"KeepDuration": 0.2,
"PostDuration": 0.8
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PhotoGraphThirdPersonModeStartCustomString"
}
},
{
"$type": "RPG.GameCore.LockPlayerControl"
},
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"Mode": "FullTransfer",
"CustomTime": 0.25,
"TransferFullDuration": {
"PrevDuration": 0,
"KeepDuration": 0.2,
"PostDuration": 0.8
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PhotoGraphThirdToFirstPersonCustomString"
}
},
{
"$type": "RPG.GameCore.SetEntityVisible",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvLocalPlayer",
"IncludeStoryPlayer": false
},
"MuteColliderWhenInvisible": false
},
{
"$type": "RPG.GameCore.UnLockPlayerControl"
},
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"Mode": "FullTransfer",
"CustomTime": 0.25,
"TransferFullDuration": {
"PrevDuration": 0,
"KeepDuration": 0.2,
"PostDuration": 0.8
},
"TaskEnabled": false
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PhotoGraphFirstToThirdPersonCustomString"
}
},
{
"$type": "RPG.GameCore.SetEntityVisible",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvLocalPlayer",
"IncludeStoryPlayer": false
},
"Visible": true,
"MuteColliderWhenInvisible": false
},
{
"$type": "RPG.GameCore.LockPlayerControl"
},
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"Mode": "FullTransfer",
"CustomTime": 0.25,
"TransferFullDuration": {
"PrevDuration": 0,
"KeepDuration": 0.2,
"PostDuration": 0.8
},
"TaskEnabled": false
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PhotoGraphEnableCharacterDither"
}
},
{
"$type": "RPG.GameCore.CharacterTriggerAnimState",
"CharacterUniqueName": {
"Value": "LocalPlayer"
},
"AnimStateName": "StandBy",
"NormalizedTransitionDuration": 0
},
{
"$type": "RPG.GameCore.SetEntityVisible",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvLocalPlayer",
"IncludeStoryPlayer": false
},
"MuteColliderWhenInvisible": false
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PhotoGraphDisableCharacterDither"
}
},
{
"$type": "RPG.GameCore.SetEntityVisible",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvLocalPlayer",
"IncludeStoryPlayer": false
},
"Visible": true,
"MuteColliderWhenInvisible": false
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PhotoGraphEnableLookat"
}
},
{
"$type": "RPG.GameCore.CaptureMainCamera",
"AreaName": "MainCameraArea",
"AnchorName": "MainCamera"
},
{
"$type": "RPG.GameCore.CharacterHeadLookAt",
"CharacterUniqueName": "LocalPlayer",
"TargetAreaName": "MainCameraArea",
"TargetAnchorName": "MainCamera",
"Constraint": {}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PhotoGraphDisableLookat"
}
},
{
"$type": "RPG.GameCore.CharacterHeadStopLookAt",
"CharacterUniqueName": "LocalPlayer"
},
{
"$type": "RPG.GameCore.RemoveLevelAreas",
"AreaName": {
"Value": "MainCameraArea"
}
}
]
}
]
}