mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
.
This commit is contained in:
parent
cb65266c43
commit
451f99bf05
5 changed files with 27 additions and 32 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<input type="text" name="system.characterGuide.suggestedTraits.knowledge" value="{{source.system.characterGuide.suggestedTraits.knowledge}}" />
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="one-column">
|
||||
<fieldset class="one-column {{#if (eq document.parent.type 'character')}}disabled{{/if}}">
|
||||
<legend>{{localize "DAGGERHEART.ITEMS.Class.guide.suggestedEquipment"}}</legend>
|
||||
<fieldset class="one-column drop-section primary-weapon-section {{#if (eq document.parent.type 'character')}}inactive{{/if}}">
|
||||
<legend>{{localize "DAGGERHEART.ITEMS.Class.guide.suggestedPrimaryWeaponTitle"}}</legend>
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
</fieldset>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="one-column">
|
||||
<fieldset class="one-column {{#if (eq document.parent.type 'character')}}disabled{{/if}}">
|
||||
<legend>{{localize "DAGGERHEART.GENERAL.inventory"}}</legend>
|
||||
<fieldset class="one-column drop-section take-section {{#if (eq document.parent.type 'character')}}inactive{{/if}}">
|
||||
<legend>{{localize "DAGGERHEART.GENERAL.take"}}</legend>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue