Finished upgrading stat tab to Polymer 1

This commit is contained in:
Stefan Zermatten
2017-01-20 09:05:16 +02:00
parent c4a488a176
commit b44fe33b30
10 changed files with 169 additions and 173 deletions

View File

@@ -3,9 +3,9 @@
{{> attributeDialogView}}
<hr class="vertMargin">
<div>
<div class="title padded">Carrying</div>
<div class="paper-font-title padded">Carrying</div>
{{> carryCapacityTable}}
<div class="title padded">Jumping</div>
<div class="paper-font-title padded">Jumping</div>
<table class="strengthTable">
<tr>
<td>Running long jump</td>
@@ -18,7 +18,7 @@
<tr>
<td>Running high jump</td>
<td>{{evaluate charId "3 + strengthMod"}} feet</td>
<td class="caption">
<td>
Can reach a ledge as high as
{{evaluate charId "3 + strengthMod"}} feet
+ 1.5&times; your height
@@ -27,7 +27,7 @@
<tr>
<td>Standing high jump</td>
<td>{{evaluate charId "floor((3 + strengthMod)/2)"}} feet</td>
<td class="caption">
<td>
Can reach a ledge as high as
{{evaluate charId "floor((3 + strengthMod)/2)"}} feet
+ 1.5&times; your height