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

56 lines
1.3 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.CollectDataConditions",
"TaskIDList": [],
"MainMissionIDList": [],
"PerformanceIDList": [],
"CustomValueMainMissionIDList": [
9930020
]
},
{
"$type": "RPG.GameCore.WaitMissionCustomValueChange",
"MainMissionID": 9930020,
"MissionCustomValue": {
"isLocal": true,
"isRange": true,
"ValidValueParamList": [
0,
10
]
},
"OnChange": [
{
"$type": "RPG.GameCore.DebugLog",
"Level": "Warn",
"Message": "MCV1 = 2"
}
],
"Condition": {
"$type": "RPG.GameCore.ByCompareMissionCustomValue",
"MainMissionID": 9930020,
"MissionCustomValue": {
"isLocal": true,
"isRange": true,
"ValidValueParamList": [
0,
10
]
},
"EquationType": "Equal",
"TargetValue": 2
}
}
]
}
],
"Type": "Group"
}