Miraculous Step
Alternate name: Miracle Step
Decrease fatigue when moving sideways. (Medium)
160 SPHow it works
Section titled “How it works”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 base |
Technical details
| Field | Value |
|---|---|
| Rarity | 2 |
| 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 | 0s |
| 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) |
Raw precondition: none
Raw trigger: distance_type==3&is_move_lane==1&accumulatetime>=10@distance_type==3&is_move_lane==2&accumulatetime>=10