{{localize "CHEX.HUD.Hex"}}

{{localize "CHEX.HUD.Terrain"}} {{terrain.label}}

{{localize "CHEX.HUD.Travel"}} {{travel.label}}

{{localize "CHEX.HUD.TravelMultiplier"}} x{{travel.multiplier}}

{{#if explorationState.explored}}

{{localize "CHEX.HUD.Explored"}} {{localize explorationState.label}}

{{/if}} {{#if hex.hexData.cleared}}

{{localize "CHEX.HUD.Cleared"}}

{{/if}} {{#if hex.hexData.claimed}}

{{localize "CHEX.HUD.Claimed"}} {{claim.label}}

{{/if}}
{{#if improvements.length}}
{{#each improvements}}

{{this.label}} {{this.special}}

{{/each}}
{{/if}} {{#if features.length}}
{{#each features}}

{{this.label}} {{this.name}}

{{/each}}
{{/if}} {{#if resources.length}}
{{#each resources}}

{{this.label}} {{this.amount}}

{{/each}}
{{/if}} {{#if forageables.length}}
{{#each forageables}}

{{this.label}} {{this.amount}}

{{/each}}
{{/if}}