Update with minor fixes/updates
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<li>Power : {{power.name}}</li>
|
||||
{{/if}}
|
||||
{{#if isDamage}}
|
||||
<li>Weapon Damage Dice : {{weapon.data.damageDice}}</li>
|
||||
<li>Weapon Damage Dice : {{weaponDamageDice}}</li>
|
||||
{{/if}}
|
||||
{{#if isResistance}}
|
||||
<li>Armor Resistance Dice : {{armor.data.resistanceDice}}</li>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<ul class="ul-level1">
|
||||
<li class="flexrow"><div class="drop-ability-effect"><label>Drop Virtue here !</label></div>
|
||||
<li class="flexrow"><div class="drop-vice-virtue"><label>Drop Virtue here !</label></div>
|
||||
</li>
|
||||
{{#each data.unavailablevirtue as |vice idx|}}
|
||||
<li class="flexrow">
|
||||
@@ -41,7 +41,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<ul class="ul-level1">
|
||||
<li class="flexrow"><div class="drop-ability-effect"><label>Drop Effects here !</label></div>
|
||||
<li class="flexrow"><div class="drop-virtue-vice-effect"><label>Drop Effects here !</label></div>
|
||||
</li>
|
||||
{{#each data.effectsgained as |effect idx|}}
|
||||
<li class="flexrow">
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<ul class="ul-level1">
|
||||
<li class="flexrow"><div class="drop-ability-effect"><label>Drop Vice here !</label></div>
|
||||
<li class="flexrow"><div class="drop-virtue-vice"><label>Drop Vice here !</label></div>
|
||||
</li>
|
||||
{{#each data.unavailablevice as |vice idx|}}
|
||||
<li class="flexrow">
|
||||
@@ -41,7 +41,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<ul class="ul-level1">
|
||||
<li class="flexrow"><div class="drop-ability-effect"><label>Drop Effects here !</label></div>
|
||||
<li class="flexrow"><div class="drop-virtue-vice-effect"><label>Drop Effects here !</label></div>
|
||||
</li>
|
||||
{{#each data.effectsgained as |effect idx|}}
|
||||
<li class="flexrow">
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
{{#each weaponsList as |weapon idx|}}
|
||||
<li class="flex-group-left">
|
||||
<label class="attribute-value checkbox"><input type="checkbox" class="weapon-clicked" id="weapon-{{idx}}" data-weapon-idx="{{idx}}" {{checked weapon.applied}}/></label>
|
||||
<label class="generic-label padd-right">{{weapon.label}}</label>
|
||||
<label class="generic-label padd-right">{{weapon.label}} ({{weapon.damageDice}})</label>
|
||||
</li>
|
||||
{{/each}}
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<!--
|
||||
{{#if isDamage}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Weapon Damage :</span>
|
||||
@@ -64,7 +65,8 @@
|
||||
<span class="small-label"> </span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
-->
|
||||
|
||||
<div class="dice-pool-div">
|
||||
<span>
|
||||
<h3 class="dice-pool-label">Current pool</h3>
|
||||
|
||||
Reference in New Issue
Block a user