turnbasedgamedata/Config/Level/Maze/MazeProp/Maze_Prop_ChallengeRaid_NoEntranceForRobot.json
2024-10-21 03:16:22 -03:00

86 lines
2.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "OpenRaid"
}
},
{
"$type": "RPG.GameCore.VerifyInteractingEntity",
"IsOwnerEntity": true
},
{
"$type": "RPG.GameCore.StartDialogueEntityInteract",
"LevelGraphPath": "Config/Level/Props/InteractMode/TriggerEvent_TriggerType_07.json",
"UseOverrideData": true,
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Value": "Level/Common_Adventure/UseInteractNPCRobot.prefab",
"Key": "DialogueEntityInteract_AreaPath"
},
{
"$type": "RPG.GameCore.SharedString",
"Value": "UseInteractNPCRobot,UseInteractNPCRobot_Camera",
"Key": "DialogueEntityInteract_CameraKey"
},
{
"$type": "RPG.GameCore.SharedString",
"Value": "UseInteractNPCRobot",
"Key": "DialogueEntityInteract_AreaName"
}
]
}
},
{
"$type": "RPG.GameCore.SetLocalPlayerDitherAlpha"
},
{
"$type": "RPG.GameCore.OpenTreasureChallenge",
"RaidID": 4012102,
"OnCancel": [
{
"$type": "RPG.GameCore.EndDialogueEntityInteract"
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Custom": true,
"Key": "ClosePage"
}
}
]
},
{
"$type": "RPG.GameCore.EndDialogueEntityInteract"
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Custom": true,
"Key": "ClosePage"
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "OpenRaid"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "ClosePage"
}
]
}
}