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

66 lines
1.5 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"ColliderRelativePath": "TriggerUIBtn",
"ButtonCallback": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "Rogue_Prop_Appraisal"
}
}
],
"InteractAngleRange": 220,
"OverrideTargetTypes": [],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ChangePropState"
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Rogue_Prop_Appraisal"
}
},
{
"$type": "RPG.GameCore.VerifyInteractingEntity",
"IsOwnerEntity": true
},
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Execute": [
{
"$type": "RPG.GameCore.StartPropInteractMode",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Mode": "LockControl"
}
]
}
]
}
],
"Type": "Entity",
"EntityEventList": []
}