Beyond the Horizon
Alternate name: Beyond the Horizon
Medium・Beyond the first 10 seconds of the race, if you move right or left, your speed will slightly increase and your stamina will recover
How it works
Section titled “How it works”Effect: Increase target speed by 0.15 m/s
Duration: 3 seconds
Activates when:
- The distance type of the current race is medium
- You’ve just moved left or right
- The number of seconds since the race has started is 10 or more
- You’ve just moved left or right is moved further from the fence
Available from
Section titled “Available from”| Source | Unlock type |
|---|---|
| [Beyond the Horizon] Tokai Teio | evolved skill |
Technical details
| Field | Value |
|---|---|
| Rarity | 6 |
| Type tags | med |
Condition group 1
Section titled “Condition group 1”| Field | Check | Meaning |
|---|---|---|
distance_type | == 3 | The distance type of the current race. Value 3 means medium. Known values: 1 (sprint), 2 (mile), 3 (medium), 4 (long). |
is_move_lane | == 1 | Checks if you’ve just moved left or right. Value 1 means moved closer to the fence. Known values: 1 (moved closer to the fence), 2 (moved further from the fence). |
accumulatetime | >= 10 | The number of seconds since the race has started. |
distance_type | == 3 | The distance type of the current race. Value 3 means medium. Known values: 1 (sprint), 2 (mile), 3 (medium), 4 (long). |
is_move_lane | == 2 | Checks if you’ve just moved left or right. Value 2 means moved further from the fence. Known values: 1 (moved closer to the fence), 2 (moved further from the fence). |
accumulatetime | >= 10 | The number of seconds since the race has started. |
| Timing | Value |
|---|---|
| Base duration | 3s |
| Effects | effect type 9: 0.055 (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), 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==3&is_move_lane==1&accumulatetime>=10@distance_type==3&is_move_lane==2&accumulatetime>=10