replaced attack type str with icons in char sheet
This commit is contained in:
parent
1ed54dccff
commit
0b93f5ff9e
5 changed files with 15 additions and 1 deletions
|
@ -45,7 +45,11 @@
|
|||
{{!-- name --}}
|
||||
<h4 class="item-name flex3">{{item.name}}</h4>
|
||||
{{!-- item specifics --}}
|
||||
<div>{{lookup ../../config.attackTypes itemData.attackType}}</div> {{!-- SPECIFIC --}}
|
||||
<div>
|
||||
<img src="{{lookup ../../config.attackTypesIcons itemData.attackType}}" {{!--
|
||||
title="{{lookup ../../config.attackTypesIcons itemData.attackType}}" --}}
|
||||
title="{{lookup ../../config.attackTypes itemData.attackType}}" width="24" height="24" />
|
||||
</div> {{!-- SPECIFIC --}}
|
||||
<div class="flexrow flex15">
|
||||
<div class="item-num-val">{{itemData.weaponBonus}}</div> {{!-- SPECIFIC --}}
|
||||
<div class="item-num-val">{{itemData.opponentDefense}}</div> {{!-- SPECIFIC --}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue