Fertigkeitenboni (#77)
+ Added bonus on Aussehen depending on fw: athletik gem. KOD S. 104 + Added bonus on Bewegungsweite depending on fw: laufen gem. KOD S. 116 + Added Skill increase/decrease buttons like on quantity Reviewed-on: #77 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 #77.
This commit is contained in:
@@ -63,7 +63,11 @@
|
||||
{{#each data.calc.skills.general as |skill skillId|}}
|
||||
<tr data-item="{{skillId}}">
|
||||
<td class="padding edit-item">{{skill.label}}</td>
|
||||
<td class="fixed-value">{{skill.fw}}</td>
|
||||
<td>
|
||||
<i class="fa fa-minus-circle fw-decrease" style="cursor: pointer"></i>
|
||||
<span>{{skill.fw}}</span>
|
||||
<i class="fa fa-plus-circle fw-increase" style="cursor: pointer"></i>
|
||||
{{!-- {{</td><td class="fixed-value">{{skill.fw}}</td>}} --}}
|
||||
<td class="fixed-value">{{skill.calc.bonus}}</td>
|
||||
<td class="fixed-value">{{skill.calc.ew}}</td>
|
||||
<td class="fixed-value">{{skill.pp}}</td>
|
||||
|
||||
@@ -9,8 +9,14 @@
|
||||
<tr>
|
||||
<td>{{localize "midgard5.bonus"}}</td>
|
||||
<td><input name="data.bonus" type="text" value="{{data.bonus}}" data-dtype="Number" /></td>
|
||||
<td>{{localize "midgard5.spell-material"}}</td>
|
||||
<td><input name="data.material" type="text" value="{{data.material}}" data-dtype="String" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.actor-ap"}}</td>
|
||||
<td><input name="data.ap" type="text" value="{{data.ap}}" data-dtype="String" /></td>
|
||||
<td>{{localize "midgard5.actor-lp"}}</td>
|
||||
<td><input name="data.lp" type="text" value="{{data.lp}}" data-dtype="String" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.spell-castDuration"}}</td>
|
||||
@@ -60,6 +66,12 @@
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.spell-agens"}}</td>
|
||||
<td><input name="data.agens" type="text" value="{{data.agens}}" data-dtype="String" /></td>
|
||||
<td>{{localize "midgard5.spell-reagens"}}</td>
|
||||
<td><input name="data.reagens" type="text" value="{{data.reagens}}" data-dtype="String" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user