Files
turnbasedgamedata/Config/Level/AetherDivide/Maze_AetherDivide_CrowdSound.json
2024-10-21 03:16:22 -03:00

25 lines
456 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "CrowdSound"
}
},
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_aetherdivide_crowd"
}
}
]
}
],
"ValueSource": {
"Values": []
}
}