Initial Import
This commit is contained in:
		| @@ -6,82 +6,34 @@ | ||||
|         </div> | ||||
|     </header> | ||||
|      | ||||
|     {{> systems/fvtt-crucible-rpg/templates/partial-item-nav.html}} | ||||
|     {{> systems/fvtt-warhero/templates/partial-item-nav.html}} | ||||
|  | ||||
|  | ||||
|     {{!-- Sheet Body --}} | ||||
|     <section class="sheet-body"> | ||||
|  | ||||
|       {{> systems/fvtt-crucible-rpg/templates/partial-item-description.html}} | ||||
|       {{> systems/fvtt-warhero/templates/partial-item-description.html}} | ||||
|        | ||||
|       <div class="tab details" data-group="primary" data-tab="details"> | ||||
|  | ||||
|         <div class="tab" data-group="primary"> | ||||
|           <ul> | ||||
|             <li class="flexrow"><label class="generic-label">Type</label> | ||||
|               <select class="competence-base flexrow" type="text" name="system.armortype" value="{{data.armortype}}" data-dtype="String"> | ||||
|                 {{#select data.armortype}} | ||||
|                 <option value="clothes">Clothes</option> | ||||
|                 <option value="paddedlight">Padded (Light)</option> | ||||
|                 <option value="leatherlight">Leather/Hide (Light)</option> | ||||
|                 <option value="leathermedium">Studded Leather (Medium)</option> | ||||
|                 <option value="chain">Chain (Medium)</option> | ||||
|                 <option value="scale">Scale (Heavy)</option> | ||||
|                 <option value="scale">Scale (Heavy)</option> | ||||
|                 <option value="platemail">Plate Mail (Heavy)</option> | ||||
|                 <option value="platefull">Full Plate (Heavy)</option> | ||||
|               <select class="competence-base flexrow" type="text" name="system.armortype" value="{{system.armortype}}" data-dtype="String"> | ||||
|                 {{#select system.armortype}} | ||||
|                   {{#each config.armorTypes as |type key|}} | ||||
|                     <option value="{{key}}">{{localiser type.label}}</option> | ||||
|                   {{/each}} | ||||
|                 {{/select}} | ||||
|               </select>  | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Absorption roll</label> | ||||
|               <select class="competence-base flexrow" type="text" name="system.absorprionroll" value="{{data.absorprionroll}}" data-dtype="String"> | ||||
|                 {{#select data.absorprionroll}} | ||||
|                 <option value="none">None</option> | ||||
|                 <option value="white">White</option> | ||||
|                 <option value="green">Green</option> | ||||
|                 <option value="blue">Blue</option> | ||||
|                 <option value="purple">Purple</option> | ||||
|                 <option value="red">Red</option> | ||||
|                 <option value="black">Black</option> | ||||
|                 <option value="blackgreen">Black+Green</option> | ||||
|                 {{/select}} | ||||
|               </select>  | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Damaged roll</label> | ||||
|               <select class="competence-base flexrow" type="text" name="system.damagedroll" value="{{data.damagedroll}}" data-dtype="String"> | ||||
|                 {{#select data.damagedroll}} | ||||
|                 <option value="none">None</option> | ||||
|                 <option value="white">White</option> | ||||
|                 <option value="green">Green</option> | ||||
|                 <option value="blue">Blue</option> | ||||
|                 <option value="purple">Purple</option> | ||||
|                 <option value="red">Red</option> | ||||
|                 <option value="black">Black</option> | ||||
|                 <option value="blackgreen">Black+Green</option> | ||||
|                 {{/select}} | ||||
|               </select>  | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Is proficient ?</label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="system.isproficient" {{checked data.isproficient}}/></label> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Minimum strength</label> | ||||
|               <input type="text" class="input-numeric-short padd-right" name="system.minstr" value="{{data.minstr}}" data-dtype="Number"/> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Skill penalty</label> | ||||
|               <input type="text" class="input-numeric-short padd-right" name="system.skillpenalty" value="{{data.skillpenalty}}" data-dtype="Number"/> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Equipped ?</label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="system.equipped" {{checked data.equipped}}/></label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="system.equipped" {{checked system.equipped}}/></label> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Cost</label> | ||||
|               <input type="text" class="input-numeric-short padd-right" name="system.cost" value="{{data.cost}}" data-dtype="Number"/> | ||||
|               <input type="text" class="input-numeric-short padd-right" name="system.cost" value="{{system.cost}}" data-dtype="Number"/> | ||||
|             </li> | ||||
|  | ||||
|           </ul> | ||||
|   | ||||
| @@ -5,7 +5,7 @@ | ||||
|       <h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name" /></h1> | ||||
|     </div> | ||||
|   </header> | ||||
|   {{> systems/fvtt-crucible-rpg/templates/partial-item-nav.html}} | ||||
|   {{> systems/fvtt-warhero/templates/partial-item-nav.html}} | ||||
|  | ||||
|   {{!-- Sheet Body --}} | ||||
|   <section class="sheet-body"> | ||||
| @@ -20,41 +20,6 @@ | ||||
|  | ||||
|     <div class="tab details" data-group="primary" data-tab="details"> | ||||
|       <ul>   | ||||
|         <li class="flexrow"><label class="generic-label">Provides 1 Advantage ?</label> | ||||
|           <label class="attribute-value checkbox"><input type="checkbox" name="system.advantage" {{checked data.advantage}}/></label> | ||||
|         </li> | ||||
|         <li class="flexrow"><label class="generic-label">Provides 1 Disadvantage ?</label> | ||||
|           <label class="attribute-value checkbox"><input type="checkbox" name="system.disadvantage" {{checked data.disadvantage}}/></label> | ||||
|         </li> | ||||
|         <li class="flexrow"><label class="generic-label">Provides Roll Advantage ?</label> | ||||
|           <label class="attribute-value checkbox"><input type="checkbox" name="system.rolladvantage" {{checked data.rolladvantage}}/></label> | ||||
|         </li> | ||||
|         <li class="flexrow"><label class="generic-label">Provides Roll Disadvantage ?</label> | ||||
|           <label class="attribute-value checkbox"><input type="checkbox" name="system.rolldisadvantage" {{checked data.rolldisadvantage}}/></label> | ||||
|         </li> | ||||
|         <li class="flexrow"><label class="generic-label">Loose HP per round ?</label> | ||||
|           <label class="attribute-value checkbox"><input type="checkbox" name="system.loosehpround" {{checked data.loosehpround}}/></label> | ||||
|         </li> | ||||
|         {{#if data.loosehpround}} | ||||
|           <li class="flexrow"><label class="generic-label">Number of HP : </label> | ||||
|             <input type="text" class="input-numeric-short padd-right" name="system.loohproundvalue" value="{{data.loohproundvalue}}" data-dtype="Number"/> | ||||
|           </li> | ||||
|         {{/if}} | ||||
|         <li class="flexrow"><label class="generic-label">No advantage possible ?</label> | ||||
|           <label class="attribute-value checkbox"><input type="checkbox" name="system.noadvantage" {{checked data.noadvantage}}/></label> | ||||
|         </li> | ||||
|         <li class="flexrow"><label class="generic-label">Disadvantage on attack ?</label> | ||||
|           <label class="attribute-value checkbox"><input type="checkbox" name="system.attackdisadvantage" {{checked data.attackdisadvantage}}/></label> | ||||
|         </li> | ||||
|         <li class="flexrow"><label class="generic-label">Disadvantage on defense ?</label> | ||||
|           <label class="attribute-value checkbox"><input type="checkbox" name="system.defensedisadvantage" {{checked data.defensedisadvantage}}/></label> | ||||
|         </li> | ||||
|         <li class="flexrow"><label class="generic-label">Provides advantage to attacker ?</label> | ||||
|           <label class="attribute-value checkbox"><input type="checkbox" name="system.targetadvantage" {{checked data.targetadvantage}}/></label> | ||||
|         </li> | ||||
|         <li class="flexrow"><label class="generic-label">No action possible ?</label> | ||||
|           <label class="attribute-value checkbox"><input type="checkbox" name="system.noaction" {{checked data.noaction}}/></label> | ||||
|         </li> | ||||
|  | ||||
|       </ul> | ||||
|  | ||||
|   | ||||
| @@ -6,23 +6,23 @@ | ||||
|       </div> | ||||
|   </header> | ||||
|  | ||||
|   {{> systems/fvtt-crucible-rpg/templates/partial-item-nav.html}} | ||||
|   {{> systems/fvtt-warhero/templates/partial-item-nav.html}} | ||||
|  | ||||
|   {{!-- Sheet Body --}} | ||||
|   <section class="sheet-body"> | ||||
|  | ||||
|     {{> systems/fvtt-crucible-rpg/templates/partial-item-description.html}} | ||||
|     {{> systems/fvtt-warhero/templates/partial-item-description.html}} | ||||
|  | ||||
|     <div class="tab details" data-group="primary" data-tab="details"> | ||||
|       <ul> | ||||
|           <li class="flexrow"><label class="generic-label">Equipped ?</label> | ||||
|             <label class="attribute-value checkbox"><input type="checkbox" name="system.equipped" {{checked data.equipped}}/></label> | ||||
|             <label class="attribute-value checkbox"><input type="checkbox" name="system.equipped" {{checked system.equipped}}/></label> | ||||
|           </li> | ||||
|           <li class="flexrow"><label class="generic-label">Quantity</label> | ||||
|             <input type="text" class="input-numeric-short padd-right" name="system.quantity" value="{{data.quantity}}" data-dtype="Number"/> | ||||
|             <input type="text" class="input-numeric-short padd-right" name="system.quantity" value="{{system.quantity}}" data-dtype="Number"/> | ||||
|           </li> | ||||
|           <li class="flexrow"><label class="generic-label">Cost</label> | ||||
|             <input type="text" class="input-numeric-short padd-right" name="system.cost" value="{{data.cost}}" data-dtype="Number"/> | ||||
|             <input type="text" class="input-numeric-short padd-right" name="system.cost" value="{{system.cost}}" data-dtype="Number"/> | ||||
|           </li> | ||||
|       </ul> | ||||
|     </div> | ||||
|   | ||||
| @@ -1,35 +0,0 @@ | ||||
| <form class="{{cssClass}}" autocomplete="off"> | ||||
|     <header class="sheet-header"> | ||||
|         <img class="item-sheet-img" src="{{img}}" data-edit="img" title="{{name}}"/> | ||||
|         <div class="header-fields"> | ||||
|             <h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name"/></h1> | ||||
|         </div> | ||||
|     </header> | ||||
|  | ||||
|     {{> systems/fvtt-crucible-rpg/templates/partial-item-nav.html}} | ||||
|  | ||||
|     {{!-- Sheet Body --}} | ||||
|     <section class="sheet-body"> | ||||
|  | ||||
|       {{> systems/fvtt-crucible-rpg/templates/partial-item-description.html}} | ||||
|  | ||||
|       <div class="tab details" data-group="primary" data-tab="details"> | ||||
|         <ul> | ||||
|             <li class="flexrow"><label class="generic-label">Add feat die  ?</label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="system.isfeatdie" {{checked data.isfeatdie}}/></label> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Add SL  ?</label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="system.issl" {{checked data.issl}}/></label> | ||||
|             </li> | ||||
|  | ||||
|             {{#if data.issl}} | ||||
|             <li class="flexrow"><label class="generic-label">SL value</label> | ||||
|               <input type="text" class="" name="data.sl" value="{{system.sl}}" data-dtype="Number"/> | ||||
|             </li> | ||||
|             {{/if}} | ||||
|  | ||||
|           </ul> | ||||
|         </div> | ||||
|     </section> | ||||
| </form> | ||||
| @@ -6,20 +6,20 @@ | ||||
|       </div> | ||||
|   </header> | ||||
|  | ||||
|   {{> systems/fvtt-crucible-rpg/templates/partial-item-nav.html}} | ||||
|   {{> systems/fvtt-warhero/templates/partial-item-nav.html}} | ||||
|  | ||||
|   {{!-- Sheet Body --}} | ||||
|   <section class="sheet-body"> | ||||
|  | ||||
|     {{> systems/fvtt-crucible-rpg/templates/partial-item-description.html}} | ||||
|     {{> systems/fvtt-warhero/templates/partial-item-description.html}} | ||||
|  | ||||
|     <div class="tab details" data-group="primary" data-tab="details"> | ||||
|       <ul> | ||||
|           <li class="flexrow"><label class="generic-label">Quantity</label> | ||||
|             <input type="text" class="input-numeric-short padd-right" name="system.quantity" value="{{data.quantity}}" data-dtype="Number"/> | ||||
|             <input type="text" class="input-numeric-short padd-right" name="system.quantity" value="{{system.quantity}}" data-dtype="Number"/> | ||||
|           </li> | ||||
|           <li class="flexrow"><label class="generic-label">Unit value</label> | ||||
|             <input type="text" class="input-numeric-short padd-right" name="system.value" value="{{data.value}}" data-dtype="Number"/> | ||||
|             <input type="text" class="input-numeric-short padd-right" name="system.value" value="{{system.value}}" data-dtype="Number"/> | ||||
|           </li> | ||||
|       </ul> | ||||
|     </div> | ||||
|   | ||||
| @@ -5,7 +5,7 @@ | ||||
|       <h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name" /></h1> | ||||
|     </div> | ||||
|   </header> | ||||
|   {{> systems/fvtt-crucible-rpg/templates/partial-item-nav.html}} | ||||
|   {{> systems/fvtt-warhero/templates/partial-item-nav.html}} | ||||
|  | ||||
|   {{!-- Sheet Body --}} | ||||
|   <section class="sheet-body"> | ||||
| @@ -14,7 +14,7 @@ | ||||
|  | ||||
|       <label class="generic-label">Description</label> | ||||
|       <div class="medium-editor item-text-long-line"> | ||||
|         {{editor description target="data.description" button=true owner=owner editable=editable}} | ||||
|         {{editor description target="system.description" button=true owner=owner editable=editable}} | ||||
|       </div> | ||||
|     </div> | ||||
|  | ||||
|   | ||||
| @@ -5,7 +5,7 @@ | ||||
|       <h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name" /></h1> | ||||
|     </div> | ||||
|   </header> | ||||
|   {{> systems/fvtt-crucible-rpg/templates/partial-item-nav.html}} | ||||
|   {{> systems/fvtt-warhero/templates/partial-item-nav.html}} | ||||
|  | ||||
|   {{!-- Sheet Body --}} | ||||
|   <section class="sheet-body"> | ||||
| @@ -14,7 +14,7 @@ | ||||
|  | ||||
|       <label class="generic-label">Description</label> | ||||
|       <div class="medium-editor item-text-long-line"> | ||||
|         {{editor description target="data.description" button=true owner=owner editable=editable}} | ||||
|         {{editor description target="system.description" button=true owner=owner editable=editable}} | ||||
|       </div> | ||||
|     </div> | ||||
|  | ||||
|   | ||||
| @@ -18,33 +18,22 @@ | ||||
|  | ||||
|         <div class="tab" data-group="primary"> | ||||
|           <ul> | ||||
|             <li class="flexrow"><label class="generic-label">Shield die</label> | ||||
|               <select class="competence-base flexrow" type="text" name="system.shielddie" value="{{data.shielddie}}" data-dtype="String"> | ||||
|                 {{#select data.shielddie}} | ||||
|                 <option value="d6">d6</option> | ||||
|                 <option value="d8">d8</option> | ||||
|                 <option value="d10">d10</option> | ||||
|                 {{/select}} | ||||
|               </select>  | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Associated skill</label> | ||||
|               <select class="competence-base flexrow" type="text" name="system.skill" value="{{data.skill}}" data-dtype="String"> | ||||
|                 {{#select data.skill}} | ||||
|                   {{#each shieldSkills as |skill idx|}} | ||||
|                   <option value="{{skill.name}}">{{skill.name}}</option> | ||||
|             <li class="flexrow"><label class="generic-label">Shield typer</label> | ||||
|               <select class="competence-base flexrow" type="text" name="system.shieldtype" value="{{system.shieldtype}}" data-dtype="String"> | ||||
|                 {{#select system.shieldtype}} | ||||
|                   {{#each config.armorTypes as |type key|}} | ||||
|                     <option value="{{key}}">{{localiser type.label}}</option> | ||||
|                   {{/each}} | ||||
|                 {{/select}} | ||||
|               </select>  | ||||
|             </li> | ||||
|    | ||||
|    | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Equipped ?</label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="system.equipped" {{checked data.equipped}}/></label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="system.equipped" {{checked system.equipped}}/></label> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Cost</label> | ||||
|               <input type="text" class="input-numeric-short padd-right" name="system.cost" value="{{data.cost}}" data-dtype="Number"/> | ||||
|               <input type="text" class="input-numeric-short padd-right" name="system.cost" value="{{system.cost}}" data-dtype="Number"/> | ||||
|             </li> | ||||
|  | ||||
|           </ul> | ||||
|   | ||||
| @@ -6,98 +6,15 @@ | ||||
|         </div> | ||||
|     </header> | ||||
|  | ||||
|     {{> systems/fvtt-crucible-rpg/templates/partial-item-nav.html}} | ||||
|     {{> systems/fvtt-warhero/templates/partial-item-nav.html}} | ||||
|  | ||||
|     {{!-- Sheet Body --}} | ||||
|     <section class="sheet-body"> | ||||
|  | ||||
|       {{> systems/fvtt-crucible-rpg/templates/partial-item-description.html}} | ||||
|       {{> systems/fvtt-warhero/templates/partial-item-description.html}} | ||||
|  | ||||
|       <div class="tab details" data-group="primary" data-tab="details"> | ||||
|         <ul> | ||||
|             <li class="flexrow"><label class="generic-label">Ability</label> | ||||
|               <select class="competence-base flexrow" type="text" name="system.ability" value="{{data.ability}}" data-dtype="String"> | ||||
|                 {{#select data.ability}} | ||||
|                 {{> systems/fvtt-crucible-rpg/templates/partial-options-abilities.html}} | ||||
|                 {{/select}} | ||||
|               </select>  | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Is Feat Die ?</label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="system.isfeatdie" {{checked data.isfeatdie}}/></label> | ||||
|             </li> | ||||
|             <li class="flexrow"><label class="generic-label">Is SL +2 ?</label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="system.issl2" {{checked data.issl2}}/></label> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Subject to Armor Penalty ?</label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="system.armorpenalty" {{checked data.armorpenalty}}/></label> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Skill Type</label> | ||||
|               <select class="competence-base flexrow" type="text" name="system.skilltype" value="{{data.skilltype}}" data-dtype="string"> | ||||
|                 {{#select data.skilltype}} | ||||
|                 <option value="simple">Simple</option> | ||||
|                 <option value="complex">Complex</option> | ||||
|                 {{/select}} | ||||
|               </select>  | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Skill Dice</label> | ||||
|               <input type="text" class="" name="system.skilldice" value="{{data.skilldice}} (level {{data.level}})" data-dtype="String" disabled/> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Is Innate ?</label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="system.isinnate" {{checked data.isinnate}}/></label> | ||||
|             </li> | ||||
|              | ||||
|             <li class="flexrow"><label class="generic-label">Is Lore ?</label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="system.islore" {{checked data.islore}}/></label> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Is Weapon Skill ?</label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="system.isweaponskill" {{checked data.isweaponskill}}/></label> | ||||
|             </li> | ||||
|  | ||||
|             <!-- <li class="flexrow"><label class="generic-label">Is Shield Skill ?</label> | ||||
|               <label class="attribute-value checkbox"><input type="checkbox" name="data.isshieldskill" {{checked data.isshieldskill}}/></label> | ||||
|             </li> --> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Bonus dice</label> | ||||
|               <select class="competence-base flexrow" type="text" name="system.bonusdice" value="{{data.bonusdice}}" data-dtype="String"> | ||||
|                 {{#select data.bonusdice}} | ||||
|                 <option value="none">None</option> | ||||
|                 <option value="1d6">1d6</option> | ||||
|                 <option value="2d6">2d6</option> | ||||
|                 <option value="3d6">3d6</option> | ||||
|                 <option value="4d6">4d6</option> | ||||
|                 <option value="5d6">5d6</option> | ||||
|                 <option value="6d6">6d6</option> | ||||
|                 <option value="7d6">7d6</option> | ||||
|                 <option value="8d6">8d6</option> | ||||
|                 {{/select}} | ||||
|               </select>  | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Background</label> | ||||
|               <input type="text" class="" name="system.background" value="{{data.background}}" data-dtype="Number"/> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Basic</label> | ||||
|               <input type="text" class="" name="system.basic" value="{{data.basic}}" data-dtype="Number"/> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Class</label> | ||||
|               <input type="text" class="" name="system.class" value="{{data.class}}" data-dtype="Number"/> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Exp level</label> | ||||
|               <input type="text" class="" name="system.explevel" value="{{data.explevel}}" data-dtype="Number"/> | ||||
|             </li> | ||||
|  | ||||
|             <li class="flexrow"><label class="generic-label">Gained exp (+1 to Exp level at 25)</label> | ||||
|               <input type="text" class="" name="system.exp" value="{{data.exp}}" data-dtype="Number"/> | ||||
|             </li> | ||||
|  | ||||
|           </ul> | ||||
|         </div> | ||||
|   | ||||
| @@ -6,12 +6,12 @@ | ||||
|         </div> | ||||
|     </header> | ||||
|  | ||||
|     {{> systems/fvtt-crucible-rpg/templates/partial-item-nav.html}} | ||||
|     {{> systems/fvtt-warhero/templates/partial-item-nav.html}} | ||||
|  | ||||
|     {{!-- Sheet Body --}} | ||||
|     <section class="sheet-body"> | ||||
|  | ||||
|       {{> systems/fvtt-crucible-rpg/templates/partial-item-description.html}} | ||||
|       {{> systems/fvtt-warhero/templates/partial-item-description.html}} | ||||
|  | ||||
|       <div class="tab details" data-group="primary" data-tab="details"> | ||||
|         <ul> | ||||
|   | ||||
| @@ -6,74 +6,38 @@ | ||||
|       </div> | ||||
|   </header> | ||||
|    | ||||
|   {{> systems/fvtt-crucible-rpg/templates/partial-item-nav.html}} | ||||
|   {{> systems/fvtt-warhero/templates/partial-item-nav.html}} | ||||
|  | ||||
|  | ||||
|   {{!-- Sheet Body --}} | ||||
|   <section class="sheet-body"> | ||||
|  | ||||
|     {{> systems/fvtt-crucible-rpg/templates/partial-item-description.html}} | ||||
|     {{> systems/fvtt-warhero/templates/partial-item-description.html}} | ||||
|      | ||||
|     <div class="tab details" data-group="primary" data-tab="details"> | ||||
|  | ||||
|       <div class="tab" data-group="primary"> | ||||
|         <ul> | ||||
|           <!-- <li class="flexrow"><label class="generic-label">Ability</label> | ||||
|             <select class="competence-base flexrow" type="text" name="data.ability" value="{{data.ability}}" data-dtype="String"> | ||||
|               {{#select data.ability}} | ||||
|               {{> systems/fvtt-crucible-rpg/templates/partial-options-abilities.html}} | ||||
|               {{/select}} | ||||
|             </select>  | ||||
|           </li> --> | ||||
|  | ||||
|           <li class="flexrow"><label class="generic-label">Is proficient ?</label> | ||||
|             <label class="attribute-value checkbox"><input type="checkbox" name="system.isproficient" {{checked data.isproficient}}/></label> | ||||
|           </li> | ||||
|  | ||||
|           <li class="flexrow"><label class="generic-label">Associated skill</label> | ||||
|             <select class="competence-base flexrow" type="text" name="system.skill" value="{{data.skill}}" data-dtype="String"> | ||||
|               {{#select data.skill}} | ||||
|                 {{#each weaponSkills as |skill idx|}} | ||||
|                 <option value="{{skill.name}}">{{skill.name}}</option> | ||||
|           <li class="flexrow"><label class="generic-label">Type</label> | ||||
|             <select class="competence-base flexrow" type="text" name="system.weapontype" value="{{system.weapontype}}" data-dtype="String"> | ||||
|               {{#select system.weapontype}} | ||||
|                 {{#each config.weaponTypes as |type key|}} | ||||
|                   <option value="{{key}}">{{localiser type.label}}</option> | ||||
|                 {{/each}} | ||||
|               {{/select}} | ||||
|             </select>  | ||||
|           </li> | ||||
|  | ||||
|           <li class="flexrow"><label class="generic-label">Qualities (comma separated list)</label> | ||||
|             <input type="text" class="padd-right" name="system.qualities" value="{{data.qualities}}" data-dtype="String"/> | ||||
|           </li> | ||||
|  | ||||
|           <li class="flexrow"><label class="generic-label">Flaws (comma separated list)</label> | ||||
|             <input type="text" class="padd-right" name="system.flaws" value="{{data.flaws}}" data-dtype="String"/> | ||||
|           </li> | ||||
|  | ||||
|           <li class="flexrow"><label class="generic-label">Damage</label> | ||||
|             <input type="text" class="right" name="system.damage" value="{{data.damage}}" data-dtype="String"/> | ||||
|           </li> | ||||
|  | ||||
|           <li class="flexrow"><label class="generic-label">Is ranged weapon ?</label> | ||||
|             <label class="attribute-value checkbox"><input type="checkbox" name="system.isranged" {{checked data.isranged}}/></label> | ||||
|           </li> | ||||
|           {{#if data.isranged}} | ||||
|             <li class="flexrow"><label class="generic-label">Effective Range</label> | ||||
|               <input type="text" class="right" name="system.range" value="{{data.range}}" data-dtype="String"/> | ||||
|             </li> | ||||
|             <li class="flexrow"><label class="generic-label">Max range</label> | ||||
|               <input type="text" class="right" name="system.maxrange" value="{{data.maxrange}}" data-dtype="String"/> | ||||
|             </li> | ||||
|           {{/if}} | ||||
|  | ||||
|           <li class="flexrow"><label class="generic-label">Minimum strength</label> | ||||
|             <input type="text" class="input-numeric-short padd-right" name="system.minstr" value="{{data.minstr}}" data-dtype="Number"/> | ||||
|             <input type="text" class="right" name="system.damage" value="{{system.damage}}" data-dtype="String"/> | ||||
|           </li> | ||||
|  | ||||
|           <li class="flexrow"><label class="generic-label">Equipped ?</label> | ||||
|             <label class="attribute-value checkbox"><input type="checkbox" name="system.equipped" {{checked data.equipped}}/></label> | ||||
|             <label class="attribute-value checkbox"><input type="checkbox" name="system.equipped" {{checked system.equipped}}/></label> | ||||
|           </li> | ||||
|  | ||||
|           <li class="flexrow"><label class="generic-label">Cost</label> | ||||
|             <input type="text" class="input-numeric-short padd-right" name="system.cost" value="{{data.cost}}" data-dtype="Number"/> | ||||
|             <input type="text" class="input-numeric-short padd-right" name="system.cost" value="{{system.cost}}" data-dtype="Number"/> | ||||
|           </li> | ||||
|  | ||||
|         </ul> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user