rules copy
This commit is contained in:
parent
756b84242c
commit
924ad5caee
1 changed files with 2 additions and 54 deletions
|
|
@ -66,7 +66,8 @@ export default function Rules() {
|
|||
Points are awarded based on where a drafted team or individual
|
||||
finishes in their sport. The default point values are listed
|
||||
below. Commissioners may adjust these values before the draft
|
||||
begins.
|
||||
begins. To find out how a specific sport determines its final
|
||||
standings, visit the corresponding sport page.
|
||||
</p>
|
||||
<div className="bg-muted rounded-lg overflow-hidden">
|
||||
<table className="w-full text-sm">
|
||||
|
|
@ -294,59 +295,6 @@ export default function Rules() {
|
|||
each new round — if you pick last in round 1, you pick first in
|
||||
round 2, and so on.
|
||||
</p>
|
||||
<p>
|
||||
Brackt uses a{" "}
|
||||
<span className="font-semibold text-foreground">
|
||||
Fischer increment timer
|
||||
</span>{" "}
|
||||
for all drafts. Each participant has a personal time bank. Your
|
||||
clock counts down while it's your turn, and a fixed amount of
|
||||
time is added back to your bank each time you make a pick. Time
|
||||
not used on one pick carries over to future picks.
|
||||
</p>
|
||||
<p>
|
||||
The commissioner selects the draft speed, which determines both
|
||||
the starting bank and the per-pick increment:
|
||||
</p>
|
||||
<div className="bg-muted rounded-lg overflow-hidden">
|
||||
<table className="w-full text-sm">
|
||||
<thead>
|
||||
<tr className="border-b border-border">
|
||||
<th className="text-left p-3 font-semibold text-foreground">
|
||||
Speed
|
||||
</th>
|
||||
<th className="text-right p-3 font-semibold text-foreground">
|
||||
Starting Bank
|
||||
</th>
|
||||
<th className="text-right p-3 font-semibold text-foreground">
|
||||
Per-Pick Increment
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody className="divide-y divide-border">
|
||||
<tr>
|
||||
<td className="p-3">Fast</td>
|
||||
<td className="p-3 text-right">1 minute</td>
|
||||
<td className="p-3 text-right">+10 seconds</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-3">Standard</td>
|
||||
<td className="p-3 text-right">2 minutes</td>
|
||||
<td className="p-3 text-right">+15 seconds</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-3">Slow</td>
|
||||
<td className="p-3 text-right">8 hours</td>
|
||||
<td className="p-3 text-right">+1 hour</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-3">Very Slow</td>
|
||||
<td className="p-3 text-right">12 hours</td>
|
||||
<td className="p-3 text-right">+1 hour</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p>
|
||||
If a participant's time bank runs out, the system will
|
||||
automatically draft on their behalf. Autodraft picks from the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue