Lucky Mad Rush!
Alternate name: Lucky Mad Rush!
Long・If you’re trying to overtake someone during the Final Leg, your acceleration will slightly increase; then, if you try to overtake someone during the first half of the Last Spurt, your speed will increase
How it works
Section titled “How it works”Trigger 1
Section titled “Trigger 1”Effect: Recover stamina by 0.2
Duration: 0.9 seconds
Activates when:
- The distance type of the current race is long
- Current phase of the race is Late-Race
- While overtaking or chasing another runner
Trigger 2
Section titled “Trigger 2”Effect: Increase target speed by 0.35 m/s
Duration: 4 seconds
Activates when:
- A different trigger of this skill was activated during the race is 1
- You’re in the first half of the selected phase is Last Spurt
- While overtaking or chasing another runner
- You’re currently in the last spurt
Available from
Section titled “Available from”| Source | Unlock type |
|---|---|
| [Lucky Tidings] Matikanefukukitaru | evolved skill |
Technical details
| Field | Value |
|---|---|
| Rarity | 6 |
| Type tags | lng, l_2 |
Condition group 1
Section titled “Condition group 1”| Field | Check | Meaning |
|---|---|---|
distance_type | == 4 | The distance type of the current race. Value 4 means long. Known values: 1 (sprint), 2 (mile), 3 (medium), 4 (long). |
phase | == 2 | Current phase of the race. Value 2 means Late-Race. Known values: 0 (Early-Race), 1 (Mid-Race), 2 (Late-Race), 3 (Last Spurt). |
is_overtake | == 1 | Checks if you have any overtake targets. |
| Timing | Value |
|---|---|
| Base duration | 0.9s |
| Effects | stamina recovery: 0.2 (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: distance_type==4&phase==2&is_overtake==1
Condition group 2
Section titled “Condition group 2”| Field | Check | Meaning |
|---|---|---|
is_activate_other_skill_detail | == 1 | A different trigger of this skill was activated during the race. |
phase_firsthalf | == 3 | Checks if you’re in the first half of the selected phase. Value 3 means Last Spurt. Known values: 0 (Early-Race), 1 (Mid-Race), 2 (Late-Race), 3 (Last Spurt). |
is_overtake | == 1 | Checks if you have any overtake targets. |
is_lastspurt | == 1 | Checks if you’re currently in the last spurt. |
| Timing | Value |
|---|---|
| Base duration | 4s |
| Effects | speed increase: 0.35 (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: is_activate_other_skill_detail==1&phase_firsthalf==3&is_overtake==1&is_lastspurt==1