Files
turnbasedgamedata/Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueThroneRoom_God.json
2025-02-24 07:50:34 -03:00

100 lines
2.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"ColliderRelativePath": "TriggerUIBtn",
"ButtonCallback": [
{
"$type": "RPG.GameCore.ShowTalkUI",
"Show": true,
"ShowDialogControlUI": false
},
{
"$type": "RPG.GameCore.LockPlayerControl",
"LockCameraControl": false
},
{
"$type": "RPG.GameCore.AdvNpcFaceToPlayer",
"FinishImmadiate": true
},
{
"$type": "RPG.GameCore.PlaySimpleTalk",
"SimpleTalkList": [
{
"ProtectTime": 0.3
}
]
},
{
"$type": "RPG.GameCore.WaitSimpleTalkFinish"
},
{
"$type": "RPG.GameCore.PlayOptionTalk",
"OptionList": [
{
"$type": "RPG.GameCore.OptionTalkInfo",
"OptionTextmapID": {
"Hash": 1175574569764703576
},
"TriggerCustomString": "PlaneName_80112"
},
{
"$type": "RPG.GameCore.OptionTalkInfo",
"OptionTextmapID": {
"Hash": 617943968525442753
},
"TriggerCustomString": "MazeText_MazeCommon_Close"
}
]
}
],
"OverrideTargetTypes": [],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PlaneName_80112"
}
},
{
"$type": "RPG.GameCore.EnterMapByCondition",
"EntranceID": {
"FixedValue": {
"Value": 8011201
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "MazeText_MazeCommon_Close"
}
},
{
"$type": "RPG.GameCore.ShowTalkUI",
"ShowDialogControlUI": false
},
{
"$type": "RPG.GameCore.UnLockPlayerControl"
}
]
},
{
"TaskList": []
}
]
}