zenno/doc/race: skill activation chance is not integer percent
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user