Fertigkeitenboni #77
|
|
@ -9,6 +9,10 @@
|
|||
<td>{{localize "midgard5.actor-ap"}}</td>
|
||||
<td class="roll-spell-details">{{i.ap}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.actor-lp"}}</td>
|
||||
<td class="roll-spell-details">{{i.lp}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.spell-castDuration"}}</td>
|
||||
<td class="roll-spell-details">{{i.castDuration}}</td>
|
||||
|
|
@ -41,6 +45,17 @@
|
|||
<td>{{localize "midgard5.spell-process"}}</td>
|
||||
<td class="roll-spell-details">{{localize (m5concat "midgard5.spell-process-" i.process)}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.spell-agens"}}</td>
|
||||
<td class="roll-spell-details">{{i.agens}}</td>
|
||||
<tr/>
|
||||
<td>{{localize "midgard5.spell-reagens"}}</td>
|
||||
<td class="roll-spell-details">{{i.reagens}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.spell-material"}}</td>
|
||||
<td class="roll-spell-details">{{i.material}}</td>
|
||||
<tr/>
|
||||
{{/if}}
|
||||
|
||||
{{#if (eq iType "kampfkunst")}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue