mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-14 06:39:25 +00:00
changed storage system to be less obstusive (it doesnt need redirects anymore...)
This commit is contained in:
parent
f8ae5fc4c9
commit
f483a9ac55
8 changed files with 213 additions and 162 deletions
|
|
@ -55,8 +55,12 @@ categories: [ Character-Sheet ]
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<p>
|
||||
<a href="javascript:hero.url();">Store inserted data in URL</a>
|
||||
</p>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic.js"></script>
|
||||
<script type="text/javascript">
|
||||
var Hero = {
|
||||
var hero = new Heroic({
|
||||
"name": "Hero's name",
|
||||
"benefit1": { "title": "Common Feats", "description": "Boost Non-Attack Skill Roll - Heroic Dodge - Make a Quick Action - Parry - Relentless Charge - Reroll Failed Attack/Skill/Willpower roll - Run and Gun - Shake Continuous Effect - Shake Knockdown - Shake Stationary - Sprint - Two-Fister - Walk it Off" },
|
||||
"benefit2": { "title": "Benefit/Feat name", "description": "Benefit/Feat description" },
|
||||
|
|
@ -69,6 +73,6 @@ categories: [ Character-Sheet ]
|
|||
"benefit9": { "title": "", "description": "" },
|
||||
"benefit10": { "title": "", "description": "" },
|
||||
"benefit11": { "title": "", "description": "" }
|
||||
};
|
||||
</script>
|
||||
<script type="text/javascript" src="/static/javascripts/heroic.js"></script>
|
||||
});
|
||||
hero.bind();
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue