Skip to content

Commit

Permalink
Document use of complicated dice notations
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-wood committed Apr 6, 2024
1 parent 4df797c commit 1f1d353
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@ Two-column table where items are selected by a dice roll:
<table>
<thead>
<tr>
<th>d6</th>
<th>2d4+1</th>
<th>Encounter</th>
</tr>
</thead>
<tbody>
<tr>
<td>1-3</td>
<td>3-5</td>
<td>1 wolf</td>
</tr>
<tr>
<td>4-5</td>
<td>6-8</td>
<td>2 goblins</td>
</tr>
<tr>
<td>6</td>
<td>9</td>
<td>dragon</td>
</tr>
</tbody>
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@ <h2>Two-column random table with dice</h2>
<table>
<thead>
<tr>
<th>d6</th>
<th>2d4+1</th>
<th>Encounter</th>
</tr>
</thead>
<tbody>
<tr>
<td>1-3</td>
<td>3-5</td>
<td>1 wolf</td>
</tr>
<tr>
<td>4-5</td>
<td>6-8</td>
<td>2 goblins</td>
</tr>
<tr>
<td>6</td>
<td>9</td>
<td>dragon</td>
</tr>
</tbody>
Expand Down

0 comments on commit 1f1d353

Please sign in to comment.