Kampfkunstupdate (#86)
+ Added more types & variants + Modified Kampfkunstitem, Combatsheet and rollmessage Hab grad die Kampfkünste in der extension anscheinend direkt nach develop durchgepusht ohne meine kampfkunstbranch dazwischen, hier dann auch die Anpassungen im System dafür. Läuft beides bei mir rund. Reviewed-on: #86 Reviewed-by: oskaloq <os_ka_loq@gmx.de> Co-authored-by: LeFrique <lefrique@live.de> Co-committed-by: LeFrique <lefrique@live.de>
This commit was merged in pull request #86.
This commit is contained in:
@@ -64,21 +64,43 @@
|
||||
<td>{{localize "midgard5.actor-ap"}}</td>
|
||||
<td class="roll-spell-details">{{i.ap}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-ep"}}</td>
|
||||
<td class="roll-spell-details">{{i.ep}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-type"}}</td>
|
||||
<td class="roll-spell-details">{{localize (m5concat "midgard5.kampfkunst-type-" i.type)}}</td>
|
||||
</tr>
|
||||
{{#if (eq i.type "angriff")}}
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-variante"}}</td>
|
||||
<td class="roll-spell-details">{{localize (m5concat "midgard5.kampfkunst-variante-" i.variante)}}</td>
|
||||
</tr>
|
||||
{{/if}}
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-variante"}}</td>
|
||||
<td class="roll-spell-details">{{localize (m5concat "midgard5.kampfkunst-variante-" i.variante)}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-enemy"}}</td>
|
||||
<td class="roll-spell-details">{{i.enemy}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-weapon"}}</td>
|
||||
<td class="roll-spell-details">{{i.weapon}}</td>
|
||||
</tr>
|
||||
{{else}}
|
||||
<tr>
|
||||
<td>{{localize "midgard5.actor-ap"}}</td>
|
||||
<td class="roll-spell-details">{{i.ap}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-ep"}}</td>
|
||||
<td class="roll-spell-details">{{i.ep}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-color"}}</td>
|
||||
<td class="roll-spell-details">{{i.color}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-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>
|
||||
@@ -88,6 +110,14 @@
|
||||
<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 class="roll-spell-details">{{i.enemy}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-weapon"}}</td>
|
||||
<td class="roll-spell-details">{{i.weapon}}</td>
|
||||
</tr>
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
|
||||
@@ -112,9 +112,7 @@
|
||||
{{/unless}}
|
||||
{{else}}
|
||||
<span class="spell-process">{{localize (m5concat "midgard5.kampfkunst-type-" item.type)}}</span>
|
||||
{{#if (eq item.type "angriff")}}
|
||||
<span class="spell-process">({{localize (m5concat "midgard5.kampfkunst-variante-" item.variante)}})</span>
|
||||
{{/if}}
|
||||
<span class="spell-process">({{localize (m5concat "midgard5.kampfkunst-variante-" item.variante)}})</span>
|
||||
{{/if}}
|
||||
</td>
|
||||
<td class="fixed-value">{{item.calc.ew}}</td>
|
||||
|
||||
@@ -22,6 +22,18 @@
|
||||
<td>{{localize "midgard5.actor-ap"}}</td>
|
||||
<td><input name="data.ap" type="text" value="{{data.ap}}" data-dtype="String" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-ep"}}</td>
|
||||
<td><input name="data.ep" type="text" value="{{data.ep}}" data-dtype="String" /></td>
|
||||
<td>{{localize "midgard5.kampfkunst-rank"}}</td>
|
||||
<td><input name="data.rank" type="text" value="{{data.rank}}" data-dtype="String" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.kampfkunst-weapon"}}</td>
|
||||
<td><input name="data.weapon" type="text" value="{{data.weapon}}" data-dtype="String" /></td>
|
||||
<td>{{localize "midgard5.kampfkunst-enemy"}}</td>
|
||||
<td><input name="data.enemy" type="text" value="{{data.enemy}}" data-dtype="String" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
{{#unless item.system.isKido}}
|
||||
<td>{{localize "midgard5.kampfkunst-type"}}</td>
|
||||
@@ -47,7 +59,6 @@
|
||||
</td>
|
||||
{{/unless}}
|
||||
{{#unless item.system.isKido}}
|
||||
{{#if (eq item.system.type "angriff")}}
|
||||
<td>{{localize "midgard5.kampfkunst-variante"}}</td>
|
||||
<td>
|
||||
<select class="select-variante" name="data.variante" data-type="String">
|
||||
@@ -58,7 +69,6 @@
|
||||
{{/select}}
|
||||
</select>
|
||||
</td>
|
||||
{{/if}}
|
||||
{{else}}
|
||||
{{#unless (eq item.system.type "finte")}}
|
||||
<td>{{localize "midgard5.kido-variante"}}</td>
|
||||
|
||||
Reference in New Issue
Block a user