Blazing Pride
Alternate name: Blaze of Pride
Increase velocity with the stride of an empress when passing another runner from midpack or further back on the final corner.
How it works
Section titled “How it works”Effect: Increase target speed by 0.35 m/s
Duration: 5 seconds
Activates when:
- After the final corner
- You’re currently on a corner
- Your current position in the race is 3 or more
- Your position in the race has changed is below 0
Inherited version
Section titled “Inherited version”A weaker, inheritance-only version of this skill. Learnable for 200 SP.
Slightly increase velocity when passing another runner from midpack or further back on the final corner.
Effect: Increase target speed by 0.15 m/s
Duration: 3 seconds
Available from
Section titled “Available from”| Source | Unlock type |
|---|---|
| [Empress Road] Air Groove | unique skill |
Technical details
| Field | Value |
|---|---|
| Rarity | 4 |
| Type tags | f_c, cor, nac |
Condition group 1
Section titled “Condition group 1”| Field | Check | Meaning |
|---|---|---|
is_finalcorner | == 1 | Checks if you’re currently on the final corner or beyond. |
corner | != 0 | Checks 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 | >= 3 | Your current position in the race. |
change_order_onetime | < 0 | Checks if your position in the race has changed. |
| Timing | Value |
|---|---|
| Base duration | 5s |
| Effects | speed increase: 0.35 (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: is_finalcorner==1&corner!=0&order>=3&change_order_onetime<0