add crits to nahkampfwaffe damage
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
|
||||
<div class="dsa41-calculation colspan4 center">
|
||||
{{#if formData.crit}}<ruby>2 * <rt>{{localize "DSA41.kampf.crit"}}</rt></ruby>({{/if}}
|
||||
<ruby>{{options.item.system.fernkampfwaffe.basis}}<rt>{{localize "DSA41.bewaffnung.fernkampfwaffe.basis"}}</rt></ruby>
|
||||
<ruby>{{options.item.item.system.fernkampfwaffe.basis}}<rt>{{localize "DSA41.bewaffnung.fernkampfwaffe.basis"}}</rt></ruby>
|
||||
{{#if formData.crit}}){{/if}}
|
||||
+ <ruby>{{lookup options.item.system.fernkampfwaffe formData.entfernung}}<rt>{{localize "DSA41.kampf.entfernung.label"}}</rt></ruby>
|
||||
+ <ruby>{{lookup options.item.item.system.fernkampfwaffe formData.entfernung}}<rt>{{localize "DSA41.kampf.entfernung.label"}}</rt></ruby>
|
||||
+ <ruby>{{formData.modifikator}}<rt>{{localize "DSA41.kampf.modifikator"}}</rt></ruby>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
<div class="trefferpunkte_dialog">
|
||||
<span>{{localize "DSA41.kampf.modifikator"}}</span>
|
||||
{{>editable-input type="number" name="modifikator" value=(lookup formData "modifikator") }}
|
||||
|
||||
<span>{{localize "DSA41.kampf.crit"}}</span>
|
||||
{{>editable-input type="checkbox" name="crit" class="center" value=(lookup formData "crit")}}
|
||||
|
||||
<div class="dsa41-calculation colspan4 center">
|
||||
{{#if formData.crit}}<ruby>2 * <rt>{{localize "DSA41.kampf.crit"}}</rt></ruby>({{/if}}
|
||||
<ruby>{{options.item.item.system.nahkampfwaffe.basis}}<rt>{{localize "DSA41.bewaffnung.nahkampfwaffe.basis"}}</rt></ruby>
|
||||
{{#if formData.crit}}){{/if}}
|
||||
|
||||
{{#if (ne options.item.tp_kk 0)}}
|
||||
+ <ruby>{{options.item.tp_kk}}<rt>{{localize "DSA41.attributes.long.strength"}}</rt></ruby>
|
||||
{{/if}}
|
||||
|
||||
+ <ruby>{{formData.modifikator}}<rt>{{localize "DSA41.kampf.modifikator"}}</rt></ruby>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user