Files
turnbasedgamedata/Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_SnowBuff_01.json
2025-02-24 07:50:34 -03:00

39 lines
790 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.AddMazeBuff",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "LightTeamEntity"
},
"ID": 3002001,
"LifeTime": {
"FixedValue": {
"Value": -1
}
},
"Count": {
"FixedValue": {
"Value": 999
}
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "Maze_Chap01_RotateBridge_CamAnchor"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "Maze_Chap01_RotateBridge_Part01"
}
]
}
}