tragkraft-containerwert-abw-kidoprep #103

Merged
Le-Frique merged 6 commits from tragkraft-containerwert-abw into develop 2024-05-01 19:10:49 +02:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit a4df79a538 - Show all commits

View File

@ -453,7 +453,7 @@
"options": { "options": {
"modifier": "Wurfmodifikator", "modifier": "Wurfmodifikator",
"difficulty": "Erfolgswert", "difficulty": "Erfolg",
"rollMode": "Würfelmodus" "rollMode": "Würfelmodus"
} }
} }

View File

@ -105,7 +105,6 @@
<td>{{localize "midgard5.kido-type"}}</td> <td>{{localize "midgard5.kido-type"}}</td>
<td class="roll-spell-details">{{localize (m5concat "midgard5.kido-type-" i.type)}}</td> <td class="roll-spell-details">{{localize (m5concat "midgard5.kido-type-" i.type)}}</td>
</tr> </tr>
{{!--{{#if (eq i.type "angriff")}}--}}
<tr> <tr>
<td>{{localize "midgard5.kido-variante"}}</td> <td>{{localize "midgard5.kido-variante"}}</td>
<td class="roll-spell-details">{{localize (m5concat "midgard5.kido-variante-" i.variante)}}</td> <td class="roll-spell-details">{{localize (m5concat "midgard5.kido-variante-" i.variante)}}</td>
@ -118,7 +117,6 @@
<td>{{localize "midgard5.kido-weapon"}}</td> <td>{{localize "midgard5.kido-weapon"}}</td>
<td class="roll-spell-details">{{i.weapon}}</td> <td class="roll-spell-details">{{i.weapon}}</td>
</tr> </tr>
{{!--{{/if}}--}}
{{/unless}} {{/unless}}
{{/if}} {{/if}}