mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
73 lines
1.8 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |