Compare commits

...
2 Commits
Author SHA1 Message Date
zephyr 78aee43e5f zenno: format
ci/woodpecker/push/zenno Pipeline was successful
ci/woodpecker/push/horsebot Pipeline was successful
why the h*ck does vscode not format my .ts files on save even though i
have it configured to always format on save!!!!!!
2026-09-14 17:21:51 -04:00
zephyr 745c9d01dd zenno/doc/frbm: delete jbc sprint
Fixes #46.
2026-09-14 17:20:40 -04:00
2 changed files with 18 additions and 21 deletions
+10 -5
View File
@@ -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!];
} }
} }
+6 -14
View File
@@ -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">
<h3>JBC Sprint</h3>
<p> <p>
An even more anti-front track is Ooi 1200 Dirt. This one is actively malicious. Visually, it looks like late race starts on a 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
corner, but the portion before the stretch is a special <i>neither corner nor straight</i> property. That means Angling won't activate, Angling wouldn't activate. As of the 1 Jul update, the corner is now connected to the final straight, so there is no longer
and VPP is delayed (though still within the accel period). 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
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> </p>
</div>
<Sec h={3} id="3k">Kikuka Sho &amp; Tenno Sho (Spring)</Sec> <Sec h={3} id="3k">Kikuka Sho &amp; Tenno Sho (Spring)</Sec>
<p> <p>