2024-10-21 03:16:22 -03:00

49 lines
1.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "DeployPuzzle_2_Center_Sound_On"
}
},
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_xianzhou_deploypuzzle_light_02"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "DeployPuzzle_2_Center_Sound_Off"
}
},
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_xianzhou_deploypuzzle_light_02_stop"
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "CustomString_TriggerEffect"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "CustomString_EffectType"
}
]
}
}