Files
turnbasedgamedata/Config/Level/GroupGraph/F20004001/Group_F20004001_G91.json
2025-02-24 07:50:34 -03:00

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"
}