Super-Duper Stoked
Alternate name: Ready, Steady, Go!
Moderately recover endurance with a glance at nearby runners when positioned toward the back on the final corner.
How it works
Section titled “How it works”Activates when:
- After the final corner
- You’re currently on a corner
- Your current position in the race as a percentage is above 50
- The number of other girls that are currently near you is 1 or more
Inherited version
Section titled “Inherited version”A weaker, inheritance-only version of this skill. Learnable for 200 SP.
Slightly recover endurance with a glance at nearby runners when positioned toward the back on the final corner.
Available from
Section titled “Available from”| Source | Unlock type |
|---|---|
| [Bestest Prize ♪] Haru Urara | unique skill |
Technical details
| Field | Value |
|---|---|
| Rarity | 3 |
| 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_rate | > 50 | Your current position in the race as a percentage. |
near_count | >= 1 | The number of other girls that are currently near you. |
| Timing | Value |
|---|---|
| Base duration | 0s |
| Effects | effect type 9: 0.035 (known values: 0.0035, 0.005, 0.015, 0.035, 0.055, 0.075, 0.095, -0.0025, -0.005, -0.01, -0.02, -0.03, -0.04, -1) |
Raw precondition: none
Raw trigger: is_finalcorner==1&corner!=0&order_rate>50&near_count>=1