|
|
|
|
@ -61,7 +61,7 @@
|
|
|
|
|
<table>
|
|
|
|
|
<thead>
|
|
|
|
|
<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.ew"}}</th>
|
|
|
|
|
<th class="title">{{localize "midgard5.bonus"}}</th>
|
|
|
|
|
@ -71,7 +71,7 @@
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody class="items-list">
|
|
|
|
|
<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="fixed-value">{{data.calc.stats.deprivationCold.value}}</td>
|
|
|
|
|
<td class="fixed-value">{{data.calc.stats.deprivationColdPw}}</td>
|
|
|
|
|
@ -83,7 +83,7 @@
|
|
|
|
|
<td><button class="roll-button roll-deprivationCold-button"></button></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<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="fixed-value">{{data.calc.stats.deprivationHeat.value}}</td>
|
|
|
|
|
<td class="fixed-value">{{data.calc.stats.deprivationHeatPw}}</td>
|
|
|
|
|
@ -95,7 +95,7 @@
|
|
|
|
|
<td><button class="roll-button roll-deprivationHeat-button"></button></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<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="fixed-value">{{data.calc.stats.deprivationFoodPw}}</td>
|
|
|
|
|
<td class="fixed-value">{{data.calc.stats.deprivationFood.value}}</td>
|
|
|
|
|
|