Files
turnbasedgamedata/Config/Level/Raid/PunkGame/InitLevelGraph_Prop_Raid_EventMazeBuff_05.json
2025-07-03 10:50:43 +02:00

32 lines
662 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitPredicateSucc"
},
{
"$type": "RPG.GameCore.AddMazeBuff",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "CurrentGroupNPCMonsters"
},
"ID": 3003005,
"LifeTime": {
"IsDynamic": false,
"FixedValue": {
"Value": -1
}
},
"Count": {
"IsDynamic": false,
"FixedValue": {
"Value": -1
}
}
}
]
}
]
}