Victory Belongs to Me—Strelitzia! ☆
Alternate name: You’re Mine ☆ Strelitzia
If positioned toward the back and racing calmly until the start of the final corner, when there are 300m remaining, cast a magic spell to increase velocity continuously.
How it works
Section titled “How it works”Effect: Increase target speed by 0.35 m/s
Duration: 6 seconds
Activates when:
- After the final corner
- The number of meters remaining in the race is 300 or fewer
- Your position has been worse than the top 50% for the entire race until now is 1
- The number of times you’ve been rushing (kakari) during the race is 0
Inherited version
Section titled “Inherited version”A weaker, inheritance-only version of this skill. Learnable for 200 SP.
If positioned toward the back and racing calmly until the start of the final corner, when there are 300m remaining, slightly increase velocity continuously.
Effect: Increase target speed by 0.15 m/s
Duration: 3.6 seconds
Available from
Section titled “Available from”| Source | Unlock type |
|---|---|
| [Platanus Witch] Sweep Tosho | unique skill |
Technical details
| Field | Value |
|---|---|
| Rarity | 5 |
| Type tags | nac |
Condition group 1
Section titled “Condition group 1”| Field | Check | Meaning |
|---|---|---|
order_rate_out50_continue | == 1 | Your position has been worse than the top 50% for the entire race until now. |
temptation_count | == 0 | The number of times you’ve been rushing (kakari) during the race. |
is_finalcorner | == 1 | Checks if you’re currently on the final corner or beyond. |
remain_distance | <= 300 | The number of meters remaining in the race. |
| Timing | Value |
|---|---|
| Base duration | 6s |
| 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: order_rate_out50_continue==1&temptation_count==0&is_finalcorner==1
Raw trigger: remain_distance<=300