tragkraft-containerwert-abw-kidoprep (#103)
+ Added ABW to items + Added warning for over-capacity + Added Valuecalculation for containers + Updated KiDo-template Reviewed-on: #103 Reviewed-by: Byroks <byroks@gmail.com> Co-authored-by: LeFrique <lefrique@live.de> Co-committed-by: LeFrique <lefrique@live.de>
This commit was merged in pull request #103.
This commit is contained in:
@@ -94,31 +94,29 @@
|
||||
<td class="roll-spell-details">{{i.ep}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-color"}}</td>
|
||||
<td>{{localize "midgard5.kido-color"}}</td>
|
||||
<td class="roll-spell-details">{{i.color}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-style"}}</td>
|
||||
<td>{{localize "midgard5.kido-style"}}</td>
|
||||
<td class="roll-spell-details">{{i.style}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kido-type"}}</td>
|
||||
<td class="roll-spell-details">{{localize (m5concat "midgard5.kido-type-" i.type)}}</td>
|
||||
</tr>
|
||||
{{#if (eq i.type "angriff")}}
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kido-variante"}}</td>
|
||||
<td class="roll-spell-details">{{localize (m5concat "midgard5.kido-variante-" i.variante)}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-enemy"}}</td>
|
||||
<td>{{localize "midgard5.kido-enemy"}}</td>
|
||||
<td class="roll-spell-details">{{i.enemy}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-weapon"}}</td>
|
||||
<td>{{localize "midgard5.kido-weapon"}}</td>
|
||||
<td class="roll-spell-details">{{i.weapon}}</td>
|
||||
</tr>
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user