Skip to content

trigger:BEAT

trigger:BEAT icon

When near the inner rail midpack on the final corner or later, calculate the path to victory, increasing velocity and ability to navigate smoothly on the final straight.

Effect: Increase target speed by 0.35 m/s; Increase acceleration by 0.035 m/s²

Duration: 5 seconds

Activates when:

  • On the final straight
  • After the final corner
  • Your current position in the race as a percentage is 40 or more
  • When your current position in the race is 75% or earlier
  • The lane you’re currently running in is 0

A weaker, inheritance-only version of this skill. Learnable for 200 SP.

When near the inner rail midpack on the final corner or later, slightly increase velocity and ability to navigate smoothly on the final straight.

Effect: Increase target speed by 0.15 m/s; Increase acceleration by 0.015 m/s²

Duration: 3 seconds

SourceUnlock type
[unsigned] Air Shakurunique skill
Technical details
FieldValue
Rarity5
Type tagsnac
FieldCheckMeaning
is_finalcorner== 1Checks if you’re currently on the final corner or beyond.
order_rate>= 40Your current position in the race as a percentage.
order_rate<= 75Your current position in the race as a percentage.
lane_type== 0The lane you’re currently running in. Known values: inner <= 0.2 < middle <= 0.4 outer <= 0.6 < outside.
is_last_straight== 1Checks if you’re currently on the final straight of the course.
TimingValue
Base duration5s
Effectsspeed increase: 0.35 (known values: 0.025, 0.035, 0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.55, 0.6, 0.65), acceleration increase: 0.035 (known values: 0.005, 0.015, 0.025, 0.035, 0.045)

Raw precondition: is_finalcorner==1&order_rate>=40&order_rate<=75&lane_type==0
Raw trigger: is_last_straight==1