mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitRogueSelectBuff"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SetRogueRoomFinish"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SetAllRogueDoorState"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitPredicateSucc"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.PredicateTaskList",
|
|
"Predicate": {
|
|
"$type": "RPG.GameCore.ByCompareGroupMonsterNumByState"
|
|
},
|
|
"SuccessTaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.ChangePropState"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ChangePropState"
|
|
}
|
|
],
|
|
"FailedTaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.SetRogueRoomFinish"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SetAllRogueDoorState"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ValueSource": {
|
|
"Values": []
|
|
}
|
|
} |