All Charged! It's Go Time!
Alternate name: Charge Complete! Full Speed Ahead!
Moderately increase velocity when positioned toward the front with about 300m remaining. If coming out of an uphill, greatly increase velocity instead.
How it works
Section titled “How it works”Trigger 1
Section titled “Trigger 1”Effect: Increase target speed by 0.45 m/s
Duration: 5 seconds
Activates when:
- The number of meters remaining in the race is 299 or fewer
- The number of meters remaining in the race is 295 or more
- While placed 2 or better
- You aren’t currently running uphill or downhill
- You’re currently running uphill or downhill is down
- The number of meters remaining in the race is 305 or fewer
- The number of meters remaining in the race is 300 or more
- You’re currently running uphill or downhill
Trigger 2
Section titled “Trigger 2”Effect: Increase target speed by 0.25 m/s
Duration: 5 seconds
Activates when:
- The number of meters remaining in the race is 299 or fewer
- The number of meters remaining in the race is 295 or more
- While placed 2 or better
Inherited version
Section titled “Inherited version”A weaker, inheritance-only version of this skill. Learnable for 200 SP.
Very slightly increase velocity when positioned toward the front with about 300m remaining. If coming out of an uphill, moderately increase velocity instead.
Effect: Increase target speed by 0.25 m/s
Duration: 3 seconds
Effect: Increase target speed by 0.05 m/s
Duration: 3 seconds
Available from
Section titled “Available from”| Source | Unlock type |
|---|---|
| [Always Electrifying] Ines Fujin | unique skill |
Technical details
| Field | Value |
|---|---|
| Rarity | 5 |
| Type tags | slo, nac |
Condition group 1
Section titled “Condition group 1”| Field | Check | Meaning |
|---|---|---|
remain_distance | <= 305 | The number of meters remaining in the race. |
remain_distance | >= 300 | The number of meters remaining in the race. |
slope | == 1 | Checks if you’re currently running uphill or downhill. Value 1 means up. Known values: 0 (no slope), 1 (up), 2 (down). |
remain_distance | <= 299 | The number of meters remaining in the race. |
remain_distance | >= 295 | The number of meters remaining in the race. |
order | <= 2 | Your current position in the race. |
slope | == 0 | Checks if you’re currently running uphill or downhill. Value 0 means no slope. Known values: 0 (no slope), 1 (up), 2 (down). |
remain_distance | <= 299 | The number of meters remaining in the race. |
remain_distance | >= 295 | The number of meters remaining in the race. |
order | <= 2 | Your current position in the race. |
slope | == 2 | Checks if you’re currently running uphill or downhill. Value 2 means down. Known values: 0 (no slope), 1 (up), 2 (down). |
| Timing | Value |
|---|---|
| Base duration | 5s |
| Effects | speed increase: 0.45 (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: remain_distance<=305&remain_distance>=300&slope==1
Raw trigger: remain_distance<=299&remain_distance>=295&order<=2&slope==0@remain_distance<=299&remain_distance>=295&order<=2&slope==2
Condition group 2
Section titled “Condition group 2”| Field | Check | Meaning |
|---|---|---|
remain_distance | <= 299 | The number of meters remaining in the race. |
remain_distance | >= 295 | The number of meters remaining in the race. |
order | <= 2 | Your current position in the race. |
| Timing | Value |
|---|---|
| Base duration | 5s |
| Effects | speed increase: 0.25 (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: remain_distance<=299&remain_distance>=295&order<=2