turnbasedgamedata/Config/Level/Maze/Activity/AlleyLevel/AlleyLevelgraph_TopViewCameraController.json
2025-02-24 07:50:34 -03:00

142 lines
4.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"ButtonCallback": [
{
"$type": "RPG.GameCore.BlockInputController",
"Enable": true,
"ActionNameList": []
},
{
"$type": "RPG.GameCore.RadialBlurEffect",
"BlurStart": 0.25
},
{
"$type": "RPG.GameCore.SpeedLineEffect",
"Speed": 0.8,
"Divide": 0.6,
"Start": 0.4,
"Brightness": 0.2,
"Density": 0.4,
"SpeedlineSeedPath": "Effects/Eff_Texture/Special/Noise/Eff_Noise_35.tga"
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "Alley_ShowShopUI"
}
},
{
"$type": "RPG.GameCore.ActiveVirtualCamera",
"AreaName": "Alley_TopView",
"AnchorName": "TopCam",
"FollowTargetUniqueName": "LocalPlayer",
"FollowTargetAttachPoint": "CameraRoot",
"LookAtTargetUniqueName": "LocalPlayer",
"LookAtTargetAttachPoint": "CameraRoot",
"WaitBlendFinish": true,
"BlendConfig": {
"ExportToJson": true,
"BlendType": "EaseInOut",
"BlendTime": 2
},
"DynamicParams": {
"OrbitalTransposerBias": true
}
},
{
"$type": "RPG.GameCore.RadialBlurEffect",
"Active": false,
"BlurStart": 0.25
},
{
"$type": "RPG.GameCore.SpeedLineEffect",
"Active": false,
"Speed": 0.8,
"Divide": 0.6,
"Start": 0.4,
"Brightness": 0.2,
"Density": 0.4,
"SpeedlineSeedPath": "Effects/Eff_Texture/Special/Noise/Eff_Noise_35.tga"
},
{
"$type": "RPG.GameCore.BlockInputController",
"ActionNameList": []
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Alley_ShowShopUI"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.LockPlayerControl"
},
{
"$type": "RPG.GameCore.LockCamera"
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 0.26
}
}
},
{
"$type": "RPG.GameCore.ShowTransitionLoadingUI",
"Name": "Ui.Activity.ActivityAlley.Transport.AlleyTransportTransitionDialog"
},
{
"$type": "RPG.GameCore.ShowUI",
"Name": "Ui.Activity.ActivityAlley.Transport.TutorialAlleyTransportMainPage",
"WaitForExit": true,
"OnUIEnter": [
{
"$type": "RPG.GameCore.ExitTransitionLoadingUI"
}
],
"OnUIExitImmediately": [
{
"$type": "RPG.GameCore.ActiveVirtualCamera",
"AreaName": "Alley_TopView",
"AnchorName": "TopCam",
"IsActive": false,
"FollowTargetUniqueName": "LocalPlayer",
"FollowTargetAttachPoint": "CameraRoot",
"LookAtTargetUniqueName": "LocalPlayer",
"LookAtTargetAttachPoint": "CameraRoot",
"WaitBlendFinish": true,
"DynamicParams": {
"OrbitalTransposerBias": true
}
}
]
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "Target"
}
]
}
}