mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
* Paladin first draft Paladin: Warriors of Charlemagne mod of Pendragon 5.2 character sheet. * Font update. Importing Google font families. * Tweaks to repeating fields, fonts * New preview image * Add new terms to translation disctionary. * Stylesheet and dictionary improvements Reordered fields to match print character sheet Beautified code for supplementary tabs Resolved image location problem Added missing translation dictionary entries Changed font of the roll results in the chat window Fixed the Squire skills repeating container
2418 lines
131 KiB
HTML
2418 lines
131 KiB
HTML
<input name="attr_version" type="hidden" value="1"/>
|
|
<input name="attr_sheet_type" type="hidden" value="character"/>
|
|
<input name="attr_character_type" type="hidden" value="knight"/>
|
|
<input name="attr_feast_type" type="hidden" value="feast"/>
|
|
<div class="npc">
|
|
<div class="box npc-flex"><p>NPC STUFF</p></div>
|
|
<div class="box npc-flex"><p>MORE NPC STUFF </p></div>
|
|
</div>
|
|
<div class="grid tabs">
|
|
<div class="col sheet-type">
|
|
<label data-i18n-title="sheet type: character">
|
|
<input name="attr_sheet_type" title="@{sheet_type}" type="radio" value="character" selected="selected"/>
|
|
<span class="text-center" data-i18n="character"></span>
|
|
</label>
|
|
<label data-i18n-title="sheet type: holdings">
|
|
<input name="attr_sheet_type" title="@{sheet_type}" type="radio" value="holdings"/>
|
|
<span class="text-center" data-i18n="holdings"></span>
|
|
</label>
|
|
<label data-i18n-title="sheet type: entourage">
|
|
<input name="attr_sheet_type" title="@{sheet_type}" type="radio" value="entourage"/>
|
|
<span class="text-center" data-i18n="entourage"></span>
|
|
</label>
|
|
<label data-i18n-title="sheet type: feast">
|
|
<input name="attr_sheet_type" title="@{sheet_type}" type="radio" value="feast"/>
|
|
<span class="text-center" data-i18n="feast"></span>
|
|
</label>
|
|
</div>
|
|
<div class="col">
|
|
<select name="attr_character_type" value="knight">
|
|
<option data-i18n="knight" value="knight" selected="selected"></option>
|
|
<option data-i18n="woman" value="woman"></option>
|
|
</select>
|
|
<select name="attr_feast_type" value="feast">
|
|
<option data-i18n="feast record" value="record" selected="selected"></option>
|
|
<option data-i18n="gamemaster characters" value="characters"></option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="character grid">
|
|
<div class="col">
|
|
<div class="row">
|
|
<img class="knight" alt="Paladin: Warriors of Charlemagne Knight's Character Sheet" src="src/paladinlogo.png"/>
|
|
<img class="woman" alt="Paladin: Warriors of Charlemagne Woman's Character Sheet" src="src/paladinlogo.png"/>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="Player:"></h2>
|
|
<label data-i18n-title="enter player name" title="enter player name">
|
|
<input data-i18n-placeholder="player name" name="attr_player_name" placeholder="player name" title="@{player_name}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
|
|
<!-- *** PERSONAL DATA ***
|
|
============================= -->
|
|
|
|
<div class="personal-data">
|
|
<div class="header"><h1 data-i18n="personal data"></h1></div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="name"></h2>
|
|
<label data-i18n-title="enter name" title="enter name">
|
|
<input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row 2column">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="age"></h2>
|
|
<label data-i18n-title="enter age" title="enter age">
|
|
<input name="attr_age" placeholder="#" title="@{age}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
<div class="col 2autocolumn knight">
|
|
<h2 data-i18n="son number"></h2>
|
|
<label data-i18n-title="enter son number" title="enter son number">
|
|
<input data-i18n-placeholder="son number" name="attr_son_number" placeholder="son number" title="@{son_number}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="col 2autocolumn woman">
|
|
<h2 data-i18n="daughter number"></h2>
|
|
<label data-i18n-title="enter daughter number" title="enter daughter number">
|
|
<input data-i18n-placeholder="daughter number" name="attr_daughter_number" placeholder="daughter number" title="@{daughter_number}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="blessing"></h2>
|
|
<label data-i18n-title="enter blessing" title="enter blessing">
|
|
<input data-i18n-placeholder="blessing" name="attr_blessing" placeholder="blessing" title="@{blessing}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="homeland"></h2>
|
|
<label data-i18n-title="enter homeland" title="enter homeland">
|
|
<input data-i18n-placeholder="homeland" name="attr_homeland" placeholder="homeland" title="@{homeland}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row 2column">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="culture"></h2>
|
|
<label data-i18n-title="enter culture" title="enter culture">
|
|
<input data-i18n-placeholder="culture" name="attr_culture" placeholder="culture" title="@{culture}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="home"></h2>
|
|
<label data-i18n-title="enter home" title="enter home">
|
|
<input data-i18n-placeholder="home" name="attr_home" placeholder="home" title="@{home}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
<div class="row 2autocolumn liege-lord">
|
|
<h2 data-i18n="liege lord"></h2>
|
|
<label data-i18n-title="enter liege lord" title="enter liege lord">
|
|
<input data-i18n-placeholder="liege lord" name="attr_liege_lord" placeholder="liege lord" title="@{liege_lord}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row 2autocolumn father-class">
|
|
<h2 data-i18n="father's class"></h2>
|
|
<label data-i18n-title="enter father's class" title="enter father's class">
|
|
<input data-i18n-placeholder="father's class" name="attr_father_class" placeholder="current class" title="@{father_class}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row 2autocolumn current-class">
|
|
<h2 data-i18n="current class"></h2>
|
|
<label data-i18n-title="enter current class" title="enter current class">
|
|
<input data-i18n-placeholder="current class" name="attr_current_class" placeholder="current class" title="@{current_class}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row 2autocolumn current-home">
|
|
<h2 data-i18n="current home"></h2>
|
|
<label data-i18n-title="enter current home" title="enter current home">
|
|
<input data-i18n-placeholder="current home" name="attr_current_home" placeholder="current home" title="@{current_home}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- *** PERSONALITY TRAITS ***
|
|
============================= -->
|
|
|
|
<div class="personality-traits">
|
|
<div class="header">
|
|
<h1 data-i18n="personality traits"></h1>
|
|
</div>
|
|
<div class="row 2autocolumn knight">
|
|
<h2 data-i18n="Chivalry Bonus[*](total=80+)"></h2>
|
|
<label data-i18n-title="enter chivalry bonus" title="enter chivalry bonus">
|
|
<input data-i18n-placeholder="chivalry bonus" name="attr_chivalry_bonus" placeholder="chivalry bonus" title="@{chivalry_bonus}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row 2autocolumn woman">
|
|
<h2 data-i18n="Gentle Woman Bonus[*](total=80+)"></h2>
|
|
<label data-i18n-title="enter gentle woman bonus" title="enter gentle woman bonus">
|
|
<input data-i18n-placeholder="gentle woman bonus" name="attr_gentle_woman_bonus" placeholder="gentle woman bonus" title="@{gentle_woman_bonus}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="Religious Bonus(traits all 16+)"></h2>
|
|
<label data-i18n-title="enter religious bonus" title="enter religious bonus">
|
|
<input data-i18n-placeholder="religious bonus" name="attr_religious_bonus" placeholder="religious bonus" title="@{religious_bonus}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row traits">
|
|
<div class="font-weight-bold"><span class="woman">*</span></div>
|
|
<label class="styled-checkbox grid" data-i18n-title="chaste check" title="chaste check">
|
|
<input name="attr_chaste_check" title="@{chaste_check}" type="checkbox" value="chaste check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="chaste" name="roll_chaste" type="roll" value="&{template:rolls} {{header=^{chaste}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{chaste}[Threshold]]]}}">
|
|
</button>
|
|
<label data-i18n-title="enter chaste" title="enter chaste">
|
|
<input name="attr_chaste" placeholder="#" title="@{chaste}" type="number" value="0"/></label>
|
|
<span>/</span>
|
|
<label data-i18n-title="enter lustful" title="enter lustful">
|
|
<input name="attr_lustful" placeholder="#" title="@{lustful}" type="number" value="0"/></label>
|
|
<button class="text-capitalize" data-i18n="lustful" name="roll_lustful" type="roll" value="&{template:rolls} {{header=^{lustful}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{lustful}[Threshold]]]}}"></button>
|
|
<label class="styled-checkbox grid" data-i18n-title="lustful check" title="lustful check">
|
|
<input name="attr_lustful_check" title="@{lustful_check}" type="checkbox" value="lustful check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row traits">
|
|
<div class="font-weight-bold">
|
|
<span class="knight">*</span>
|
|
<span class="woman">*</span>
|
|
</div><label class="styled-checkbox grid" data-i18n-title="energetic check" title="energetic check">
|
|
<input name="attr_energetic_check" title="@{energetic_check}" type="checkbox" value="energetic check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="energetic" name="roll_energetic" type="roll" value="&{template:rolls} {{header=^{energetic}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{energetic}[Threshold]]]}}">
|
|
</button>
|
|
<label data-i18n-title="enter energetic" title="enter energetic">
|
|
<input name="attr_energetic" placeholder="#" title="@{energetic}" type="number" value="0"/>
|
|
</label>
|
|
<span>/</span>
|
|
<label data-i18n-title="enter lazy" title="enter lazy">
|
|
<input name="attr_lazy" placeholder="#" title="@{lazy}" type="number" value="0"/>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="lazy" name="roll_lazy" type="roll" value="&{template:rolls} {{header=^{lazy}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{lazy}[Threshold]]]}}"></button>
|
|
<label class="styled-checkbox grid" data-i18n-title="lazy check" title="lazy check">
|
|
<input name="attr_lazy_check" title="@{lazy_check}" type="checkbox" value="lazy check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row traits">
|
|
<div class="font-weight-bold"></div>
|
|
<label class="styled-checkbox grid" data-i18n-title="forgiving check" title="forgiving check">
|
|
<input name="attr_forgiving_check" title="@{forgiving_check}" type="checkbox" value="forgiving check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="forgiving" name="roll_forgiving" type="roll" value="&{template:rolls} {{header=^{forgiving}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{forgiving}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter forgiving" title="enter forgiving">
|
|
<input name="attr_forgiving" placeholder="#" title="@{forgiving}" type="number" value="0"/></label>
|
|
<span>/</span>
|
|
<label data-i18n-title="enter vengeful" title="enter vengeful">
|
|
<input name="attr_vengeful" placeholder="#" title="@{vengeful}" type="number" value="0"/>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="vengeful" name="roll_vengeful" type="roll" value="&{template:rolls} {{header=^{vengeful}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{vengeful}[Threshold]]]}}"></button>
|
|
<label class="styled-checkbox grid" data-i18n-title="vengeful check" title="vengeful check">
|
|
<input name="attr_vengeful_check" title="@{vengeful_check}" type="checkbox" value="vengeful check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row traits">
|
|
<div class="font-weight-bold">
|
|
<span class="knight">*</span>
|
|
</div>
|
|
<label class="styled-checkbox grid" data-i18n-title="generous check" title="generous check">
|
|
<input name="attr_generous_check" title="@{generous_check}" type="checkbox" value="generous check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="generous" name="roll_generous" type="roll" value="&{template:rolls} {{header=^{generous}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{generous}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter generous" title="enter generous">
|
|
<input name="attr_generous" placeholder="#" title="@{generous}" type="number" value="0"/>
|
|
</label>
|
|
<span>/</span>
|
|
<label data-i18n-title="enter selfish" title="enter selfish">
|
|
<input name="attr_selfish" placeholder="#" title="@{selfish}" type="number" value="0"/>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="selfish" name="roll_selfish" type="roll" value="&{template:rolls} {{header=^{selfish}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{selfish}[Threshold]]]}}"></button>
|
|
<label class="styled-checkbox grid" data-i18n-title="selfish check" title="selfish check">
|
|
<input name="attr_selfish_check" title="@{selfish_check}" type="checkbox" value="selfish check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row traits">
|
|
<div class="font-weight-bold"><span class="woman">*</span></div>
|
|
<label class="styled-checkbox grid" data-i18n-title="honest check" title="honest check">
|
|
<input name="attr_honest_check" title="@{honest_check}" type="checkbox" value="honest check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="honest" name="roll_honest" type="roll" value="&{template:rolls} {{header=^{honest}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{honest}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter honest" title="enter honest">
|
|
<input name="attr_honest" placeholder="#" title="@{honest}" type="number" value="0"/>
|
|
</label>
|
|
<span>/</span>
|
|
<label data-i18n-title="enter deceitful" title="enter deceitful">
|
|
<input name="attr_deceitful" placeholder="#" title="@{deceitful}" type="number" value="0"/>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="deceitful" name="roll_deceitful" type="roll" value="&{template:rolls} {{header=^{deceitful}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{deceitful}[Threshold]]]}}"></button>
|
|
<label class="styled-checkbox grid" data-i18n-title="deceitful check" title="deceitful check">
|
|
<input name="attr_deceitful_check" title="@{deceitful_check}" type="checkbox" value="deceitful check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row traits">
|
|
<div class="font-weight-bold"><span class="knight">*</span></div>
|
|
<label class="styled-checkbox grid" data-i18n-title="just check" title="just check">
|
|
<input name="attr_just_check" title="@{just_check}" type="checkbox" value="just check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="just" name="roll_just" type="roll" value="&{template:rolls} {{header=^{just}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{just}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter just" title="enter just">
|
|
<input name="attr_just" placeholder="#" title="@{just}" type="number" value="0"/>
|
|
</label>
|
|
<span>/</span>
|
|
<label data-i18n-title="enter arbitrary" title="enter arbitrary">
|
|
<input name="attr_arbitrary" placeholder="#" title="@{arbitrary}" type="number" value="0"/>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="arbitrary" name="roll_arbitrary" type="roll" value="&{template:rolls} {{header=^{arbitrary}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{arbitrary}[Threshold]]]}}"></button>
|
|
<label class="styled-checkbox grid" data-i18n-title="arbitrary check" title="arbitrary check">
|
|
<input name="attr_arbitrary_check" title="@{arbitrary_check}" type="checkbox" value="arbitrary check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row traits">
|
|
<div class="font-weight-bold"><span class="knight">*</span></div>
|
|
<label class="styled-checkbox grid" data-i18n-title="merciful check" title="merciful check">
|
|
<input name="attr_merciful_check" title="@{merciful_check}" type="checkbox" value="merciful check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="merciful" name="roll_merciful" type="roll" value="&{template:rolls} {{header=^{merciful}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{merciful}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter merciful" title="enter merciful">
|
|
<input name="attr_merciful" placeholder="#" title="@{merciful}" type="number" value="0"/>
|
|
</label>
|
|
<span>/</span>
|
|
<label data-i18n-title="enter cruel" title="enter cruel">
|
|
<input name="attr_cruel" placeholder="#" title="@{cruel}" type="number" value="0"/>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="cruel" name="roll_cruel" type="roll" value="&{template:rolls} {{header=^{cruel}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{cruel}[Threshold]]]}}"></button>
|
|
<label class="styled-checkbox grid" data-i18n-title="cruel check" title="cruel check">
|
|
<input name="attr_cruel_check" title="@{cruel_check}" type="checkbox" value="cruel check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row traits">
|
|
<div class="font-weight-bold">
|
|
<span class="knight">*</span>
|
|
<span class="woman">*</span>
|
|
</div>
|
|
<label class="styled-checkbox grid" data-i18n-title="modest check" title="modest check">
|
|
<input name="attr_modest_check" title="@{modest_check}" type="checkbox" value="modest check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="modest" name="roll_modest" type="roll" value="&{template:rolls} {{header=^{modest}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{modest}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter modest" title="enter modest">
|
|
<input name="attr_modest" placeholder="#" title="@{modest}" type="number" value="0"/>
|
|
</label>
|
|
<span>/</span>
|
|
<label data-i18n-title="enter proud" title="enter proud">
|
|
<input name="attr_proud" placeholder="#" title="@{proud}" type="number" value="0"/>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="proud" name="roll_proud" type="roll" value="&{template:rolls} {{header=^{proud}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{proud}[Threshold]]]}}"></button>
|
|
<label class="styled-checkbox grid" data-i18n-title="proud check" title="proud check">
|
|
<input name="attr_proud_check" title="@{proud_check}" type="checkbox" value="proud check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row traits">
|
|
<div class="font-weight-bold"><span class="woman">*</span></div>
|
|
<label class="styled-checkbox grid" data-i18n-title="prudent check" title="prudent check">
|
|
<input name="attr_prudent_check" title="@{prudent_check}" type="checkbox" value="prudent check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="prudent" name="roll_prudent" type="roll" value="&{template:rolls} {{header=^{prudent}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{prudent}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter prudent" title="enter prudent">
|
|
<input name="attr_prudent" placeholder="#" title="@{prudent}" type="number" value="0"/>
|
|
</label>
|
|
<span>/</span>
|
|
<label data-i18n-title="enter reckless" title="enter reckless">
|
|
<input name="attr_reckless" placeholder="#" title="@{reckless}" type="number" value="0"/>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="reckless" name="roll_reckless" type="roll" value="&{template:rolls} {{header=^{reckless}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{reckless}[Threshold]]]}}"></button>
|
|
<label class="styled-checkbox grid" data-i18n-title="reckless check" title="reckless check">
|
|
<input name="attr_reckless_check" title="@{reckless_check}" type="checkbox" value="reckless check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<!-- <div class="row traits">
|
|
<div class="font-weight-bold"></div>
|
|
<label class="styled-checkbox grid" data-i18n-title="spiritual check" title="spiritual check">
|
|
<input name="attr_spiritual_check" title="@{spiritual_check}" type="checkbox" value="spiritual check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="spiritual" name="roll_spiritual" type="roll" value="&{template:rolls} {{header=^{spiritual}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{spiritual}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter spiritual" title="enter spiritual" name="attr_spiritual" placeholder="#" title="@{spiritual}" type="number" value="0" />
|
|
</label>
|
|
<span>/</span>
|
|
<label data-i18n-title="enter wordly" title="enter wordly">
|
|
<input name="attr_wordly" placeholder="#" title="@{wordly}" type="number" value="0"/>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="wordly" name="roll_wordly" type="roll" value="&{template:rolls} {{header=^{wordly}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{wordly}[Threshold]]]}}"></button>
|
|
<label class="styled-checkbox grid" data-i18n-title="wordly check" title="wordly check">
|
|
<input name="attr_wordly_check" title="@{wordly_check}" type="checkbox" value="wordly check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
--><div class="row traits">
|
|
<div class="font-weight-bold"><span class="woman">*</span></div>
|
|
<label class="styled-checkbox grid" data-i18n-title="temperate check" title="temperate check">
|
|
<input name="attr_temperate_check" title="@{temperate_check}" type="checkbox" value="temperate check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="temperate" name="roll_temperate" type="roll" value="&{template:rolls} {{header=^{temperate}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{temperate}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter temperate" title="enter temperate">
|
|
<input name="attr_temperate" placeholder="#" title="@{temperate}" type="number" value="0"/>
|
|
</label>
|
|
<span>/</span>
|
|
<label data-i18n-title="enter indulgent" title="enter indulgent">
|
|
<input name="attr_indulgent" placeholder="#" title="@{indulgent}" type="number" value="0"/>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="indulgent" name="roll_indulgent" type="roll" value="&{template:rolls} {{header=^{indulgent}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{indulgent}[Threshold]]]}}"></button>
|
|
<label class="styled-checkbox grid" data-i18n-title="indulgent check" title="indulgent check">
|
|
<input name="attr_indulgent_check" title="@{indulgent_check}" type="checkbox" value="indulgent check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row traits">
|
|
<div class="font-weight-bold"></div>
|
|
<label class="styled-checkbox grid" data-i18n-title="trusting check" title="trusting check">
|
|
<input name="attr_trusting_check" title="@{trusting_check}" type="checkbox" value="trusting check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="trusting" name="roll_trusting" type="roll" value="&{template:rolls} {{header=^{trusting}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{trusting}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter trusting" title="enter trusting">
|
|
<input name="attr_trusting" placeholder="#" title="@{trusting}" type="number" value="0"/>
|
|
</label>
|
|
<span>/</span>
|
|
<label data-i18n-title="enter suspicious" title="enter suspicious">
|
|
<input name="attr_suspicious" placeholder="#" title="@{suspicious}" type="number" value="0"/>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="suspicious" name="roll_suspicious" type="roll" value="&{template:rolls} {{header=^{suspicious}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{suspicious}[Threshold]]]}}"></button>
|
|
<label class="styled-checkbox grid" data-i18n-title="suspicious check" title="suspicious check">
|
|
<input name="attr_suspicious_check" title="@{suspicious_check}" type="checkbox" value="suspicious check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row traits">
|
|
<div class="font-weight-bold">
|
|
<span class="knight">*</span>
|
|
</div>
|
|
<label class="styled-checkbox grid" data-i18n-title="valorous check" title="valorous check">
|
|
<input name="attr_valorous_check" title="@{valorous_check}" type="checkbox" value="valorous check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="valorous" name="roll_valorous" type="roll" value="&{template:rolls} {{header=^{valorous}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{valorous}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter valorous" title="enter valorous">
|
|
<input name="attr_valorous" placeholder="#" title="@{valorous}" type="number" value="0"/></label>
|
|
<span>/</span>
|
|
<label data-i18n-title="enter cowardly" title="enter cowardly">
|
|
<input name="attr_cowardly" placeholder="#" title="@{cowardly}" type="number" value="0"/>
|
|
</label>
|
|
<button class="text-capitalize" data-i18n="cowardly" name="roll_cowardly" type="roll" value="&{template:rolls} {{header=^{cowardly}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{cowardly}[Threshold]]]}}"></button>
|
|
<label class="styled-checkbox grid" data-i18n-title="cowardly check" title="cowardly check">
|
|
<input name="attr_cowardly_check" title="@{cowardly_check}" type="checkbox" value="cowardly check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_directed-trait">
|
|
<div class="row">
|
|
<h2 data-i18n="directed trait"></h2>
|
|
<label data-i18n-title="enter name" title="enter name">
|
|
<input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/>
|
|
</label>
|
|
<label data-i18n-title="enter trait" title="enter trait">
|
|
<input name="attr_trait" placeholder="#" title="@{trait}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="check" title="check">
|
|
<input name="attr_check" title="@{check}" type="checkbox" value="check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="d20" name="roll_trait" type="roll" value="&{template:rolls}{{header=@{name}}}{{dice=[[1d20[Roll]]]}} {{threshold=[[@{trait}[Threshold]]]}}">t</button>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- *** PASSIONS ***
|
|
============================= -->
|
|
|
|
<div class="passions">
|
|
<div class="header">
|
|
<h1 data-i18n="passions"></h1>
|
|
</div>
|
|
<div class="row">
|
|
<button class="text-capitalize" data-i18n="love charlemagne" name="roll_love-charlemagne" type="roll" value="&{template:rolls} {{header=^{love charlemagne}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{love_charlemagne}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter love charlemagne" title="enter love charlemagne">
|
|
<input name="attr_love_charlemagne" placeholder="#" title="@{love_charlemagne}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="love charlemagne check" title="love charlemagne check">
|
|
<input name="attr_love_charlemagne_check" title="@{love_charlemagne_check}" type="checkbox" value="love charlemagne check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row">
|
|
<button class="text-capitalize" data-i18n="honor" name="roll_honor" type="roll" value="&{template:rolls} {{header=^{honor}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{honor}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter honor" title="enter honor">
|
|
<input name="attr_honor" placeholder="#" title="@{honor}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="honor check" title="honor check">
|
|
<input name="attr_honor_check" title="@{honor_check}" type="checkbox" value="honor check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row">
|
|
<button class="text-capitalize" data-i18n="love family" name="roll_love-family" type="roll" value="&{template:rolls} {{header=^{love family}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{love_family}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter love family" title="enter love family">
|
|
<input name="attr_love_family" placeholder="#" title="@{love_family}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="love family check" title="love family check">
|
|
<input name="attr_love_family_check" title="@{love_family_check}" type="checkbox" value="love family check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row">
|
|
<button class="text-capitalize" data-i18n="love god" name="roll_love-god" type="roll" value="&{template:rolls} {{header=^{love god}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{love_god}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter love god" title="enter love god">
|
|
<input name="attr_love_god" placeholder="#" title="@{love_god}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="love god check" title="love god check">
|
|
<input name="attr_love_god_check" title="@{love_god_check}" type="checkbox" value="love god check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_passion">
|
|
<div class="row">
|
|
<label data-i18n-title="enter name" title="enter name">
|
|
<input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/>
|
|
</label>
|
|
<label data-i18n-title="enter passion" title="enter passion">
|
|
<input name="attr_passion" placeholder="#" title="@{passion}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="check" title="check">
|
|
<input name="attr_check" title="@{check}" type="checkbox" value="check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="d20" name="roll_passion" type="roll" value="&{template:rolls}{{header=@{name}}}{{dice=[[1d20[Roll]]]}} {{threshold=[[@{passion}[Threshold]]]}}">t</button>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- *** ATTITUDES ***
|
|
============================= -->
|
|
|
|
<div class="attitudes">
|
|
<div class="header">
|
|
<h1 data-i18n="attitudes"></h1>
|
|
</div>
|
|
<div class="row">
|
|
<button class="text-capitalize" data-i18n="attitude charlemagne" name="roll_attitude-charlemagne" type="roll" value="&{template:rolls} {{header=^{attitude charlemagne}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{attitude_charlemagne}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter attitude charlemagne" title="enter attitude charlemagne">
|
|
<input name="attr_attitude_charlemagne" placeholder="#" title="@{attitude_charlemagne}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="attitude charlemagne check" title="attitude charlemagne check">
|
|
<input name="attr_attitude_charlemagne_check" title="@{attitude_charlemagne_check}" type="checkbox" value="attitude charlemagne check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row">
|
|
<button class="text-capitalize" data-i18n="attitude lord" name="roll_attitude-lord" type="roll" value="&{template:rolls} {{header=^{attitude lord}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{attitude_lord}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter attitude lord" title="enter attitude lord">
|
|
<input name="attr_attitude_lord" placeholder="#" title="@{attitude_lord}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="attitude lord check" title="attitude lord check">
|
|
<input name="attr_attitude_lord_check" title="@{attitude_lord_check}" type="checkbox" value="attitude lord check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row">
|
|
<button class="text-capitalize" data-i18n="attitude family" name="roll_attitude-family" type="roll" value="&{template:rolls} {{header=^{attitude family}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{attitude_family}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter attitude family" title="enter attitude family">
|
|
<input name="attr_attitude_family" placeholder="#" title="@{attitude_family}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="attitude family check" title="attitude family check">
|
|
<input name="attr_attitude_family_check" title="@{attitude_family_check}" type="checkbox" value="attitude family check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row">
|
|
<button class="text-capitalize" data-i18n="attitude retinue" name="roll_attitude-retinue" type="roll" value="&{template:rolls} {{header=^{attitude retinue}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{attitude_retinue}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter attitude retinue" title="enter attitude retinue">
|
|
<input name="attr_attitude_retinue" placeholder="#" title="@{attitude_retinue}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="attitude retinue check" title="attitude retinue check">
|
|
<input name="attr_attitude_retinue_check" title="@{attitude_retinue_check}" type="checkbox" value="attitude retinue check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row">
|
|
<button class="text-capitalize" data-i18n="attitude church" name="roll_attitude-church" type="roll" value="&{template:rolls} {{header=^{attitude church}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{attitude_church}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter attitude church" title="enter attitude church">
|
|
<input name="attr_attitude_church" placeholder="#" title="@{attitude_church}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="attitude church check" title="attitude church check">
|
|
<input name="attr_attitude_church_check" title="@{attitude_church_check}" type="checkbox" value="attitude church check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row">
|
|
<button class="text-capitalize" data-i18n="attitude commoners" name="roll_attitude-commoners" type="roll" value="&{template:rolls} {{header=^{attitude commoners}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{attitude_commoners}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter attitude commoners" title="enter attitude commoners">
|
|
<input name="attr_attitude_commoners" placeholder="#" title="@{attitude_commoners}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="attitude commoners check" title="attitude commoners check">
|
|
<input name="attr_attitude_commoners_check" title="@{attitude_commoners_check}" type="checkbox" value="attitude commoners check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_attitude">
|
|
<div class="row">
|
|
<label data-i18n-title="enter name" title="enter name">
|
|
<input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/>
|
|
</label>
|
|
<label data-i18n-title="enter attitude" title="enter attitude">
|
|
<input name="attr_attitude" placeholder="#" title="@{attitude}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="check" title="check">
|
|
<input name="attr_check" title="@{check}" type="checkbox" value="check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="d20" name="roll_attitude" type="roll" value="&{template:rolls}{{header=@{name}}}{{dice=[[1d20[Roll]]]}} {{threshold=[[@{attitude}[Threshold]]]}}">t</button>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- *** EQUIPSTUFF ***
|
|
============================= -->
|
|
|
|
<div class="equipment-carried">
|
|
<div class="header">
|
|
<h1 data-i18n="equipment carried"></h1>
|
|
</div>
|
|
<div class="row armor knight">
|
|
<h2 data-i18n="armor and shield"></h2>
|
|
<label data-i18n-title="enter armor type" title="enter armor type">
|
|
<input data-i18n-placeholder="armor type" name="attr_armor_type" placeholder="armor type" title="@{armor_type}" type="text" value=""/>
|
|
</label>
|
|
<h2 data-i18n="points"></h2>
|
|
<label data-i18n-title="enter armor points" title="enter armor points">
|
|
<input name="attr_armor_points" placeholder="#" title="@{armor_points}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
<div class="row clothing">
|
|
<h2 data-i18n="clothing"></h2>
|
|
<label data-i18n-title="enter clothing" title="enter clothing">
|
|
<input data-i18n-placeholder="clothing" name="attr_clothing" placeholder="clothing" title="@{clothing}" type="text" value=""/>
|
|
</label><h2 data-i18n="libra value"></h2>
|
|
<label data-i18n-title="enter libra value" title="enter libra value">
|
|
<input data-i18n-placeholder="libra value" name="attr_libra_value" placeholder="libra value" title="@{libra_value}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row">
|
|
<h2 class="text-primary" data-i18n="gear"></h2>
|
|
</div><div class="row gear">
|
|
<label class="styled-checkbox grid" data-i18n-title="personal gear check" title="personal gear check">
|
|
<input name="attr_personal_gear_check" title="@{personal_gear_check}" type="checkbox" value="personal gear check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<h2 data-i18n="personal"></h2>
|
|
<label data-i18n-title="enter personal gear" title="enter personal gear">
|
|
<input data-i18n-placeholder="personal gear" name="attr_personal_gear" placeholder="personal gear" title="@{personal_gear}" type="text" value=""/>
|
|
</label>
|
|
<h2 data-i18n="on horse #"></h2>
|
|
<label data-i18n-title="enter personal gear on horse" title="enter personal gear on horse">
|
|
<input name="attr_personal_gear_on_horse" placeholder="#" title="@{personal_gear_on_horse}" type="number" value="0"/></label>
|
|
</div>
|
|
<div class="row gear">
|
|
<label class="styled-checkbox grid" data-i18n-title="travel gear check" title="travel gear check">
|
|
<input name="attr_travel_gear_check" title="@{travel_gear_check}" type="checkbox" value="travel gear check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<h2 data-i18n="travel"></h2>
|
|
<label data-i18n-title="enter travel gear" title="enter travel gear">
|
|
<input data-i18n-placeholder="travel gear" name="attr_travel_gear" placeholder="travel gear" title="@{travel_gear}" type="text" value=""/>
|
|
</label>
|
|
<h2 data-i18n="on horse #"></h2>
|
|
<label data-i18n-title="enter travel gear on horse" title="enter travel gear on horse">
|
|
<input name="attr_travel_gear_on_horse" placeholder="#" title="@{travel_gear_on_horse}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
<div class="row gear knight">
|
|
<label class="styled-checkbox grid" data-i18n-title="war gear check" title="war gear check">
|
|
<input name="attr_war_gear_check" title="@{war_gear_check}" type="checkbox" value="war gear check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<h2 data-i18n="war"></h2>
|
|
<label data-i18n-title="enter war gear" title="enter war gear">
|
|
<input data-i18n-placeholder="war gear" name="attr_war_gear" placeholder="war gear" title="@{war_gear}" type="text" value=""/>
|
|
</label>
|
|
<h2 data-i18n="on horse #"></h2>
|
|
<label data-i18n-title="enter war gear on horse" title="enter war gear on horse">
|
|
<input name="attr_war_gear_on_horse" placeholder="#" title="@{war_gear_on_horse}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_equipment-carried">
|
|
<div class="row">
|
|
<label data-i18n-title="enter equipment" title="enter equipment">
|
|
<input data-i18n-placeholder="equipment" name="attr_equipment" placeholder="equipment" title="@{equipment}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- *** ATTRIBUTES ***
|
|
============================= -->
|
|
|
|
<div class="col gold-left-border">
|
|
<div class="attributes">
|
|
<div class="header">
|
|
<h1 data-i18n="attributes"></h1>
|
|
</div>
|
|
<div class="row size">
|
|
<button class="text-uppercase" data-i18n="siz" name="roll_size" type="roll" value="&{template:rolls} {{header=^{size}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{size}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter size" title="enter size">
|
|
<input name="attr_size" placeholder="#" title="@{size}" type="number" value="0"/>
|
|
</label>
|
|
<span class="font-weight-bold" data-i18n="(Knockdown)"></span>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<button class="text-uppercase" data-i18n="dex" name="roll_dexterity" type="roll" value="&{template:rolls} {{header=^{dexterity}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{dexterity}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter dexterity" title="enter dexterity">
|
|
<input name="attr_dexterity" placeholder="#" title="@{dexterity}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<button class="text-uppercase" data-i18n="str" name="roll_strength" type="roll" value="&{template:rolls} {{header=^{strength}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{strength}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter strength" title="enter strength">
|
|
<input name="attr_strength" placeholder="#" title="@{strength}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
<div class="row constitution">
|
|
<button class="text-uppercase" data-i18n="con" name="roll_constitution" type="roll" value="&{template:rolls} {{header=^{constitution}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{constitution}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter constitution" title="enter constitution">
|
|
<input name="attr_constitution" placeholder="#" title="@{constitution}" type="number" value="0"/>
|
|
</label>
|
|
<span class="font-weight-bold" data-i18n="(Major Wound)"></span>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<button class="text-uppercase" data-i18n="app" name="roll_appearance" type="roll" value="&{template:rolls} {{header=^{appearance}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{appearance}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter appearance" title="enter appearance">
|
|
<input name="attr_appearance" placeholder="#" title="@{appearance}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
<div class="row damage">
|
|
<button class="text-capitalize" data-i18n="damage" name="roll_damage" type="roll" value="&{template:rolls} {{header=^{damage}}} {{damage=[[@{damage}d6]]}}"></button>
|
|
<span class="text-center display" name="attr_damage"></span>
|
|
<span class="font-weight-bold" data-i18n="d6"></span>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="healing rate"></h2>
|
|
<span class="text-center display" name="attr_healing_rate"></span>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="movement rate"></h2>
|
|
<span class="text-center display" name="attr_movement_rate"></span>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="total hit points"></h2>
|
|
<span class="text-center display" name="attr_total_hit_points"></span>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="unconcious"></h2>
|
|
<span class="text-center display" name="attr_unconcious"></span>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- *** DISTINCTIVE FEATURES ***
|
|
============================= -->
|
|
|
|
<div class="distinctive-features">
|
|
<div class="header">
|
|
<h1 data-i18n="distinctive features"></h1>
|
|
</div>
|
|
<div class="row">
|
|
<textarea data-i18n-placeholder="distinctive features" name="attr_distinctive_features" placeholder="distinctive features"></textarea>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- *** SKILLS ***
|
|
============================= -->
|
|
|
|
<div class="skills">
|
|
<div class="header">
|
|
<h1 data-i18n="skills"></h1>
|
|
</div>
|
|
|
|
<!-- *** Common Skills
|
|
============================= *** -->
|
|
<div class="row"><h2 class="text-primary" data-i18n="common"></h2></div>
|
|
|
|
|
|
<div class="row col-3 awareness ">
|
|
<button class="text-capitalize" data-i18n="awareness" name="roll_awareness" type="roll" value="&{template:rolls} {{header=^{awareness}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{awareness}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter awareness" title="enter awareness">
|
|
<input name="attr_awareness" placeholder="#" title="@{awareness}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="awareness check" title="awareness check"><input name="attr_awareness_check" title="@{awareness_check}" type="checkbox" value="awareness check"/><span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 chirurgery ">
|
|
<button class="text-capitalize" data-i18n="chirurgery" name="roll_chirurgery" type="roll" value="&{template:rolls} {{header=^{chirurgery}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{chirurgery}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter chirurgery" title="enter chirurgery">
|
|
<input name="attr_chirurgery" placeholder="#" title="@{chirurgery}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="chirurgery check" title="chirurgery check">
|
|
<input name="attr_chirurgery_check" title="@{chirurgery_check}" type="checkbox" value="chirurgery check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 faerie lore ">
|
|
<button class="text-capitalize" data-i18n="faerie lore" name="roll_faerie-lore" type="roll" value="&{template:rolls} {{header=^{faerie lore}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{faerie_lore}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter faerie lore" title="enter faerie lore">
|
|
<input name="attr_faerie_lore" placeholder="#" title="@{faerie_lore}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="faerie lore check" title="faerie lore check">
|
|
<input name="attr_faerie_lore_check" title="@{faerie_lore_check}" type="checkbox" value="faerie lore check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 first aid ">
|
|
<button class="text-capitalize" data-i18n="first aid" name="roll_first-aid" type="roll" value="&{template:rolls} {{header=^{first aid}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{first_aid}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter first aid" title="enter first aid">
|
|
<input name="attr_first_aid" placeholder="#" title="@{first_aid}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="first aid check" title="first aid check">
|
|
<input name="attr_first_aid_check" title="@{first_aid_check}" type="checkbox" value="first aid check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 folk lore ">
|
|
<button class="text-capitalize" data-i18n="folk lore" name="roll_folk-lore" type="roll" value="&{template:rolls} {{header=^{folk lore}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{folk_lore}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter folk lore" title="enter folk lore">
|
|
<input name="attr_folk_lore" placeholder="#" title="@{folk_lore}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="folk lore check" title="folk lore check">
|
|
<input name="attr_folk_lore_check" title="@{folk_lore_check}" type="checkbox" value="folk lore check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 horsemanship">
|
|
<button class="text-capitalize" data-i18n="horsemanship" name="roll_horsemanship" type="roll" value="&{template:rolls} {{header=^{horsemanship}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{horsemanship}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter horsemanship" title="enter horsemanship">
|
|
<input name="attr_horsemanship" placeholder="#" title="@{horsemanship}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="horsemanship check" title="horsemanship check">
|
|
<input name="attr_horsemanship_check" title="@{horsemanship_check}" type="checkbox" value="horsemanship check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 hunting">
|
|
<button class="text-capitalize" data-i18n="hunting" name="roll_hunting" type="roll" value="&{template:rolls} {{header=^{hunting}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{hunting}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter hunting" title="enter hunting">
|
|
<input name="attr_hunting" placeholder="#" title="@{hunting}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="hunting check" title="hunting check">
|
|
<input name="attr_hunting_check" title="@{hunting_check}" type="checkbox" value="hunting check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 industry ">
|
|
<button class="text-capitalize" data-i18n="industry" name="roll_industry" type="roll" value="&{template:rolls} {{header=^{industry}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{industry}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter industry" title="enter industry">
|
|
<input name="attr_industry" placeholder="#" title="@{industry}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="industry check" title="industry check">
|
|
<input name="attr_industry_check" title="@{industry_check}" type="checkbox" value="industry check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 recognize ">
|
|
<button class="text-capitalize" data-i18n="recognize" name="roll_recognize" type="roll" value="&{template:rolls} {{header=^{recognize}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{recognize}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter recognize" title="enter recognize">
|
|
<input name="attr_recognize" placeholder="#" title="@{recognize}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="recognize check" title="recognize check">
|
|
<input name="attr_recognize_check" title="@{recognize_check}" type="checkbox" value="recognize check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 religion ">
|
|
<button class="text-capitalize" data-i18n="religion" name="roll_religion" type="roll" value="&{template:rolls} {{header=^{religion}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{religion}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter religion name" title="enter religion name">
|
|
<input data-i18n-placeholder="religion name" name="attr_religion_name" placeholder="religion name" title="@{religion_name}" type="text" value=""/>
|
|
</label>
|
|
<label data-i18n-title="enter religion" title="enter religion">
|
|
<input name="attr_religion" placeholder="#" title="@{religion}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="religion check" title="religion check">
|
|
<input name="attr_religion_check" title="@{religion_check}" type="checkbox" value="religion check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 stewardship ">
|
|
<button class="text-capitalize" data-i18n="stewardship" name="roll_stewardship" type="roll" value="&{template:rolls} {{header=^{stewardship}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{stewardship}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter stewardship" title="enter stewardship">
|
|
<input name="attr_stewardship" placeholder="#" title="@{stewardship}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="stewardship check" title="stewardship check">
|
|
<input name="attr_stewardship_check" title="@{stewardship_check}" type="checkbox" value="stewardship check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 swimming ">
|
|
<button class="text-capitalize" data-i18n="swimming" name="roll_swimming" type="roll" value="&{template:rolls} {{header=^{swimming}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{swimming}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter swimming" title="enter swimming">
|
|
<input name="attr_swimming" placeholder="#" title="@{swimming}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="swimming check" title="swimming check">
|
|
<input name="attr_swimming_check" title="@{swimming_check}" type="checkbox" value="swimming check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
|
|
<!-- *** Courtly Skills
|
|
============================= *** -->
|
|
|
|
<div class="row"><h2 class="text-primary" data-i18n="courtly"></h2></div>
|
|
|
|
<div class="row col-3 courtesy ">
|
|
<button class="text-capitalize" data-i18n="courtesy" name="roll_courtesy" type="roll" value="&{template:rolls} {{header=^{courtesy}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{courtesy}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter courtesy" title="enter courtesy">
|
|
<input name="attr_courtesy" placeholder="#" title="@{courtesy}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="courtesy check" title="courtesy check">
|
|
<input name="attr_courtesy_check" title="@{courtesy_check}" type="checkbox" value="courtesy check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 dancing ">
|
|
<button class="text-capitalize" data-i18n="dancing" name="roll_dancing" type="roll" value="&{template:rolls} {{header=^{dancing}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{dancing}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter dancing" title="enter dancing">
|
|
<input name="attr_dancing" placeholder="#" title="@{dancing}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="dancing check" title="dancing check">
|
|
<input name="attr_dancing_check" title="@{dancing_check}" type="checkbox" value="dancing check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 eloquence ">
|
|
<button class="text-capitalize" data-i18n="eloquence" name="roll_eloquence" type="roll" value="&{template:rolls} {{header=^{eloquence}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{eloquence}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter eloquence" title="enter eloquence">
|
|
<input name="attr_eloquence" placeholder="#" title="@{eloquence}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="eloquence check" title="eloquence check">
|
|
<input name="attr_eloquence_check" title="@{eloquence_check}" type="checkbox" value="eloquence check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 falconry ">
|
|
<button class="text-capitalize" data-i18n="falconry" name="roll_falconry" type="roll" value="&{template:rolls} {{header=^{falconry}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{falconry}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter falconry" title="enter falconry">
|
|
<input name="attr_falconry" placeholder="#" title="@{falconry}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="falconry check" title="falconry check">
|
|
<input name="attr_falconry_check" title="@{falconry_check}" type="checkbox" value="falconry check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 gaming ">
|
|
<button class="text-capitalize" data-i18n="gaming" name="roll_gaming" type="roll" value="&{template:rolls} {{header=^{gaming}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{gaming}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter gaming" title="enter gaming">
|
|
<input name="attr_gaming" placeholder="#" title="@{gaming}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="gaming check" title="gaming check">
|
|
<input name="attr_gaming_check" title="@{gaming_check}" type="checkbox" value="gaming check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 heraldry ">
|
|
<button class="text-capitalize" data-i18n="heraldry" name="roll_heraldry" type="roll" value="&{template:rolls} {{header=^{heraldry}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{heraldry}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter heraldry" title="enter heraldry">
|
|
<input name="attr_heraldry" placeholder="#" title="@{heraldry}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="heraldry check" title="heraldry check">
|
|
<input name="attr_heraldry_check" title="@{heraldry_check}" type="checkbox" value="heraldry check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 intrigue ">
|
|
<button class="text-capitalize" data-i18n="intrigue" name="roll_intrigue" type="roll" value="&{template:rolls} {{header=^{intrigue}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{intrigue}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter intrigue" title="enter intrigue">
|
|
<input name="attr_intrigue" placeholder="#" title="@{intrigue}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="intrigue check" title="intrigue check">
|
|
<input name="attr_intrigue_check" title="@{intrigue_check}" type="checkbox" value="intrigue check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 languages ">
|
|
<button class="text-capitalize" data-i18n="languages" name="roll_languages" type="roll" value="&{template:rolls} {{header=^{languages}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{languages}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter languages" title="enter languages">
|
|
<input name="attr_languages" placeholder="#" title="@{languages}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="orate check" title="orate check">
|
|
<input name="attr_orate_check" title="@{orate_check}" type="checkbox" value="languages check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 play ">
|
|
<button class="text-capitalize" data-i18n="play" name="roll_play" type="roll" value="&{template:rolls} {{header=^{play}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{play}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter play name" title="enter play name">
|
|
<input data-i18n-placeholder="play name" name="attr_play_name" placeholder="play name" title="@{play_name}" type="text" value=""/>
|
|
</label>
|
|
<label data-i18n-title="enter play" title="enter play">
|
|
<input name="attr_play" placeholder="#" title="@{play}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="play check" title="play check">
|
|
<input name="attr_play_check" title="@{play_check}" type="checkbox" value="play check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 read ">
|
|
<button class="text-capitalize" data-i18n="read" name="roll_read" type="roll" value="&{template:rolls} {{header=^{read}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{read}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter read name" title="enter read name">
|
|
<input data-i18n-placeholder="read name" name="attr_read_name" placeholder="read name" title="@{read_name}" type="text" value=""/>
|
|
</label>
|
|
<label data-i18n-title="enter read" title="enter read">
|
|
<input name="attr_read" placeholder="#" title="@{read}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="read check" title="read check">
|
|
<input name="attr_read_check" title="@{read_check}" type="checkbox" value="read check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 romance ">
|
|
<button class="text-capitalize" data-i18n="romance" name="roll_romance" type="roll" value="&{template:rolls} {{header=^{romance}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{romance}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter romance" title="enter romance">
|
|
<input name="attr_romance" placeholder="#" title="@{romance}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="romance check" title="romance check">
|
|
<input name="attr_romance_check" title="@{romance_check}" type="checkbox" value="romance check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 singing ">
|
|
<button class="text-capitalize" data-i18n="singing" name="roll_singing" type="roll" value="&{template:rolls} {{header=^{singing}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{singing}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter singing" title="enter singing">
|
|
<input name="attr_singing" placeholder="#" title="@{singing}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="singing check" title="singing check">
|
|
<input name="attr_singing_check" title="@{singing_check}" type="checkbox" value="singing check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<!-- <div class="row col-3 tourney "><button class="text-capitalize" data-i18n="tourney" name="roll_tourney" type="roll" value="&{template:rolls} {{header=^{tourney}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{tourney}[Threshold]]]}}"></button><label data-i18n-title="enter tourney" title="enter tourney"><input name="attr_tourney" placeholder="#" title="@{tourney}" type="number" value="0"/></label><label class="styled-checkbox grid" data-i18n-title="tourney check" title="tourney check"><input name="attr_tourney_check" title="@{tourney_check}" type="checkbox" value="tourney check"/><span class="pictos">3</span></label></div>
|
|
-->
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_skills">
|
|
<div class="row">
|
|
<label data-i18n-title="enter name" title="enter name">
|
|
<input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/>
|
|
</label>
|
|
<label data-i18n-title="enter skill" title="enter skill">
|
|
<input name="attr_skill" placeholder="#" title="@{skill}" type="number" value="0"/>
|
|
</label><label class="styled-checkbox grid" data-i18n-title="check" title="check">
|
|
<input name="attr_check" title="@{check}" type="checkbox" value="check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="d20" name="roll_skill" type="roll" value="&{template:rolls}{{header=@{name}}}{{dice=[[1d20[Roll]]]}} {{threshold=[[@{skill}[Threshold]]]}}">t</button>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- *** SQUIRE ***
|
|
============================= -->
|
|
|
|
<div class="squire">
|
|
<div class="header knight">
|
|
<h1 data-i18n="squire"></h1>
|
|
</div>
|
|
<div class="header woman">
|
|
<h1 data-i18n="servant"></h1>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="name"></h2>
|
|
<label data-i18n-title="enter squire name" title="enter squire name">
|
|
<input data-i18n-placeholder="squire name" name="attr_squire_name" placeholder="squire name" title="@{squire_name}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="age"></h2>
|
|
<label data-i18n-title="enter squire age" title="enter squire age">
|
|
<input name="attr_squire_age" placeholder="#" title="@{squire_age}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
<div class="row 3autocolumn knight">
|
|
<button class="text-capitalize" data-i18n="first aid" name="roll_first-aid" type="roll" value="&{template:rolls} {{header=Squire's ^{first aid}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{squire_first_aid}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter first aid" title="enter first aid">
|
|
<input name="attr_squire_first_aid" placeholder="#" title="@{squire_first_aid}" type="number" value=""/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="squire first aid check" title="squire first aid check">
|
|
<input name="attr_squire_first_aid_check" title="@{squire_first_aid_check}" type="checkbox" value="squire first aid check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row 3autocolumn knight">
|
|
<button class="text-capitalize" data-i18n="battle" name="roll_battle" type="roll" value="&{template:rolls} {{header=Squire's ^{battle}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{squire_battle}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter battle" title="enter battle">
|
|
<input name="attr_squire_battle" placeholder="#" title="@{squire_battle}" type="number" value=""/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="squire battle check" title="squire battle check">
|
|
<input name="attr_squire_battle_check" title="@{squire_battle_check}" type="checkbox" value="squire battle check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row 3autocolumn knight">
|
|
<button class="text-capitalize" data-i18n="horsemanship" name="roll_horsemanship" type="roll" value="&{template:rolls} {{header=Squire's ^{horsemanship}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{squire_horsemanship}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter horsemanship" title="enter horsemanship">
|
|
<input name="attr_squire_horsemanship" placeholder="#" title="@{squire_horsemanship}" type="number" value=""/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="squire horsemanship check" title="squire horsemanship check">
|
|
<input name="attr_squire_horsemanship_check" title="@{squire_horsemanship_check}" type="checkbox" value="squire horsemanship check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_squire_skills">
|
|
<div class="row">
|
|
<label data-i18n-title="enter name" title="enter name">
|
|
<input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/>
|
|
</label>
|
|
<label data-i18n-title="enter squire skill" title="enter squire skill">
|
|
<input name="attr_squire_skill" placeholder="#" title="@{squire_skill}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="check" title="check">
|
|
<input name="attr_check" title="@{check}" type="checkbox" value="check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="d20" name="roll_skill" type="roll" value="&{template:rolls}{{header=@{name}}}{{dice=[[1d20[Roll]]]}} {{threshold=[[@{skill}[Threshold]]]}}">t</button>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- *** GLORY ***
|
|
============================= -->
|
|
|
|
<div class="col gold-left-border">
|
|
<div class="glory">
|
|
<div class="header"><h1 data-i18n="glory"></h1></div>
|
|
<div class="row">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="this game"></h2>
|
|
<label data-i18n-title="enter glory this game" title="enter glory this game">
|
|
<input name="attr_glory_this_game" placeholder="#" title="@{glory_this_game}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="total"></h2>
|
|
<label data-i18n-title="enter glory total" title="enter glory total">
|
|
<input name="attr_glory_total" placeholder="#" title="@{glory_total}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- *** HEALTH ***
|
|
============================= -->
|
|
|
|
<div class="current-hit-points">
|
|
<div class="header"><h1 data-i18n="current hit points"></h1></div>
|
|
<div class="row">
|
|
<label data-i18n-title="enter current hit points" title="enter current hit points">
|
|
<input name="attr_current_hit_points" placeholder="#" title="@{current_hit_points}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
<div class="row">
|
|
<h2 data-i18n="wounds"></h2>
|
|
<textarea data-i18n-placeholder="wounds" name="attr_wounds" placeholder="wounds"></textarea>
|
|
</div>
|
|
<div class="row three-quarter-hp">
|
|
<label class="styled-checkbox grid" data-i18n-title="3/4 HP" title="3/4 HP">
|
|
<input name="attr_three_quarter_hp" title="@{three_quarter_hp}" type="checkbox" value="3/4 HP"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<h2 data-i18n="3/4 HP = -5 to Actions"></h2>
|
|
</div>
|
|
<div class="row half-hp">
|
|
<label class="styled-checkbox grid" data-i18n-title="1/2 HP" title="1/2 HP">
|
|
<input name="attr_half_hp" title="@{half_hp}" type="checkbox" value="1/2 HP"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<h2 data-i18n="1/2 HP = -10 to Actions"></h2>
|
|
</div>
|
|
<div class="row one-quarter-hp">
|
|
<label class="styled-checkbox grid" data-i18n-title="1/4 HP" title="1/4 HP">
|
|
<input name="attr_one_quarter_hp" title="@{one_quarter_hp}" type="checkbox" value="1/4 HP"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<h2 data-i18n="1/4 HP = Unconscious"></h2>
|
|
</div>
|
|
<div class="row chirurgery-needed">
|
|
<label class="styled-checkbox grid" data-i18n-title="chirurgery needed" title="chirurgery needed">
|
|
<input name="attr_chirurgery_needed" title="@{chirurgery_needed}" type="checkbox" value="chirurgery needed"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<h2 data-i18n="chirurgery needed"></h2>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- ***COMBAT SKILLS***
|
|
============================= -->
|
|
|
|
<div class="combat-skills">
|
|
<div class="header"><h1 data-i18n="combat skills"></h1></div>
|
|
<div class="row col-3 knight">
|
|
<button class="text-capitalize" data-i18n="battle" name="roll_battle" type="roll" value="&{template:rolls} {{header=^{battle}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{battle}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter battle" title="enter battle">
|
|
<input name="attr_battle" placeholder="#" title="@{battle}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="battle check" title="battle check">
|
|
<input name="attr_battle_check" title="@{battle_check}" type="checkbox" value="battle check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3">
|
|
<button class="text-capitalize" data-i18n="siege" name="roll_siege" type="roll" value="&{template:rolls} {{header=^{siege}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{siege}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter siege" title="enter siege">
|
|
<input name="attr_siege" placeholder="#" title="@{siege}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="siege check" title="siege check">
|
|
<input name="attr_siege_check" title="@{siege_check}" type="checkbox" value="siege check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
|
|
<div class="row"><h2 class="text-primary" data-i18n="melee skills"></h2></div>
|
|
|
|
<div class="row col-3 knight">
|
|
<button class="text-capitalize" data-i18n="axe" name="roll_axe" type="roll" value="&{template:rolls} {{header=^{axe}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{axe}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter axe" title="enter axe">
|
|
<input name="attr_axe" placeholder="#" title="@{axe}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="axe check" title="axe check">
|
|
<input name="attr_axe_check" title="@{axe_check}" type="checkbox" value="axe check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 knight">
|
|
<button class="text-capitalize" data-i18n="bludgeon" name="roll_bludgeon" type="roll" value="&{template:rolls} {{header=^{bludgeon}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{bludgeon}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter bludgeon" title="enter bludgeon">
|
|
<input name="attr_bludgeon" placeholder="#" title="@{bludgeon}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="bludgeon check" title="bludgeon check">
|
|
<input name="attr_bludgeon_check" title="@{bludgeon_check}" type="checkbox" value="bludgeon check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3">
|
|
<button class="text-capitalize" data-i18n="dagger" name="roll_dagger" type="roll" value="&{template:rolls} {{header=^{dagger}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{dagger}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter dagger" title="enter dagger">
|
|
<input name="attr_dagger" placeholder="#" title="@{dagger}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="dagger check" title="dagger check">
|
|
<input name="attr_dagger_check" title="@{dagger_check}" type="checkbox" value="dagger check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 knight">
|
|
<button class="text-capitalize" data-i18n="spear" name="roll_spear" type="roll" value="&{template:rolls} {{header=^{spear}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{spear}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter spear" title="enter spear">
|
|
<input name="attr_spear" placeholder="#" title="@{spear}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="spear check" title="spear check">
|
|
<input name="attr_spear_check" title="@{spear_check}" type="checkbox" value="spear check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 knight">
|
|
<button class="text-capitalize" data-i18n="sword" name="roll_sword" type="roll" value="&{template:rolls} {{header=^{sword}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{sword}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter sword" title="enter sword">
|
|
<input name="attr_sword" placeholder="#" title="@{sword}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="sword check" title="sword check">
|
|
<input name="attr_sword_check" title="@{sword_check}" type="checkbox" value="sword check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3">
|
|
<button class="text-capitalize" data-i18n="unarmed" name="roll_unarmed" type="roll" value="&{template:rolls} {{header=^{unarmed}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{unarmed}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter unarmed" title="enter unarmed">
|
|
<input name="attr_unarmed" placeholder="#" title="@{unarmed}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="unarmed check" title="unarmed check">
|
|
<input name="attr_unarmed_check" title="@{unarmed_check}" type="checkbox" value="unarmed check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_melee-combat-skills">
|
|
<div class="row">
|
|
<label data-i18n-title="enter name" title="enter name">
|
|
<input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/>
|
|
</label>
|
|
<label data-i18n-title="enter skill" title="enter skill">
|
|
<input name="attr_skill" placeholder="#" title="@{skill}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="check" title="check">
|
|
<input name="attr_check" title="@{check}" type="checkbox" value="check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="d20" name="roll_skill" type="roll" value="&{template:rolls}{{header=@{name}}}{{dice=[[1d20[Roll]]]}} {{threshold=[[@{skill}[Threshold]]]}}">t</button>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
|
|
|
|
<div class="row"><h2 class="text-primary" data-i18n="mounted skills"></h2></div>
|
|
|
|
<div class="row col-3 knight">
|
|
<button class="text-capitalize" data-i18n="lance" name="roll_lance" type="roll" value="&{template:rolls} {{header=^{lance}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{lance}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter lance" title="enter lance">
|
|
<input name="attr_lance" placeholder="#" title="@{lance}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="lance check" title="lance check">
|
|
<input name="attr_lance_check" title="@{lance_check}" type="checkbox" value="lance check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_mounted-combat-skills">
|
|
<div class="row">
|
|
<label data-i18n-title="enter name" title="enter name">
|
|
<input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/>
|
|
</label>
|
|
<label data-i18n-title="enter skill" title="enter skill">
|
|
<input name="attr_skill" placeholder="#" title="@{skill}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="check" title="check">
|
|
<input name="attr_check" title="@{check}" type="checkbox" value="check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="d20" name="roll_skill" type="roll" value="&{template:rolls}{{header=@{name}}}{{dice=[[1d20[Roll]]]}} {{threshold=[[@{skill}[Threshold]]]}}">t</button>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
|
|
<div class="row"><h2 class="text-primary" data-i18n="missile skills"></h2></div>
|
|
|
|
<div class="row col-3 knight">
|
|
<button class="text-capitalize" data-i18n="bow" name="roll_bow" type="roll" value="&{template:rolls} {{header=^{bow}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{bow}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter bow" title="enter bow">
|
|
<input name="attr_bow" placeholder="#" title="@{bow}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="bow check" title="bow check">
|
|
<input name="attr_bow_check" title="@{bow_check}" type="checkbox" value="bow check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3 knight">
|
|
<button class="text-capitalize" data-i18n="crossbow" name="roll_crossbow" type="roll" value="&{template:rolls} {{header=^{crossbow}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{crossbow}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter crossbow" title="enter crossbow">
|
|
<input name="attr_crossbow" placeholder="#" title="@{crossbow}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="crossbow check" title="crossbow check">
|
|
<input name="attr_crossbow_check" title="@{crossbow_check}" type="checkbox" value="crossbow check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="row col-3">
|
|
<button class="text-capitalize" data-i18n="thrown weapons" name="roll_thrown" type="roll" value="&{template:rolls} {{header=^{thrown}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{thrown}[Threshold]]]}}"></button>
|
|
<label data-i18n-title="enter thrown" title="enter thrown">
|
|
<input name="attr_thrown" placeholder="#" title="@{thrown}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="thrown check" title="thrown check">
|
|
<input name="attr_thrown_check" title="@{thrown_check}" type="checkbox" value="thrown check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_missile-combat-skills">
|
|
<div class="row">
|
|
<label data-i18n-title="enter name" title="enter name">
|
|
<input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/>
|
|
</label>
|
|
<label data-i18n-title="enter skill" title="enter skill">
|
|
<input name="attr_skill" placeholder="#" title="@{skill}" type="number" value="0"/>
|
|
</label>
|
|
<label class="styled-checkbox grid" data-i18n-title="check" title="check">
|
|
<input name="attr_check" title="@{check}" type="checkbox" value="check"/>
|
|
<span class="pictos">3</span>
|
|
</label>
|
|
<button class="d20" name="roll_skill" type="roll" value="&{template:rolls}{{header=@{name}}}{{dice=[[1d20[Roll]]]}} {{threshold=[[@{skill}[Threshold]]]}}">t</button>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- ***JOUST SCORE***
|
|
============================= -->
|
|
|
|
<div class="joust-score knight">
|
|
<div class="header"><h1 data-i18n="joust score"></h1></div>
|
|
<div class="row 2column">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="win"></h2>
|
|
<label data-i18n-title="enter win" title="enter win">
|
|
<input name="attr_win" placeholder="#" title="@{win}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="losses"></h2>
|
|
<label data-i18n-title="enter losses" title="enter losses">
|
|
<input name="attr_losses" placeholder="#" title="@{losses}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- WOMAN'S GIFT -- JUST KILL ME NOW
|
|
============================= -->
|
|
|
|
<div class="womans-gift woman">
|
|
<div class="header"><h1 data-i18n="woman's gift"></h1></div>
|
|
<div class="row"><textarea data-i18n-placeholder="woman's gift" name="attr_womans_gift"></textarea></div>
|
|
</div>
|
|
|
|
<!-- ***HORSES***
|
|
============================= -->
|
|
|
|
<div class="horse">
|
|
<div class="header"><h1 data-i18n="horses"></h1></div>
|
|
<div class="row">
|
|
<h2 class="text-primary knight" data-i18n="best warhorse (#1)"></h2>
|
|
<h2 class="text-primary woman" data-i18n="best horse (#1)"></h2>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="name"></h2>
|
|
<label data-i18n-title="enter horse name" title="enter horse name">
|
|
<input data-i18n-placeholder="horse name" name="attr_horse_name" placeholder="horse name" title="@{horse_name}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="type"></h2>
|
|
<label data-i18n-title="enter horse type" title="enter horse type">
|
|
<input data-i18n-placeholder="horse type" name="attr_horse_type" placeholder="horse type" title="@{horse_type}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row 2column">
|
|
<div class="col 2autocolumn">
|
|
<button class="text-capitalize" data-i18n="damage" name="roll_horse-damage" type="roll" value="&{template:rolls} {{header=^{horse damage}}} {{damage=[[@{horse_damage}d6]]}}"></button>
|
|
<label data-i18n-title="enter horse damage" title="enter horse damage">
|
|
<input data-i18n-placeholder="horse damage" name="attr_horse_damage" placeholder="horse damage" title="@{horse_damage}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="move"></h2>
|
|
<label data-i18n-title="enter horse move" title="enter horse move">
|
|
<input data-i18n-placeholder="horse move" name="attr_horse_move" placeholder="horse move" title="@{horse_move}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
<div class="row 2column">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="armor"></h2>
|
|
<label data-i18n-title="enter horse armor" title="enter horse armor">
|
|
<input name="attr_horse_armor" placeholder="#" title="@{horse_armor}" type="number" value="0"/>
|
|
</label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="hp"></h2>
|
|
<label data-i18n-title="enter horse hp" title="enter horse hp">
|
|
<input name="attr_horse_hp" placeholder="#" title="@{horse_hp}" type="number" value="0"/>
|
|
</label></div></div><div class="row 3column"><div class="col 2autocolumn"><h2 class="text-uppercase" data-i18n="siz"></h2>
|
|
<label data-i18n-title="enter horse siz" title="enter horse siz">
|
|
<input data-i18n-placeholder="horse siz" name="attr_horse_siz" placeholder="horse siz" title="@{horse_siz}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 class="text-uppercase" data-i18n="con"></h2>
|
|
<label data-i18n-title="enter horse con" title="enter horse con">
|
|
<input data-i18n-placeholder="horse con" name="attr_horse_con" placeholder="horse con" title="@{horse_con}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 class="text-uppercase" data-i18n="dex"></h2>
|
|
<label data-i18n-title="enter horse dex" title="enter horse dex">
|
|
<input data-i18n-placeholder="horse dex" name="attr_horse_dex" placeholder="horse dex" title="@{horse_dex}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="breed"></h2>
|
|
<label data-i18n-title="enter horse breed" title="enter horse breed">
|
|
<input data-i18n-placeholder="horse breed" name="attr_horse_breed" placeholder="horse breed" title="@{horse_breed}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row">
|
|
<h2 class="text-primary" data-i18n="other horses"></h2>
|
|
</div>
|
|
<div class="row other-horse">
|
|
<h2 data-i18n="riding(#2)"></h2>
|
|
<label data-i18n-title="enter horse 2" title="enter horse 2">
|
|
<input data-i18n-placeholder="horse 2" name="attr_horse_2" placeholder="horse 2" title="@{horse_2}" type="text" value=""/>
|
|
</label>
|
|
<h2 data-i18n="move"></h2>
|
|
<label data-i18n-title="enter horse 2 move" title="enter horse 2 move">
|
|
<input data-i18n-placeholder="horse 2 move" name="attr_horse_2_move" placeholder="horse 2 move" title="@{horse_2_move}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row other-horse">
|
|
<h2 class="woman" data-i18n="squire(#3)"></h2>
|
|
<h2 class="knight" data-i18n="squire(#3)"></h2>
|
|
<label data-i18n-title="enter horse 3" title="enter horse 3">
|
|
<input data-i18n-placeholder="horse 3" name="attr_horse_3" placeholder="horse 3" title="@{horse_3}" type="text" value=""/>
|
|
</label>
|
|
<h2 data-i18n="move"></h2>
|
|
<label data-i18n-title="enter horse 3 move" title="enter horse 3 move">
|
|
<input data-i18n-placeholder="horse 3 move" name="attr_horse_3_move" placeholder="horse 3 move" title="@{horse_3_move}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="row other-horse">
|
|
<h2 data-i18n="(#4)"></h2>
|
|
<label data-i18n-title="enter horse 4" title="enter horse 4">
|
|
<input data-i18n-placeholder="horse 4" name="attr_horse_4" placeholder="horse 4" title="@{horse_4}" type="text" value=""/>
|
|
</label>
|
|
<h2 data-i18n="move"></h2>
|
|
<label data-i18n-title="enter horse 4 move" title="enter horse 4 move">
|
|
<input data-i18n-placeholder="horse 4 move" name="attr_horse_4_move" placeholder="horse 4 move" title="@{horse_4_move}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_horses">
|
|
<div class="row">
|
|
<label data-i18n-title="enter horse" title="enter horse">
|
|
<input data-i18n-placeholder="horse" name="attr_horse" placeholder="horse" title="@{horse}" type="text" value=""/>
|
|
</label>
|
|
<h2 data-i18n="move"></h2>
|
|
<label data-i18n-title="enter horse move" title="enter horse move">
|
|
<input data-i18n-placeholder="horse move" name="attr_horse_move" placeholder="horse move" title="@{horse_move}" type="text" value=""/>
|
|
</label>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- ***COAT OF ARMS***
|
|
============================= -->
|
|
|
|
<div class="knight-details">
|
|
<div class="header"><h1 data-i18n="coat of arms"></h1></div>
|
|
<div class="row"><textarea data-i18n-placeholder="coat of arms" name="attr_coat_of_arms" placeholder="coat of arms"></textarea></div>
|
|
<div class="header"><h1 data-i18n="motto"></h1></div>
|
|
<div class="row"><textarea data-i18n-placeholder="motto" name="attr_motto" placeholder="motto"></textarea></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- * * * PAGE BREAK * * * -->
|
|
|
|
<!-- ***ENTOURAGE***
|
|
============================= -->
|
|
|
|
<div class="entourage grid">
|
|
<div class="row bottom-border text-center"><h1 class="knight" data-i18n="knight's entourage"></h1><h1 class="woman" data-i18n="lady's entourage"></h1></div>
|
|
<div class="row 2column">
|
|
<div class="col">
|
|
<div class="row knight"><h1 data-i18n="squire"></h1></div>
|
|
<div class="repeating-container gold-bottom-border knight">
|
|
<fieldset class="repeating_squire">
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="squire"></h2>
|
|
<label data-i18n-title="enter name" title="enter name"><input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row col-2">
|
|
<div class="col">
|
|
<div class="row 3column">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="born"></h2>
|
|
<label data-i18n-title="enter born" title="enter born"><input data-i18n-placeholder="born" name="attr_born" placeholder="born" title="@{born}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="age"></h2>
|
|
<label data-i18n-title="enter age" title="enter age"><input data-i18n-placeholder="age" name="attr_age" placeholder="age" title="@{age}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="mod"></h2>
|
|
<label data-i18n-title="enter mod" title="enter mod"><input data-i18n-placeholder="mod" name="attr_mod" placeholder="mod" title="@{mod}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="skill"></h2>
|
|
<label data-i18n-title="enter skill 1" title="enter skill 1"><input data-i18n-placeholder="skill 1" name="attr_skill_1" placeholder="skill 1" title="@{skill_1}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="skill"></h2>
|
|
<label data-i18n-title="enter skill 2" title="enter skill 2"><input data-i18n-placeholder="skill 2" name="attr_skill_2" placeholder="skill 2" title="@{skill_2}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="loyalty lord"></h2>
|
|
<label data-i18n-title="enter loyalty lord" title="enter loyalty lord"><input data-i18n-placeholder="loyalty lord" name="attr_loyalty_lord" placeholder="loyalty lord" title="@{loyalty_lord}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="squire skill"></h2>
|
|
<label data-i18n-title="enter squire skill" title="enter squire skill"><input data-i18n-placeholder="squire skill" name="attr_squire_skill" placeholder="squire skill" title="@{squire_skill}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter value 1" title="enter value 1"><input data-i18n-placeholder="value 1" name="attr_value_1" placeholder="value 1" title="@{value_1}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter value 2" title="enter value 2"><input data-i18n-placeholder="value 2" name="attr_value_2" placeholder="value 2" title="@{value_2}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter value 3" title="enter value 3"><input data-i18n-placeholder="value 3" name="attr_value_3" placeholder="value 3" title="@{value_3}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
<div class="row woman"><h1 data-i18n="maid-in-waiting"></h1></div>
|
|
<div class="repeating-container gold-bottom-border woman">
|
|
<fieldset class="repeating_maid">
|
|
<div class="row 2autocolumn"><h2 data-i18n="maid-in-waiting"></h2><label data-i18n-title="enter maid in waiting" title="enter maid in waiting"><input data-i18n-placeholder="maid in waiting" name="attr_maid_in_waiting" placeholder="maid in waiting" title="@{maid_in_waiting}" type="text" value=""/></label></div>
|
|
<div class="row 3column"><div class="col 2autocolumn"><h2 data-i18n="born"></h2><label data-i18n-title="enter born" title="enter born"><input data-i18n-placeholder="born" name="attr_born" placeholder="born" title="@{born}" type="text" value=""/></label></div><div class="col 2autocolumn"><h2 data-i18n="age"></h2><label data-i18n-title="enter age" title="enter age"><input data-i18n-placeholder="age" name="attr_age" placeholder="age" title="@{age}" type="text" value=""/></label></div><div class="col 2autocolumn"><h2 data-i18n="mod"></h2><label data-i18n-title="enter mod" title="enter mod"><input data-i18n-placeholder="mod" name="attr_mod" placeholder="mod" title="@{mod}" type="text" value=""/></label></div></div>
|
|
<div class="row 2autocolumn"><h2 data-i18n="hand maiden skill"></h2><label data-i18n-title="enter hand maiden skill" title="enter hand maiden skill"><input data-i18n-placeholder="hand maiden skill" name="attr_hand_maiden_skill" placeholder="hand maiden skill" title="@{hand_maiden_skill}" type="text" value=""/></label></div>
|
|
<div class="row col-2">
|
|
<div class="col">
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="skill"></h2>
|
|
<label data-i18n-title="enter skill" title="enter skill"><input data-i18n-placeholder="skill" name="attr_skill" placeholder="skill" title="@{skill}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="skill industry"></h2>
|
|
<label data-i18n-title="enter skill industry" title="enter skill industry"><input data-i18n-placeholder="skill industry" name="attr_skill_industry" placeholder="skill industry" title="@{skill_industry}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="loyalty lady"></h2>
|
|
<label data-i18n-title="enter loyalty lady" title="enter loyalty lady"><input data-i18n-placeholder="loyalty lady" name="attr_loyalty_lady" placeholder="loyalty lady" title="@{loyalty_lady}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter value 1" title="enter value 1"><input data-i18n-placeholder="value 1" name="attr_value_1" placeholder="value 1" title="@{value_1}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter value 2" title="enter value 2"><input data-i18n-placeholder="value 2" name="attr_value_2" placeholder="value 2" title="@{value_2}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter value 3" title="enter value 3"><input data-i18n-placeholder="value 3" name="attr_value_3" placeholder="value 3" title="@{value_3}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
<div class="row knight"><h1 data-i18n="mesnie"></h1></div>
|
|
<div class="repeating-container gold-bottom-border knight">
|
|
<fieldset class="repeating_mesnie">
|
|
<div class="row col-2">
|
|
<div class="col">
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="position"></h2>
|
|
<label data-i18n-title="enter name" title="enter name"><input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="weapon"></h2>
|
|
<label data-i18n-title="enter weapon 1" title="enter weapon 1"><input data-i18n-placeholder="weapon 1" name="attr_weapon_1" placeholder="weapon 1" title="@{weapon_1}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="weapon"></h2>
|
|
<label data-i18n-title="enter weapon 2" title="enter weapon 2"><input data-i18n-placeholder="weapon 2" name="attr_weapon_2" placeholder="weapon 2" title="@{weapon_2}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2column">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="armor"></h2>
|
|
<label data-i18n-title="enter armor" title="enter armor"><input data-i18n-placeholder="armor" name="attr_armor" placeholder="armor" title="@{armor}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="mw"></h2>
|
|
<label data-i18n-title="enter mw" title="enter mw"><input data-i18n-placeholder="mw" name="attr_mw" placeholder="mw" title="@{mw}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="row 2column">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="horse"></h2>
|
|
<label data-i18n-title="enter horse" title="enter horse"><input data-i18n-placeholder="horse" name="attr_horse" placeholder="horse" title="@{horse}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="damage"></h2>
|
|
<label data-i18n-title="enter damage" title="enter damage"><input data-i18n-placeholder="damage" name="attr_damage" placeholder="damage" title="@{damage}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="cost £"></h2>
|
|
<label data-i18n-title="enter cost" title="enter cost"><input data-i18n-placeholder="cost" name="attr_cost" placeholder="cost" title="@{cost}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row damage">
|
|
<h2 data-i18n="damage"></h2>
|
|
<label data-i18n-title="enter damage 1" title="enter damage 1"><input data-i18n-placeholder="damage 1" name="attr_damage_1" placeholder="damage 1" title="@{damage_1}" type="text" value=""/></label>
|
|
<span data-i18n="d6"></span>
|
|
</div>
|
|
<div class="row damage">
|
|
<h2 data-i18n="damage"></h2>
|
|
<label data-i18n-title="enter damage 2" title="enter damage 2"><input data-i18n-placeholder="damage 2" name="attr_damage_2" placeholder="damage 2" title="@{damage_2}" type="text" value=""/></label>
|
|
<span data-i18n="d6"></span>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="glory"></h2>
|
|
<label data-i18n-title="enter glory" title="enter glory"><input data-i18n-placeholder="glory" name="attr_glory" placeholder="glory" title="@{glory}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="armor"></h2>
|
|
<label data-i18n-title="enter armor value" title="enter armor value"><input data-i18n-placeholder="armor value" name="attr_armor_value" placeholder="armor value" title="@{armor_value}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
<div class="row knight"><h1 data-i18n="spouse"></h1></div>
|
|
<div class="row spouse knight">
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="spouse"></h2>
|
|
<label data-i18n-title="enter spouse name" title="enter spouse name"><input data-i18n-placeholder="spouse name" name="attr_spouse_name" placeholder="spouse name" title="@{spouse_name}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="improvable skill"></h2>
|
|
<label data-i18n-title="enter spouse improvable skill 1" title="enter spouse improvable skill 1"><input data-i18n-placeholder="spouse improvable skill 1" name="attr_spouse_improvable_skill_1" placeholder="spouse improvable skill 1" title="@{spouse_improvable_skill_1}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="improvable skill"></h2>
|
|
<label data-i18n-title="enter spouse improvable skill 2" title="enter spouse improvable skill 2"><input data-i18n-placeholder="spouse improvable skill 2" name="attr_spouse_improvable_skill_2" placeholder="spouse improvable skill 2" title="@{spouse_improvable_skill_2}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="improvable skill"></h2>
|
|
<label data-i18n-title="enter spouse improvable skill 3" title="enter spouse improvable skill 3"><input data-i18n-placeholder="spouse improvable skill 3" name="attr_spouse_improvable_skill_3" placeholder="spouse improvable skill 3" title="@{spouse_improvable_skill_3}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2column">
|
|
<div class="col">
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="born"></h2>
|
|
<label data-i18n-title="enter spouse born" title="enter spouse born"><input data-i18n-placeholder="spouse born" name="attr_spouse_born" placeholder="spouse born" title="@{spouse_born}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="modifier"></h2>
|
|
<label data-i18n-title="enter spouse modifier" title="enter spouse modifier"><input data-i18n-placeholder="spouse modifier" name="attr_spouse_modifier" placeholder="spouse modifier" title="@{spouse_modifier}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="skill"></h2>
|
|
<label data-i18n-title="enter spouse skill 1" title="enter spouse skill 1"><input data-i18n-placeholder="spouse skill 1" name="attr_spouse_skill_1" placeholder="spouse skill 1" title="@{spouse_skill_1}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="skill"></h2>
|
|
<label data-i18n-title="enter spouse skill 2" title="enter spouse skill 2"><input data-i18n-placeholder="spouse skill 2" name="attr_spouse_skill_2" placeholder="spouse skill 2" title="@{spouse_skill_2}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="love (family)"></h2>
|
|
<label data-i18n-title="enter spouse love" title="enter spouse love"><input data-i18n-placeholder="spouse love" name="attr_spouse_love" placeholder="spouse love" title="@{spouse_love}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="dowry"></h2>
|
|
<label data-i18n-title="enter spouse dowry" title="enter spouse dowry"><input data-i18n-placeholder="spouse dowry" name="attr_spouse_dowry" placeholder="spouse dowry" title="@{spouse_dowry}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="age"></h2>
|
|
<label data-i18n-title="enter spouse age" title="enter spouse age"><input data-i18n-placeholder="spouse age" name="attr_spouse_age" placeholder="spouse age" title="@{spouse_age}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="lady skill"></h2>
|
|
<label data-i18n-title="enter spouse lady skill" title="enter spouse lady skill"><input data-i18n-placeholder="spouse lady skill" name="attr_spouse_lady_skill" placeholder="spouse lady skill" title="@{spouse_lady_skill}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter spouse value 1" title="enter spouse value 1"><input data-i18n-placeholder="spouse value 1" name="attr_spouse_value_1" placeholder="spouse value 1" title="@{spouse_value_1}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter spouse value 2" title="enter spouse value 2"><input data-i18n-placeholder="spouse value 2" name="attr_spouse_value_2" placeholder="spouse value 2" title="@{spouse_value_2}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter spouse value 3" title="enter spouse value 3"><input data-i18n-placeholder="spouse value 3" name="attr_spouse_value_3" placeholder="spouse value 3" title="@{spouse_value_3}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="dower"></h2>
|
|
<label data-i18n-title="enter spouse dower" title="enter spouse dower"><input data-i18n-placeholder="spouse dower" name="attr_spouse_dower" placeholder="spouse dower" title="@{spouse_dower}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row 2autocolumn knight">
|
|
<h2 data-i18n="number of children"></h2>
|
|
<label data-i18n-title="enter number of children" title="enter number of children"><input data-i18n-placeholder="number of children" name="attr_number_of_children" placeholder="number of children" title="@{number_of_children}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row woman"><h1 data-i18n="husband"></h1></div>
|
|
<div class="row husband woman">
|
|
<div class="row 3column">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="born"></h2>
|
|
<label data-i18n-title="enter husband born" title="enter husband born"><input data-i18n-placeholder="husband born" name="attr_husband_born" placeholder="husband born" title="@{husband_born}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="age"></h2>
|
|
<label data-i18n-title="enter husband age" title="enter husband age"><input data-i18n-placeholder="husband age" name="attr_husband_age" placeholder="husband age" title="@{husband_age}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="mod"></h2>
|
|
<label data-i18n-title="enter husband mod" title="enter husband mod"><input data-i18n-placeholder="husband mod" name="attr_husband_mod" placeholder="husband mod" title="@{husband_mod}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="knight skill"></h2>
|
|
<label data-i18n-title="enter knight skill" title="enter knight skill"><input data-i18n-placeholder="knight skill" name="attr_knight_skill" placeholder="knight skill" title="@{knight_skill}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row col-2">
|
|
<div class="col">
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="skill"></h2>
|
|
<label data-i18n-title="enter husband skill 1" title="enter husband skill 1"><input data-i18n-placeholder="husband skill 1" name="attr_husband_skill_1" placeholder="husband skill 1" title="@{husband_skill_1}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="skill"></h2>
|
|
<label data-i18n-title="enter husband skill 2" title="enter husband skill 2"><input data-i18n-placeholder="husband skill 2" name="attr_husband_skill_2" placeholder="husband skill 2" title="@{husband_skill_2}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="loyalty lord"></h2>
|
|
<label data-i18n-title="enter husband loyalty lord" title="enter husband loyalty lord"><input data-i18n-placeholder="husband loyalty lord" name="attr_husband_loyalty_lord" placeholder="husband loyalty lord" title="@{husband_loyalty_lord}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="glory"></h2>
|
|
<label data-i18n-title="enter husband glory" title="enter husband glory"><input data-i18n-placeholder="husband glory" name="attr_husband_glory" placeholder="husband glory" title="@{husband_glory}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="col">
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter husband value 1" title="enter husband value 1"><input data-i18n-placeholder="husband value 1" name="attr_husband_value_1" placeholder="husband value 1" title="@{husband_value_1}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter husband value 2" title="enter husband value 2"><input data-i18n-placeholder="husband value 2" name="attr_husband_value_2" placeholder="husband value 2" title="@{husband_value_2}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter husband value 3" title="enter husband value 3"><input data-i18n-placeholder="husband value 3" name="attr_husband_value_3" placeholder="husband value 3" title="@{husband_value_3}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col commoners gold-left-border">
|
|
<div class="row"><h1 data-i18n="entourage"></h1></div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_entourage">
|
|
<div class="row col-2">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="position"></h2>
|
|
<label data-i18n-title="enter position" title="enter position"><input data-i18n-placeholder="position" name="attr_position" placeholder="position" title="@{position}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="cost £"></h2>
|
|
<label data-i18n-title="enter cost" title="enter cost"><input data-i18n-placeholder="cost" name="attr_cost" placeholder="cost" title="@{cost}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="row col-2">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="skill"></h2>
|
|
<label data-i18n-title="enter skill 1" title="enter skill 1"><input data-i18n-placeholder="skill 1" name="attr_skill_1" placeholder="skill 1" title="@{skill_1}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter value 1" title="enter value 1"><input data-i18n-placeholder="value 1" name="attr_value_1" placeholder="value 1" title="@{value_1}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="row col-2">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="skill"></h2>
|
|
<label data-i18n-title="enter skill 2" title="enter skill 2"><input data-i18n-placeholder="skill 2" name="attr_skill_2" placeholder="skill 2" title="@{skill_2}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter value 2" title="enter value 2"><input data-i18n-placeholder="value 2" name="attr_value_2" placeholder="value 2" title="@{value_2}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="row col-2">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="skill"></h2>
|
|
<label data-i18n-title="enter skill 3" title="enter skill 3"><input data-i18n-placeholder="skill 3" name="attr_skill_3" placeholder="skill 3" title="@{skill_3}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="value"></h2>
|
|
<label data-i18n-title="enter value 3" title="enter value 3"><input data-i18n-placeholder="value 3" name="attr_value_3" placeholder="value 3" title="@{value_3}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- * * * PAGE BREAK * * * -->
|
|
|
|
<!-- ***HOLDINGS***
|
|
============================= -->
|
|
|
|
<div class="holdings grid">
|
|
<div class="col">
|
|
<div class="row">
|
|
<img class="knight" alt="Knight's Character Sheet" src="src/paladinlogo.png"/>
|
|
<img class="woman" alt="Woman's Character Sheet" src="src/paladinlogo.png"/>
|
|
</div>
|
|
<div class="annual-glory">
|
|
<div class="header">
|
|
<h1 data-i18n="annual glory rewards"></h1>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="traits"></h2>
|
|
<label data-i18n-title="enter annual glory rewards traits" title="enter annual glory rewards traits"><input data-i18n-placeholder="annual glory rewards traits" name="attr_annual_glory_rewards_traits" placeholder="annual glory rewards traits" title="@{annual_glory_rewards_traits}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn knight">
|
|
<h2 data-i18n="chivalry"></h2>
|
|
<label data-i18n-title="enter annual glory rewards chivalry" title="enter annual glory rewards chivalry"><input data-i18n-placeholder="annual glory rewards chivalry" name="attr_annual_glory_rewards_chivalry" placeholder="annual glory rewards chivalry" title="@{annual_glory_rewards_chivalry}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="holdings"></h2>
|
|
<label data-i18n-title="enter annual glory rewards holdings" title="enter annual glory rewards holdings"><input data-i18n-placeholder="annual glory rewards holdings" name="attr_annual_glory_rewards_holdings" placeholder="annual glory rewards holdings" title="@{annual_glory_rewards_holdings}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="passions"></h2>
|
|
<label data-i18n-title="enter annual glory rewards passions" title="enter annual glory rewards passions"><input data-i18n-placeholder="annual glory rewards passions" name="attr_annual_glory_rewards_passions" placeholder="annual glory rewards passions" title="@{annual_glory_rewards_passions}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="religion"></h2>
|
|
<label data-i18n-title="enter annual glory rewards religion" title="enter annual glory rewards religion"><input data-i18n-placeholder="annual glory rewards religion" name="attr_annual_glory_rewards_religion" placeholder="annual glory rewards religion" title="@{annual_glory_rewards_religion}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="total"></h2><label data-i18n-title="enter annual glory rewards total" title="enter annual glory rewards total"><input data-i18n-placeholder="annual glory rewards total" name="attr_annual_glory_rewards_total" placeholder="annual glory rewards total" title="@{annual_glory_rewards_total}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="holdings-row">
|
|
<div class="header"><h1 data-i18n="holdings"></h1></div>
|
|
<div class="row"><textarea name="attr_holdings"></textarea></div></div>
|
|
<div class="equipment-at-home">
|
|
<div class="header"><h1 data-i18n="equipment at home"></h1></div>
|
|
<div class="row 2autocolumn"><h2 data-i18n="denarii"></h2><label data-i18n-title="enter denarii" title="enter denarii"><input data-i18n-placeholder="denarii" name="attr_denarii" placeholder="denarii" title="@{denarii}" type="text" value=""/></label></div>
|
|
<div class="row 2autocolumn"><h2 data-i18n="shilling"></h2><label data-i18n-title="enter shilling" title="enter shilling"><input data-i18n-placeholder="shilling" name="attr_shilling" placeholder="shilling" title="@{shilling}" type="text" value=""/></label></div>
|
|
<div class="row 2autocolumn"><h2 data-i18n="libra"></h2><label data-i18n-title="enter libra" title="enter libra"><input data-i18n-placeholder="libra" name="attr_libra" placeholder="libra" title="@{libra}" type="text" value=""/></label></div>
|
|
<div class="row"><textarea name="attr_equipment_at_home"></textarea></div>
|
|
</div>
|
|
<div class="army knight">
|
|
<div class="header"><h1 data-i18n="army"></h1></div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="old knights"></h2>
|
|
<label data-i18n-title="enter old knights" title="enter old knights"><input name="attr_old_knights" placeholder="#" title="@{old_knights}" type="number" value="0"/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="middle aged knights"></h2>
|
|
<label data-i18n-title="enter middle aged knights" title="enter middle aged knights"><input name="attr_middle_aged_knights" placeholder="#" title="@{middle_aged_knights}" type="number" value="0"/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="young knights"></h2>
|
|
<label data-i18n-title="enter young knights" title="enter young knights"><input name="attr_young_knights" placeholder="#" title="@{young_knights}" type="number" value="0"/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="total family knights"></h2>
|
|
<span class="text-center display" name="attr_total_family_knights"></span>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="vassal knights"></h2>
|
|
<label data-i18n-title="enter vassal knights" title="enter vassal knights"><input name="attr_vassal_knights" placeholder="#" title="@{vassal_knights}" type="number" value="0"/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="other lineage men"></h2>
|
|
<label data-i18n-title="enter other lineage men" title="enter other lineage men"><input name="attr_other_lineage_men" placeholder="#" title="@{other_lineage_men}" type="number" value="0"/></label>
|
|
</div>
|
|
<div class="row 2autocolumn">
|
|
<h2 data-i18n="levy"></h2>
|
|
<label data-i18n-title="enter levy" title="enter levy"><input name="attr_levy" placeholder="#" title="@{levy}" type="number" value="0"/></label>
|
|
</div>
|
|
<div class="row"><textarea name="attr_army_notes"></textarea></div>
|
|
</div>
|
|
<div class="household-treasures woman">
|
|
<div class="header"><h1 data-i18n="household treasures"></h1></div>
|
|
<div class="row"><textarea data-i18n-placeholder="household treasures" name="attr_household_treasures"></textarea></div>
|
|
</div>
|
|
</div>
|
|
<div class="col gold-left-border">
|
|
<div class="family-history">
|
|
<div class="row gold-bottom-border"><h1 data-i18n="family history and events"></h1></div>
|
|
<div class="row grid col-4">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="born"></h2>
|
|
<label data-i18n-title="enter born" title="enter born"><input data-i18n-placeholder="born" name="attr_born" placeholder="born" title="@{born}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn knight">
|
|
<h2 data-i18n="squired"></h2>
|
|
<label data-i18n-title="enter squired" title="enter squired"><input data-i18n-placeholder="squired" name="attr_squired" placeholder="squired" title="@{squired}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn knight">
|
|
<h2 data-i18n="knighted"></h2>
|
|
<label data-i18n-title="enter knighted" title="enter knighted"><input data-i18n-placeholder="knighted" name="attr_knighted" placeholder="knighted" title="@{knighted}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="row grid knight">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="member of the round table"></h2>
|
|
<label data-i18n-title="enter member of the round table" title="enter member of the round table"><input data-i18n-placeholder="member of the round table" name="attr_member_of_the_round_table" placeholder="member of the round table" title="@{member_of_the_round_table}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="row grid col-4">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="landed"></h2>
|
|
<label data-i18n-title="enter landed" title="enter landed"><input data-i18n-placeholder="landed" name="attr_landed" placeholder="landed" title="@{landed}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="titled"></h2>
|
|
<label data-i18n-title="enter titled" title="enter titled"><input data-i18n-placeholder="titled" name="attr_titled" placeholder="titled" title="@{titled}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="wed"></h2>
|
|
<label data-i18n-title="enter wed" title="enter wed"><input data-i18n-placeholder="wed" name="attr_wed" placeholder="wed" title="@{wed}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="died"></h2>
|
|
<label data-i18n-title="enter died" title="enter died"><input data-i18n-placeholder="died" name="attr_died" placeholder="died" title="@{died}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="row grid col-3">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="father name"></h2>
|
|
<label data-i18n-title="enter father name" title="enter father name"><input data-i18n-placeholder="father name" name="attr_father_name" placeholder="father name" title="@{father_name}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="class"></h2>
|
|
<label data-i18n-title="enter class" title="enter class"><input data-i18n-placeholder="class" name="attr_class" placeholder="class" title="@{class}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="glory to sons"></h2>
|
|
<label data-i18n-title="enter glory to sons" title="enter glory to sons"><input data-i18n-placeholder="glory to sons" name="attr_glory_to_sons" placeholder="glory to sons" title="@{glory_to_sons}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="family characteristic"></h2>
|
|
<label data-i18n-title="enter family characteristic" title="enter family characteristic"><input data-i18n-placeholder="family characteristic" name="attr_family_characteristic" placeholder="family characteristic" title="@{family_characteristic}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="spouse"></h2>
|
|
<label data-i18n-title="enter spouse" title="enter spouse"><input data-i18n-placeholder="spouse" name="attr_spouse" placeholder="spouse" title="@{spouse}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="lover"></h2>
|
|
<label data-i18n-title="enter lover" title="enter lover"><input data-i18n-placeholder="lover" name="attr_lover" placeholder="lover" title="@{lover}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="children"></h2>
|
|
<label data-i18n-title="enter children" title="enter children"><input data-i18n-placeholder="children" name="attr_children" placeholder="children" title="@{children}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col 2autocolumn">
|
|
<h2 data-i18n="will"></h2>
|
|
<label data-i18n-title="enter will" title="enter will"><input data-i18n-placeholder="will" name="attr_will" placeholder="will" title="@{will}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="character-history">
|
|
<div class="row gold-bottom-border">
|
|
<h1 data-i18n="character history"></h1>
|
|
<h1 data-i18n="glory"></h1>
|
|
</div>
|
|
<div class="row events">
|
|
<h2 data-i18n="date"></h2>
|
|
<h2 data-i18n="important event"></h2>
|
|
<h2 data-i18n="new"></h2>
|
|
<h2 data-i18n="total"></h2>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_events">
|
|
<div class="row events">
|
|
<label data-i18n-title="enter date" title="enter date"><input data-i18n-placeholder="date" name="attr_date" placeholder="date" title="@{date}" type="text" value=""/></label>
|
|
<label data-i18n-title="enter event" title="enter event"><input data-i18n-placeholder="event" name="attr_event" placeholder="event" title="@{event}" type="text" value=""/></label>
|
|
<label data-i18n-title="enter new glory" title="enter new glory"><input name="attr_new_glory" placeholder="#" title="@{new_glory}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter total glory" title="enter total glory"><input name="attr_total_glory" placeholder="#" title="@{total_glory}" type="number" value="0"/></label>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="feast grid">
|
|
|
|
<!-- * * * PAGE BREAK * * * -->
|
|
|
|
<!-- ***FEAST***
|
|
============================= -->
|
|
|
|
|
|
<div class="record grid">
|
|
<div class="row 2column">
|
|
<div class="col"><img alt="Warriors of Charlemagne" src="src/paladinlogo.jpg"/></div>
|
|
<div class="col header"><h1 class="header" data-i18n="feast record"></h1></div>
|
|
</div>
|
|
<div class="row 3column">
|
|
<div class="col grid 2autocolumn">
|
|
<h2 data-i18n="location"></h2>
|
|
<label data-i18n-title="enter feast location" title="enter feast location"><input data-i18n-placeholder="feast location" name="attr_feast_location" placeholder="feast location" title="@{feast_location}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col grid 2autocolumn">
|
|
<h2 data-i18n="size"></h2>
|
|
<label data-i18n-title="enter feast size" title="enter feast size"><input data-i18n-placeholder="feast size" name="attr_feast_size" placeholder="feast size" title="@{feast_size}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col grid 2autocolumn">
|
|
<h2 data-i18n="date"></h2>
|
|
<label data-i18n-title="enter feast date" title="enter feast date"><input data-i18n-placeholder="feast date" name="attr_feast_date" placeholder="feast date" title="@{feast_date}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="row sub-header bottom-border">
|
|
<h2 data-i18n="seating"></h2>
|
|
<h2 data-i18n="glory"></h2>
|
|
<h2 data-i18n="geniality mod."></h2>
|
|
<h2 data-i18n="accumulated geniality"></h2>
|
|
</div>
|
|
<div class="row sub-header">
|
|
<div class="col table"><h3 data-i18n="above the salt (high table)"></h3></div>
|
|
<div class="col grid 6column">
|
|
<h3 class="text-center" data-i18n="round 1"></h3>
|
|
<h3 class="text-center" data-i18n="round 2"></h3>
|
|
<h3 class="text-center" data-i18n="round 3"></h3>
|
|
<h3 class="text-center" data-i18n="round 4"></h3>
|
|
<h3 class="text-center" data-i18n="round 5"></h3>
|
|
<h3 class="text-center font-weight-bold" data-i18n="total"></h3>
|
|
</div>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_above-the-salt">
|
|
<div class="row">
|
|
<div class="col">
|
|
<label data-i18n-title="enter name" title="enter name"><input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col">
|
|
<label data-i18n-title="enter glory" title="enter glory"><input name="attr_glory" placeholder="#" title="@{glory}" type="number" value="0"/></label>
|
|
</div>
|
|
<div class="col">
|
|
<label data-i18n-title="enter geniality modifier" title="enter geniality modifier"><input class="text-center" name="attr_geniality_modifier" title="@{geniality_modifier}" type="text" value="2"/></label>
|
|
</div>
|
|
<div class="col 6column">
|
|
<label data-i18n-title="enter round 0" title="enter round 0"><input name="attr_round_0" placeholder="#" title="@{round_0}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 1" title="enter round 1"><input name="attr_round_1" placeholder="#" title="@{round_1}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 2" title="enter round 2"><input name="attr_round_2" placeholder="#" title="@{round_2}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 3" title="enter round 3"><input name="attr_round_3" placeholder="#" title="@{round_3}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter
|
|
round 4" title="enter round 4"><input name="attr_round_4" placeholder="#" title="@{round_4}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round total" title="enter round total"><input name="attr_round_total" placeholder="#" title="@{round_total}" type="number" value="0"/></label>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
<div class="row sub-header">
|
|
<div class="col table"><h3 data-i18n="near the salt (seat of honor)"></h3></div>
|
|
<div class="col grid 6column">
|
|
<h3 class="text-center" data-i18n="round 1"></h3>
|
|
<h3 class="text-center" data-i18n="round 2"></h3>
|
|
<h3 class="text-center" data-i18n="round 3"></h3>
|
|
<h3 class="text-center" data-i18n="round 4"></h3>
|
|
<h3 class="text-center" data-i18n="round 5"></h3>
|
|
<h3 class="text-center font-weight-bold" data-i18n="total"></h3>
|
|
</div>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_near-the-salt">
|
|
<div class="row">
|
|
<div class="col">
|
|
<label data-i18n-title="enter name" title="enter name"><input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col">
|
|
<label data-i18n-title="enter glory" title="enter glory"><input name="attr_glory" placeholder="#" title="@{glory}" type="number" value="0"/></label>
|
|
</div>
|
|
<div class="col">
|
|
<label data-i18n-title="enter geniality modifier" title="enter geniality modifier"><input class="text-center" name="attr_geniality_modifier" title="@{geniality_modifier}" type="text" value="1"/></label>
|
|
</div>
|
|
<div class="col 6column">
|
|
<label data-i18n-title="enter round 0" title="enter round 0"><input name="attr_round_0" placeholder="#" title="@{round_0}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 1" title="enter round 1"><input name="attr_round_1" placeholder="#" title="@{round_1}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 2" title="enter round 2"><input name="attr_round_2" placeholder="#" title="@{round_2}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 3" title="enter round 3"><input name="attr_round_3" placeholder="#" title="@{round_3}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 4" title="enter round 4"><input name="attr_round_4" placeholder="#" title="@{round_4}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round total" title="enter round total"><input name="attr_round_total" placeholder="#" title="@{round_total}" type="number" value="0"/></label>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
<div class="row sub-header">
|
|
<div class="col table"><h3 data-i18n="below the salt (normal seating)"></h3></div>
|
|
<div class="col grid 6column">
|
|
<h3 class="text-center" data-i18n="round 1"></h3>
|
|
<h3 class="text-center" data-i18n="round 2"></h3>
|
|
<h3 class="text-center" data-i18n="round 3"></h3>
|
|
<h3 class="text-center" data-i18n="round 4"></h3>
|
|
<h3 class="text-center" data-i18n="round 5"></h3>
|
|
<h3 class="text-center font-weight-bold" data-i18n="total"></h3>
|
|
</div>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_below-the-salt">
|
|
<div class="row">
|
|
<div class="col"><label data-i18n-title="enter name" title="enter name"><input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/></label></div>
|
|
<div class="col"><label data-i18n-title="enter glory" title="enter glory"><input name="attr_glory" placeholder="#" title="@{glory}" type="number" value="0"/></label></div>
|
|
<div class="col"><label data-i18n-title="enter geniality modifier" title="enter geniality modifier"><input class="text-center" name="attr_geniality_modifier" title="@{geniality_modifier}" type="text" value="0"/></label></div>
|
|
<div class="col 6column">
|
|
<label data-i18n-title="enter round 0" title="enter round 0"><input name="attr_round_0" placeholder="#" title="@{round_0}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 1" title="enter round 1"><input name="attr_round_1" placeholder="#" title="@{round_1}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 2" title="enter round 2"><input name="attr_round_2" placeholder="#" title="@{round_2}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 3" title="enter round 3"><input name="attr_round_3" placeholder="#" title="@{round_3}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 4" title="enter round 4"><input name="attr_round_4" placeholder="#" title="@{round_4}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round total" title="enter round total"><input name="attr_round_total" placeholder="#" title="@{round_total}" type="number" value="0"/></label>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
<div class="row sub-header">
|
|
<div class="col table"><h3 data-i18n="on the floor (squires)"></h3></div>
|
|
<div class="col grid 6column">
|
|
<h3 class="text-center" data-i18n="round 1"></h3>
|
|
<h3 class="text-center" data-i18n="round 2"></h3>
|
|
<h3 class="text-center" data-i18n="round 3"></h3>
|
|
<h3 class="text-center" data-i18n="round 4"></h3>
|
|
<h3 class="text-center" data-i18n="round 5"></h3>
|
|
<h3 class="text-center font-weight-bold" data-i18n="total"></h3>
|
|
</div>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_on-the-floor">
|
|
<div class="row">
|
|
<div class="col"><label data-i18n-title="enter name" title="enter name"><input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/></label></div>
|
|
<div class="col"><label data-i18n-title="enter glory" title="enter glory"><input name="attr_glory" placeholder="#" title="@{glory}" type="number" value="0"/></label></div>
|
|
<div class="col"><label data-i18n-title="enter geniality modifier" title="enter geniality modifier"><input class="text-center" name="attr_geniality_modifier" title="@{geniality_modifier}" type="text" value="-1"/></label></div>
|
|
<div class="col 6column">
|
|
<label data-i18n-title="enter round 0" title="enter round 0"><input name="attr_round_0" placeholder="#" title="@{round_0}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 1" title="enter round 1"><input name="attr_round_1" placeholder="#" title="@{round_1}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 2" title="enter round 2"><input name="attr_round_2" placeholder="#" title="@{round_2}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 3" title="enter round 3"><input name="attr_round_3" placeholder="#" title="@{round_3}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round 4" title="enter round 4"><input name="attr_round_4" placeholder="#" title="@{round_4}" type="number" value="0"/></label>
|
|
<label data-i18n-title="enter round total" title="enter round total"><input name="attr_round_total" placeholder="#" title="@{round_total}" type="number" value="0"/></label>
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
<div class="row"><h2 data-i18n="notes"></h2><textarea name="attr_feast_record_notes"></textarea></div>
|
|
</div>
|
|
|
|
<!-- * * * ALTERNATE PAGE * * * -->
|
|
|
|
<!-- ***GAMEMASTER CHARACTERS***
|
|
============================= -->
|
|
|
|
|
|
<div class="characters">
|
|
<div class="row 2column">
|
|
<div class="col"><img alt="Paladin: Warriors of Charlemagne" src="src/paladinlogo.jpg"/></div>
|
|
<div class="col header"><h1 class="header" data-i18n="gamemaster characters"></h1></div>
|
|
</div>
|
|
<div class="row 3column">
|
|
<div class="col grid 2autocolumn"><h2 data-i18n="location"></h2><label data-i18n-title="enter location" title="enter location"><input data-i18n-placeholder="location" name="attr_location" placeholder="location" title="@{location}" type="text" value=""/></label></div>
|
|
<div class="col grid 2autocolumn">
|
|
<h2 data-i18n="size"></h2>
|
|
<label data-i18n-title="enter size" title="enter size"><input data-i18n-placeholder="size" name="attr_size" placeholder="size" title="@{size}" type="text" value=""/></label>
|
|
</div>
|
|
<div class="col grid 2autocolumn">
|
|
<h2 data-i18n="date"></h2>
|
|
<label data-i18n-title="enter date" title="enter date"><input data-i18n-placeholder="date" name="attr_date" placeholder="date" title="@{date}" type="text" value=""/></label>
|
|
</div>
|
|
</div>
|
|
<div class="row bottom-border"><h2 data-i18n="significant gamemaster characters"></h2></div>
|
|
<div class="row sub-header">
|
|
<h2 data-i18n="name"></h2>
|
|
<h2 class="text-center" data-i18n="glory"></h2>
|
|
<h2 class="text-center" data-i18n="app"></h2>
|
|
<h2 class="text-center" data-i18n="courtesy"></h2>
|
|
<h2 class="text-center" data-i18n="flirting"></h2>
|
|
<h2 class="text-center" data-i18n="intrigue"></h2>
|
|
<h2 class="text-center" data-i18n="chaste"></h2>
|
|
<h2 class="text-center" data-i18n="modest"></h2>
|
|
<h2 class="text-center" data-i18n="temperate"></h2>
|
|
</div>
|
|
<div class="repeating-container">
|
|
<fieldset class="repeating_gamemaster-characters">
|
|
<div class="row repeating-row">
|
|
<label data-i18n-title="enter name" title="enter name"><input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/></label>
|
|
<label data-i18n-title="enter glory" title="enter glory"><input name="attr_glory" placeholder="#" title="@{glory}" type="number" value="0"/></label>
|
|
<div class="col">
|
|
<label data-i18n-title="enter app" title="enter app"><input name="attr_app" placeholder="#" title="@{app}" type="number" value="0"/></label>
|
|
<button class="text-capitalize" data-i18n="app" name="roll_app" type="roll" value="&{template:rolls} {{header=^{app}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{app}[Threshold]]]}}"></button>
|
|
</div>
|
|
<div class="col">
|
|
<label data-i18n-title="enter courtesy" title="enter courtesy"><input name="attr_courtesy" placeholder="#" title="@{courtesy}" type="number" value="0"/></label>
|
|
<button class="text-capitalize"
|
|
data-i18n="courtesy" name="roll_courtesy" type="roll" value="&{template:rolls} {{header=^{courtesy}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{courtesy}[Threshold]]]}}"></button>
|
|
</div>
|
|
<div class="col">
|
|
<label data-i18n-title="enter flirting" title="enter flirting"><input name="attr_flirting" placeholder="#" title="@{flirting}" type="number" value="0"/></label>
|
|
<button class="text-capitalize" data-i18n="flirting" name="roll_flirting" type="roll" value="&{template:rolls} {{header=^{flirting}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{flirting}[Threshold]]]}}"></button>
|
|
</div>
|
|
<div class="col">
|
|
<label data-i18n-title="enter intrigue" title="enter intrigue"><input name="attr_intrigue" placeholder="#" title="@{intrigue}" type="number" value="0"/></label>
|
|
<button class="text-capitalize" data-i18n="intrigue" name="roll_intrigue" type="roll" value="&{template:rolls} {{header=^{intrigue}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{intrigue}[Threshold]]]}}"></button>
|
|
</div>
|
|
<div class="col">
|
|
<label data-i18n-title="enter chaste" title="enter chaste"><input name="attr_chaste" placeholder="#" title="@{chaste}" type="number" value="0"/></label>
|
|
<button class="text-capitalize" data-i18n="chaste" name="roll_chaste" type="roll" value="&{template:rolls} {{header=^{chaste}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{chaste}[Threshold]]]}}"></button>
|
|
</div>
|
|
<div class="col">
|
|
<label data-i18n-title="enter modest" title="enter modest"><input name="attr_modest" placeholder="#" title="@{modest}" type="number" value="0"/></label>
|
|
<button class="text-capitalize" data-i18n="modest" name="roll_modest" type="roll" value="&{template:rolls} {{header=^{modest}}} {{dice=[[1d20[Roll]]]}} {{threshold=[[@{modest}[Threshold]]]}}"></button>
|
|
</div>
|
|
<div class="col">
|
|
<label data-i18n-title="enter temperate" title="enter temperate"><input name="attr_temperate" placeholder="#" title="@{temperate}" type="number" value="0"/></label>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
<div class="row"><h2 data-i18n="notes"></h2><textarea name="attr_feast_record_notes"></textarea></div>
|
|
</div>
|
|
</div>
|
|
<div class="footer"><span>©2016 Nocturnal Media. Permission granted to copy for personal use only.</span><span>v. </span><span name="attr_version"></span></div>
|
|
|
|
|
|
<!-- * * * PAGE BREAK * * * -->
|
|
|
|
<!-- ***ROLLTEMPLATES***
|
|
============================= -->
|
|
|
|
|
|
<div class="rolltemplates">
|
|
<rolltemplate class="sheet-rolltemplate-rolls">
|
|
<div class="sheet-template-container">
|
|
|
|
<!-- - Display a header on the template --->
|
|
<div class="sheet-template-header">{{#header}}{{header}}{{/header}}</div>
|
|
|
|
<!-- - Display the dice roll in the template --->
|
|
<div class="sheet-template-body">{{#dice}}<div class="sheet-template-row sheet-template-roll"><div class="sheet-template-col"> <span>{{dice}} </span><span>Rolled</span></div>{{/dice}}
|
|
{{#threshold}}<div class="sheet-template-col"> <span>{{threshold}} </span><span>Threshold</span></div>{{/threshold}}
|
|
{{#damage}}<div class="sheet-template-row sheet-template-damage"><div class="sheet-template-col">{{damage}} <span>Rolled</span></div>{{/damage}}</div></div>{{#desc}}<div class="sheet-template-row"><span class="sheet-template-desc">{{desc}}</span></div>{{/desc}}</div>
|
|
</div>
|
|
</rolltemplate>
|
|
</div>
|
|
|
|
<script type="text/worker">const attributes = {
|
|
damage: ['strength', 'size'],
|
|
healing: ['strength', 'constitution'],
|
|
movement: ['strength', 'dexterity'],
|
|
hp: ['size', 'constitution'],
|
|
unconcious: ['total_hit_points'],
|
|
knights: ['old_knights', 'middle_aged_knights', 'young_knights']
|
|
}
|
|
|
|
|
|
attributes.movement.forEach(attr => {
|
|
on(`change:${attr}`, (eventinfo) => {
|
|
attributeSumDivide(attributes.movement, 'movement_rate');
|
|
});
|
|
})
|
|
|
|
attributes.damage.forEach(attr => {
|
|
on(`change:${attr}`, (eventinfo) => {
|
|
attributeSumDivide(attributes.damage, 'damage');
|
|
});
|
|
})
|
|
|
|
attributes.healing.forEach(attr => {
|
|
on(`change:${attr}`, (eventinfo) => {
|
|
attributeSumDivide(attributes.healing, 'healing_rate');
|
|
});
|
|
})
|
|
|
|
attributes.hp.forEach(attr => {
|
|
on(`change:${attr}`, (eventinfo) => {
|
|
sumOfCalculator(attributes.hp, 'total_hit_points');
|
|
});
|
|
})
|
|
|
|
attributes.unconcious.forEach(attr => {
|
|
on(`change:${attr}`, (eventinfo) => {
|
|
unconciousCalculator(attributes.unconcious, 'unconcious');
|
|
});
|
|
})
|
|
|
|
attributes.knights.forEach(attr => {
|
|
on(`change:${attr}`, (eventinfo) => {
|
|
sumOfCalculator(attributes.knights, 'total_family_knights');
|
|
});
|
|
})
|
|
|
|
//When performing calculations in King Arthur Pendragon / Paladin, round
|
|
//0.5 and higher fractions upward and lesser fractions downward.
|
|
//For example, a character with a Damage value of 4.43 would
|
|
//have an effective value of 4, while a character with a Damage val-
|
|
//ue of 4.5 would have a 5.
|
|
const roundFraction = sum => sum >= 0.5 ? Math.ceil(sum) : Math.floor(sum)
|
|
const divideBy = (sum, num) => sum/num;
|
|
|
|
const totalAttributes = values => {
|
|
let sum = 0
|
|
Object.values(values).forEach(num => sum += parseInt(num) || 0)
|
|
return sum
|
|
}
|
|
|
|
const attributeSumDivide = (attributes, set) => {
|
|
getAttrs(attributes, (values) => {
|
|
const divide = set == 'damage' ? 6 : 10;
|
|
let sum = totalAttributes(values);
|
|
sum = divideBy(sum, divide) ;
|
|
|
|
setAttrs({
|
|
[`${set}`]: roundFraction(sum)
|
|
});
|
|
});
|
|
};
|
|
|
|
const sumOfCalculator = (attributes, set) => {
|
|
getAttrs(attributes, (values) => {
|
|
setAttrs({
|
|
[`${set}`]: totalAttributes(values)
|
|
});
|
|
});
|
|
};
|
|
|
|
const unconciousCalculator = (attributes, set) => {
|
|
getAttrs(attributes, (values) => {
|
|
let sum = totalAttributes(values);
|
|
sum = divideBy(sum, 4) ;
|
|
|
|
setAttrs({
|
|
[`${set}`]: roundFraction(sum)
|
|
});
|
|
});
|
|
};</script>
|