Files
turnbasedgamedata/Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_ThreeStar_Icon.json
2024-10-21 03:16:22 -03:00

73 lines
1.8 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "TargetState"
}
},
"Execute": [
{
"$type": "RPG.GameCore.ShowWaypointByProp",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx",
"SingleNpcKey": {
"Custom": true,
"Key": "Bird"
}
},
"UseOwnerEntity": true,
"MaxRange": 5,
"IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay6.png",
"OnNameBoard": true
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropStateChangeListenerConfig",
"OnChange": [
{
"$type": "RPG.GameCore.HideWaypointByProp",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx",
"SingleNpcKey": {
"Custom": true,
"Key": "Bird"
}
},
"UseOwnerEntity": true,
"OnNameBoard": true
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "TargetState"
}
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "TargetState"
}
]
}
}