mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Added melee and ranged weapon updates to Character Generator.
This commit is contained in:
parent
2e32d42f0c
commit
cec79fa2b2
6 changed files with 515 additions and 56 deletions
|
|
@ -63,26 +63,8 @@ tags: [ Rules ]
|
|||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Magical-Melee-Weapon">Magical Melee Weapon Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Magical Melee Weapon" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col1_filter" data-column="1" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col2_filter" data-column="2" placeholder="search..." /></th>
|
||||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Magical Melee Weapon</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
<th>Game</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Ranged-Weapon">Ranged Weapon Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Ranged Weapon" class="veteran">
|
||||
<table data-category="Armory" data-subcategory="Ranged Weapon" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
|
|
@ -100,7 +82,7 @@ tags: [ Rules ]
|
|||
</table>
|
||||
|
||||
<h2 id="Ammunition">Ammunition Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Ammunition" class="epic">
|
||||
<table data-category="Armory" data-subcategory="Ammunition" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
|
|
@ -118,7 +100,7 @@ tags: [ Rules ]
|
|||
</table>
|
||||
|
||||
<h2 id="Ranged-Weapon-Accessory">Ranged Weapon Accessory Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Ranged Weapon Accessory" class="hero">
|
||||
<table data-category="Armory" data-subcategory="Ranged Weapon Accessory" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
|
|
@ -136,7 +118,7 @@ tags: [ Rules ]
|
|||
</table>
|
||||
|
||||
<h2 id="Improvised-Ranged-Weapon">Improvised Ranged Weapon Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Improvised Ranged Weapon" class="veteran">
|
||||
<table data-category="Armory" data-subcategory="Improvised Ranged Weapon" class="hero">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
|
|
@ -154,7 +136,7 @@ tags: [ Rules ]
|
|||
</table>
|
||||
|
||||
<h2 id="Magical-Weapon">Magical Weapon Index</h2>
|
||||
<table data-category="Armory" data-subcategory="Magical Weapon" class="epic">
|
||||
<table data-category="Armory" data-subcategory="Magical Weapon" class="veteran">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@ tags: [ Rules ]
|
|||
</thead>
|
||||
</table>
|
||||
|
||||
<h2 id="Duelling-Maneuver">Duelling Maneuver Index</h2>
|
||||
<table data-category="Skill" data-subcategory="Duelling Maneuver" class="epic">
|
||||
<h2 id="Dueling-Maneuver">Dueling Maneuver Index</h2>
|
||||
<table data-category="Skill" data-subcategory="Dueling Maneuver" class="epic">
|
||||
<thead>
|
||||
<tr class="filters">
|
||||
<th><input type="text" class="column_filter col0_filter" data-column="0" placeholder="search..." /></th>
|
||||
|
|
@ -56,7 +56,7 @@ tags: [ Rules ]
|
|||
<th><input type="text" class="column_filter col3_filter" data-column="3" placeholder="search..." /></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Duelling Maneuver</th>
|
||||
<th>Dueling Maneuver</th>
|
||||
<th>Publication</th>
|
||||
<th>Page</th>
|
||||
<th>Game</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue