2025-02-24 07:50:34 -03:00

95 lines
2.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByCompareFloorCustomFloatV2",
"Name": {
"Value": "FCV_DayOrNight"
},
"CompareType": "Equal",
"CompareValue": {
"FixedValue": {
"Value": 1
}
}
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.SetMissionAudioState",
"SetSoundEffectState": true,
"SoundEffectStateName": "State_SFXTag_0310_03"
}
],
"FailedTaskList": [
{
"$type": "RPG.GameCore.ResetMissionAudioState",
"ResetSoundEffectState": true
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChangeV2",
"Name": {
"Value": "FCV_DayOrNight"
},
"OnChange": [
{
"$type": "RPG.GameCore.SetMissionAudioState",
"SetSoundEffectState": true,
"SoundEffectStateName": "State_SFXTag_0310_03"
}
],
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorCustomFloatV2",
"Name": {
"Value": "FCV_DayOrNight"
},
"CompareType": "Equal",
"CompareValue": {
"FixedValue": {
"Value": 1
}
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChangeV2",
"Name": {
"Value": "FCV_DayOrNight"
},
"OnChange": [
{
"$type": "RPG.GameCore.ResetMissionAudioState",
"ResetSoundEffectState": true
}
],
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorCustomFloatV2",
"Name": {
"Value": "FCV_DayOrNight"
},
"CompareType": "Equal",
"CompareValue": {
"FixedValue": {
"Value": 0
}
}
}
}
]
}
],
"Type": "Group"
}