Skip to content

All Charged! It's Go Time!

All Charged! It's Go Time! icon

Alternate name: Charge Complete! Full Speed Ahead!

Moderately increase velocity when positioned toward the front with about 300m remaining. If coming out of an uphill, greatly increase velocity instead.

Effect: Increase target speed by 0.45 m/s

Duration: 5 seconds

Activates when:

  • The number of meters remaining in the race is 299 or fewer
  • The number of meters remaining in the race is 295 or more
  • While placed 2 or better
  • You aren’t currently running uphill or downhill
  • You’re currently running uphill or downhill is down
  • The number of meters remaining in the race is 305 or fewer
  • The number of meters remaining in the race is 300 or more
  • You’re currently running uphill or downhill

Effect: Increase target speed by 0.25 m/s

Duration: 5 seconds

Activates when:

  • The number of meters remaining in the race is 299 or fewer
  • The number of meters remaining in the race is 295 or more
  • While placed 2 or better

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

Very slightly increase velocity when positioned toward the front with about 300m remaining. If coming out of an uphill, moderately increase velocity instead.

Effect: Increase target speed by 0.25 m/s

Duration: 3 seconds

Effect: Increase target speed by 0.05 m/s

Duration: 3 seconds

SourceUnlock type
[Always Electrifying] Ines Fujinunique skill
Technical details
FieldValue
Rarity5
Type tagsslo, nac
FieldCheckMeaning
remain_distance<= 305The number of meters remaining in the race.
remain_distance>= 300The number of meters remaining in the race.
slope== 1Checks if you’re currently running uphill or downhill. Value 1 means up. Known values: 0 (no slope), 1 (up), 2 (down).
remain_distance<= 299The number of meters remaining in the race.
remain_distance>= 295The number of meters remaining in the race.
order<= 2Your current position in the race.
slope== 0Checks if you’re currently running uphill or downhill. Value 0 means no slope. Known values: 0 (no slope), 1 (up), 2 (down).
remain_distance<= 299The number of meters remaining in the race.
remain_distance>= 295The number of meters remaining in the race.
order<= 2Your current position in the race.
slope== 2Checks if you’re currently running uphill or downhill. Value 2 means down. Known values: 0 (no slope), 1 (up), 2 (down).
TimingValue
Base duration5s
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: remain_distance<=305&remain_distance>=300&slope==1
Raw trigger: remain_distance<=299&remain_distance>=295&order<=2&slope==0@remain_distance<=299&remain_distance>=295&order<=2&slope==2

FieldCheckMeaning
remain_distance<= 299The number of meters remaining in the race.
remain_distance>= 295The number of meters remaining in the race.
order<= 2Your current position in the race.
TimingValue
Base duration5s
Effectsspeed 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: remain_distance<=299&remain_distance>=295&order<=2