mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.PropSetupUITrigger",
|
|
"ButtonCallback": [
|
|
{
|
|
"$type": "RPG.GameCore.VerifyInteractingEntity",
|
|
"IsOwnerEntity": true
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ShowUI",
|
|
"Name": "Ui.Rogue.Avatar.RogueRevivePage",
|
|
"WaitForExit": true,
|
|
"OnUIEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.SwitchBubbleTalk"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.StartPropInteractMode",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
|
|
},
|
|
"Mode": "UseInteractiveProp",
|
|
"UseOverrideData": true,
|
|
"OverrideData01": {
|
|
"AreasPath": "Level/Common_Adventure/UseReviveMachine.prefab",
|
|
"AreaName": "UseReviveMachine",
|
|
"AnchorName": "UseProp_Camera"
|
|
}
|
|
}
|
|
],
|
|
"OnUIExitImmediately": [
|
|
{
|
|
"$type": "RPG.GameCore.SwitchBubbleTalk",
|
|
"Enable": true
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.TriggerCustomString",
|
|
"CustomString": {
|
|
"Value": "EndPropInteractEvent0001"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"InteractAngleRange": 240,
|
|
"OverrideTargetTypes": [],
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"IsLoop": true,
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitCustomString",
|
|
"CustomString": {
|
|
"Value": "EndPropInteractEvent0001"
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.EndPropInteract"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |