mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Added No Quarter #66 to Character Generator. Added Character Backgrounds to Character Generator.
This commit is contained in:
parent
e97b7d6bd8
commit
d7d717b519
3 changed files with 68 additions and 3 deletions
|
|
@ -840,10 +840,30 @@ tags: [Version 1]
|
|||
|
||||
|
||||
<h3>
|
||||
Advancement Points:
|
||||
Character Background:
|
||||
<select id="character-background-select">
|
||||
<option value="empty"></option>
|
||||
</select>
|
||||
</h3>
|
||||
|
||||
<table class="epic character-generator-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Attribute</th>
|
||||
<th>Value</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="character-background-data" class="character-generator-data">
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h3>
|
||||
Advancement Points:
|
||||
</h3>
|
||||
|
||||
<table class="hero character-generator-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Attribute</th>
|
||||
|
|
@ -910,7 +930,7 @@ tags: [Version 1]
|
|||
</select>
|
||||
</h3>
|
||||
|
||||
<table class="hero character-generator-table">
|
||||
<table class="veteran character-generator-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Attribute</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue