mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
98 lines
2.4 KiB
JSON
98 lines
2.4 KiB
JSON
{
|
|
"OnInitSequece": [
|
|
{
|
|
"TaskList": []
|
|
}
|
|
],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.AdvSetupCustomTaskTrigger",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.GroupFetchLocalTarget",
|
|
"TargetType": "Prop",
|
|
"Targets": [
|
|
300001
|
|
]
|
|
},
|
|
"TriggerName": "MissionTrigger",
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.ShowFuncBtn",
|
|
"PuzzleFunc": "TriggerCustomString",
|
|
"CDDuration": 0,
|
|
"CustomString": {
|
|
"Value": "opendecal"
|
|
},
|
|
"ShowBtnEffect": true,
|
|
"OverrideIconPath": "SpriteOutput/PhotoGraffti/SkillIcon_Graffti.png",
|
|
"OverrideBtnHint": {
|
|
"Hash": 3817528409920833217
|
|
}
|
|
}
|
|
],
|
|
"OnExit": [
|
|
{
|
|
"$type": "RPG.GameCore.ShowFuncBtn",
|
|
"PuzzleFunc": "TriggerCustomString",
|
|
"CDDuration": 0,
|
|
"CustomString": {
|
|
"Value": "opendecal"
|
|
},
|
|
"ShowBtnEffect": true,
|
|
"OverrideIconPath": "SpriteOutput/PhotoGraffti/SkillIcon_Graffti.png",
|
|
"OverrideBtnHint": {
|
|
"Hash": 3817528409920833217
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitGroupEvent",
|
|
"EventName": {
|
|
"Value": "opendecal"
|
|
},
|
|
"OnEvent": [
|
|
{
|
|
"$type": "RPG.GameCore.DecalPuzzleStart",
|
|
"DecalConfigIDs": [
|
|
10,
|
|
11,
|
|
12,
|
|
13
|
|
],
|
|
"IdentifyLookAt": {
|
|
"$type": "RPG.GameCore.GroupFetchLocalTarget",
|
|
"TargetType": "Prop",
|
|
"Targets": [
|
|
300001
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitGroupEvent",
|
|
"EventName": {
|
|
"Value": "DecalPuzzle_Finish"
|
|
},
|
|
"OnEvent": [
|
|
{
|
|
"$type": "RPG.GameCore.DecalPuzzleEnd"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "Group"
|
|
} |