Skip to content

Feel the Burn!

Feel the Burn! icon

Alternate name: Burning Muscles!

Moderately increase acceleration in an attempt to move up on a corner late-race.

Effect: Recover stamina by 0.3

Duration: 4 seconds

Activates when:

  • Current phase of the race is Late-Race or later
  • You’re currently on a corner
  • Your current position in the race as a percentage is 65 or more
  • When your current position in the race is 70% or earlier

A weaker, inheritance-only version of this skill. Learnable for 200 SP.

Slightly increase acceleration in an attempt to move up on a corner late-race.

Effect: Recover stamina by 0.2

Duration: 2.4 seconds

SourceUnlock type
[Down the Line] Mejiro Ryanunique skill
Technical details
FieldValue
Rarity3
Type tagsl_2, l_3, cor, nac
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).
corner!= 0Checks if you’re currently on a corner (and if yes, then which one). Value 0 means not a corner. Known values: 0 (not a corner), 1 (first corner), 2 (second corner), 3 (third corner), 4 (fourth corner).
order_rate>= 65Your current position in the race as a percentage.
order_rate<= 70Your current position in the race as a percentage.
TimingValue
Base duration4s
Effectsstamina recovery: 0.3 (known values: 0.025, 0.05, 0.07, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, -0.05, -0.1, -0.2, -0.3, -1.6, -18)

Raw precondition: none
Raw trigger: phase>=2&corner!=0&order_rate>=65&order_rate<=70