mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
56 lines
1.3 KiB
JSON
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"
|
|
} |