Compare commits
2
Commits
e00fe0965a
...
78aee43e5f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78aee43e5f | ||
|
|
745c9d01dd |
@@ -49,11 +49,16 @@ export function convoCharas(c: Conversation): number[] {
|
|||||||
|
|
||||||
export function requiredCharas(c: Conversation): number[] {
|
export function requiredCharas(c: Conversation): number[] {
|
||||||
switch (c.condition_type) {
|
switch (c.condition_type) {
|
||||||
case Required.None: return []
|
case Required.None:
|
||||||
case Required.All: return convoCharas(c);
|
return [];
|
||||||
case Required.Chara1: return [c.chara_1];
|
case Required.All:
|
||||||
case Required.Chara2: return [c.chara_2!];
|
return convoCharas(c);
|
||||||
case Required.Chara3: return [c.chara_3!];
|
case Required.Chara1:
|
||||||
|
return [c.chara_1];
|
||||||
|
case Required.Chara2:
|
||||||
|
return [c.chara_2!];
|
||||||
|
case Required.Chara3:
|
||||||
|
return [c.chara_3!];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1143,22 +1143,14 @@
|
|||||||
>. (This race is why I made it.)
|
>. (This race is why I made it.)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<Sec h={3} id="jbc-sprint">JBC Sprint (Ooi ver.)</Sec>
|
<div id="jbc-sprint" class="hidden target:block">
|
||||||
<p>
|
<h3>JBC Sprint</h3>
|
||||||
An even more anti-front track is Ooi 1200 Dirt. This one is actively malicious. Visually, it looks like late race starts on a
|
<p>
|
||||||
corner, but the portion before the stretch is a special <i>neither corner nor straight</i> property. That means Angling won't activate,
|
It used to be the case that Oi 1200 Dirt had a strange neither-straight-nor-corner segment at the start of late race so that
|
||||||
and VPP is delayed (though still within the accel period).
|
Angling wouldn't activate. As of the 1 Jul update, the corner is now connected to the final straight, so there is no longer
|
||||||
</p>
|
anything remarkable about this track.
|
||||||
<p>
|
</p>
|
||||||
Fortunately, JBC Sprint is after summer, which means you should be able to stat diff your opponents. If you are planning to
|
</div>
|
||||||
win this race, you may want to prioritize a bit of extra speed training, or take Front Straights/Corners. If MANT, don't be
|
|
||||||
too surprised if you lose a clock or five to a Taiki Shuttle rival.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Since the 1 Jul update, the JBC races take place at a randomly selected one of the NAR courses (Ooi, Kawasaki, Funabashi,
|
|
||||||
Morioka) each year. If you're hunting for a completionist title on a front runner, you have the option of just not picking an
|
|
||||||
Ooi JBC Sprint; the others are all Angling tracks.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<Sec h={3} id="3k">Kikuka Sho & Tenno Sho (Spring)</Sec>
|
<Sec h={3} id="3k">Kikuka Sho & Tenno Sho (Spring)</Sec>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user