Update Spellmessage

+ Added Agens, Reagens, LP & Zaubermaterial
This commit is contained in:
LeFrique 2024-03-03 17:16:55 +01:00
parent a908300ba4
commit e912a2a856
1 changed files with 15 additions and 0 deletions

View File

@ -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")}}