This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| minbeth [2026/08/30 16:03] – cypher | minbeth [2026/08/31 16:18] (current) – cypher | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| :root { | :root { | ||
| --mb-bg: #071019; | --mb-bg: #071019; | ||
| - | --mb-shell: #0b1621; | + | --mb-side: #0a151f; |
| - | --mb-panel: #101e2b; | + | --mb-panel: #0f1d28; |
| - | --mb-panel-hi: #162838; | + | --mb-line: #294151; |
| - | --mb-border: | + | --mb-text: #e7eef2; |
| - | --mb-text: #edf7f5; | + | --mb-muted: #a9bac4; |
| - | --mb-muted: #a6bac1; | + | --mb-gold: #e2bc68; |
| - | --mb-accent: #61e2bd; | + | --mb-blue: #63c3d1; |
| - | --mb-accent-2: #2fb58e; | + | --mb-red: #ef8d82; |
| - | --mb-gold: #f2c56b; | + | |
| - | --mb-red: #ff9295; | + | |
| - | --mb-blue: #86bff5; | + | |
| } | } | ||
| - | html, | + | #minbeth-guide, |
| - | body, | + | #minbeth-guide * { |
| - | #dokuwiki__site, | + | box-sizing: border-box; |
| - | #dokuwiki__content, | + | |
| - | # | + | |
| - | .mdl-layout, | + | |
| - | .mdl-layout__content | + | |
| - | | + | |
| - | color: var(--mb-text) !important; | + | |
| } | } | ||
| - | #dokuwiki__content .page { | + | #minbeth-guide |
| - | max-width: | + | display: grid; |
| + | grid-template-columns: | ||
| + | max-width: | ||
| + | margin: 18px auto; | ||
| + | color: var(--mb-text); | ||
| + | background: var(--mb-bg); | ||
| + | border: 1px solid var(--mb-line); | ||
| + | border-radius: | ||
| + | overflow: visible; | ||
| + | font: 16px/1.55 "Segoe UI", sans-serif; | ||
| } | } | ||
| - | .mb-guide, | + | #minbeth-guide .mb-side { |
| - | .mb-guide * { | + | padding: 22px 16px; |
| - | | + | background: var(--mb-side); |
| + | border-right: 1px solid var(--mb-line); | ||
| } | } | ||
| - | .mb-guide { | + | # |
| - | width: 100%; | + | position: sticky; |
| - | | + | top: 16px; |
| - | margin: 0 auto; | + | |
| - | color: var(--mb-text); | + | |
| - | font-family: | + | |
| - | line-height: | + | |
| } | } | ||
| - | .mb-layout | + | # |
| - | | + | margin: 0 8px 18px; |
| - | | + | color: var(--mb-gold); |
| - | gap: 24px; | + | font-size: 20px; |
| - | align-items: start; | + | font-weight: 800; |
| + | letter-spacing: | ||
| } | } | ||
| - | .mb-sidebar | + | # |
| - | | + | display: block; |
| - | top: 18px; | + | margin: 3px 0; |
| - | height: calc(100vh - 36px); | + | padding: |
| - | overflow-y: auto; | + | color: var(--mb-text); |
| - | padding: | + | text-decoration: none; |
| - | | + | border-left: 3px solid transparent; |
| - | radial-gradient(circle at 20% 0%, rgba(97, 226, 189, 0.13), transparent 34%), | + | border-radius: 6px; |
| - | linear-gradient(180deg, | + | |
| - | border: 1px solid var(--mb-border); | + | |
| - | | + | |
| - | box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3); | + | |
| - | | + | |
| - | scrollbar-color: | + | |
| } | } | ||
| - | .mb-brand { | + | # |
| - | | + | color: #fff; |
| - | | + | background: var(--mb-panel); |
| - | | + | border-left-color: var(--mb-blue); |
| } | } | ||
| - | .mb-brand-mark | + | # |
| - | | + | min-width: |
| - | align-items: | + | padding: 12px 32px 36px; |
| - | justify-content: | + | |
| - | | + | |
| - | | + | |
| - | margin-bottom: | + | |
| - | color: #06120f; | + | |
| - | background: linear-gradient(135deg, | + | |
| - | border-radius: 12px; | + | |
| - | font-size: 20px; | + | |
| - | font-weight: | + | |
| - | box-shadow: 0 8px 22px rgba(47, 181, 142, 0.28); | + | |
| } | } | ||
| - | .mb-brand h2 { | + | # |
| - | | + | #minbeth-guide .mb-section { |
| - | color: var(--mb-text) !important; | + | scroll-margin-top: 16px; |
| - | font-size: 1.35rem; | + | |
| - | border: 0 !important; | + | |
| } | } | ||
| - | .mb-brand p { | + | # |
| - | margin: | + | margin: |
| - | color: var(--mb-muted); | + | padding: 20px 22px; |
| - | font-size: 0.82rem; | + | background: rgba(226, 188, 104, .06); |
| + | border: 1px solid var(--mb-line); | ||
| + | border-left: 4px solid var(--mb-gold); | ||
| + | border-radius: | ||
| } | } | ||
| - | .mb-nav-title | + | # |
| - | | + | margin: 0 0 8px; |
| - | color: var(--mb-accent); | + | color: var(--mb-gold); |
| - | font-size: | + | font-size: |
| - | font-weight: 800; | + | line-height: 1.2; |
| - | letter-spacing: | + | |
| - | text-transform: | + | |
| } | } | ||
| - | .mb-nav { | + | # |
| - | | + | margin: 0; |
| - | flex-direction: | + | |
| - | gap: 3px; | + | |
| } | } | ||
| - | .mb-nav a { | + | # |
| - | | + | padding: |
| - | | + | border-bottom: 1px solid var(--mb-line); |
| - | color: var(--mb-muted) !important; | + | |
| - | text-decoration: | + | |
| - | border: 1px solid transparent; | + | |
| - | border-radius: | + | |
| - | font-size: 0.9rem; | + | |
| - | transition: background 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease; | + | |
| } | } | ||
| - | .mb-nav a:hover, | + | # |
| - | .mb-nav a: | + | border-bottom: 0; |
| - | | + | |
| - | background: rgba(97, 226, 189, 0.08); | + | |
| - | | + | |
| - | transform: translateX(3px); | + | |
| } | } | ||
| - | .mb-sidebar-note { | + | #minbeth-guide h2 { |
| - | margin: | + | margin: |
| - | | + | color: var(--mb-gold); |
| - | | + | font-size: 26px; |
| - | | + | line-height: 1.2; |
| - | border: 1px solid var(--mb-border); | + | |
| - | border-radius: 10px; | + | |
| - | font-size: 0.78rem; | + | |
| } | } | ||
| - | .mb-main { | + | #minbeth-guide h3 { |
| - | | + | margin: 20px 0 7px; |
| + | color: var(--mb-blue); | ||
| + | font-size: 18px; | ||
| } | } | ||
| - | .mb-hero { | + | #minbeth-guide p { |
| - | | + | margin: 7px 0 13px; |
| - | overflow: hidden; | + | |
| - | min-height: 320px; | + | |
| - | padding: clamp(30px, 6vw, 72px); | + | |
| - | background: | + | |
| - | radial-gradient(circle at 85% 15%, rgba(97, 226, 189, 0.22), transparent 28%), | + | |
| - | radial-gradient(circle at 70% 95%, rgba(134, 191, 245, 0.12), transparent 34%), | + | |
| - | linear-gradient(135deg, | + | |
| - | border: 1px solid var(--mb-border); | + | |
| - | border-radius: | + | |
| - | box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32); | + | |
| } | } | ||
| - | .mb-eyebrow { | + | #minbeth-guide ol, |
| - | | + | #minbeth-guide ul { |
| - | margin-bottom: 16px; | + | margin: |
| - | padding: 6px 10px; | + | padding-left: 24px; |
| - | color: #b8ffeb; | + | |
| - | background: rgba(97, 226, 189, 0.1); | + | |
| - | border: 1px solid rgba(97, 226, 189, 0.28); | + | |
| - | border-radius: | + | |
| - | font-size: 0.72rem; | + | |
| - | font-weight: | + | |
| - | letter-spacing: | + | |
| - | text-transform: uppercase; | + | |
| } | } | ||
| - | .mb-hero h1 { | + | #minbeth-guide li { |
| - | | + | margin: |
| - | | + | |
| - | color: var(--mb-text) !important; | + | |
| - | font-size: clamp(2.7rem, | + | |
| - | line-height: | + | |
| - | letter-spacing: | + | |
| - | border: 0 !important; | + | |
| } | } | ||
| - | .mb-hero h1 span { | + | #minbeth-guide strong |
| - | color: | + | color: |
| } | } | ||
| - | .mb-hero p { | + | # |
| - | | + | color: var(--mb-gold); |
| - | | + | font-weight: 750; |
| - | | + | white-space: nowrap; |
| - | font-size: 1.08rem; | + | |
| } | } | ||
| - | .mb-hero-actions | + | # |
| - | display: | + | display: |
| - | flex-wrap: wrap; | + | grid-template-columns: repeat(2, minmax(0, 1fr)); |
| - | gap: 10px; | + | gap: 10px; |
| - | margin-top: 26px; | + | margin: |
| } | } | ||
| - | .mb-button | + | # |
| - | | + | padding: |
| - | | + | background: var(--mb-panel); |
| - | | + | border: |
| - | | + | border-radius: 8px; |
| - | border-radius: 10px; | + | |
| - | font-weight: 800; | + | |
| - | text-decoration: none !important; | + | |
| } | } | ||
| - | .mb-button-secondary | + | # |
| - | color: var(--mb-text) !important; | + | display: block; |
| - | | + | margin-bottom: 3px; |
| - | | + | color: var(--mb-gold); |
| } | } | ||
| - | .mb-section | + | # |
| - | | + | margin: |
| - | | + | padding: |
| - | | + | background: |
| - | background: | + | border-left: 4px solid var(--mb-blue); |
| - | border: | + | border-radius: |
| - | border-radius: | + | |
| - | box-shadow: 0 16px 45px rgba(0, 0, 0, 0.2); | + | |
| } | } | ||
| - | .mb-section h2 { | + | # |
| - | | + | border-left-color: var(--mb-red); |
| - | | + | |
| - | font-size: clamp(1.55rem, | + | |
| - | border: 0 !important; | + | |
| } | } | ||
| - | .mb-section h3 { | + | # |
| - | | + | color: |
| - | | + | |
| - | font-size: 1.18rem !important; | + | |
| - | border: 0 !important; | + | |
| } | } | ||
| - | .mb-section p, | + | @media (max-width: 760px) { |
| - | .mb-section li { | + | #minbeth-guide { |
| - | color: #c5d2d6; | + | display: block; |
| + | margin: 8px 0; | ||
| + | border-radius: | ||
| } | } | ||
| - | .mb-section a { | + | # |
| - | color: var(--mb-accent) !important; | + | border-right: |
| + | border-bottom: 1px solid var(--mb-line); | ||
| } | } | ||
| - | .mb-lead { | + | # |
| - | | + | position: static; |
| - | color: var(--mb-muted) !important; | + | |
| - | font-size: 1.02rem; | + | |
| } | } | ||
| - | .mb-grid { | + | # |
| - | display: | + | display: |
| - | grid-template-columns: | + | margin: 3px; |
| - | gap: 14px; | + | |
| } | } | ||
| - | .mb-grid-2 | + | # |
| - | | + | padding: 8px 20px 28px; |
| } | } | ||
| - | .mb-card { | + | # |
| - | | + | grid-template-columns: 1fr; |
| - | background: linear-gradient(145deg, | + | |
| - | border: 1px solid var(--mb-border); | + | |
| - | border-radius: 14px; | + | |
| } | } | ||
| + | } </ | ||
| - | .mb-card-kicker { | + | <div id=" |
| - | color: var(--mb-accent); | + | |
| - | font-size: 0.72rem; | + | |
| - | font-weight: | + | |
| - | letter-spacing: | + | |
| - | text-transform: | + | |
| - | } | + | |
| - | .mb-card h3 { | + | <aside class=" |
| - | | + | < |
| - | | + | < |
| - | font-size: 1.08rem !important; | + | <a href="# |
| - | } | + | <a href="# |
| + | <a href="# | ||
| + | <a href="# | ||
| + | <a href="# | ||
| + | <a href="# | ||
| + | <a href="# | ||
| + | </ | ||
| + | </ | ||
| - | .mb-card p { | + | <main class=" |
| - | margin: 0; | + | |
| - | color: var(--mb-muted); | + | |
| - | font-size: 0.9rem; | + | |
| - | } | + | |
| - | .mb-callout { | + | ``` |
| - | | + | <section class=" |
| - | | + | |
| - | background: rgba(97, 226, 189, 0.06); | + | |
| - | border: 1px solid rgba(97, 226, 189, 0.24); | + | </ |
| - | border-left: | + | |
| - | border-radius: | + | |
| - | color: #d7e8e5; | + | |
| - | } | + | |
| - | .mb-callout strong { | + | <section class=" |
| - | color: var(--mb-accent); | + | < |
| - | } | + | |
| - | .mb-callout-warning { | + | <div class=" |
| - | | + | <div class=" |
| - | | + | < |
| - | border-left-color: | + | |
| - | } | + | </ |
| - | .mb-callout-warning | + | <div class=" |
| - | | + | <strong>Cypher Craft DT Required for Dawntrail</ |
| - | } | + | |
| + | </ | ||
| - | .mb-steps { | + | <div class=" |
| - | | + | < |
| - | gap: 11px; | + | Only required if you want to use MinBeth' |
| - | | + | </ |
| - | } | + | |
| - | .mb-step { | + | <div class=" |
| - | | + | If you only use gathering, fishing, Retainers, or other non-crafting features, Cypher Craft is not needed for those features. Any Order that needs crafting or craft solving requires Cypher Craft. |
| - | min-height: 58px; | + | |
| - | padding: 14px 16px 14px 62px; | + | </ |
| - | background: rgba(255, 255, 255, 0.025); | + | |
| - | border: 1px solid var(--mb-border); | + | |
| - | border-radius: | + | |
| - | | + | |
| - | } | + | |
| - | .mb-step:: | + | <section class=" |
| - | counter-increment: | + | |
| - | | + | |
| - | position: absolute; | + | |
| - | left: 14px; | + | |
| - | top: 12px; | + | |
| - | display: grid; | + | |
| - | place-items: | + | |
| - | width: 34px; | + | |
| - | height: 34px; | + | |
| - | color: #06130f; | + | |
| - | background: var(--mb-accent); | + | |
| - | border-radius: | + | |
| - | font-weight: | + | |
| - | } | + | |
| - | .mb-step strong { | + | < |
| - | | + | < |
| - | } | + | < |
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| - | .mb-table-wrap { | + | < |
| - | overflow-x: auto; | + | </ |
| - | margin: 16px 0; | + | |
| - | border: 1px solid var(--mb-border); | + | |
| - | border-radius: | + | |
| - | } | + | |
| - | .mb-table { | + | <section class=" |
| - | width: 100%; | + | |
| - | min-width: 640px; | + | |
| - | | + | |
| - | background: #0d1924; | + | |
| - | } | + | |
| - | .mb-table th, | + | <p>An Order tells MinBeth < |
| - | .mb-table td { | + | |
| - | padding: 13px 14px; | + | |
| - | text-align: left; | + | |
| - | vertical-align: | + | |
| - | border-bottom: | + | |
| - | } | + | |
| - | .mb-table th { | + | < |
| - | color: #d8fff3; | + | |
| - | background: #172838; | + | |
| - | font-size: 0.82rem; | + | |
| - | letter-spacing: | + | |
| - | } | + | |
| - | .mb-table td { | + | <div class=" |
| - | | + | < |
| - | } | + | < |
| + | Make or obtain enough to reach the amount you entered. | ||
| + | </ | ||
| - | .mb-table tr: | + | <div class=" |
| - | | + | < |
| - | } | + | Make or obtain the full amount you entered, regardless of what you already have. |
| + | </ | ||
| - | .mb-tag { | + | <div class=" |
| - | | + | < |
| - | | + | |
| - | color: #caffef; | + | </ |
| - | background: rgba(97, 226, 189, 0.09); | + | |
| - | | + | |
| - | | + | |
| - | font-size: 0.72rem; | + | |
| - | font-weight: | + | |
| - | } | + | |
| - | .mb-tag-wait { | + | < |
| - | color: #ffe3a7; | + | |
| - | background: rgba(242, 197, 107, 0.08); | + | |
| - | border-color: | + | |
| - | } | + | |
| - | .mb-tag-block { | + | < |
| - | color: #ffc5c7; | + | |
| - | background: rgba(255, 146, 149, 0.08); | + | |
| - | border-color: rgba(255, 146, 149, 0.25); | + | |
| - | } | + | |
| - | .mb-checklist { | + | < |
| - | list-style: none !important; | + | |
| - | margin: 14px 0 !important; | + | |
| - | padding: 0 !important; | + | |
| - | } | + | |
| - | .mb-checklist li { | + | < |
| - | position: relative; | + | |
| - | margin: 7px 0; | + | |
| - | padding-left: | + | |
| - | } | + | |
| - | .mb-checklist | + | < |
| - | | + | < |
| - | | + | < |
| - | left: 0; | + | < |
| - | | + | < |
| - | color: var(--mb-accent); | + | |
| - | font-weight: | + | |
| - | } | + | |
| - | .mb-footer { | + | <div class=" |
| - | | + | < |
| - | | + | |
| - | text-align: center; | + | </ |
| - | font-size: 0.82rem; | + | |
| - | } | + | |
| - | @media (max-width: 980px) { | + | <section class=" |
| - | .mb-layout { | + | |
| - | grid-template-columns: | + | |
| - | gap: 14px; | + | |
| - | | + | |
| - | .mb-grid { | + | |
| - | grid-template-columns: | + | |
| - | } | + | |
| - | | + | |
| - | | + | |
| - | } | + | < |
| - | } | + | Use what you own first, then gather or craft what is missing. |
| + | </ | ||
| - | @media (max-width: 720px) { | + | <div class=" |
| - | .mb-layout { | + | < |
| - | | + | Buy a material only when MinBeth cannot gather or craft it. |
| - | } | + | |
| - | .mb-sidebar { | + | <div class=" |
| - | | + | < |
| - | | + | Allow buying for materials needed through the recipe chain. |
| - | | + | |
| - | width: 100%; | + | |
| - | height: auto; | + | |
| - | margin-bottom: | + | |
| - | padding: 10px; | + | |
| - | border-radius: | + | |
| - | } | + | |
| - | .mb-brand, | + | <div class=" |
| - | | + | < |
| - | .mb-sidebar-note { | + | Only allow buying for ingredients used directly in the final recipe. |
| - | | + | |
| - | } | + | |
| - | .mb-nav { | + | <div class=" |
| - | | + | < |
| - | | + | |
| - | | + | |
| - | | + | |
| - | .mb-nav a { | + | |
| - | flex: 0 0 auto; | + | </ |
| - | white-space: | + | |
| - | padding: 8px 10px; | + | |
| - | } | + | |
| - | .mb-nav a:hover, | + | <section class=" |
| - | .mb-nav a:focus { | + | |
| - | transform: none; | + | |
| - | | + | |
| - | | + | |
| - | .mb-section { | + | |
| - | border-radius: | + | |
| - | } | + | |
| - | .mb-hero { | + | |
| - | min-height: 0; | + | |
| - | padding: 34px 22px; | + | |
| - | } | + | |
| - | .mb-section { | + | |
| - | padding: 24px 18px; | + | |
| - | } | + | |
| - | } | + | |
| - | </style> | + | |
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | <aside class=" | + | |
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | | + | |
| - | </div> | + | |
| - | | + | |
| - | < | + | For HQ crafting, Market Board buying can be part of the quality plan. If MinBeth needs a certain amount of HQ starting quality, it can calculate the exact number of HQ subcrafts that need to be crafted or bought instead of treating every subcraft as HQ. |
| - | <a href="# | + | </div> |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | </nav> | + | |
| - | | + | |
| - | <nav class=" | + | <strong>Important:</strong> A price limit of <span class="mb-ui">0</span> means no limit. Set your gil and price limits before enabling automatic buying. |
| - | <a href="# | + | </div> |
| - | | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | </nav> | + | |
| - | | + | |
| - | <nav class=" | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | </nav> | + | |
| - | | + | |
| - | <nav class=" | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | <a href="# | + | |
| - | </nav> | + | |
| - | | + | |
| - | Tip: start with one small order. Once the plan looks right, increase the quantity. | + | </section> |
| - | | + | |
| - | </aside> | + | |
| - | | + | <section |
| - | <header class=" | + | <h2>Retainers</h2> |
| - | <span class=" | + | |
| - | < | + | |
| - | <div class=" | + | |
| - | <a class=" | + | |
| - | <a class=" | + | |
| - | </ | + | |
| - | | + | |
| - | | + | |
| - | < | + | |
| - | <p class=" | + | |
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | <span class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | <div class=" | + | |
| - | <span class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | <div class=" | + | |
| - | <span class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | <section class=" | + | |
| - | < | + | |
| - | | + | |
| - | <div class=" | + | |
| - | <table class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | | + | |
| - | < | + | |
| - | <p class=" | + | |
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | </ | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | </ | + | |
| - | | + | |
| - | <section class=" | + | |
| - | < | + | |
| - | | + | |
| - | | + | |
| - | < | + | When your inventory is nearly full, MinBeth |
| - | <span class=" | + | </ |
| - | < | + | </section> |
| - | < | + | |
| - | </ | + | |
| - | <div class=" | + | |
| - | <span class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | <div class=" | + | |
| - | <span class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </div> | + | |
| - | | + | <section |
| - | < | + | <h2>Good to Know</h2> |
| - | <table class="mb-table"> | + | |
| - | <thead> | + | |
| - | < | + | |
| - | </ | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | | + | |
| - | | + | |
| - | <div class=" | + | <li><strong>Crafting dependency:</strong> Any Order that needs crafting or craft solving requires Cypher Craft. Dawntrail crafting also requires Cypher Craft DT.</li> |
| - | | + | |
| - | < | + | <li>< |
| - | < | + | |
| - | | + | <li>< |
| - | <tbody> | + | <li>< |
| - | < | + | |
| - | <tr>< | + | </ul> |
| - | <tr>< | + | |
| - | | + | |
| - | | + | |
| - | </div> | + | |
| - | < | + | |
| - | | + | < |
| - | <table class=" | + | </div> |
| - | < | + | </section> |
| - | < | + | ``` |
| - | </ | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | <div class=" | + | |
| - | < | + | </ |
| - | </ | + | |
| - | < | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | <p>A Manufacturing order with Repeat Order enabled starts again after its amount completes and continues until the queue is stopped.</ | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | |||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | <p>By default, Minbeth may use available HQ materials and automatically plan HQ sub-materials when Cypher Craft proves they are needed. Rarefied and collectable crafts do not spend HQ sub-materials.</ | ||
| - | <div class=" | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | <ul class=" | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ul> | ||
| - | <div class=" | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | </ | ||
| - | < | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | <ul class=" | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ul> | ||
| - | <div class=" | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | |||
| - | < | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | <ul> | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ul> | ||
| - | < | ||
| - | <div class=" | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | < | ||
| - | <div class=" | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | |||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <div class=" | ||
| - | < | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | < | ||
| - | |||
| - | < | ||
| - | < | ||
| - | |||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | </ | ||
| - | < | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | <div class=" | ||
| - | <table class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | <div class=" | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | <span class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | <div class=" | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | <div class=" | ||
| - | <table class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | < | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | |||
| - | < | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | < | ||
| - | < | ||
| - | |||
| - | < | ||
| - | < | ||
| - | <div class=" | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | <div class=" | ||
| - | <table class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <section class=" | ||
| - | < | ||
| - | <p class=" | ||
| - | <div class=" | ||
| - | <div class=" | ||
| - | < | ||
| - | <ul class=" | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ul> | ||
| - | </ | ||
| - | <div class=" | ||
| - | < | ||
| - | <ul class=" | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ul> | ||
| - | </ | ||
| - | </ | ||
| - | <div class=" | ||
| - | < | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <footer class=" | ||
| - | Minbeth user guide, written for version 2.13.100. The core workflow is always the same: | ||
| - | choose a result, set the rules, review the plan, start, and read Progress. | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| - | </ | ||
| </ | </ | ||