Red Shift/LP1211-M
Alternate name: Red Flame Gear/LP1211-M
Increase acceleration by shifting gears when positioned toward the front on the final corner or later.
How it works
Section titled “How it works”Effect: Recover stamina by 0.4
Duration: 4 seconds
Activates when:
- After the final corner
- While placed 5 or better
- When your current position in the race is 50% or earlier
Inherited version
Section titled “Inherited version”A weaker, inheritance-only version of this skill. Learnable for 200 SP.
Slightly increase acceleration when positioned toward the front on the final corner or later.
Effect: Recover stamina by 0.2
Duration: 2.4 seconds
Available from
Section titled “Available from”| Source | Unlock type |
|---|---|
| [Formula R] Maruzensky | unique skill |
Technical details
| Field | Value |
|---|---|
| Rarity | 5 |
| Type tags | f_s, f_c, 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. |
order | <= 5 | Your current position in the race. |
order_rate | <= 50 | Your current position in the race as a percentage. |
| Timing | Value |
|---|---|
| Base duration | 4s |
| Effects | stamina recovery: 0.4 (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: is_finalcorner==1&order<=5&order_rate<=50