mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"IsLoop": true,
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitCustomString",
|
|
"CustomString": {
|
|
"Custom": true,
|
|
"Key": "InitPuzzle_Str"
|
|
},
|
|
"GoNextImmediately": true
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.HideWaypointByProp",
|
|
"PropKey": {
|
|
"Custom": true,
|
|
"Key": "BirdSet"
|
|
},
|
|
"OnNameBoard": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"IsLoop": true,
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitCustomString",
|
|
"CustomString": {
|
|
"Custom": true,
|
|
"Key": "ClosePuzzle_Str"
|
|
},
|
|
"GoNextImmediately": true
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ShowWaypointByProp",
|
|
"PropKey": {
|
|
"Custom": true,
|
|
"Key": "BirdSet"
|
|
},
|
|
"MaxRange": 10,
|
|
"IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay6.png",
|
|
"OnNameBoard": true
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ValueSource": {
|
|
"Values": [
|
|
{
|
|
"$type": "RPG.GameCore.SharedString",
|
|
"Key": "InitPuzzle_Str"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SharedString",
|
|
"Key": "ClosePuzzle_Str"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SharedString",
|
|
"Key": "BirdSet"
|
|
}
|
|
]
|
|
}
|
|
} |