Beautyupdate
+ Added Images to Entbehrungen + Cleanup spells
This commit is contained in:
parent
a8ac270abc
commit
83d5cfc51c
|
|
@ -40,7 +40,7 @@
|
||||||
"midgard5.background": "Hintergrund",
|
"midgard5.background": "Hintergrund",
|
||||||
"midgard5.attribute": "Eigenschaft",
|
"midgard5.attribute": "Eigenschaft",
|
||||||
"midgard5.attributes": "Eigenschaften",
|
"midgard5.attributes": "Eigenschaften",
|
||||||
"midgard5.points": "Punkte",
|
"midgard5.points": "Erfahrung",
|
||||||
"midgard5.calculated-value": "Berechneter Wert",
|
"midgard5.calculated-value": "Berechneter Wert",
|
||||||
"midgard5.calculated-values": "Werte und Boni",
|
"midgard5.calculated-values": "Werte und Boni",
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th class="title"><img src="/icons/svg/eye.svg" class="table-icon"></th>
|
||||||
<th class="title">{{localize "midgard5.deprivation"}}</th>
|
<th class="title">{{localize "midgard5.deprivation"}}</th>
|
||||||
<th class="title">{{localize "midgard5.ew"}}</th>
|
<th class="title">{{localize "midgard5.ew"}}</th>
|
||||||
<th class="title">{{localize "midgard5.bonus"}}</th>
|
<th class="title">{{localize "midgard5.bonus"}}</th>
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="items-list">
|
<tbody class="items-list">
|
||||||
<tr data-item-id="{{itemId}}">
|
<tr data-item-id="{{itemId}}">
|
||||||
<td class="fixed-value"></td>
|
<td class="flexpart-img"><img src="/icons/magic/water/snowflake-ice-blue.webp" class="flexpart-icon"></td>
|
||||||
<td class="padding edit-item">{{localize "midgard5.deprivationCold"}}</td>
|
<td class="padding edit-item">{{localize "midgard5.deprivationCold"}}</td>
|
||||||
<td class="fixed-value">{{data.calc.stats.deprivationCold.value}}</td>
|
<td class="fixed-value">{{data.calc.stats.deprivationCold.value}}</td>
|
||||||
<td class="fixed-value">{{data.calc.stats.deprivationColdPw}}</td>
|
<td class="fixed-value">{{data.calc.stats.deprivationColdPw}}</td>
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
<td><button class="roll-button roll-deprivationCold-button"></button></td>
|
<td><button class="roll-button roll-deprivationCold-button"></button></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr data-item-id="{{itemId}}">
|
<tr data-item-id="{{itemId}}">
|
||||||
<td class="fixed-value"></td>
|
<td class="flexpart-img"><img src="/icons/magic/fire/orb-lightning-sun.webp" class="flexpart-icon"></td>
|
||||||
<td class="padding edit-item">{{localize "midgard5.deprivationHeat"}}</td>
|
<td class="padding edit-item">{{localize "midgard5.deprivationHeat"}}</td>
|
||||||
<td class="fixed-value">{{data.calc.stats.deprivationHeat.value}}</td>
|
<td class="fixed-value">{{data.calc.stats.deprivationHeat.value}}</td>
|
||||||
<td class="fixed-value">{{data.calc.stats.deprivationHeatPw}}</td>
|
<td class="fixed-value">{{data.calc.stats.deprivationHeatPw}}</td>
|
||||||
|
|
@ -95,7 +95,7 @@
|
||||||
<td><button class="roll-button roll-deprivationHeat-button"></button></td>
|
<td><button class="roll-button roll-deprivationHeat-button"></button></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr data-item-id="{{itemId}}">
|
<tr data-item-id="{{itemId}}">
|
||||||
<td class="fixed-value"></td>
|
<td class="flexpart-img"><img src="/icons/consumables/food/plate-fish-bowl-bones-brown.webp" class="flexpart-icon"></td>
|
||||||
<td class="padding edit-item">{{localize "midgard5.deprivationFood"}}</td>
|
<td class="padding edit-item">{{localize "midgard5.deprivationFood"}}</td>
|
||||||
<td class="fixed-value">{{data.calc.stats.deprivationFoodPw}}</td>
|
<td class="fixed-value">{{data.calc.stats.deprivationFoodPw}}</td>
|
||||||
<td class="fixed-value">{{data.calc.stats.deprivationFood.value}}</td>
|
<td class="fixed-value">{{data.calc.stats.deprivationFood.value}}</td>
|
||||||
|
|
|
||||||
|
|
@ -72,8 +72,8 @@
|
||||||
<td class="fixed-value"><a class="item-delete" title="Delete Item"><i class="fas fa-trash"></i></a></td>
|
<td class="fixed-value"><a class="item-delete" title="Delete Item"><i class="fas fa-trash"></i></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</tbody> </table>
|
</tbody>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue