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
|
|
@ -55,6 +55,7 @@ tags: [Character Generator]
|
|||
Bugs:
|
||||
B010: Custom descriptions stay when I generate a new hero.
|
||||
B020: Changing font size in mechanika and connections and such.
|
||||
B030: Is computed-SPD stored in save()?
|
||||
|
||||
Features:
|
||||
F010: Add Chrome sync for local store!
|
||||
|
|
@ -168,30 +169,40 @@ tags: [Character Generator]
|
|||
<input id="wil" title="WIL" type="text" />
|
||||
<div id="rat1">
|
||||
<input class="name" title="Name" type="text" />
|
||||
<input class="skill" title="Skill" type="hidden" />
|
||||
<input class="rng" title="RNG" type="text" />
|
||||
<input class="rat" title="RAT" type="text" />
|
||||
<input class="ratmod" title="RAT mod" type="hidden" />
|
||||
<input class="pow" title="POW" type="text" />
|
||||
<input class="notes" title="Notes" type="text" />
|
||||
<input class="ammo" title="Ammo" type="text" />
|
||||
</div>
|
||||
<div id="rat2">
|
||||
<input class="name" title="Name" type="text" />
|
||||
<input class="skill" title="Skill" type="hidden" />
|
||||
<input class="rng" title="RNG" type="text" />
|
||||
<input class="rat" title="RAT" type="text" />
|
||||
<input class="ratmod" title="RAT mod" type="hidden" />
|
||||
<input class="pow" title="POW" type="text" />
|
||||
<input class="notes" title="Notes" type="text" />
|
||||
<input class="ammo" title="Ammo" type="text" />
|
||||
</div>
|
||||
<div id="mat1">
|
||||
<input class="name" title="Name" type="text" />
|
||||
<input class="skill" title="Skill" type="hidden" />
|
||||
<input class="mat" title="MAT" type="text" />
|
||||
<input class="ps" title="POW" type="text" />
|
||||
<input class="matmod" title="RAT mod" type="hidden" />
|
||||
<input class="pow" title="POW" type="hidden" />
|
||||
<input class="ps" title="PS" type="text" />
|
||||
<input class="notes" title="Notes" type="text" />
|
||||
</div>
|
||||
<div id="mat2">
|
||||
<input class="name" title="Name" type="text" />
|
||||
<input class="skill" title="Skill" type="hidden" />
|
||||
<input class="mat" title="MAT" type="text" />
|
||||
<input class="ps" title="POW" type="text" />
|
||||
<input class="matmod" title="RAT mod" type="hidden" />
|
||||
<input class="pow" title="POW" type="hidden" />
|
||||
<input class="ps" title="PS" type="text" />
|
||||
<input class="notes" title="Notes" type="text" />
|
||||
</div>
|
||||
<div id="mat3">
|
||||
|
|
|
|||
|
|
@ -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