mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
40 lines
945 B
JSON
40 lines
945 B
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.CollectDataConditions",
|
|
"TaskIDList": [],
|
|
"MainMissionIDList": [],
|
|
"PerformanceIDList": [],
|
|
"CustomValueMainMissionIDList": [
|
|
9999997
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.WaitMissionCustomValueChange",
|
|
"OnChange": [
|
|
{
|
|
"$type": "RPG.GameCore.AdvCreateGroupEntity",
|
|
"InstanceIDList": [
|
|
400001
|
|
]
|
|
}
|
|
],
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.ByCompareMissionCustomValue",
|
|
"MainMissionID": 9999997,
|
|
"MissionCustomValue": {
|
|
"ValidValueParamList": [
|
|
0,
|
|
1
|
|
]
|
|
},
|
|
"EquationType": "Equal"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |