turnbasedgamedata/Config/Level/Maze/Chapter02/X201/Maze_Chap02_TeleportGate.json
2025-02-24 07:50:34 -03:00

105 lines
2.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropInitPuzzle",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"BoardPath": {
"Custom": true,
"Key": "PrefabPath"
},
"LocalPosition": {}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PlaySpeedLine"
}
},
{
"$type": "RPG.GameCore.EnableNPCMonsterAI",
"GroupMonsterIDs": [],
"UniqueNames": []
},
{
"$type": "RPG.GameCore.AdvForceNpcGoBack"
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 0.5
}
}
},
{
"$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"
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "StopSpeedLine"
}
},
{
"$type": "RPG.GameCore.EnableNPCMonsterAI",
"Enable": true,
"GroupMonsterIDs": [],
"UniqueNames": []
},
{
"$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"
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedInt",
"Key": "Maze_CurrentGroup"
},
{
"$type": "RPG.GameCore.SharedString",
"Value": "Props/Outputs/Chap02/Chap02_Prop_TeleportGate/TeleportGateController_X22.prefab",
"Key": "PrefabPath"
}
]
}
}