Add New Ranks chceckboxes

Fix Updates for Skill/Skill Category Totals
Inventory Implementation
This commit is contained in:
Anthony Murphy
2022-09-18 21:31:15 +10:00
parent cfc645d888
commit cab5aa07f3
32 changed files with 1180 additions and 333 deletions

View File

@@ -96,9 +96,18 @@
<div class="tab equipment" data-group="primary" data-tab="Equipment">
<div class="container">
<div class="equipment-container">
<h2>Items</h2>
{{> "systems/rmss/templates/sheets/actors/parts/actor-items.html" }}
<h2>Weapons</h2>
{{> "systems/rmss/templates/sheets/actors/parts/actor-weapons.html" }}
<h2>Armor and Equipables</h2>
{{> "systems/rmss/templates/sheets/actors/parts/actor-armor.html" }}
<h2>Herbs and Poisons</h2>
{{> "systems/rmss/templates/sheets/actors/parts/actor-herbs.html" }}
</div>
<div class="money-container">
<h2>Wealth</h2>
{{> "systems/rmss/templates/sheets/actors/parts/actor-money.html" }}
</div>
</div>