Removed benefits from internal hero object.

This commit is contained in:
Yord 2015-03-05 01:15:52 +01:00
parent c8a0390ea5
commit 3fe5321094
2 changed files with 44 additions and 5 deletions

View file

@ -27,9 +27,7 @@ tags: [Character Cards]
section.content form#spells { position: absolute; display: block; margin-top: 150px; margin-left: 250px; }
section.content form#gear { position: absolute; display: block; margin-top: 1150px; margin-left: -500px; }
section.content form#notes { position: absolute; display: block; margin-top: 1150px; margin-left: 250px; }
html {
zoom: 80%;
}
html { zoom: 80%; }
}
</style>
@ -621,6 +619,47 @@ tags: [Character Cards]
</div>
</div>
</form>
<form id="details" class="card">
<input class="hero-name" type="text" />
<div id="attributes">
<input id="playerName" type="text" />
<input id="careers" type="text" />
<input id="sex" type="text" />
<input id="archetype" type="text" />
<input id="race" type="text" />
<input id="definingCharacteristics" type="text" />
<input id="faith" type="text" />
<input id="weight" type="text" />
<input id="height" type="text" />
</div>
<div id="injuries">
<input id="injury1" type="text" />
<input id="injury2" type="text" />
<input id="injury3" type="text" />
</div>
<div id="beliefs">
<input id="belief1" type="text" />
<input id="belief2" type="text" />
<input id="belief3" type="text" />
</div>
<div id="connections">
<input id="connection1" type="text" />
<input id="connection2" type="text" />
<input id="connection3" type="text" />
<input id="connection4" type="text" />
</div>
<div id="languages">
<input id="language1" type="text" />
<input id="language2" type="text" />
<input id="language3" type="text" />
<input id="language4" type="text" />
<input id="language5" type="text" />
<input id="language6" type="text" />
<input id="language7" type="text" />
<input id="language8" type="text" />
</div>
</form>
</div>
<script type="text/javascript" src="/static/javascripts/heroic.js"></script>
<script type="text/javascript">

View file

@ -81,7 +81,7 @@ var ikrpg = ikrpg || {};
//"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" },
//"benefit3": { "title": "...", "description": "..." },
"benefit1": { "title": "benefit/feat", "description": "description" },
/*"benefit1": { "title": "benefit/feat", "description": "description" },
"benefit2": { "title": "", "description": "" },
"benefit3": { "title": "", "description": "" },
"benefit4": { "title": "", "description": "" },
@ -91,7 +91,7 @@ var ikrpg = ikrpg || {};
"benefit8": { "title": "", "description": "" },
"benefit9": { "title": "", "description": "" },
"benefit10": { "title": "", "description": "" },
"benefit11": { "title": "", "description": "" },
"benefit11": { "title": "", "description": "" },*/
"spell1": { "title": "spell", "cost": 0, "rng": 0, "aoe": "-", "pow": 0, "up": "NO", "off": "YES", "description": "description" },
"spell2": { "title": "", "cost": "", "rng": "", "aoe": "", "pow": "", "up": "", "off": "", "description": "" },
"spell3": { "title": "", "cost": "", "rng": "", "aoe": "", "pow": "", "up": "", "off": "", "description": "" },