Razor-Sharp Stride
Alternate name: Razor-Sharp Stride
Betweener・On the Final Straight, if you’re not in lead but also not more than 10 meters from it, your speed will increase
180 SPHow it works
Section titled “How it works”Effect: Increase target speed by 0.25 m/s
Duration: 2.4 seconds
Activates when:
- On the final straight
- Your running strategy is Late Surger
- Your current position in the race is 2 or more
- The distance in meters between the first place and you is 10 or fewer
Available from
Section titled “Available from”| Source | Unlock type |
|---|---|
| [Wild Top Gear] Vodka | event skill |
Technical details
| Field | Value |
|---|---|
| Rarity | 1 |
| Type tags | btw |
Condition group 1
Section titled “Condition group 1”| Field | Check | Meaning |
|---|---|---|
running_style | == 3 | Your running strategy. Value 3 means Late Surger. Known values: 1 (Front Runner), 2 (Pace Chaser), 3 (Late Surger), 4 (End Closer). |
is_last_straight | == 1 | Checks if you’re currently on the final straight of the course. |
order | >= 2 | Your current position in the race. |
distance_diff_top | <= 10 | The distance in meters between the first place and you. |
| Timing | Value |
|---|---|
| Base duration | 2.4s |
| Effects | speed increase: 0.25 (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) |
Raw precondition: none
Raw trigger: running_style==3&is_last_straight==1&order>=2&distance_diff_top<=10