zenno/doc/race: skill activation chance is not integer percent

This commit is contained in:
2026-06-14 20:00:27 -04:00
parent 2e618b613f
commit f8e7bfbec6
2 changed files with 6 additions and 10 deletions
+1 -5
View File
@@ -236,10 +236,6 @@
Only numeric mechanics that vary with stats and aptitudes are shown. Descriptions of concepts and conditions are left to the
original source.
</p>
<p>
Given the recent discovery that rushed chance uses integer RNG, I am assuming that all wit check mechanics use integer RNG
until shown otherwise.
</p>
{/snippet}
<Sec h={2} id="speed">Speed</Sec>
@@ -374,6 +370,6 @@
{@render statChart(race.Stat.Wit, poskeep, 'Mode Entry Chance (%)', [0, 50])}
<Sec h={3} id="rushed">Rushed Chance</Sec>
<p>Chance for runners to become rushed at some point during the race.</p>
<p>Chance for runners to become rushed at some point during the race. Rushed chance is bracketed to integer percentages.</p>
{@render statChart(race.Stat.Wit, rushed, 'Rushed Chance (%)', [0, 30])}
</Article>