Files
turnbasedgamedata/Config/Level/Raid/PunkGame/InitLevelGraph_Prop_Raid_EventMazeBuff_04.json
2025-02-24 07:50:34 -03:00

30 lines
598 B
JSON

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