turnbasedgamedata/Config/Level/Maze/Chapter00/Train/Train_Chapter00_VendingMachine.json
2025-02-24 07:50:34 -03:00

66 lines
1.9 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"ButtonCallback": [
{
"$type": "RPG.GameCore.VerifyInteractingEntity",
"IsOwnerEntity": true
},
{
"$type": "RPG.GameCore.SelectorConfig",
"TaskList": [
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"State": "Locked",
"Execute": [
{
"$type": "RPG.GameCore.ToastPile",
"DescTextID": {
"Hash": 14783183289801829853
}
}
]
},
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Execute": [
{
"$type": "RPG.GameCore.StartPropInteractMode",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Mode": "LockControl"
},
{
"$type": "RPG.GameCore.ShowShop",
"ShopType": 1,
"TaskID": []
},
{
"$type": "RPG.GameCore.EndPropInteract"
}
]
}
]
}
],
"InteractAngleRange": 240,
"OverrideTargetTypes": [],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
]
}