← Back to Calculator

βš™οΈ Admin Panel

Configure crafting calculator settings. Changes are saved to localStorage and apply immediately.

πŸ“‹ Availability Manager β€” Enable/disable contracts and items, export modified data

Player Identity

Set the display name that shows up on blueprint cards you've unlocked. Friends importing your share will see this name attached to the blueprints you own. Used by the πŸ”— Share button in the main app header.

Short handle (no pipes |). Example: Seek, Korba, Maya

Trust-honour flag, not security. Check it on the device of whoever's in charge of generating the org-view snapshot link. Other org members can leave it unchecked β€” they don't need to see the Share button.

Org Sync (Cloudflare Worker)

Centralised sync for a small org (up to ~10 people). Anyone with the URL and shared token can read everyone's unlock state and push their own. Pushes happen automatically (debounced 5 seconds after the last Unlock/Lock click). Pulls happen every 5 minutes while the tab is visible, plus a refresh when you return to the tab (at most once every 2 minutes) β€” kept infrequent to stay within Cloudflare's free KV budget. Set Your Name above before enabling sync β€” the name is the key under which your state is stored.

The Cloudflare Worker URL (no trailing slash). Example: https://forge-org-sync.seeknd.workers.dev

Shared secret. Anyone with admin access to this browser can read it β€” treat it like the Discord webhook token.

Test Connection is read-only β€” it checks your URL + token, shows who you are and how many others are in the org, and saves these settings. It never uploads, so verifying a token can't overwrite your record. Sync my unlocks to org is the explicit upload; it won't push an empty set (so a fresh browser can't wipe your saved unlocks). Unlocks also upload automatically ~5s after each Unlock/Lock click in the calculator.

Switched browsers or cleared your data? Fill in the Worker URL, token, and Your Name above, then click below to download your own unlocks from the org back into this browser. It merges with whatever is already here β€” it never deletes anything. Reload the calculator afterward to see them.

Dismantle Sourcing

Materials that can't be obtained by dismantling existing items β€” these must be mined. CIG updates this list patch-to-patch; edit here without touching code. Comma-separated, case-insensitive, must match the material names used in recipes (e.g. Lindinium, not Raw Lindinium).

Defaults to the 8 currently blacklisted by CIG. The Work Order panel and Materials tab will show ⛏️ Mine-only for these and ♻️ Dismantle from N items for everything else.

🎁 Blueprint Rewards Viewer β€” Browse mission reward pools and drop rates

Quality Settings

Quality value of materials obtained from disassembling items.

Q (0-1000)

Fallback minimum quality when a recipe slot doesn't specify one.

Q (0-1000)

Quality Grades

Three quality tiers that control work order quality presets, auto-assignment from inventory, and clipboard export labels. Boundaries should be contiguous (Grade C high = Grade B low, etc).

Vault Inventory

Minimum quality to track in the vault. Only materials at or above this quality appear in the inventory tab. Typically matches Grade A low boundary.

Q (0-1000)

Discord Integration

Connect to Discord to send work orders directly to a channel. Create a webhook in your Discord channel settings (Integrations β†’ Webhooks). Your Discord User ID can be found by clicking on your name (bottom left in Discord) and selecting Copy User ID.

Your numeric Discord user ID (e.g. 123456789012345678). Used to tag you in order messages.

Numeric ID from the webhook URL

Token string from the webhook URL

Pre-fills the delivery location when sending orders to Discord (can be changed per order).

Data Management

Remove all saved inventory, work orders, planner sets, and settings. This cannot be undone.

⚠️ Note
Settings are stored in your browser's localStorage. They will persist across sessions but are not synced across devices. If you clear your browser data, these settings will be reset to defaults.