Condor's Fury
Alternate name: Condor Onslaught
Increase acceleration with blazing passion when aiming for the front from midpack on the final corner.
How it works
Section titled “How it works”Effect: Recover stamina by 0.4
Duration: 4 seconds
Activates when:
- After the final corner
- You’re currently on a corner
- While overtaking or chasing another runner
- Your current position in the race is 4 or more
- When your current position in the race is 75% or earlier
Inherited version
Section titled “Inherited version”A weaker, inheritance-only version of this skill. Learnable for 200 SP.
Slightly increase acceleration when aiming for the front from midpack on the final corner.
Effect: Recover stamina by 0.2
Duration: 2.4 seconds
Available from
Section titled “Available from”| Source | Unlock type |
|---|---|
| [Kukulkan Warrior] El Condor Pasa | unique skill |
Technical details
| Field | Value |
|---|---|
| Rarity | 5 |
| 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). |
is_overtake | == 1 | Checks if you have any overtake targets. |
order | >= 4 | Your current position in the race. |
order_rate | <= 75 | Your current position in the race as a percentage. |
| Timing | Value |
|---|---|
| Base duration | 4s |
| Effects | stamina 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==1&corner!=0&is_overtake==1&order>=4&order_rate<=75