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

92 lines
2.1 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.SetMunicipalEnable",
"Visible": true
}
],
"FailedTaskList": [
{
"$type": "RPG.GameCore.SetMunicipalEnable"
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChangeV2",
"Name": {
"Value": "FCV_DayOrNight"
},
"OnChange": [
{
"$type": "RPG.GameCore.SetMunicipalEnable",
"Visible": true
}
],
"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.SetMunicipalEnable"
}
],
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorCustomFloatV2",
"Name": {
"Value": "FCV_DayOrNight"
},
"CompareType": "Equal",
"CompareValue": {
"FixedValue": {
"Value": 0
}
}
}
}
]
}
],
"Type": "Group",
"EntityEventList": []
}