mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Added another custom character sheets containing hero details.
This commit is contained in:
parent
0d5d03216a
commit
df25ce900a
7 changed files with 275 additions and 132 deletions
|
|
@ -105,9 +105,11 @@ categories: [ Character-Sheet ]
|
|||
<input title="XP" id="xp" type="text" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<a href="javascript:hero.url();">Save sheet to URL</a>
|
||||
</p>
|
||||
|
||||
<script type="text/javascript" src="/static/javascripts/heroic.js"></script>
|
||||
<script type="text/javascript">
|
||||
var hero = new Heroic({
|
||||
|
|
@ -142,7 +144,6 @@ categories: [ Character-Sheet ]
|
|||
"arm_mod": 0,
|
||||
"cmd_mod": 0,
|
||||
"xp": 0,
|
||||
"hash": "stats",
|
||||
"r1m1": true,
|
||||
"r2m1": false,
|
||||
"r1m2": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue