Fixed difficulty + comments

+ Changed Erfolgswert to Erfolg gem. KOD S. 50
+ Deleted comments in roll-m5.hbs.
This commit is contained in:
LeFrique 2024-04-28 14:00:39 +02:00
parent e5ae31406b
commit a4df79a538
2 changed files with 1 additions and 3 deletions

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}}