trigger:BEAT
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.
How it works
Section titled “How it works”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
Inherited version
Section titled “Inherited version”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
Available from
Section titled “Available from”| Source | Unlock type |
|---|---|
| [unsigned] Air Shakur | unique skill |
Technical details
| Field | Value |
|---|---|
| Rarity | 5 |
| Type tags | nac |
Condition group 1
Section titled “Condition group 1”| Field | Check | Meaning |
|---|---|---|
is_finalcorner | == 1 | Checks if you’re currently on the final corner or beyond. |
order_rate | >= 40 | Your current position in the race as a percentage. |
order_rate | <= 75 | Your current position in the race as a percentage. |
lane_type | == 0 | The lane you’re currently running in. Known values: inner <= 0.2 < middle <= 0.4 outer <= 0.6 < outside. |
is_last_straight | == 1 | Checks if you’re currently on the final straight of the course. |
| Timing | Value |
|---|---|
| Base duration | 5s |
| Effects | speed 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