Skip to content

Break Through the Red Zone

Break Through the Red Zone icon

Alternate name: Break Through the Red Zone

Mile・If someone is trying to overtake you during the Final Leg, you will get a speed boost

Duration: 4 seconds

Activates when:

  • Current phase of the race is Late-Race or later
  • The number of seconds you’ve been an overtake target is 1 or more
  • The distance type of the current race is mile
SourceUnlock type
[Formula R] Maruzenskyevolved skill
Technical details
FieldValue
Rarity6
Type tagsl_2, l_3, mil
FieldCheckMeaning
phase>= 2Current phase of the race. Value 2 means Late-Race. Known values: 0 (Early-Race), 1 (Mid-Race), 2 (Late-Race), 3 (Last Spurt).
overtake_target_time>= 1The number of seconds you’ve been an overtake target.
distance_type== 2The distance type of the current race. Value 2 means mile. Known values: 1 (sprint), 2 (mile), 3 (medium), 4 (long).
TimingValue
Base duration4s
Effectseffect type 22: 0.35 (known values: 0.035, 0.05, 0.15, 0.25, 0.3, 0.35, 0.4, 0.45, 0.55)

Raw precondition: none
Raw trigger: phase>=2&overtake_target_time>=1&distance_type==2