Unyielding Spirit
Unyielding Spirit
Section titled “Unyielding Spirit”Alternate name: Rival Spirit
Slightly increase passing ability. (Mile)
Quick facts
Section titled “Quick facts”| Field | Value |
|---|---|
| Skill ID | 201072 |
| Rarity | 1 |
| Cost | 120 SP |
| Type tags | mil |
| Shareable page | /umamusume/skills/unyielding-spirit-201072/ |
How it works
Section titled “How it works”Activates when the distance type of the current race is mile, while overtaking or chasing another runner, and the number of seconds since the race has started is 5 or later. The listed effect lasts about 2.4 seconds. Effect: speed increase 0.15 (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).
Technical details
Raw condition fields are shown here for advanced players who want exact activation checks.
Condition group 1
Section titled “Condition group 1”| Field | Check | Meaning |
|---|---|---|
distance_type | == 2 | The distance type of the current race. Value 2 means mile. Known values: 1 (sprint), 2 (mile), 3 (medium), 4 (long). |
is_overtake | == 1 | Checks if you have any overtake targets. |
accumulatetime | >= 5 | The number of seconds since the race has started. |
| Timing | Value |
|---|---|
| Base duration | 2.4s |
| Effects | speed increase: 0.15 (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: distance_type==2&is_overtake==1&accumulatetime>=5