Files
turnbasedgamedata/Config/Level/SubLevelGraph/BattlePerform_20223201.json
2024-10-21 03:16:22 -03:00

23 lines
560 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitPerformanceCondition",
"ConditionType": "SpecialWin",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "LevelEntity"
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.InsertBattlePerform",
"BattlePerformPath": "Config/Level/SubLevelGraph/BattlePerform_20223201_1.json"
}
]
}
]
}
]
}