Skip to content

Commit

Permalink
Show item price in Equipment Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
shaun-newsome committed Jun 3, 2020
1 parent daef6af commit adfa9d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/packs/spell-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ class InventoryBrowserPF2e extends ItemBrowserPF2e {
// options.template = "systems/pf2e/templates/packs/spell-browser.html";
options.template = 'systems/pf2e/templates/packs/inventory-browser.html';
options.title = 'Add Equipment';
options.width = 800;
options.width = 900;
options.height = 700;
return options;
}
Expand Down
3 changes: 3 additions & 0 deletions src/templates/packs/inventory-browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ <h3>School</h3>
<div class="spell-name">
<span class="item-edit" ><a>{{item.name}}</a></span>
</div>
<div class="spell-tags">
<span title="Item Price">{{item.data.price.value}}</span>
</div>
<div class="spell-tags">
<span title="Item level">{{item.data.level.value}}</span>
</div>
Expand Down

0 comments on commit adfa9d0

Please sign in to comment.