One-On-One Obsession
Alternate name: One-On-One Obsession
Medium・If you overtook someone during the Final Corner, then when there’s 200 m remaining in the race, your speed will greatly increase
How it works
Section titled “How it works”Effect: Increase target speed by 0.45 m/s
Duration: 3 seconds
Activates when:
- After the final corner
- The number of meters remaining in the race is 201 or fewer
- The number of meters remaining in the race is 199 or more
- The distance type of the current race is medium
- Your position in the race has changed is below 0
Available from
Section titled “Available from”| Source | Unlock type |
|---|---|
| [Azure Amazon] Hishi Amazon | evolved skill |
Technical details
| Field | Value |
|---|---|
| Rarity | 6 |
| Type tags | med |
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. |
change_order_onetime | < 0 | Checks if your position in the race has changed. |
remain_distance | <= 201 | The number of meters remaining in the race. |
remain_distance | >= 199 | The number of meters remaining in the race. |
distance_type | == 3 | The distance type of the current race. Value 3 means medium. Known values: 1 (sprint), 2 (mile), 3 (medium), 4 (long). |
| Timing | Value |
|---|---|
| Base duration | 3s |
| Effects | speed increase: 0.45 (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: is_finalcorner==1&change_order_onetime<0
Raw trigger: remain_distance<=201&remain_distance>=199&distance_type==3