Skip to content

Commit

Permalink
Fixed time step while the ride is rising
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Nov 2, 2024
1 parent 1c45d7d commit c3d36af
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions data/lt/behaviors/survive_the_tide/4/phases.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,32 @@
"end": 1300
},
"max_time_step": 3,
"fixed_time_step": {
"start": "start",
"end": "rain_start_2"
},
"fixed_time_step": [
{
"start": "start",
"end": "rain_start_2"
},
{
"start": "tide_rise_1",
"end": "rain_end_1"
},
{
"start": "tide_rise_2",
"end": "rain_end_2"
},
{
"start": "tide_rise_3",
"end": "rain_end_3"
},
{
"start": "tide_rise_4",
"end": "rain_end_4"
},
{
"start": "tide_rise_5",
"end": "rain_end_5"
}
],
"time_by_player_count": [
{
"left": 20,
Expand Down

0 comments on commit c3d36af

Please sign in to comment.