turnbasedgamedata/Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ChallengeBuff.json
2025-02-24 07:50:34 -03:00

27 lines
517 B
JSON

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