Skip to content

One-On-One Obsession

One-On-One Obsession icon

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

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
SourceUnlock type
[Azure Amazon] Hishi Amazonevolved skill
Technical details
FieldValue
Rarity6
Type tagsmed
FieldCheckMeaning
is_finalcorner== 1Checks if you’re currently on the final corner or beyond.
change_order_onetime< 0Checks if your position in the race has changed.
remain_distance<= 201The number of meters remaining in the race.
remain_distance>= 199The number of meters remaining in the race.
distance_type== 3The distance type of the current race. Value 3 means medium. Known values: 1 (sprint), 2 (mile), 3 (medium), 4 (long).
TimingValue
Base duration3s
Effectsspeed 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