{{#if tokenInventory.showInventoryModeSettings}}

{{tokenInventory.modeHint}}

{{else}}

The linked item container is in {{tokenInventory.linkedContainerModeLabel}} mode. Its own mode, prices, accepted sale item types, sell multiplier, and shop cash are used.

{{/if}} {{#if tokenInventory.showTokenSaleSettings}}

Players receive the item's base price multiplied by this value. The token actor pays from its own currency.

{{#if tokenInventory.hasSellItemTypeOptions}}
{{#each tokenInventory.sellItemTypeOptions}} {{/each}}

Players can drag these item types from an owned actor sheet onto an actor-backed token shop to sell them.

{{/if}} {{/if}} {{#if tokenInventory.canEnableOnDeath}}

When this token reaches 0 HP, it is activated using the configured inventory mode and source.

{{/if}}

Choose a Campaign Codex journal inventory or item container instead of the token actor inventory.

{{#if tokenInventory.hasSourceStatus}}

{{tokenInventory.sourceStatus}}

{{/if}}
:
:
{{#if tokenInventory.hasItemTypeOptions}}
{{#each tokenInventory.itemTypeOptions}} {{/each}}
{{/if}}
{{#if tokenInventory.hasItems}} {{#each tokenInventory.items}} {{/each}} {{else}}

No items are available for this source.

{{/if}}