Files
turnbasedgamedata/Config/Level/Maze/MazeExtra/TimeLock/TimeLock_Treasure_GroupGraph.json
2025-05-20 21:34:22 -03:00

147 lines
3.6 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitServerFloorSavedValueChange"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropStateChangeListenerConfig",
"FromState": "Hidden",
"ToState": "ChestClosed",
"OnChange": [
{
"$type": "RPG.GameCore.ShowWaypointByProp",
"GroupID": {
"FixedValue": {
"Value": 0
}
},
"InstanceID": {
"FixedValue": {
"Value": 0
}
},
"PropKey": {
"Custom": true,
"Key": "Treasure"
},
"MaxRange": 15,
"IconPath": "SpriteOutput/MapPics/Billboard/IconBillboardBox.png",
"OnNameBoard": true
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "Treasure"
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "Treasure"
},
"SinglePropID": {
"ID": {
"FixedValue": {
"Value": 300001
}
}
}
},
"State": "ChestClosed",
"Execute": [
{
"$type": "RPG.GameCore.ShowWaypointByProp",
"GroupID": {
"FixedValue": {
"Value": 0
}
},
"InstanceID": {
"FixedValue": {
"Value": 0
}
},
"PropKey": {
"Custom": true,
"Key": "Treasure"
},
"MaxRange": 15,
"IconPath": "SpriteOutput/MapPics/Billboard/IconBillboardBox.png",
"OnNameBoard": true
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropStateChangeListenerConfig",
"FromState": "ChestClosed",
"ToState": "ChestUsed",
"OnChange": [
{
"$type": "RPG.GameCore.HideWaypointByProp",
"GroupID": {
"FixedValue": {
"Value": 0
}
},
"InstanceID": {
"FixedValue": {
"Value": 0
}
},
"PropKey": {
"Custom": true,
"Key": "Treasure"
},
"OnNameBoard": true
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "Treasure"
}
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "FSV"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "Treasure"
}
]
},
"Type": "Group",
"EntityEventList": []
}