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

29 lines
581 B
JSON

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