turnbasedgamedata/Config/Level/Test/TestGroupLevelGraph/HoyoGroup_SubGraphTest.json
2025-02-27 00:13:27 -03:00

54 lines
1.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChange",
"Name": {
"Value": "RunSubGraph"
},
"OnChange": [
{
"$type": "RPG.GameCore.DebugLog",
"Level": "Warn",
"Message": "StartSubGraph"
},
{
"$type": "RPG.GameCore.StartSubGraphRaw",
"LevelGraphPath": "Config/Level/Test/TestGroupLevelGraph/LG_Sub_Test.json",
"DynamicOverrideSet": {
"FloatOverrides": [
{
"Name": "DynamicFloat",
"Value": {
"FixedValue": {
"Value": 0
}
}
}
],
"StringOverrides": []
}
},
{
"$type": "RPG.GameCore.DebugLog",
"Level": "Warn",
"Message": "SubGraphFinished"
}
],
"Condition": {
"$type": "RPG.GameCore.ByCheckFloorCustomBool",
"Name": {
"Value": "RunSubGraph"
}
}
}
]
}
],
"ValueSource": {
"Values": []
}
}