Skip to content

Shooting for Victory!

Shooting for Victory! icon

Alternate name: Victory Shot!

Increase acceleration with a pow, a wow, and a bang when well-positioned upon approaching the final straight.

Effect: Recover stamina by 0.4

Duration: 5 seconds

Activates when:

  • You’re currently on the second half of the final corner
  • You’re currently on a corner
  • Your current position in the race is 3 or more
  • When your current position in the race is 40% or earlier

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

Slightly increase acceleration when well-positioned upon approaching the final straight.

Effect: Recover stamina by 0.2

Duration: 3 seconds

SourceUnlock type
[Wild Frontier] Taiki Shuttleunique skill
Technical details
FieldValue
Rarity5
Type tagsf_c, cor, nac
FieldCheckMeaning
is_finalcorner_laterhalf== 1Checks if you’re currently on the second half of the final corner.
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>= 3Your current position in the race.
order_rate<= 40Your current position in the race as a percentage.
TimingValue
Base duration5s
Effectsstamina recovery: 0.4 (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: is_finalcorner_laterhalf==1&corner!=0&order>=3&order_rate<=40