Layers · grouped by Stone
{#each STONE_ORDER as stone (stone)}
▾ {STONE_META[stone].name} — {STONE_META[stone].tag} {#if tally(stone) > 0} {tally(stone)} {/if}
    {#if stone === 'lodestone'}
  • no map layers — see Findings cards
  • {:else if stone === 'capstone'}
  • not a map layer
  • {:else} {#each STONE_LAYERS[stone] as row, i (i)}
  • {row.label} {row.source} · {#if !row.wired} off · catalog {:else if isOn(row)} on {:else} off {/if}
  • {/each} {/if}
{/each}
Tier toggles
{#each MASTERS as m (m.k)} {/each}