Minor fixes
This commit is contained in:
@@ -384,6 +384,7 @@
|
||||
<span class="small-label padd-right packed-left"> Current</span><input type="text"
|
||||
class="padd-right update-field" data-field-name="data.nrg.value" value="{{data.nrg.value}}"
|
||||
data-dtype="Number" />
|
||||
<a class="current-nrg-minus plus-minus-button"> -</a>/<a class="current-nrg-plus plus-minus-button">+</a>
|
||||
<span class="small-label padd-right packed-left"> Mod</span><input type="text"
|
||||
class="padd-right update-field" data-field-name="data.nrg.mod" value="{{data.nrg.mod}}"
|
||||
data-dtype="Number" />
|
||||
|
@@ -30,8 +30,8 @@
|
||||
{{#if stat}}
|
||||
<li>Statistic : {{stat.label}}</li>
|
||||
{{/if}}
|
||||
{{#if spec}}
|
||||
<li>Specialisation : {{spec.name}}</li>
|
||||
{{#if specName}}
|
||||
<li>Specialisation : {{specName}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if weaponName}}
|
||||
|
7
templates/chat-perk-activated.html
Normal file
7
templates/chat-perk-activated.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="post-item" data-transfer="{{transfer}}">
|
||||
<h3><b>{{name}}</b></h3>
|
||||
{{#if img}}
|
||||
<img class="chat-img" src="{{img}}" title="{{name}}" />
|
||||
{{/if}}
|
||||
<div>{{name}} has just activated the Perk: {{perk.name}}.</div>
|
||||
</div>
|
@@ -3,5 +3,5 @@
|
||||
{{#if img}}
|
||||
<img class="chat-img" src="{{img}}" title="{{name}}" />
|
||||
{{/if}}
|
||||
<div>{{name}} has Just Deactivated the Perk: {{perk.name}}, make sure to manually delete all Effects provided by this Perk from Targets.</div>
|
||||
<div>{{name}} has just deactivated the Perk: {{perk.name}}, make sure to manually delete all Effects provided by this Perk from Targets.</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user