feat(copy): generate 141 Tier-2 regional corporations (#799)
6 corridor files with 141 corporations: core (22), north_reach (21), south_reach (20), west_reach (29), east_reach (26), deep_frontier (23). All 36 commodity types covered. Each has name, lore/behavioral archetype, backstory, branded products. East reach gap from D-175 filled. Feeds #809. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,471 @@
|
||||
# ==========================================================================
|
||||
# Settled Reach — Tier-2 Corporation Catalog: Core Corridor
|
||||
# Source of truth. Compiled to economy.db via `make economy-db`.
|
||||
#
|
||||
# Fields match tier1.toml plus:
|
||||
# corridor Geographic corridor this corp operates within
|
||||
# backstory Founding or origin context (1-2 sentences)
|
||||
# character Commercial personality and voice (1-2 sentences)
|
||||
#
|
||||
# Decisions: D-175 (corporation taxonomy), D-182 (TOML pipeline)
|
||||
# Coverage: financial_services, legal_services, insurance, commission_certification,
|
||||
# medical_services, transit, intelligence, manufacturing, hospitality
|
||||
# ==========================================================================
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# FINANCIAL SERVICES
|
||||
# ==========================================================================
|
||||
|
||||
[meridian_exchange]
|
||||
name = "Meridian Exchange"
|
||||
tier = 2
|
||||
lore_archetype = "financial_clearing_house"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 674"
|
||||
headquarters_settlement = "Meridian Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = ["insurance"]
|
||||
branded_products = ["Meridian Settlement Slip", "Meridian Secondary Account", "Exchange Short-Date Instrument"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Established at the second hop as an overflow routing intermediary when Groombridge's clearing volumes exceeded its secondary desk capacity. Handles the trades GSH doesn't want visible in its main book."
|
||||
character = "Discreet, institutional, speaks in settlement periods and basis points. The staff at Meridian Exchange have been told not to confirm the names of correspondent institutions."
|
||||
|
||||
[tessera_credit]
|
||||
name = "Tessera Credit Authority"
|
||||
tier = 2
|
||||
lore_archetype = "financial_clearing_house"
|
||||
behavioral_archetype = "monopolist"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 3877"
|
||||
headquarters_settlement = "Tessera Hub"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = ["commission_certification"]
|
||||
branded_products = ["Tessera Trade Certificate", "TCA Credit Instrument", "Outer Core Finance Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The Commission-chartered credit authority for outer core systems. Issues trade finance instruments backed by Commission certification of underlying commodity flows."
|
||||
character = "Bureaucratic, correct, inscrutable. Tessera Credit does not innovate; it certifies. The queue is long and the process is correct."
|
||||
|
||||
[proxima_cooperative_bank]
|
||||
name = "Proxima Cooperative Bank"
|
||||
tier = 2
|
||||
lore_archetype = "financial_clearing_house"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 551"
|
||||
headquarters_settlement = "Proxima Central"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = ["insurance"]
|
||||
branded_products = ["Proxima Credit Union Account", "Worker's Freight Finance", "Cooperative Bond Instrument"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Worker-owned bank serving the labor communities attached to Gateway's outer ring stations. Specializes in financing small freight operators and service cooperatives."
|
||||
character = "Informal, member-first, keeps books in tractus but thinks in work-hours. Not interested in complexity. Interested in whether the loan gets paid back."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# LEGAL SERVICES
|
||||
# ==========================================================================
|
||||
|
||||
[kensho_advocates]
|
||||
name = "Kensho Advocates"
|
||||
tier = 2
|
||||
lore_archetype = "commercial_law_firm"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 1286"
|
||||
headquarters_settlement = "Kensho"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["legal_services"]
|
||||
secondary_commodities = ["commission_certification"]
|
||||
branded_products = ["Kensho Standard Engagement", "Outer Ring Trade Opinion", "KA Compliance Memo"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Outer ring trade law specialists who developed expertise interpreting core regulations for outer-ring clients who cannot afford Sirius rates."
|
||||
character = "Precise, reasonably priced, will tell you when you are wrong before opposing counsel does. Their archive is smaller than Ferreira Monteiro's but their turnaround is faster."
|
||||
|
||||
[nova_roma_chambers]
|
||||
name = "Nova Roma Chambers"
|
||||
tier = 2
|
||||
lore_archetype = "commercial_law_firm"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 764"
|
||||
headquarters_settlement = "Nova Roma"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["legal_services"]
|
||||
secondary_commodities = ["financial_services"]
|
||||
branded_products = ["Nova Roma Brief", "NRC Commercial Arbitration Service", "Core Trade Opinion"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The Latin name is not an accident. Three centuries of precedent in cross-corridor commercial disputes. Their clients are mostly corporations; their fees are architecture."
|
||||
character = "Formal, expensive, correct. Nova Roma Chambers loses very few cases. This is because they take very few cases they might lose."
|
||||
|
||||
[lu_ban_notarial]
|
||||
name = "Lu Ban Notarial Services"
|
||||
tier = 2
|
||||
lore_archetype = "commission_certification_agent"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 15A"
|
||||
headquarters_settlement = "Lu Ban Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["commission_certification"]
|
||||
secondary_commodities = ["legal_services"]
|
||||
branded_products = ["Lu Ban Standard Filing", "LBN Compliance Stamp", "Outer Core Documentation Package"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The certification gateway for the outer ring's affordable operators. Lu Ban processes routine certification filings for small operators who don't need Sirius-grade legal services."
|
||||
character = "Efficient, unpretentious, slightly world-weary. Three generations of the same family have stamped the same categories of paperwork. They are good at it."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# INSURANCE
|
||||
# ==========================================================================
|
||||
|
||||
[inner_ring_mutual]
|
||||
name = "Inner Ring Mutual Assurance"
|
||||
tier = 2
|
||||
lore_archetype = "risk_underwriting_house"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 820B"
|
||||
headquarters_settlement = "Cygni B"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["insurance"]
|
||||
secondary_commodities = ["financial_services"]
|
||||
branded_products = ["Inner Ring Industrial Policy", "Station Worker Liability Cover", "Cooperative Risk Pool"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Established by the manufacturing corridor's station workers as an alternative to Commission-tied underwriting. Covers industrial liability and worker compensation."
|
||||
character = "Cooperative, self-funded, opinionated about risk. Has declined to cover operations it considers reckless, even when it cost them business. This is considered eccentric in the core."
|
||||
|
||||
[aurelius_syndicate]
|
||||
name = "Aurelius Risk Syndicate"
|
||||
tier = 2
|
||||
lore_archetype = "risk_underwriting_house"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 783A"
|
||||
headquarters_settlement = "Aurelius"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["insurance"]
|
||||
secondary_commodities = ["financial_services"]
|
||||
branded_products = ["Aurelius Syndicate Pool", "ARS Infrastructure Cover", "Core Mega-Risk Instrument"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Syndicated underwriting pool for large-scale infrastructure and transit risk. Brokers risk exposure across a pool of member capital contributors."
|
||||
character = "Clinical, analytical, moves in syndication units rather than individual policies. The Aurelius Syndicate never meets; it votes by proxy and adjusts premiums."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# MEDICAL SERVICES
|
||||
# ==========================================================================
|
||||
|
||||
[renaissance_primary_care]
|
||||
name = "Renaissance Primary Care"
|
||||
tier = 2
|
||||
lore_archetype = "medical_re_embodiment_clinic"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 251"
|
||||
headquarters_settlement = "Renaissance"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["medical_services"]
|
||||
secondary_commodities = ["medical_goods"]
|
||||
branded_products = ["Renaissance Standard Re-embodiment", "Primary Care Annual Program", "RPC Emergency Protocol"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The working-class alternative to Somatic Futures. Full-service medical including standard re-embodiment, without the prestige pricing."
|
||||
character = "Practical, quick, staffed by people who have seen everything. Renaissance Primary Care treats about 40,000 patients a year and doesn't particularly want to grow."
|
||||
|
||||
[prometheus_longevity_clinic]
|
||||
name = "Prometheus Longevity Clinic"
|
||||
tier = 2
|
||||
lore_archetype = "medical_re_embodiment_clinic"
|
||||
behavioral_archetype = "monopolist"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 702B"
|
||||
headquarters_settlement = "Prometheus"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["medical_services"]
|
||||
secondary_commodities = ["implant_hardware"]
|
||||
branded_products = ["Longevity Standard Protocol", "PLC Neural Continuity Program", "Prometheus Renewal Package"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Operates in the shadow of Prometheus Labs, providing premium re-embodiment services to the longevity research community and its adjacent wealthy clientele."
|
||||
character = "Expensive, boutique, deeply aware that it is not Prometheus Labs. The comparison is unflattering and the clinic has stopped making it."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# TRANSIT AND LOGISTICS
|
||||
# ==========================================================================
|
||||
|
||||
[barnard_gateway_logistics]
|
||||
name = "Barnard Gateway Logistics"
|
||||
tier = 2
|
||||
lore_archetype = "gateway_transit_operator"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 699"
|
||||
headquarters_settlement = "Barnard Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["freight_haulers"]
|
||||
secondary_commodities = ["transport_vehicles"]
|
||||
branded_products = ["Barnard Hub Routing Protocol", "BGL Four-Corridor Transfer", "Gateway Transshipment Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The hub routing operation for the core's busiest secondary gate junction. Handles transshipment for all four corridors passing through Barnard's Star."
|
||||
character = "Volume-obsessed, lean, efficient. Barnard Gateway Logistics does not do interesting; it does reliable. The routing algorithms are the product."
|
||||
|
||||
[sirius_transit_authority]
|
||||
name = "Sirius Transit Authority"
|
||||
tier = 2
|
||||
lore_archetype = "gateway_transit_operator"
|
||||
behavioral_archetype = "monopolist"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 244A"
|
||||
headquarters_settlement = "Sirius Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["freight_haulers"]
|
||||
secondary_commodities = ["commission_certification"]
|
||||
branded_products = ["STA Priority Route Certificate", "Sirius Junction Clearance", "Assembly Transit Protocol"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The Assembly-chartered transit coordination authority at the core's primary junction. Not quite a private corporation — more of a regulated monopoly with Assembly board representation."
|
||||
character = "Institutional, slow to change, absolutely essential. The fees are non-negotiable. The queue is first-come. The routing decisions are technically autonomous."
|
||||
|
||||
[keid_cold_chain]
|
||||
name = "Keid Cold Chain Partners"
|
||||
tier = 2
|
||||
lore_archetype = "perishable_chain_operator"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 166A"
|
||||
headquarters_settlement = "Keid"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["medical_goods"]
|
||||
secondary_commodities = ["agricultural_produce", "chemicals"]
|
||||
branded_products = ["Keid Pharmaceutical Cold Chain", "KCP Medical Transit Certificate", "Controlled-Temperature Freight Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Premium cold-chain logistics for core medical and pharmaceutical shipments, founded by a pharmacist who was tired of receiving temperature-degraded samples."
|
||||
character = "Fastidious, slightly anxious, absolutely on time. The Keid team will open a cargo container to verify temperature logs at 2 AM. They have done this."
|
||||
|
||||
[sova_independent_freight]
|
||||
name = "Sova Independent Freight"
|
||||
tier = 2
|
||||
lore_archetype = "corridor_freight_operator"
|
||||
behavioral_archetype = "distributor"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 280B"
|
||||
headquarters_settlement = "Sova"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["freight_haulers"]
|
||||
secondary_commodities = ["consumer_goods"]
|
||||
branded_products = ["Sova Independent Standard Load", "SIF Inner Ring Express", "Member Freight Allocation"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The cooperative fleet operator competing with Sova Logistics on inner core routes. Owned by its member operators, who resent the comparison to the Tier-1."
|
||||
character = "Scrappy, cooperative, better at relationships than algorithms. Sova Independent Freight knows the second name of every cargo officer at every inner core station."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# INTELLIGENCE AND DATA
|
||||
# ==========================================================================
|
||||
|
||||
[parallax_market_research]
|
||||
name = "Parallax Market Research"
|
||||
tier = 2
|
||||
lore_archetype = "intelligence_network"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 280A"
|
||||
headquarters_settlement = "Parallax"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = ["legal_services"]
|
||||
branded_products = ["Parallax Route Analysis Report", "PMR Commodity Flow Index", "Observatory Standard Dataset"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The data subsidiary of an old survey consortium, repurposed for commercial intelligence when survey contracts dried up. Sells route analysis and commodity flow data."
|
||||
character = "Methodical, citation-heavy, slightly slow. Parallax Market Research publishes reports. Adams & Ford publishes insights; Parallax publishes evidence."
|
||||
|
||||
[frontier_data_relay]
|
||||
name = "Frontier Data Relay"
|
||||
tier = 2
|
||||
lore_archetype = "intelligence_network"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 251"
|
||||
headquarters_settlement = "Renaissance"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = ["legal_services"]
|
||||
branded_products = ["FDR Priority Data Route", "Encrypted Manifest Service", "Frontier Intelligence Subscription"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = true
|
||||
backstory = "Routes commercial data packets between the core and outer corridor systems. What this means in practice: the company knows what is in every encrypted cargo manifest it routes."
|
||||
character = "Technically neutral, actually never neutral. Frontier Data Relay is a very good friend to have. Being its enemy has not worked out for several operators."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# MANUFACTURING AND INDUSTRIAL
|
||||
# ==========================================================================
|
||||
|
||||
[sindri_forge]
|
||||
name = "Sindri Forge and Foundry"
|
||||
tier = 2
|
||||
lore_archetype = "heavy_industrial_manufacturer"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 3522"
|
||||
headquarters_settlement = "Sindri"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["refined_metals"]
|
||||
secondary_commodities = ["advanced_alloys", "structural_panels"]
|
||||
branded_products = ["Sindri Ferrous Grade", "SFF Structural Alloy Bar", "Deep Core Refined Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Deep-core iron and alloys producer supplying the core's manufacturing belt. Runs around the clock in a low-light environment that visitors find unsettling."
|
||||
character = "Tight-lipped, output-focused, the kind of operation that measures itself in tonnes per shift. The workers have worked here for generations. The furnaces have been running for two hundred years."
|
||||
|
||||
[bastion_security_systems]
|
||||
name = "Bastion Security Systems"
|
||||
tier = 2
|
||||
lore_archetype = "precision_instrument_maker"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 570A"
|
||||
headquarters_settlement = "Bastion"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["electronics"]
|
||||
secondary_commodities = ["implant_hardware"]
|
||||
branded_products = ["Bastion Station Monitoring Suite", "BSS Certified Security Electronics", "Bastion Access Control Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Precision electronics for security and monitoring applications. Supplies core station security infrastructure through Commission certification contracts."
|
||||
character = "Contracted, credentialed, security-cleared. Bastion Security Systems does not discuss its clients. The clients do not discuss Bastion Security Systems."
|
||||
|
||||
[lacaille_gate_supply]
|
||||
name = "Lacaille Gate Supply"
|
||||
tier = 2
|
||||
lore_archetype = "gate_infrastructure_manufacturer"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 887"
|
||||
headquarters_settlement = "Lacaille"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["gate_components"]
|
||||
secondary_commodities = ["advanced_alloys", "electronics"]
|
||||
branded_products = ["LGS Aperture Component", "Lacaille Certified Alloy Blank", "Gate Corp Supply Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "A tier-2 component supplier in the gate infrastructure supply chain — not building gates, but supplying precision alloys and electronics that Gate Corp's production lines consume."
|
||||
character = "Gate Corp-adjacent and comfortable with it. Lacaille Gate Supply is the subcontractor that survives precisely because Gate Corp does not want to own its entire supply chain."
|
||||
|
||||
[renaissance_consumer_works]
|
||||
name = "Renaissance Consumer Works"
|
||||
tier = 2
|
||||
lore_archetype = "textile_craft_guild"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 251"
|
||||
headquarters_settlement = "Renaissance"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["consumer_goods"]
|
||||
secondary_commodities = ["textiles"]
|
||||
branded_products = ["Renaissance Standard Consumer Pack", "RCW Basic Apparel Line", "Inner Core Household Goods"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Consumer goods manufacturer for the inner ring's working-class residential systems. Functional products, functional prices, no aesthetic ambitions."
|
||||
character = "Competent, invisible, present in every household. Renaissance Consumer Works makes the thermal socks and the pressure gauges. Nobody thinks about them until they need one."
|
||||
|
||||
[tessera_compliance_bureau]
|
||||
name = "Tessera Compliance Bureau"
|
||||
tier = 2
|
||||
lore_archetype = "commission_certification_agent"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 3877"
|
||||
headquarters_settlement = "Tessera Hub"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["commission_certification"]
|
||||
secondary_commodities = ["legal_services"]
|
||||
branded_products = ["TCB Certification Queue Slot", "Compliance Review Service", "Tessera Fast-Track Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The Commission's preferred certification intermediary for outer core operators. Profitable because it controls the queue for Commission certification review."
|
||||
character = "Impersonal, correct, slightly smug. The queue is managed fairly. The queue is also long. These facts are presented without apology."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# HOSPITALITY
|
||||
# ==========================================================================
|
||||
|
||||
[arbour_hospitality]
|
||||
name = "Arbour Hospitality Group"
|
||||
tier = 2
|
||||
lore_archetype = "destination_hospitality_operator"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "core"
|
||||
headquarters_system = "GJ 338B"
|
||||
headquarters_settlement = "Arbour"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["hospitality"]
|
||||
secondary_commodities = ["tourism", "entertainment"]
|
||||
branded_products = ["Arbour Residence", "AHG Curated Dining Experience", "Inner Ring Event Management"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The premium hospitality operation for the core's leafy residential corridor. Operates curated dining and cultural experience venues for the Assembly-adjacent class."
|
||||
character = "Discreet, cultivated, priced accordingly. Arbour Hospitality does not advertise. Its clients prefer it that way."
|
||||
@@ -0,0 +1,498 @@
|
||||
# ==========================================================================
|
||||
# Settled Reach — Tier-2 Corporation Catalog: Deep Frontier Corridor
|
||||
# Source of truth. Compiled to economy.db via `make economy-db`.
|
||||
#
|
||||
# The deep frontier is the Reach's margin. Commission presence is sparse
|
||||
# to absent. Shadow economies are structural — not crime, but necessity.
|
||||
# German, Afrikaans/Dutch, and Portuguese/Brazilian cultural substrates
|
||||
# dominate, with extensive mixed-settler communities in waystation systems.
|
||||
#
|
||||
# Echternach (GJ 127B) is a Compact-adjacent system at the edge of formal
|
||||
# space; corps headquartered there treat mark-denominated trade and informal
|
||||
# Commission-bypass as normal operating procedure, not rebellion.
|
||||
#
|
||||
# Knotenpunkt (GJ 1235) is the deep frontier's commercial anchor — a
|
||||
# transit waystation that is formally Assembly-affiliated but practically
|
||||
# multi-currency and multi-bloc by necessity. Everything passes through
|
||||
# Knotenpunkt eventually.
|
||||
#
|
||||
# Coverage: frontier_ice_mining, deep_rock_extraction, gas_giant_skimming,
|
||||
# industrial_staple_farming, biosphere_cultivation, distribution_clearing_hub,
|
||||
# corridor_freight_operator, gateway_transit_operator, destination_hospitality_operator,
|
||||
# medical_re_embodiment_clinic, commercial_law_firm, risk_underwriting_house,
|
||||
# intelligence_network, pharmaceutical_manufacturer, precision_instrument_maker,
|
||||
# station_module_constructor, fermentation_cooperative, financial_clearing_house,
|
||||
# textile_craft_guild, terroir_specialty_agriculture
|
||||
# ==========================================================================
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# KNOTENPUNKT — THE FRONTIER CROSSING POINT
|
||||
# ==========================================================================
|
||||
|
||||
[knotenpunkt_trade_house]
|
||||
name = "Knotenpunkt Trade House"
|
||||
tier = 2
|
||||
lore_archetype = "distribution_clearing_hub"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 1235"
|
||||
headquarters_settlement = "Knotenpunkt"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services", "consumer_goods"]
|
||||
secondary_commodities = ["agricultural_produce", "metallic_ore"]
|
||||
branded_products = ["Knotenpunkt Standard Clearing Receipt", "KTH Multi-Currency Settlement Slip", "Deep Frontier Commercial Bond"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = true
|
||||
backstory = "The central commercial nerve of the deep frontier. Knotenpunkt Trade House runs the commodity exchange, currency desk, and storage operations that make the waystation function as a real economy. Formally Assembly-registered, practically multi-currency and multi-bloc — it operates on the principle that the frontier needs a clearing house more than it needs ideological alignment."
|
||||
character = "Pragmatic to the point of philosophy. KTH's traders have seen Commission inspection teams and Compact financial auditors at the same desk in the same week. The house does not take sides; it takes fees. The rate card is available in three currencies."
|
||||
|
||||
[knotenpunkt_gateway_transit]
|
||||
name = "Knotenpunkt Gateway Transit"
|
||||
tier = 2
|
||||
lore_archetype = "gateway_transit_operator"
|
||||
behavioral_archetype = "distributor"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 1235"
|
||||
headquarters_settlement = "Knotenpunkt Gate Station"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["freight_haulers"]
|
||||
secondary_commodities = ["transport_vehicles"]
|
||||
branded_products = ["KGT Deep Frontier Transit Bond", "Knotenpunkt Gate Queue Priority Pass", "Outer Reach Freight Charter"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = true
|
||||
backstory = "Operates the gate coordination function at Knotenpunkt's junction — the deepest transit hub in the reach. Manages queue priority, freight inspection coordination (which is light, and known to be light), and corridor scheduling. Operates with a deliberate lack of curiosity about cargo manifests."
|
||||
character = "Professionally incurious about what passes through. Not corrupt — just realistic about what inspection infrastructure is available and what commercial life requires. The phrase 'manifest sufficient' is house standard for a document that meets the minimum and no one is checking further."
|
||||
|
||||
[knotenpunkt_waystation_hospitality]
|
||||
name = "Knotenpunkt Waystation Hospitality"
|
||||
tier = 2
|
||||
lore_archetype = "destination_hospitality_operator"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 1235"
|
||||
headquarters_settlement = "Knotenpunkt"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["hospitality", "tourism"]
|
||||
secondary_commodities = ["entertainment"]
|
||||
branded_products = ["Knotenpunkt Long-Haul Rest Package", "KWH Deep Frontier Crew Renewal", "Waystation Standard Berth Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Crews on deep frontier runs stop at Knotenpunkt because they have to. Knotenpunkt Waystation Hospitality makes the most of that captive audience — decent quarters, real food, medical check-ins, and the only entertainment venue within six gate-hops. Not luxurious. But restorative."
|
||||
character = "Warm in the way that frontier necessity forces warmth — because the alternative is misery, and misery is bad for business. The staff speak four languages between them and are usually unsurprised by unusual requests."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# SERTÃO — PORTUGUESE/BRAZILIAN FRONTIER AGRICULTURE
|
||||
# ==========================================================================
|
||||
|
||||
[sertao_grain_collective]
|
||||
name = "Sertão Grain Collective"
|
||||
tier = 2
|
||||
lore_archetype = "industrial_staple_farming"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 138"
|
||||
headquarters_settlement = "Sertão"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce"]
|
||||
secondary_commodities = ["organic_compounds"]
|
||||
branded_products = ["Sertão Pioneer Grain Certificate", "SGC Deep Reach Staple Standard", "Backcountry Reserve Grain"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The deep frontier cannot import all its food from the inner reach — the transit costs make it uneconomical. Sertão Grain Collective is the anchor that keeps the outer systems fed, producing high-volume staple crops on Sertão's marginal but workable agricultural land. Cooperative governance because early settlers had no capital for corporate structures."
|
||||
character = "Quietly proud of feeding people no one else bothers to feed. Sertão Grain Collective uses the word 'pioneer' unironically and without embarrassment. The grain is not exciting. The work is not glamorous. It is done."
|
||||
|
||||
[saudade_fermentation_house]
|
||||
name = "Saudade Fermentation House"
|
||||
tier = 2
|
||||
lore_archetype = "fermentation_cooperative"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 1267"
|
||||
headquarters_settlement = "Saudade"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["processed_food", "chemicals"]
|
||||
secondary_commodities = ["agricultural_produce"]
|
||||
branded_products = ["Saudade Reserve Ferment", "Frontier Culture Starter", "Deep Reach Preservation Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Named after a Portuguese word for a particular ache of longing, Saudade Fermentation House preserves the food of a culture that is genuinely far from home. Produces fermentation starters, preserved goods, and traditional fermented foods from organisms that settlers brought from inner reach worlds. The culture library of the deep frontier."
|
||||
character = "Emotionally grounded in a way frontier settlements often are not. The Fermentation House considers its work to be an act of cultural maintenance. Every starter culture that survives another generation is a small victory."
|
||||
|
||||
[pedra_funda_heritage_lodge]
|
||||
name = "Pedra Funda Heritage Lodge"
|
||||
tier = 2
|
||||
lore_archetype = "destination_hospitality_operator"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 204"
|
||||
headquarters_settlement = "Pedra Funda"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["tourism", "hospitality"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["Pedra Funda Pioneer Experience Package", "PFLH Deep Reach Heritage Circuit", "Founders' Settlement Cultural Tour"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Pedra Funda was one of the first deep frontier settlements — its age and the preserved record of pioneer hardship attracts a specific kind of visitor. Pedra Funda Heritage Lodge is built on the story of what it cost to build something this far out. Every exhibit doubles as testimony."
|
||||
character = "Respectful, unhurried, conscious of the weight of what it is preserving. The Lodge treats the pioneer story as genuinely worth telling. Visitors come here to understand what the Reach's edge actually required."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# SCHUILHOEK — AFRIKAANS FRONTIER EXTRACTION
|
||||
# ==========================================================================
|
||||
|
||||
[schuilhoek_ice_works]
|
||||
name = "Schuilhoek Ice Works"
|
||||
tier = 2
|
||||
lore_archetype = "frontier_ice_mining"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 68"
|
||||
headquarters_settlement = "Schuilhoek"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["water", "fusion_fuel"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["SIW Verified Comet Ice Certificate", "Schuilhoek Deep Cold Standard", "Frontier Water Bond"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The deep frontier's primary water source outside the inner-reach supply chain. Schuilhoek Ice Works operates comet ice capture and processing operations at GJ 68's cometary belt. What it produces is, genuinely, drinking water and reaction mass for ships that cannot afford to wait for an inner-reach delivery."
|
||||
character = "Unsentimental about a very sentimental resource. Water is infrastructure. Ice Works does not dress this up. It extracts, processes, and delivers. The price is the price."
|
||||
|
||||
[altgrund_belt_survey]
|
||||
name = "Altgrund Belt Survey"
|
||||
tier = 2
|
||||
lore_archetype = "asteroid_belt_mining"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 189"
|
||||
headquarters_settlement = "Altgrund Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["metallic_ore", "rare_minerals"]
|
||||
secondary_commodities = ["chemical_feedstock"]
|
||||
branded_products = ["ABS Frontier Survey Assessment", "Altgrund Belt Grade Ore Certificate", "Deep Reach Raw Stock"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = true
|
||||
backstory = "The deep frontier's serious mining operation. Altgrund Belt Survey does the prospecting work that Tier-1 firms won't justify this far out — small team, high-autonomy, working seams that the big operations walked away from. Sells into both certified and informal markets depending on what the material provenance allows."
|
||||
character = "Self-reliant, technically skilled, operating with the confidence of people who have learned that out here, you solve your own problems. Altgrund Belt Survey's reports are thorough because there is no one to call when your survey is wrong."
|
||||
|
||||
[skuilplek_gas_skimming]
|
||||
name = "Skuilplek Gas Skimming Operations"
|
||||
tier = 2
|
||||
lore_archetype = "gas_giant_skimming"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 722"
|
||||
headquarters_settlement = "Skuilplek Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["fusion_fuel", "chemical_feedstock"]
|
||||
secondary_commodities = ["water"]
|
||||
branded_products = ["SGO Deep Reach Fuel Standard", "Skuilplek Atmospheric Extract", "Frontier Fuel Bond"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "GJ 722's gas giant provides the fuel supply for deep frontier operations that cannot gate back to inner-reach refineries for every fill. Skuilplek Gas Skimming is the energy independence operation — not ideologically, but practically. This far out, you cannot wait."
|
||||
character = "Independent in the way that geography enforces. Skuilplek Gas Skimming does not have opinions about Assembly or Compact. It has fuel, and the deep frontier needs fuel. That is enough of a relationship."
|
||||
|
||||
[droeland_biosphere_cultivation]
|
||||
name = "Droëland Biosphere Cultivation"
|
||||
tier = 2
|
||||
lore_archetype = "biosphere_cultivation"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 914A"
|
||||
headquarters_settlement = "Droëland"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["organic_compounds", "chemical_feedstock"]
|
||||
secondary_commodities = ["agricultural_produce"]
|
||||
branded_products = ["DBC Frontier Bioreactor Extract", "Droëland Cultivation Matrix", "Deep Reach Organic Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Droëland's dry, marginal world makes conventional agriculture difficult. Droëland Biosphere Cultivation specialises in closed bioreactor systems adapted to arid-world conditions — producing organic compounds and chemical feedstocks without the water inputs conventional farming needs. A pioneer solution to a frontier problem."
|
||||
character = "Technically inventive by necessity, proud of having found approaches that work where conventional methods fail. Droëland Biosphere Cultivation is the kind of company that patents innovations not from commercial strategy but because the frontier made them invent things no one else had."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# WEITBLICK — GERMAN FRONTIER LOGISTICS & PRECISION
|
||||
# ==========================================================================
|
||||
|
||||
[weitblick_deep_freight]
|
||||
name = "Weitblick Deep Freight"
|
||||
tier = 2
|
||||
lore_archetype = "corridor_freight_operator"
|
||||
behavioral_archetype = "distributor"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 286"
|
||||
headquarters_settlement = "Weitblick"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["freight_haulers"]
|
||||
secondary_commodities = ["transport_vehicles"]
|
||||
branded_products = ["WDF Deep Reach Freight Charter", "Weitblick Long-Haul Transit Manifest", "Frontier Cargo Standard Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The deep frontier's long-haul freight specialist. Weitblick Deep Freight operates routes that inner-reach operators decline as uneconomical — multi-week transits to systems where Assembly infrastructure is sparse and everything is slower. Its ships are older, its margins are thin, and its reliability record is the business."
|
||||
character = "Stoic, methodical, structured — the Germans of freight logistics. Weitblick Deep Freight does not promise fast. It promises that when you need cargo moved to a place nobody else goes, it will be there on the date agreed."
|
||||
|
||||
[weitblick_observation_systems]
|
||||
name = "Weitblick Observation Systems"
|
||||
tier = 2
|
||||
lore_archetype = "precision_instrument_maker"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 286"
|
||||
headquarters_settlement = "Weitblick"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["electronics"]
|
||||
secondary_commodities = ["heavy_equipment"]
|
||||
branded_products = ["WOS Long-Range Survey Array", "Weitblick Deep Field Sensor Package", "Frontier Observation Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The frontier runs on information about what is beyond the next gate. Weitblick Observation Systems makes the sensors and survey arrays that deep frontier prospectors, navs, and settlement planners rely on. More technically exacting than most frontier firms because the alternative — bad data at the edge — is genuinely dangerous."
|
||||
character = "Technically serious, calibration-obsessed, contemptuous of gear that performs well in labs but fails in frontier conditions. Every product is rated for conditions worse than spec because Weitblick considers the spec to be optimistic."
|
||||
|
||||
[neugrund_station_builders]
|
||||
name = "Neugrund Station Builders"
|
||||
tier = 2
|
||||
lore_archetype = "station_module_constructor"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 675"
|
||||
headquarters_settlement = "Neugrund"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["habitat_modules"]
|
||||
secondary_commodities = ["structural_panels"]
|
||||
branded_products = ["NSB Frontier Station Module Standard", "Neugrund Self-Install Habitat Kit", "Deep Reach Emergency Shelter Pack"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "On the deep frontier, you build what you can get delivered, and you assemble it yourself. Neugrund Station Builders designs modular station systems that can be installed by settlement crews without specialised construction teams. Self-sufficiency is not a feature — it is the core design requirement."
|
||||
character = "Pragmatic about limitations, creative within constraints. Neugrund's cooperative model means design decisions are made by people who have assembled their own modules in difficult conditions. This produces unfussy, functional engineering."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# ECHTERNACH — COMPACT FRINGE
|
||||
# ==========================================================================
|
||||
|
||||
[echternach_arbitration_house]
|
||||
name = "Echternach Arbitration House"
|
||||
tier = 2
|
||||
lore_archetype = "commercial_law_firm"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 127B"
|
||||
headquarters_settlement = "Echternach"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["legal_services"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["EAH Compact Commercial Standard", "Echternach Arbitration Protocol", "Deep Frontier Dispute Resolution Certificate"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = false
|
||||
backstory = "At the edge of Compact space, formal Assembly contract law does not reach. Echternach Arbitration House provides commercial dispute resolution under Compact commercial code — not Assembly protocols. The distinction matters. Compact commercial code has no Commission arbitration clause, which makes it the preferred legal framework for operators who do not want Commission visibility."
|
||||
character = "Legally precise, ideologically aligned with Compact principles, useful to operators who need enforceable contracts without Assembly jurisdiction. The House is not a criminal operation — it is a legitimate legal practice operating in a different legal tradition. The distinction is not always visible from the outside."
|
||||
|
||||
[echternach_mutual_credit]
|
||||
name = "Echternach Mutual Credit"
|
||||
tier = 2
|
||||
lore_archetype = "financial_clearing_house"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 127B"
|
||||
headquarters_settlement = "Echternach"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = ["insurance"]
|
||||
branded_products = ["EMC Mark Credit Certificate", "Echternach Frontier Credit Account", "Deep Compact Settlement Protocol"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = false
|
||||
backstory = "The financial infrastructure of the deep Compact fringe. Echternach Mutual Credit provides Mark-denominated credit and clearing for operators at the edge of formal space where Tractus banking is either unavailable or carries Assembly audit costs that operators won't pay. The cooperative structure keeps it formally member-governed — and formally outside Commission banking supervision."
|
||||
character = "Principled about the Mark, quietly aware of its value to operators who prefer Commission opacity. Echternach Mutual Credit does not ask why clients prefer Mark-denominated accounts. It considers the question to be outside its commercial mandate."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# FRONTIER SERVICES
|
||||
# ==========================================================================
|
||||
|
||||
[leuchtturm_medical_outpost]
|
||||
name = "Leuchtturm Medical Outpost"
|
||||
tier = 2
|
||||
lore_archetype = "medical_re_embodiment_clinic"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 142"
|
||||
headquarters_settlement = "Leuchtturm Station"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["medical_services"]
|
||||
secondary_commodities = ["medical_goods"]
|
||||
branded_products = ["LMO Frontier Medical Standard", "Leuchtturm Emergency Trauma Protocol", "Deep Reach Medical Clearance Certificate"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = true
|
||||
backstory = "The deep frontier's most capable medical facility — which is still less capable than a mid-reach community clinic. Leuchtturm Medical Outpost operates on mixed Commission-certified and informal protocols, treating whoever arrives with whatever works. Some of its pharmaceutical sourcing is formally traceable. Not all."
|
||||
character = "Medically competent within honest resource limits, ethically pragmatic in ways inner-reach practitioners would find uncomfortable. 'The alternative to treating someone here is not treating them somewhere better. It is not treating them.' This is stated as policy, not apology."
|
||||
|
||||
[neugrund_pharmacist]
|
||||
name = "Neugrund Frontier Pharmacist"
|
||||
tier = 2
|
||||
lore_archetype = "pharmaceutical_manufacturer"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 675"
|
||||
headquarters_settlement = "Neugrund"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["medical_goods"]
|
||||
secondary_commodities = ["chemicals"]
|
||||
branded_products = ["NFP Frontier Medical Standard Compound", "Neugrund Field Grade Pharmaceutical", "Deep Reach Medication Certificate"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = false
|
||||
backstory = "Out here, you do not always get the Commission-certified pharmaceutical. Sometimes you get the one that works. Neugrund Frontier Pharmacist manufactures essential medications under adapted protocols — not certified for core market sale, but meeting the standard that frontier medicine actually requires. The Assembly does not endorse this. The frontier cannot wait for the Assembly."
|
||||
character = "Medically serious, formally non-compliant, operating in the gap between what regulations require and what the frontier receives. NFP's chemists are competent; their products work; the paperwork is, at best, a reasonable facsimile of correct."
|
||||
|
||||
[sertao_risk_pool]
|
||||
name = "Sertão Risk Pool"
|
||||
tier = 2
|
||||
lore_archetype = "risk_underwriting_house"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 138"
|
||||
headquarters_settlement = "Sertão"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["insurance"]
|
||||
secondary_commodities = ["financial_services"]
|
||||
branded_products = ["SRP Deep Frontier Transit Cover", "Sertão Risk Mutual Certificate", "Pioneer Liability Pool Membership"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Frontier transit insurance from a frontier operator. The Sertão Risk Pool was formed by corridor operators who could not afford inner-reach insurance premiums — so they pooled capital and wrote their own underwriting rules. Claims are decided by member committees who understand what deep frontier operations actually face. Premiums are high, but the claims process is honest."
|
||||
character = "Collectively self-aware about the risks it insures. 'We know what it is to have a ship go dark out here. We know what it is to file a claim. This is why we built this and why it works.'"
|
||||
|
||||
[leuchtturm_intelligence_relay]
|
||||
name = "Leuchtturm Intelligence Relay"
|
||||
tier = 2
|
||||
lore_archetype = "intelligence_network"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 142"
|
||||
headquarters_settlement = "Leuchtturm Station"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["LIR Deep Frontier Market Report", "Leuchtturm Waypoint Intelligence Feed", "Outer Reach Shipping Movement Digest"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = true
|
||||
backstory = "Leuchtturm Station sits at a gate junction where traffic from three deep frontier routes passes. The Intelligence Relay has simply been watching that traffic for two generations. Sells information — gate queue data, freight movement patterns, price variance reports — to operators who need to know what is moving through the deep frontier before it affects their plans. Does not sell to Commission enforcement. This is known and priced into its clientele."
|
||||
character = "The lighthouse that watches everything and says little. Leuchtturm Intelligence Relay considers discretion about its sources to be its most valuable product. It sells light, not exposure."
|
||||
|
||||
[droeland_textile_works]
|
||||
name = "Droëland Textile Works"
|
||||
tier = 2
|
||||
lore_archetype = "textile_craft_guild"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 914A"
|
||||
headquarters_settlement = "Droëland"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["textiles"]
|
||||
secondary_commodities = ["consumer_goods"]
|
||||
branded_products = ["Droëland Frontier Cloth Standard", "DTW Pioneer Settlement Weave", "Deep Reach Functional Textile Grade"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The deep frontier cannot depend on inner-reach textile supply chains. Droëland Textile Works produces settlement-grade fabric from locally-cultivated fibers using power-efficient production methods designed for off-grid operation. Not fashionable. Durable, repairable, and available."
|
||||
character = "Uninterested in aesthetics, focused entirely on function. 'This cloth lasts ten years of hard frontier use. If you want something beautiful, you want something from Kurashiki. If you want something that will still be a shirt when you need it to be, you want ours.'"
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# MANUFACTURING GAP FILL — STRUCTURAL PANELS, TRANSPORT VEHICLES, RAIL
|
||||
# ==========================================================================
|
||||
|
||||
[altgrund_panel_works]
|
||||
name = "Altgrund Panel Works"
|
||||
tier = 2
|
||||
lore_archetype = "heavy_industrial_manufacturer"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 189"
|
||||
headquarters_settlement = "Altgrund Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["structural_panels"]
|
||||
secondary_commodities = ["habitat_modules", "heavy_equipment"]
|
||||
branded_products = ["APW Frontier Pressure Panel", "Altgrund Standard Bulkhead", "Deep Reach Structural Grade Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The deep frontier's primary structural panel manufacturer. Builds the pressurised wall sections and structural elements that new outposts install before everything else. Altgrund Panel Works does not build beautiful — it builds sealed, rated, and delivered to where nothing else has been built yet."
|
||||
character = "Construction-culture pride, no tolerance for theoretical discussions about design. Every product spec includes the failure mode and the repair procedure. This is considered good manners in Altgrund."
|
||||
|
||||
[sertao_vehicle_works]
|
||||
name = "Sertão Vehicle Works"
|
||||
tier = 2
|
||||
lore_archetype = "heavy_industrial_manufacturer"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 138"
|
||||
headquarters_settlement = "Sertão"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["transport_vehicles"]
|
||||
secondary_commodities = ["heavy_equipment"]
|
||||
branded_products = ["SVW Pioneer Surface Crawler", "Sertão Utility Hauler Series", "Deep Reach Pressurised Ground Vehicle"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Surface transport on frontier worlds requires vehicles that inner-reach manufacturers do not build — because inner-reach manufacturers have never needed to survive what frontier surfaces deliver. Sertão Vehicle Works makes surface crawlers, pressurised utility haulers, and ground transport for worlds where the atmosphere is the least of the problems."
|
||||
character = "Practically minded in the way that frontier engineering requires. SVW's test protocols involve conditions that would void warranties on any inner-reach vehicle. This is intentional and considered the minimum."
|
||||
|
||||
[neugrund_surface_rail]
|
||||
name = "Neugrund Surface Rail"
|
||||
tier = 2
|
||||
lore_archetype = "heavy_industrial_manufacturer"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "deep_frontier"
|
||||
headquarters_system = "GJ 675"
|
||||
headquarters_settlement = "Neugrund"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["rail_infrastructure"]
|
||||
secondary_commodities = ["structural_panels", "heavy_equipment"]
|
||||
branded_products = ["NSR Frontier Rail Standard Gauge", "Neugrund Intra-Settlement Track Kit", "Deep Reach Low-Maintenance Maglev Section"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Trans-Reach Rail builds interstellar-scale rail connections. Neugrund Surface Rail builds the track that connects the mine to the port, the port to the settlement, the settlement to the next one over. Regional-scale intra-system surface rail for worlds that cannot wait for Tier-1 capital allocation. Self-install documentation included."
|
||||
character = "Gap-filling infrastructure awareness — knows exactly the scale where Trans-Reach Rail's business model stops making sense and NSR's begins. Specialises in modularity so frontier settlements can extend their rail networks without NSR engineers present."
|
||||
@@ -0,0 +1,567 @@
|
||||
# ==========================================================================
|
||||
# Settled Reach — Tier-2 Corporation Catalog: East Reach Corridor
|
||||
# Source of truth. Compiled to economy.db via `make economy-db`.
|
||||
#
|
||||
# The east reach is the most industrially sophisticated corridor outside
|
||||
# the core. Korean, Japanese, Filipino/Tagalog, Vietnamese, and Chinese
|
||||
# cultural substrates dominate. Precision manufacturing, lattice-grade
|
||||
# materials, and maritime tradition are corridor anchors. The east is
|
||||
# where drive cores and implant hardware actually get made at regional
|
||||
# scale — Tier-1 corps like Hanyang and Takamori draw on east reach
|
||||
# supply chains.
|
||||
#
|
||||
# Coverage: precision_instrument_maker, maritime_salvage, deep_ocean_fishery,
|
||||
# fermentation_cooperative, textile_craft_guild, heavy_industrial_manufacturer,
|
||||
# industrial_staple_farming, biosphere_cultivation, deep_rock_extraction,
|
||||
# corridor_freight_operator, gateway_transit_operator, perishable_chain_operator,
|
||||
# commercial_law_firm, risk_underwriting_house, commission_certification_agent,
|
||||
# medical_re_embodiment_clinic, distribution_clearing_hub, intelligence_network,
|
||||
# destination_hospitality_operator, asteroid_belt_mining
|
||||
#
|
||||
# Commodity gaps filled here: drive_cores, lattice_grade_material, lattice_substrate,
|
||||
# implant_hardware, entertainment (primary)
|
||||
# ==========================================================================
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# PRECISION MANUFACTURING — LATTICE & IMPLANT HARDWARE
|
||||
# ==========================================================================
|
||||
|
||||
[changwon_neural_works]
|
||||
name = "Changwon Neural Works"
|
||||
tier = 2
|
||||
lore_archetype = "precision_instrument_maker"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 860B"
|
||||
headquarters_settlement = "Changwon"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["implant_hardware"]
|
||||
secondary_commodities = ["electronics"]
|
||||
branded_products = ["CW-7 Neural Probe Array", "Changwon Interface Stack", "East Gate Sensory Module"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Grew out of Changwon's precision tooling tradition to become the east corridor's primary regional supplier of implant interface components. Does not manufacture complete implants — supplies sub-assemblies to Tier-1 integrators including Hanyang Precision."
|
||||
character = "Quiet, technically fastidious, uninterested in branding. Changwon Neural Works considers its tolerances to be its identity. Products come wrapped in technical documentation, not marketing."
|
||||
|
||||
[yeongwol_lattice_works]
|
||||
name = "Yeongwol Lattice Works"
|
||||
tier = 2
|
||||
lore_archetype = "precision_instrument_maker"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 268"
|
||||
headquarters_settlement = "Yeongwol Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["lattice_substrate"]
|
||||
secondary_commodities = ["lattice_grade_material"]
|
||||
branded_products = ["Yeongwol Grade-A Binding Substrate", "YLW Pale Lattice Binder", "Corridor Lattice Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The east corridor's primary lattice substrate refinery. Processes raw lattice-grade ore from deep east mining operations into Commission-certified substrate blanks used in gate construction and premium electronics fabrication. Operates on thin margins but high volume."
|
||||
character = "Meticulous, process-oriented, allergic to deviation from specification. Yeongwol Lattice Works lives and dies by certification numbers. Its people talk in tolerances."
|
||||
|
||||
[matsue_optics]
|
||||
name = "Matsue Optics"
|
||||
tier = 2
|
||||
lore_archetype = "precision_instrument_maker"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 687"
|
||||
headquarters_settlement = "Matsue"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["electronics"]
|
||||
secondary_commodities = ["implant_hardware"]
|
||||
branded_products = ["Matsue Long-Range Survey Array", "Tidal Lens Package", "East Reach Optical Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Founded on Matsue's tradition of fine optical craftsmanship, now the corridor's preferred supplier of high-precision sensor arrays and optical components. Makes the instruments that other companies use to make other instruments."
|
||||
character = "Deliberate, proud of heritage, faintly contemptuous of mass production. Matsue Optics will take three months to make something perfect. They do not understand why you would want it faster."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# HEAVY MANUFACTURING — DRIVE CORES
|
||||
# ==========================================================================
|
||||
|
||||
[hwaseong_drive_systems]
|
||||
name = "Hwaseong Drive Systems"
|
||||
tier = 2
|
||||
lore_archetype = "heavy_industrial_manufacturer"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 1125"
|
||||
headquarters_settlement = "Hwaseong Industrial Orbital"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["drive_cores"]
|
||||
secondary_commodities = ["advanced_alloys", "heavy_equipment"]
|
||||
branded_products = ["HDS Series-4 Corridor Drive", "Hwaseong Modular Thruster Cluster", "East Gate Propulsion Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The east corridor's primary drive core manufacturer, supplying the mid-range propulsion market between Tier-1 volume producers and bespoke shipyard builds. Hwaseong focuses on reliable, serviceable drives rather than peak performance — the ones that keep freight moving across two-week transits."
|
||||
character = "Pragmatic, industrially competent, unemotional. Hwaseong Drive Systems considers poetry to be outside its core competency. The drives work. The warranty is real. That is sufficient."
|
||||
|
||||
[kurashiki_fabrication]
|
||||
name = "Kurashiki Fabrication"
|
||||
tier = 2
|
||||
lore_archetype = "station_module_constructor"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 205"
|
||||
headquarters_settlement = "Kurashiki"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["habitat_modules"]
|
||||
secondary_commodities = ["structural_panels", "heavy_equipment"]
|
||||
branded_products = ["Kurashiki Modular Habitat Stack", "East Reach Standard Bulkhead", "KF Pressure-Rated Transit Section"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Kurashiki Fabrication builds the station modules that the east corridor installs. Mid-range quality, proven designs, good documentation. Grows when the corridor grows — every new outpost or station expansion is potential business."
|
||||
character = "Solid, reliable, slightly boring. Kurashiki Fabrication does not innovate. It iterates on proven designs until they are as reliable as furniture. Its clients appreciate this."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# MARITIME SALVAGE
|
||||
# ==========================================================================
|
||||
|
||||
[dagat_salvage_works]
|
||||
name = "Dagat Salvage Works"
|
||||
tier = 2
|
||||
lore_archetype = "maritime_salvage"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 482A"
|
||||
headquarters_settlement = "Dagat Anchorage"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["rare_minerals", "refined_metals"]
|
||||
secondary_commodities = ["metallic_ore"]
|
||||
branded_products = ["Dagat Recovery Survey Certificate", "DSW Reclaimed Alloy Bundle", "Archipelago Strip Grade"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = true
|
||||
backstory = "Operates across Dagat's extensive orbital debris fields and derelict industrial zones. Dagat Salvage Works traces its lineage to the original settlement's orbital clearance operations. Now applies those same techniques to commercial recovery, with Commission licensing keeping most operations above board — most."
|
||||
character = "Weathered, transactional, culturally tied to the water metaphors of Dagat settlement culture. Speaks of derelict hulls as 'beached,' of good recovery sites as 'fishing grounds.' Not entirely unfriendly, but values information asymmetry."
|
||||
|
||||
[dernier_quai_recovery]
|
||||
name = "Dernier Quai Recovery"
|
||||
tier = 2
|
||||
lore_archetype = "maritime_salvage"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 49"
|
||||
headquarters_settlement = "Dernier Quai"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "unaffiliated"
|
||||
scope = "regional"
|
||||
primary_commodities = ["metallic_ore", "rare_minerals"]
|
||||
secondary_commodities = ["chemicals"]
|
||||
branded_products = ["DQR Far Anchorage Strip", "Quai Reclaimed Composite", "Last Berth Assessment Report"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = true
|
||||
backstory = "The furthest commercial recovery operator in the eastern corridor. Dernier Quai Recovery works the edge: old claims, contested debris fields, recovery contracts that larger firms decline. Sells into both Commission-certified and informal markets depending on the material provenance."
|
||||
character = "Francophone cultural substrate from Dernier Quai settlement, with a fatalistic pragmatism about paperwork. 'Everything can be assessed. What changes is who writes the assessment.' Operates in the grey zone not from ideology but from geography — this far out, formal markets are inconvenient."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# DEEP OCEAN FISHERY
|
||||
# ==========================================================================
|
||||
|
||||
[matsue_fisheries_cooperative]
|
||||
name = "Matsue Fisheries Cooperative"
|
||||
tier = 2
|
||||
lore_archetype = "deep_ocean_fishery"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 687"
|
||||
headquarters_settlement = "Matsue"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["organic_compounds", "processed_food"]
|
||||
secondary_commodities = ["agricultural_produce"]
|
||||
branded_products = ["Matsue Cold Reef Pack", "Inland Current Protein Blend", "East Reach Preserved Pack"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Matsue's ocean world supports the largest aquatic harvest operation in the east corridor. The cooperative structure was established in the second generation of settlement to prevent Tier-1 extraction firms from cornering Matsue's biological wealth. Has held that independence for four generations."
|
||||
character = "Communally proud, protective of water rights, wary of outside investment. The cooperative meetings are genuinely democratic and sometimes genuinely contentious. What emerges from them tends to be durable."
|
||||
|
||||
[dagat_pelagic_industries]
|
||||
name = "Dagat Pelagic Industries"
|
||||
tier = 2
|
||||
lore_archetype = "deep_ocean_fishery"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 482A"
|
||||
headquarters_settlement = "Dagat Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["organic_compounds"]
|
||||
secondary_commodities = ["agricultural_produce", "chemical_feedstock"]
|
||||
branded_products = ["Bay of Plenty Protein Concentrate", "Dagat Deep Harvest Extract", "Pelagic Lipid Grade-2"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Dagat's high-gravity ocean world produces unusual biochemistry. Dagat Pelagic Industries specialises in harvesting high-value compounds from deep-ocean organisms that exist nowhere else in the Reach. Supplies pharmaceutical manufacturers and specialist food processors across the east."
|
||||
character = "Scientifically curious, commercially opportunistic about its biochemical uniqueness. Employs more xenobiologists than accountants. The accountants are catching up."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# FERMENTATION / AGRICULTURE
|
||||
# ==========================================================================
|
||||
|
||||
[binh_trang_fermentation_works]
|
||||
name = "Binh Trang Fermentation Works"
|
||||
tier = 2
|
||||
lore_archetype = "fermentation_cooperative"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 17"
|
||||
headquarters_settlement = "Binh Trang"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["processed_food", "chemicals"]
|
||||
secondary_commodities = ["agricultural_produce"]
|
||||
branded_products = ["Binh Trang Reserve Ferment", "Delta Culture Starter Package", "East Reach Fermentation Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Binh Trang's agricultural surplus found its highest value through fermentation — the settlement's cooperative preserves food surpluses, produces industrial enzymes, and exports cultural starter cultures to east corridor settlements that lack Binh Trang's specific microbial heritage."
|
||||
character = "Patient, culturally proud of biological knowledge, faintly evangelical about fermentation as a civilisational technology. 'Every settlement needs a culture library. We are the library.'"
|
||||
|
||||
[jeonnam_agricultural_exchange]
|
||||
name = "Jeonnam Agricultural Exchange"
|
||||
tier = 2
|
||||
lore_archetype = "industrial_staple_farming"
|
||||
behavioral_archetype = "distributor"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 3728B"
|
||||
headquarters_settlement = "Jeonnam"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce"]
|
||||
secondary_commodities = ["processed_food", "organic_compounds"]
|
||||
branded_products = ["Jeonnam Staple Grade Certificate", "East Reach Agricultural Bond", "JAE Corridor Minimum Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Acts as the clearing hub for east corridor agricultural output, setting the corridor reference price for staple crops and operating grain reserve facilities at Jeonnam Station. Not a producer — a market-maker for producers."
|
||||
character = "Institutional, dry, the kind of organisation that produces annual reports that people actually read because they contain useful data. Essential and boring. Proud of being essential."
|
||||
|
||||
[mabuhay_biosciences]
|
||||
name = "Mabuhay Biosciences"
|
||||
tier = 2
|
||||
lore_archetype = "biosphere_cultivation"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 1073"
|
||||
headquarters_settlement = "Mabuhay"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["organic_compounds", "chemical_feedstock"]
|
||||
secondary_commodities = ["processed_food"]
|
||||
branded_products = ["Mabuhay Cultivation Matrix", "Archipelago Bioreactor Standard", "MB Closed-Loop Extract"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Mabuhay's warm-world biosphere is unusually productive. Mabuhay Biosciences runs closed-loop cultivation systems producing specialty organic compounds for the pharmaceutical and food-tech markets. Founded by second-generation settlers who observed that the planet's biology was its best export."
|
||||
character = "Optimistic, technically sophisticated, community-oriented. Mabuhay Biosciences employs half the planet's university graduates. It considers itself a stewardship operation, not just a commercial one."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# TEXTILES
|
||||
# ==========================================================================
|
||||
|
||||
[kurashiki_textile_guild]
|
||||
name = "Kurashiki Textile Guild"
|
||||
tier = 2
|
||||
lore_archetype = "textile_craft_guild"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 205"
|
||||
headquarters_settlement = "Kurashiki"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["textiles"]
|
||||
secondary_commodities = ["consumer_goods"]
|
||||
branded_products = ["Kurashiki Woven Standard", "East Reach Canvas Grade", "KTG Settlement Cloth"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The east corridor's principal textile producer. Built on Kurashiki's established craft traditions, now producing everything from settlement-grade utilitarian fabric to premium woven goods exported to core worlds. Guild structure means quality standards are enforced by membership pressure, not just commercial incentive."
|
||||
character = "Traditional, quality-obsessed, socially cohesive. Guild membership has weight in Kurashiki — being expelled matters. Standards are argued about the way other communities argue about politics."
|
||||
|
||||
[binh_trang_weaving_collective]
|
||||
name = "Binh Trang Weaving Collective"
|
||||
tier = 2
|
||||
lore_archetype = "textile_craft_guild"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 17"
|
||||
headquarters_settlement = "Binh Trang"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["textiles"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["Delta Silk Standard", "Binh Trang Handwoven Certificate", "East River Cloth"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Smaller than Kurashiki Textile Guild and deliberately so — the collective makes premium-market goods using traditional Vietnamese craft methods. Sells at higher margins into niche markets rather than competing on volume. Sister organisation to Binh Trang Fermentation Works, sharing cooperative governance culture."
|
||||
character = "Proudly small, aesthetically self-aware, occasionally fierce about authenticity. 'A label that says east reach handwoven means something. We intend to keep it meaning something.'"
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# MINING / EXTRACTION
|
||||
# ==========================================================================
|
||||
|
||||
[jeonnam_lattice_survey]
|
||||
name = "Jeonnam Lattice Survey"
|
||||
tier = 2
|
||||
lore_archetype = "deep_rock_extraction"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 3728B"
|
||||
headquarters_settlement = "Jeonnam Deep Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["lattice_grade_material"]
|
||||
secondary_commodities = ["rare_minerals"]
|
||||
branded_products = ["JLS Verified Lattice Ore Certificate", "East Gate Grade Material", "Pale Seam Survey Report"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The east corridor's specialist in locating and extracting lattice-grade mineral seams. Works under Commission survey contracts and private extraction licenses. Feeds Yeongwol Lattice Works and, indirectly, Tier-1 lattice processors like Takamori Lattice Works."
|
||||
character = "Methodical, data-driven, surprisingly philosophical about deep geology. Survey teams spend months at extraction sites. They develop strong opinions about rock."
|
||||
|
||||
[hwaseong_belt_extraction]
|
||||
name = "Hwaseong Belt Extraction"
|
||||
tier = 2
|
||||
lore_archetype = "asteroid_belt_mining"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 1125"
|
||||
headquarters_settlement = "Hwaseong Industrial Orbital"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["metallic_ore", "rare_minerals"]
|
||||
secondary_commodities = ["chemical_feedstock"]
|
||||
branded_products = ["HBE Orbital Grade Ore Bundle", "Hwaseong Belt Survey Certificate", "East Corridor Raw Stock"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The sister operation to Hwaseong Drive Systems, extracting the raw materials the manufacturer needs from the local belt system. Financially separate but commercially integrated — long-term offtake contract with Drive Systems represents 60% of Belt Extraction's output."
|
||||
character = "Operationally close to Hwaseong Drive Systems in culture — practical, industrial, understated. Extraction crews and factory workers socialise in the same stations. This is the corridor without pretension."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# FREIGHT & TRANSIT
|
||||
# ==========================================================================
|
||||
|
||||
[mabuhay_gateway_transit]
|
||||
name = "Mabuhay Gateway Transit"
|
||||
tier = 2
|
||||
lore_archetype = "gateway_transit_operator"
|
||||
behavioral_archetype = "distributor"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 1073"
|
||||
headquarters_settlement = "Mabuhay Gate Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["freight_haulers"]
|
||||
secondary_commodities = ["transport_vehicles"]
|
||||
branded_products = ["Mabuhay Passage Charter", "Archipelago Express Freight Block", "MGT East Corridor Transit Bond"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Operates the transit coordination function at Mabuhay's gate junction, the east corridor's busiest routing point east of core. Manages gate queue allocation, freight coordination, and corridor scheduling for the eastern half of the reach."
|
||||
character = "Professionally calm under pressure, institutionally important, aware that it sits on a bottleneck. Mabuhay Gateway Transit does not need to be aggressive — the gate queue does its negotiating for it."
|
||||
|
||||
[east_reach_freight_collective]
|
||||
name = "East Reach Freight Collective"
|
||||
tier = 2
|
||||
lore_archetype = "corridor_freight_operator"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 860B"
|
||||
headquarters_settlement = "Changwon Freight Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["freight_haulers"]
|
||||
secondary_commodities = ["transport_vehicles"]
|
||||
branded_products = ["ERFC East Corridor Freight Certificate", "Collective Standard Manifest", "Corridor Load-Share Protocol"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "A cooperative freight operator formed by small independent haulers to compete with Tier-1 freight corps on east corridor routes. Members share load boards, maintenance facilities, and insurance pools. Keeps rates competitive without ceding control to outside capital."
|
||||
character = "Cooperative, somewhat combative toward Tier-1 freight corps, internally democratic in ways that produce occasional slow decisions. Members refer to the collective as 'the pool' and to non-members as 'outside.'"
|
||||
|
||||
[binh_trang_cold_chain]
|
||||
name = "Binh Trang Cold Chain"
|
||||
tier = 2
|
||||
lore_archetype = "perishable_chain_operator"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 17"
|
||||
headquarters_settlement = "Binh Trang Port"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["processed_food", "organic_compounds"]
|
||||
secondary_commodities = ["agricultural_produce"]
|
||||
branded_products = ["BTC Verified Cold Certificate", "East Reach Perishable Standard", "Delta Chain Transit Manifest"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Binh Trang's agricultural and fermentation exports require specialised cold-chain handling. The Cold Chain started as a logistics arm of the fermentation cooperative and spun out when its expertise became corridor-wide. Handles temperature-controlled freight for most of the eastern corridor's food sector."
|
||||
character = "Operationally precise, systems-focused, the kind of company that has opinions about crate seal tolerances. Food spoilage is taken personally."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# LEGAL / CERTIFICATION / FINANCIAL SERVICES
|
||||
# ==========================================================================
|
||||
|
||||
[jeonnam_legal_house]
|
||||
name = "Jeonnam Legal House"
|
||||
tier = 2
|
||||
lore_archetype = "commercial_law_firm"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 3728B"
|
||||
headquarters_settlement = "Jeonnam"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["legal_services"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["JLH East Corridor Commercial Standard", "Jeonnam Arbitration Protocol", "East Reach Trade Instrument"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The principal commercial law practice for east corridor operations, providing contract drafting, trade dispute arbitration, and Commission compliance counsel. Jeonnam's position as the corridor's commercial hub makes the Legal House well-placed to observe and mediate between the many interests that flow through."
|
||||
character = "Formally composed, informationally well-positioned, commercially useful. Jeonnam Legal House does not express opinions. It provides frameworks for expressing them correctly."
|
||||
|
||||
[east_corridor_certification_bureau]
|
||||
name = "East Corridor Certification Bureau"
|
||||
tier = 2
|
||||
lore_archetype = "commission_certification_agent"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 860B"
|
||||
headquarters_settlement = "Changwon"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["commission_certification"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["ECCB East Reach Certification Seal", "Corridor Compliance Assessment", "Assembly Standard Verification"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The Commission's regional certification infrastructure for the east corridor. Handles product certification, trade compliance assessment, and operator licensing. The Bureau's main commercial revenue comes from its certification seal — goods stamped with the ECCB mark can move through Assembly customs without secondary inspection."
|
||||
character = "Bureaucratically earnest, procedurally inflexible, useful to anyone who wants smooth passage through Assembly checkpoints. Corruption exists but is managed carefully — the seal's value depends on it being trusted."
|
||||
|
||||
[changwon_risk_mutual]
|
||||
name = "Changwon Risk Mutual"
|
||||
tier = 2
|
||||
lore_archetype = "risk_underwriting_house"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 860B"
|
||||
headquarters_settlement = "Changwon"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["insurance"]
|
||||
secondary_commodities = ["financial_services"]
|
||||
branded_products = ["CRM East Corridor Transit Cover", "Changwon Cargo Mutual Certificate", "Industrial Liability Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The east corridor's principal mutual insurance provider, covering transit risk, industrial operations, and commercial liability. Mutual structure means underwriting decisions are made by member committees — slower than commercial insurers but with lower premiums and better claims handling for established members."
|
||||
character = "Prudent, membership-focused, quietly judgmental about clients whose operations generate too many claims. Safety record matters here — the mutual notices."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# MEDICAL / SERVICES
|
||||
# ==========================================================================
|
||||
|
||||
[matsue_health_station]
|
||||
name = "Matsue Health Station"
|
||||
tier = 2
|
||||
lore_archetype = "medical_re_embodiment_clinic"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 687"
|
||||
headquarters_settlement = "Matsue"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["medical_services"]
|
||||
secondary_commodities = ["medical_goods"]
|
||||
branded_products = ["Matsue Full-Spectrum Health Assessment", "East Reach Medical Standard Protocol", "Tidal Care Rehabilitation Package"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Matsue's medically competent settlement grew a notable health services sector partly from necessity — ocean-world extraction work has specific injury profiles — and partly from the quality of Matsue's training facilities. The Health Station now serves the corridor beyond Matsue itself."
|
||||
character = "Clinically professional, culturally shaped by Matsue's cooperative traditions, slightly proud of being better resourced than the corridor average. Patients from other systems are welcomed but expected to respect Matsue's standard protocols."
|
||||
|
||||
[mabuhay_entertainment_works]
|
||||
name = "Mabuhay Entertainment Works"
|
||||
tier = 2
|
||||
lore_archetype = "destination_hospitality_operator"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 1073"
|
||||
headquarters_settlement = "Mabuhay"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["entertainment"]
|
||||
secondary_commodities = ["tourism", "hospitality"]
|
||||
branded_products = ["Mabuhay Festival Circuit Package", "Archipelago Experience Pass", "MEW East Corridor Booking Protocol"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Mabuhay's warm, high-habitability world attracts more discretionary visitors than any other system in the east corridor. Mabuhay Entertainment Works coordinates the corridor's festival circuit, music and cultural venues, and destination hospitality infrastructure. Started as a Mabuhay settlers' cultural organisation and grew into the east reach's entertainment sector."
|
||||
character = "Genuinely joyful, culturally effusive, commercially skilled at packaging warmth. Mabuhay Entertainment Works is the corridor's specialist in making people feel welcome. This is not cynical. They mean it."
|
||||
|
||||
[binh_trang_distribution_hub]
|
||||
name = "Binh Trang Distribution Hub"
|
||||
tier = 2
|
||||
lore_archetype = "distribution_clearing_hub"
|
||||
behavioral_archetype = "distributor"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 17"
|
||||
headquarters_settlement = "Binh Trang Port"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce", "processed_food"]
|
||||
secondary_commodities = ["organic_compounds", "consumer_goods"]
|
||||
branded_products = ["BDH East Corridor Agricultural Clearance", "Delta Distribution Standard", "Binh Trang Load Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The clearing hub for east corridor agricultural and processed goods. Binh Trang's position as the corridor's most productive farming system makes it the natural aggregation point for regional food trade. The Hub provides storage, commodity grading, and distribution logistics for goods moving toward core markets."
|
||||
character = "Commercially efficient, agriculturally knowledgeable, deeply embedded in the food economy of the east reach. The Hub's commodity graders are considered among the most reliable in the corridor."
|
||||
|
||||
[jeonnam_east_intelligence]
|
||||
name = "Jeonnam East Intelligence"
|
||||
tier = 2
|
||||
lore_archetype = "intelligence_network"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "east_reach"
|
||||
headquarters_system = "GJ 3728B"
|
||||
headquarters_settlement = "Jeonnam"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["JEI East Corridor Market Report", "Jeonnam Trade Intelligence Subscription", "Corridor Price Discovery Feed"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "A commercial intelligence and market research operation embedded in Jeonnam's trade hub position. Sells price data, shipping movement reports, and commercial due diligence assessments to east corridor operators who need to know what is happening two systems away before it affects their positions."
|
||||
character = "Discreet, precise in language about the limits of what it claims to know, well-networked. Jeonnam East Intelligence sells data, not opinions. The opinions are yours to form."
|
||||
@@ -0,0 +1,442 @@
|
||||
# ==========================================================================
|
||||
# Settled Reach — Tier-2 Corporation Catalog: North Reach Corridor
|
||||
# Source of truth. Compiled to economy.db via `make economy-db`.
|
||||
#
|
||||
# Coverage: terroir_specialty_agriculture, managed_forestry, biosphere_cultivation,
|
||||
# industrial_staple_farming, fermentation_cooperative, commercial_law_firm,
|
||||
# destination_hospitality_operator, risk_underwriting_house,
|
||||
# deep_rock_extraction, medical_re_embodiment_clinic, corridor_freight_operator,
|
||||
# commission_certification_agent, gas_giant_skimming, intelligence_network
|
||||
# Notable systems: Calloway Reach (GJ 3325), Braemar (GJ 475), Stillvakt (GJ 534/west_reach),
|
||||
# Dunbar (GJ 3991), Crown's Hollow (GJ 661A), Holmgren's Landing (GJ 880),
|
||||
# Havnfjord (GJ 3622), Ngata's Star (GJ 706), Fremantle (GJ 273)
|
||||
# ==========================================================================
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# AGRICULTURE AND FOOD
|
||||
# ==========================================================================
|
||||
|
||||
[calloway_grain_syndicate]
|
||||
name = "Calloway Grain Syndicate"
|
||||
tier = 2
|
||||
lore_archetype = "terroir_specialty_agriculture"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 3325"
|
||||
headquarters_settlement = "Calloway Reach"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["Calloway Cold-Adapted Grain", "CGS Feed Standard", "Winter Barley Select"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Manages the collective agriculture that produces the cold-adapted barley sold to the Calloway Distillery. Not the prestige product — the supply chain behind it."
|
||||
character = "Quiet, competent, acutely aware that their only real customer is Calloway Distillery and that this is fine. They grow excellent barley. They have been doing so for four hundred years."
|
||||
|
||||
[waterkant_agricultural]
|
||||
name = "Waterkant Agricultural"
|
||||
tier = 2
|
||||
lore_archetype = "industrial_staple_farming"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 183"
|
||||
headquarters_settlement = "Waterkant"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce"]
|
||||
secondary_commodities = ["processed_food"]
|
||||
branded_products = ["Waterkant Bulk Grain", "WA Export Standard", "Northern Plains Staple"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "High-volume food production for the northern corridor, operating agricultural settlements on Waterkant's productive plains. The aquifer management situation is being monitored."
|
||||
character = "Results-oriented, slightly defensive about the aquifer question. Waterkant Agricultural produces excellent grain yields and does not want to discuss the hydrological survey."
|
||||
|
||||
[holmgren_fermentation]
|
||||
name = "Holmgren Fermentation Collective"
|
||||
tier = 2
|
||||
lore_archetype = "fermentation_cooperative"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 880"
|
||||
headquarters_settlement = "Holgersen's Landing"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["processed_food"]
|
||||
secondary_commodities = ["agricultural_produce", "organic_compounds"]
|
||||
branded_products = ["Holmgren Cellar Reserve", "Holgersen's Standard Ferment", "North Reach Culture Pack"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The north reach's fermentation tradition in institutional form. Produces artisanal fermented food and beverage products through member-controlled processing."
|
||||
character = "Unhurried, locally famous, politely resistant to outside attention. Four months in a fermentation cellar at Holmgren is apparently not uncomfortable. The correspondent who reported this was enthusiastic about it."
|
||||
|
||||
[singh_seed_co]
|
||||
name = "Singh Seed and Agri"
|
||||
tier = 2
|
||||
lore_archetype = "industrial_staple_farming"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 879"
|
||||
headquarters_settlement = "Singh's Landing"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce"]
|
||||
secondary_commodities = ["organic_compounds"]
|
||||
branded_products = ["Singh F9 Variety License", "Northern Adaptation Seed Pack", "Singh High-Yield Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "High-yield agricultural genetics for the north reach's frontier farming systems. Develops and licenses seed varieties adapted to the north corridor's variable stellar spectra."
|
||||
character = "Scientific, contractual, aware that the intellectual property is the business. Singh Seed's varieties are subject to contract. The contract terms are available on request."
|
||||
|
||||
[breevlei_agriculture]
|
||||
name = "Breëvlei Agricultural Cooperative"
|
||||
tier = 2
|
||||
lore_archetype = "industrial_staple_farming"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 661B"
|
||||
headquarters_settlement = "Breëvlei"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce"]
|
||||
secondary_commodities = ["processed_food"]
|
||||
branded_products = ["Breëvlei Marsh Standard", "BAC Community Share", "Northern Settling Crop Pack"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Marsh-adjacent farming cooperative in the early-development zone north of Crown's Hollow. Produces staple crops while the marsh remains unexplored."
|
||||
character = "Optimistic, community-oriented, cheerful about the frontier context. Breëvlei Agri grows what it can and plans for more. The marsh has not caused problems yet."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# FORESTRY AND BIOLOGICAL
|
||||
# ==========================================================================
|
||||
|
||||
[dunbar_cooperage]
|
||||
name = "Dunbar Cooperage and Timber"
|
||||
tier = 2
|
||||
lore_archetype = "managed_forestry"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 3991"
|
||||
headquarters_settlement = "Dunbar"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["timber"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["Dunbar Cooperage Oak", "Dunbar Structural Timber", "Century-Grade Hardwood Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The canonical north reach timber operation supplying cooperage-grade hardwood to Calloway Distillery, with structural timber for outer north construction as a secondary market."
|
||||
character = "Slow-moving by design, multi-century planning horizon. Dunbar Cooperage plants oaks for casks that will not be mature until people alive today are dead. This is the entire business model."
|
||||
|
||||
[braemar_fiber_producers]
|
||||
name = "Braemar Fiber Producers Collective"
|
||||
tier = 2
|
||||
lore_archetype = "biosphere_cultivation"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 475"
|
||||
headquarters_settlement = "Braemar"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["organic_compounds"]
|
||||
secondary_commodities = ["agricultural_produce"]
|
||||
branded_products = ["Braemar Organic Standard", "Biosphere Extract Select", "North Reach Biological Grade"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "One of the brach-fiber adjacent cooperatives producing non-brach organic compounds from Braemar's biosphere. Not thrds — the supporting agricultural ecosystem that thrds depends on."
|
||||
character = "Community-first, genuinely wary of outside interest, protective of the biosphere in ways that go beyond commercial interest. The Collective has rejected acquisition offers from three Tier-1 corporations."
|
||||
|
||||
[mossbank_organics]
|
||||
name = "Mossbank Organics"
|
||||
tier = 2
|
||||
lore_archetype = "biosphere_cultivation"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 603"
|
||||
headquarters_settlement = "Mossbank"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["organic_compounds"]
|
||||
secondary_commodities = ["chemicals"]
|
||||
branded_products = ["Mossbank Fungal Extract", "Northern Biosphere Select", "MO Pharmaceutical Grade"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Pharmaceutical-grade biological extraction from Mossbank's unexpectedly rich biosphere, discovered when a survey botanist noticed a compound in the local fungi with no Reach-wide analogue."
|
||||
character = "Small, careful, slightly anxious about their land claim. Mossbank Organics has an excellent product and a complicated title situation. Both things are true at the same time."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# LEGAL, FINANCIAL, INSURANCE
|
||||
# ==========================================================================
|
||||
|
||||
[crown_chancery]
|
||||
name = "Crown's Hollow Chancery"
|
||||
tier = 2
|
||||
lore_archetype = "commercial_law_firm"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 661A"
|
||||
headquarters_settlement = "Crown's Hollow"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["legal_services"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["Crown's Hollow Precedent Brief", "CHC Commercial Opinion", "Chancery Arbitration Service"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The north reach's primary commercial law institution, operating under Crown's Hollow's distinctive working-monarchy governance structure with a precedent archive going back 300 years."
|
||||
character = "Formal in a specific hereditary way. Crown's Hollow Chancery speaks in established precedents and dislikes surprises. Their filings are architectural."
|
||||
|
||||
[fremantle_legal]
|
||||
name = "Fremantle Legal Consortium"
|
||||
tier = 2
|
||||
lore_archetype = "commercial_law_firm"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 273"
|
||||
headquarters_settlement = "Fremantle"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["legal_services"]
|
||||
secondary_commodities = ["insurance"]
|
||||
branded_products = ["Fremantle Archive Opinion", "FLC Title Resolution Service", "Colonial Claims Standard Brief"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The north reach's general-practice commercial law operation, with an unusual specialization in archive-based dispute resolution for long-running colonial title claims."
|
||||
character = "Methodical, patient, most comfortable with cases that take years to resolve. They have been in the same location for 400 years. They will probably still be there when your grandchildren need them."
|
||||
|
||||
[havnfjord_insurance]
|
||||
name = "Havnfjord Mutual Insurance"
|
||||
tier = 2
|
||||
lore_archetype = "risk_underwriting_house"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 3622"
|
||||
headquarters_settlement = "Havnfjord"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["insurance"]
|
||||
secondary_commodities = ["financial_services"]
|
||||
branded_products = ["Havnfjord Agricultural Policy", "Northern Marine Cover", "Frontier Transit Insurance Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Agricultural and fishing cooperative insurance, north reach style. Member-owned, focused on agricultural risk and outer-north transit insurance."
|
||||
character = "Nordic pragmatism: thorough risk assessment, modest premiums, pays claims without drama. Has been serving the same north corridor families for six generations."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# EXTRACTION AND ENERGY
|
||||
# ==========================================================================
|
||||
|
||||
[ngata_mineral_survey]
|
||||
name = "Ngata Survey and Extraction"
|
||||
tier = 2
|
||||
lore_archetype = "deep_rock_extraction"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 706"
|
||||
headquarters_settlement = "Ngata's Star"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["rare_minerals"]
|
||||
secondary_commodities = ["metallic_ore"]
|
||||
branded_products = ["Ngata Deep Survey Certificate", "North Rare Grade Standard", "NSE Verified Deposit Report"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The north reach's primary rare mineral survey and extraction operation. Known for unusually deep seismic surveys that locate deposits the standard scan misses."
|
||||
character = "Technically excellent, somewhat secretive about methodology. Ngata Survey knows where the rare minerals are because they take the survey methods seriously. New deposits are not announced publicly until permits are secured."
|
||||
|
||||
[old_prospect_quarry]
|
||||
name = "Prospect Hill Quarry"
|
||||
tier = 2
|
||||
lore_archetype = "deep_rock_extraction"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 402"
|
||||
headquarters_settlement = "Prospect Hill"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["stone"]
|
||||
secondary_commodities = ["metallic_ore"]
|
||||
branded_products = ["Prospect Hill Standard Stone", "PHQ Structural Grade", "North Reach Building Stone"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The established stone extraction operation at the deep north's oldest settled system. Stone from Prospect Hill has built stations throughout the outer north corridor."
|
||||
character = "Old, established, and quietly proud of how many walls are made from their output. Prospect Hill Quarry measures time in geological terms and finds human urgency slightly endearing."
|
||||
|
||||
[dunmore_water_works]
|
||||
name = "Dunmore Deep Water Works"
|
||||
tier = 2
|
||||
lore_archetype = "gas_giant_skimming"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 653"
|
||||
headquarters_settlement = "Dunmore"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["water"]
|
||||
secondary_commodities = ["chemical_feedstock", "fusion_fuel"]
|
||||
branded_products = ["Dunmore Deep Water Extract", "Far North Fuel Feedstock", "DDW Volatiles Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Gas giant volatiles extraction and water supply for the far north corridor. Running at the outer edge of Commission oversight with fully certified operations."
|
||||
character = "Isolated, competent, running at yield trend confidential rates. Dunmore Deep Water Works does not explain its yield projections. This is commercially rational."
|
||||
|
||||
[koskinen_prospectors]
|
||||
name = "Koskinen Prospectors Collective"
|
||||
tier = 2
|
||||
lore_archetype = "asteroid_belt_mining"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 876"
|
||||
headquarters_settlement = "Koskinen's Reach"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["metallic_ore"]
|
||||
secondary_commodities = ["rare_minerals"]
|
||||
branded_products = ["Koskinen Belt Standard Ore", "KPC Cooperative Claim Certificate", "Northern Belt Mineral Extract"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Belt mining cooperative operating the Koskinen system's extensive asteroid resources. Self-contained and independent, filing the absolute minimum required paperwork."
|
||||
character = "Self-sufficient by design. The Collective has been managing its own affairs for two centuries without particularly needing outside assistance. Visitor timing is noted."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# FREIGHT AND TRANSIT
|
||||
# ==========================================================================
|
||||
|
||||
[okafor_station_freight]
|
||||
name = "Okafor Station Freight"
|
||||
tier = 2
|
||||
lore_archetype = "corridor_freight_operator"
|
||||
behavioral_archetype = "distributor"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 139"
|
||||
headquarters_settlement = "Okafor Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["freight_haulers"]
|
||||
secondary_commodities = ["agricultural_produce"]
|
||||
branded_products = ["Okafor Inner North Express", "OKF Standard Cargo Bond", "North Corridor Manifest Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The freight operation that grew out of Okafor Station's original transit role, now serving the inner-north as a general cargo handler."
|
||||
character = "Helpful, somewhat bureaucratic, very welcoming. Okafor Station Freight has the best customs officers in the north. They are also the only customs officers in the north you will not have to argue with."
|
||||
|
||||
[lacaille_north_freight]
|
||||
name = "Lacaille North Freight"
|
||||
tier = 2
|
||||
lore_archetype = "corridor_freight_operator"
|
||||
behavioral_archetype = "distributor"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 825"
|
||||
headquarters_settlement = "Lacaille"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["freight_haulers"]
|
||||
secondary_commodities = ["consumer_goods"]
|
||||
branded_products = ["Lacaille North Standard Load", "LNF Certified Transit Certificate", "Far North Express Route"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The north reach's primary long-haul freight operation, running routes from inner north to far north systems. Principled operator with an unusual Commission-positive attitude."
|
||||
character = "Reliable, certified, proud of clean Commission paperwork. Lacaille North Freight considers its compliance record a competitive advantage. This is a personality trait as much as a business decision."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# MEDICAL, CERTIFICATION, HOSPITALITY
|
||||
# ==========================================================================
|
||||
|
||||
[uusi_vantaa_health]
|
||||
name = "Uusi Vantaa Health Collective"
|
||||
tier = 2
|
||||
lore_archetype = "medical_re_embodiment_clinic"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 1230A"
|
||||
headquarters_settlement = "Uusi Vantaa"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["medical_services"]
|
||||
secondary_commodities = ["medical_goods"]
|
||||
branded_products = ["Uusi Vantaa Community Health Program", "UVHC Basic Re-embodiment", "Far North Medical Access Package"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Medical cooperative for a developing outer-north system, providing accessible healthcare including basic re-embodiment to a community that cannot afford Somatic Futures."
|
||||
character = "Cooperative, not profitable, essential. Uusi Vantaa Health runs on member contributions and the conviction that accessible healthcare is not a luxury. The waiting list is long. The care is good."
|
||||
|
||||
[outer_north_certification]
|
||||
name = "Outer North Certification Services"
|
||||
tier = 2
|
||||
lore_archetype = "commission_certification_agent"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 877"
|
||||
headquarters_settlement = "Holmgren's Passage"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["commission_certification"]
|
||||
secondary_commodities = ["legal_services"]
|
||||
branded_products = ["ONCS Route-Rider Certificate", "Far North Compliance Package", "Outer North Filing Service"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The Commission certification intermediary for outer-north systems, running a route-rider service that brings certification to systems too small for a resident Commission office."
|
||||
character = "Pragmatic, honest about what they are. They are the Commission's convenience service for the outer north. The fee is worth it for operators who cannot lose a season waiting for a review appointment."
|
||||
|
||||
[calloway_heritage_tourism]
|
||||
name = "Calloway Heritage Tourism"
|
||||
tier = 2
|
||||
lore_archetype = "destination_hospitality_operator"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 3325"
|
||||
headquarters_settlement = "Calloway Reach"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["tourism"]
|
||||
secondary_commodities = ["hospitality", "entertainment"]
|
||||
branded_products = ["Calloway Heritage Tour", "Four Hundred Year Experience", "Distillery Circuit Pass"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The collective hospitality operation serving the Calloway Reach distillery tourism circuit. Manages accommodation, guided tours, and the carefully staged experience of 400-year-old whisky heritage."
|
||||
character = "Curated, atmospheric, slightly theatrical. Calloway Heritage Tourism packages the Calloway brand for visitors. The product is authenticity, carefully managed."
|
||||
|
||||
[enugu_trade_house]
|
||||
name = "Enugu Trade House"
|
||||
tier = 2
|
||||
lore_archetype = "distribution_clearing_hub"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "north_reach"
|
||||
headquarters_system = "GJ 75"
|
||||
headquarters_settlement = "Enugu"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = ["agricultural_produce", "consumer_goods"]
|
||||
branded_products = ["Enugu Commodity Consolidation", "ETH Far North Clearing Service", "North Reach Trade Deposit"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = false
|
||||
backstory = "A long-established north reach distribution and commodity consolidation operation, commercially essential to the far north supply chains."
|
||||
character = "Commercially essential and aware of it. Enugu Trade House has watched other operations come and go in the far north while it remains because it holds the relationships. Ownership is documented elsewhere, as noted."
|
||||
@@ -0,0 +1,426 @@
|
||||
# ==========================================================================
|
||||
# Settled Reach — Tier-2 Corporation Catalog: South Reach Corridor
|
||||
# Source of truth. Compiled to economy.db via `make economy-db`.
|
||||
#
|
||||
# Coverage: commercial_law_firm, commission_certification_agent,
|
||||
# pharmaceutical_manufacturer, industrial_staple_farming,
|
||||
# deep_rock_extraction, gas_giant_skimming, gateway_transit_operator,
|
||||
# heavy_industrial_manufacturer, risk_underwriting_house,
|
||||
# biosphere_cultivation, perishable_chain_operator, medical_re_embodiment_clinic,
|
||||
# distribution_clearing_hub, corridor_freight_operator,
|
||||
# destination_hospitality_operator, station_module_constructor,
|
||||
# frontier_ice_mining, textile_craft_guild
|
||||
# Notable systems: Matamba (GJ 884), Altair (GJ 768), Zenzele (GJ 1111),
|
||||
# Confluência (GJ 566B), Inhambane (GJ 54), Nowa Huta (GJ 896A),
|
||||
# Mwangaza (GJ 693), Velha Guarda (GJ 4A), Fragua (GJ 567)
|
||||
# ==========================================================================
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# LEGAL AND FINANCIAL
|
||||
# ==========================================================================
|
||||
|
||||
[matamba_legal_practice]
|
||||
name = "Matamba Legal Practice"
|
||||
tier = 2
|
||||
lore_archetype = "commercial_law_firm"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 884"
|
||||
headquarters_settlement = "Matamba"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["legal_services"]
|
||||
secondary_commodities = ["insurance"]
|
||||
branded_products = ["Matamba Archive Opinion", "MLP South Corridor Precedent Brief", "Four Century Commercial Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Four centuries of being right, on the record. The south reach's primary commercial law institution, with an exceptional archive of south corridor precedent."
|
||||
character = "Calm, comprehensive, four centuries deep. Matamba Legal does not take shortcuts. They also do not lose. These facts are connected."
|
||||
|
||||
[caparica_advocates]
|
||||
name = "Caparica Advocates' Cooperative"
|
||||
tier = 2
|
||||
lore_archetype = "commercial_law_firm"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 1002"
|
||||
headquarters_settlement = "Caparica"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["legal_services"]
|
||||
secondary_commodities = ["commission_certification"]
|
||||
branded_products = ["Caparica Commercial Advocate Service", "Mid-South Resource Rights Brief", "Outer Corridor Dispute Resolution"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "A legal cooperative serving Caparica and the mid-south corridor, specializing in outer reach commercial disputes and resource rights."
|
||||
character = "Cooperative, meticulous, good at self-sufficiency in every dimension including legal. Caparica Advocates handles disputes that larger firms find too regional to bother with."
|
||||
|
||||
[altair_certification]
|
||||
name = "Altair Certification and Inspection"
|
||||
tier = 2
|
||||
lore_archetype = "commission_certification_agent"
|
||||
behavioral_archetype = "monopolist"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 768"
|
||||
headquarters_settlement = "Altair"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["commission_certification"]
|
||||
secondary_commodities = ["legal_services"]
|
||||
branded_products = ["Altair South Corridor Certification", "ACI Last-Stop Compliance Stamp", "Southbound Goods Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The Commission checkpoint for the south reach entry corridor. Controls certification throughput for southbound commercial traffic. Last stop means no appeals process if you failed to certify upstream."
|
||||
character = "Checkpoint psychology: the Altair team knows you need their stamp, and they are very thorough. Last stop means no appeals process if you failed to certify upstream."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# MANUFACTURING AND EXTRACTION
|
||||
# ==========================================================================
|
||||
|
||||
[confluencia_chemical]
|
||||
name = "Confluência Chemical Group"
|
||||
tier = 2
|
||||
lore_archetype = "pharmaceutical_manufacturer"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 566B"
|
||||
headquarters_settlement = "Confluência"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["chemicals"]
|
||||
secondary_commodities = ["chemical_feedstock", "organic_compounds"]
|
||||
branded_products = ["Confluência Industrial Grade Chemical", "CCG Agricultural Solvent Standard", "South Reach Process Chemical"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "South reach pharmaceutical precursor and industrial chemistry production, operating in the shadow of SCV. Focuses on agricultural chemical and industrial solvent applications."
|
||||
character = "Industrial, correct, not prestigious. Confluência Chemical Group makes the fertilizers and industrial solvents that nobody writes about but everyone needs."
|
||||
|
||||
[nowa_huta_drilling]
|
||||
name = "Nowa Huta Drilling Equipment"
|
||||
tier = 2
|
||||
lore_archetype = "heavy_industrial_manufacturer"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 896A"
|
||||
headquarters_settlement = "Nowa Huta"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["heavy_equipment"]
|
||||
secondary_commodities = ["refined_metals", "structural_panels"]
|
||||
branded_products = ["Nowa Huta Deep Drill Series", "NHDE South Belt Excavator", "Nowa Standard Extraction Platform"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Every drill in the south reach has their name on it — or at least their design. Nowa Huta produces extraction equipment for the south corridor's mining operations."
|
||||
character = "Industrial pride, high output, strong opinion about the quality of competing designs. Nowa Huta Drilling does not have a marketing department. It has a quality record."
|
||||
|
||||
[zenzele_metal_works]
|
||||
name = "Zenzele Metal Works"
|
||||
tier = 2
|
||||
lore_archetype = "deep_rock_extraction"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 1111"
|
||||
headquarters_settlement = "Zenzele"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["metallic_ore"]
|
||||
secondary_commodities = ["refined_metals", "stone"]
|
||||
branded_products = ["Zenzele Standard Ore", "ZMW South Belt Grade", "Zenzele Bulk Metals Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The operational extraction company that Baektu Mining Alliance relies on for Zenzele system ore processing. Technically independent but practically integrated into the Baektu supply chain."
|
||||
character = "Workmanlike, output-focused, not entirely comfortable with the Baektu relationship. Built to last and reluctant to explain the ownership structure."
|
||||
|
||||
[fragua_metalworks]
|
||||
name = "Fragua Metalworks"
|
||||
tier = 2
|
||||
lore_archetype = "heavy_industrial_manufacturer"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 567"
|
||||
headquarters_settlement = "Fragua"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["heavy_equipment"]
|
||||
secondary_commodities = ["advanced_alloys", "refined_metals"]
|
||||
branded_products = ["Fragua Precision Fabrication", "Eight-Generation Standard Frame", "Fragua South Build Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Eight generations of knowing exactly how it fits together. Heavy fabrication for the south reach's extraction infrastructure. Has refused corporate acquisition four times."
|
||||
character = "Generational expertise, family ownership, allergic to shortcuts. Fragua Metalworks has refused corporate acquisition four times. The quality record is worth more than the buyout offer."
|
||||
|
||||
[dzimbahwe_construction]
|
||||
name = "Dzimbahwe Permanent Structures"
|
||||
tier = 2
|
||||
lore_archetype = "station_module_constructor"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 4053"
|
||||
headquarters_settlement = "Dzimbahwe"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["habitat_modules"]
|
||||
secondary_commodities = ["structural_panels", "stone"]
|
||||
branded_products = ["Dzimbahwe Permanent Module", "DPS Four-Century Standard Frame", "South Reach Station Section"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Permanent by design. Station module and surface construction for the south corridor, operating with a philosophy that built things should outlast the reasons they were built."
|
||||
character = "Patient, structural, four-century planning horizon. Dzimbahwe Permanent Structures builds things to last. This is not a marketing claim."
|
||||
|
||||
[koeberg_fuel_works]
|
||||
name = "Koeberg Fuel Works"
|
||||
tier = 2
|
||||
lore_archetype = "frontier_ice_mining"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 1245B"
|
||||
headquarters_settlement = "Koeberg"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["fusion_fuel"]
|
||||
secondary_commodities = ["water", "chemical_feedstock"]
|
||||
branded_products = ["Koeberg Refined Fuel Standard", "KFW Mid-South Fuel Supply", "South Ice Extract Grade"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Fuel supply for the mid-south corridor, extracting and refining water ice from the outer system bodies in the Koeberg zone."
|
||||
character = "Quiet on purpose, functional, keeping the fuel flowing. Koeberg Fuel Works does not seek attention. The fuel arrives."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# AGRICULTURE AND FOOD
|
||||
# ==========================================================================
|
||||
|
||||
[inhambane_agricultural]
|
||||
name = "Inhambane Agricultural"
|
||||
tier = 2
|
||||
lore_archetype = "industrial_staple_farming"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 54"
|
||||
headquarters_settlement = "Inhambane"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce"]
|
||||
secondary_commodities = ["processed_food"]
|
||||
branded_products = ["Inhambane Export Grain", "IA South Staple Standard", "Fed-First Agricultural Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Fed everyone else first, still has enough. South reach staple food production for export to the outer south and deep frontier systems."
|
||||
character = "Patient, productive, uncelebrated. Inhambane Agricultural has been feeding the south corridor for centuries and expects no recognition for it. It has its crop yields. It is fine."
|
||||
|
||||
[inhambane_cold_chain]
|
||||
name = "Inhambane Perishable Distribution"
|
||||
tier = 2
|
||||
lore_archetype = "perishable_chain_operator"
|
||||
behavioral_archetype = "distributor"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 54"
|
||||
headquarters_settlement = "Inhambane"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce"]
|
||||
secondary_commodities = ["medical_goods", "processed_food"]
|
||||
branded_products = ["Inhambane Cold Freight Standard", "IPD South Perishable Express", "Outer South Food Supply Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The cold chain network that carries Inhambane's agricultural surplus to outer south systems, operating refrigerated freight capacity across multiple southern systems."
|
||||
character = "Temperature-obsessed, reliable, the kind of operation that sends daily transit updates nobody asked for. The food arrives cold. This is the product."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# ENERGY AND WATER
|
||||
# ==========================================================================
|
||||
|
||||
[caparica_water_cooperative]
|
||||
name = "Caparica Water Cooperative"
|
||||
tier = 2
|
||||
lore_archetype = "gas_giant_skimming"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 1002"
|
||||
headquarters_settlement = "Caparica"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["water"]
|
||||
secondary_commodities = ["fusion_fuel", "chemical_feedstock"]
|
||||
branded_products = ["Caparica Self-Supply Water Standard", "CWC Gas Giant Extract", "Self-Sufficient Fuel Package"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Self-sufficient by necessity, disciplined by tradition. Caparica's water cooperative runs the gas giant extraction that has made the system genuinely independent of outer supply chains."
|
||||
character = "Cooperative, self-sufficient, politely closed to outside questions. They have what they need. It took four generations to build. The documentation of how is not public."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# BIOSCIENCES
|
||||
# ==========================================================================
|
||||
|
||||
[mwangaza_applied_chemistry]
|
||||
name = "Mwangaza Applied Chemistry"
|
||||
tier = 2
|
||||
lore_archetype = "biosphere_cultivation"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 693"
|
||||
headquarters_settlement = "Mwangaza"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["organic_compounds"]
|
||||
secondary_commodities = ["chemicals"]
|
||||
branded_products = ["Mwangaza Synthetic Biological", "MAC Novel Compound Extract", "South Reach Discovery Series"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Made something the universe did not have before — a suite of synthetic organic compounds derived from Mwangaza's unique biosphere chemistry, with pharmaceutical applications discovered after initial industrial use."
|
||||
character = "Quietly extraordinary, not very commercially sophisticated. Mwangaza Applied Chemistry has the compound. They are still figuring out what to charge for it."
|
||||
|
||||
[kaapse_baai_biosciences]
|
||||
name = "Kaapse Baai Biosciences"
|
||||
tier = 2
|
||||
lore_archetype = "biosphere_cultivation"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 213"
|
||||
headquarters_settlement = "Kaapse Baai"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["organic_compounds"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["Kaapse Reserve Biological Extract", "KBB Proprietary Compound Series", "Irreplaceable Grade Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Irreplaceable by definition — Kaapse Baai's unique biosphere produces organic compounds that cannot be synthetically replicated and have no analogues elsewhere in the Reach."
|
||||
character = "Understated about its uniqueness, aggressive about its patents. Kaapse Baai Biosciences does not advertise what it makes. It has waiting lists."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# TRANSIT, INSURANCE, HOSPITALITY
|
||||
# ==========================================================================
|
||||
|
||||
[crux_station_routing]
|
||||
name = "Crux Station Routing"
|
||||
tier = 2
|
||||
lore_archetype = "gateway_transit_operator"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 1061"
|
||||
headquarters_settlement = "Crux Station"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["freight_haulers"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["Crux Junction Transit Certificate", "CSR South Routing Priority", "Essential Junction Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The transit hub at the south reach's essential junction. Legally optional, operationally indispensable."
|
||||
character = "Essential, slightly amused by its own necessity. Crux Station Routing watches operators pretend they have alternatives and waits. They do not have alternatives."
|
||||
|
||||
[matamba_risk_mutual]
|
||||
name = "Matamba Risk Mutual"
|
||||
tier = 2
|
||||
lore_archetype = "risk_underwriting_house"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 884"
|
||||
headquarters_settlement = "Matamba"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["insurance"]
|
||||
secondary_commodities = ["financial_services"]
|
||||
branded_products = ["Matamba Cargo Mutual Policy", "South Reach Agricultural Cover", "Outer South Transit Indemnity"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "South reach mutual insurance cooperative, specializing in cargo and agricultural risk across the volatile outer south region."
|
||||
character = "Practical, claims-focused, built by communities that had been underserved by core underwriters. They pay promptly because their members need prompt payment."
|
||||
|
||||
[porto_fechado_storage]
|
||||
name = "Porto Fechado Storage and Clearing"
|
||||
tier = 2
|
||||
lore_archetype = "distribution_clearing_hub"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 785"
|
||||
headquarters_settlement = "Porto Fechado"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["consumer_goods"]
|
||||
secondary_commodities = ["agricultural_produce", "refined_metals"]
|
||||
branded_products = ["Porto Fechado Bonded Storage Certificate", "PFSC South Clearing Service", "Closed Port Consolidated Cargo"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = false
|
||||
backstory = "Commodity storage and clearing for the outer south, operating behind the deliberately quiet posture that Porto Fechado's commercial reputation requires."
|
||||
character = "Closed in name, efficient in practice. Porto Fechado Storage moves a great deal of commodity and does not talk about it. This is by design."
|
||||
|
||||
[velha_guarda_heritage]
|
||||
name = "Velha Guarda Cultural Heritage"
|
||||
tier = 2
|
||||
lore_archetype = "destination_hospitality_operator"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 4A"
|
||||
headquarters_settlement = "Velha Guarda"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["tourism"]
|
||||
secondary_commodities = ["hospitality"]
|
||||
branded_products = ["Velha Guarda Heritage Experience", "Four Hundred Year Visit", "VGCH Deep South Tour"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Four hundred years still there, always will be. Cultural destination operator for one of the oldest south reach settlements. Manages the experience of four centuries of continuous occupation."
|
||||
character = "Four hundred years and no hurry. Velha Guarda Heritage is not optimizing its offerings. It is maintaining them. Visitors come for the permanence, not the novelty."
|
||||
|
||||
[morales_end_medical]
|
||||
name = "Morales' End Medical"
|
||||
tier = 2
|
||||
lore_archetype = "medical_re_embodiment_clinic"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 412A"
|
||||
headquarters_settlement = "Morales' End"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["medical_services"]
|
||||
secondary_commodities = ["medical_goods"]
|
||||
branded_products = ["Morales' End Re-embodiment Protocol", "Far South Medical Standard", "MEd Emergency Procedure"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = false
|
||||
backstory = "Far enough out that Commission certification for re-embodiment is a two-year waiting list. Morales' End Medical fills the gap with licensed procedures — barely."
|
||||
character = "Pragmatic, slightly harried, doing what needs doing. Far enough. No further."
|
||||
|
||||
[karoo_textile_works]
|
||||
name = "Karoo Textile Works"
|
||||
tier = 2
|
||||
lore_archetype = "textile_craft_guild"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "south_reach"
|
||||
headquarters_system = "GJ 222A"
|
||||
headquarters_settlement = "Karoo"
|
||||
currency_preference = "tractus"
|
||||
bloc_affiliation = "assembly"
|
||||
scope = "regional"
|
||||
primary_commodities = ["textiles"]
|
||||
secondary_commodities = ["consumer_goods"]
|
||||
branded_products = ["Karoo Standard Functional Textile", "KTW South Grade Fabric", "Comfortable Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Functional textile production for the south reach, operating at scale in a system comfortable with not being examined too closely."
|
||||
character = "Comfortable, efficient, not forthcoming. Karoo Textile Works makes good textiles. Why they are comfortable is not examined."
|
||||
@@ -0,0 +1,609 @@
|
||||
# ==========================================================================
|
||||
# Settled Reach — Tier-2 Corporation Catalog: West Reach Corridor
|
||||
# Source of truth. Compiled to economy.db via `make economy-db`.
|
||||
#
|
||||
# COMPACT FRAMING NOTE: High intensity corps here reflect principled non-compliance
|
||||
# with Commission authority, not criminality. Mark-denominated trade, Compact
|
||||
# customs arrangements, and Commission-avoided supply chains are normal commerce
|
||||
# in this corridor. shadow_connections = true reflects opacity to Commission audit,
|
||||
# not criminal operations.
|
||||
#
|
||||
# Coverage: financial_clearing_house, corridor_freight_operator, gateway_transit_operator,
|
||||
# heavy_industrial_manufacturer, commercial_law_firm, deep_rock_extraction,
|
||||
# precision_instrument_maker, distribution_clearing_hub, gas_giant_skimming,
|
||||
# industrial_staple_farming, intelligence_network, deep_ocean_fishery,
|
||||
# station_module_constructor, fermentation_cooperative, risk_underwriting_house,
|
||||
# perishable_chain_operator, destination_hospitality_operator, asteroid_belt_mining,
|
||||
# frontier_ice_mining
|
||||
# ==========================================================================
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# FINANCIAL SERVICES (COMPACT ZONE)
|
||||
# ==========================================================================
|
||||
|
||||
[hansestadt_mark_exchange]
|
||||
name = "Hansestadt Mark Exchange"
|
||||
tier = 2
|
||||
lore_archetype = "financial_clearing_house"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 832"
|
||||
headquarters_settlement = "Hansestadt"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = ["insurance"]
|
||||
branded_products = ["Hansestadt Mark Clearing Certificate", "HME Compact Settlement Slip", "Free West Exchange Bond"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The commercial financial hub for the inner Compact zone, providing Mark-denominated clearing and credit for west corridor operators at Hansestadt, the zone's principal trade junction."
|
||||
character = "Financially pragmatic, cooperative governance, overtly comfortable with the Compact framing. The Mark is not the second-best currency here; it is the currency. Tractus is accepted at a fee."
|
||||
|
||||
[ostmark_credit_cooperative]
|
||||
name = "Ostmark Credit Cooperative"
|
||||
tier = 2
|
||||
lore_archetype = "financial_clearing_house"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 601A"
|
||||
headquarters_settlement = "Rand"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["Ostmark Credit Account", "OCC Mark Deposit Instrument", "Compact Zone Credit Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The financial institution of the Compact's institutional anchor — a cooperative credit and clearing operation that operates entirely in Mark and explicitly refuses Assembly-certified banking protocols."
|
||||
character = "Mark-denominated, principled, aware of its symbolic importance. Ostmark Credit Cooperative is the bank that the Compact founding members use. This is not incidental."
|
||||
|
||||
[marktfeld_trade_house]
|
||||
name = "Marktfeld Trade House"
|
||||
tier = 2
|
||||
lore_archetype = "distribution_clearing_hub"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 643"
|
||||
headquarters_settlement = "Marktfeld"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = ["consumer_goods", "agricultural_produce"]
|
||||
branded_products = ["Marktfeld Rate Card", "MTH West Clearing Protocol", "Free Rate Commercial Settlement"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = false
|
||||
backstory = "The outer west's commercial clearing hub, where the rate card is indeed a starting point. Multi-commodity distribution and informal financial services at the Compact's commercial edge."
|
||||
character = "Commercial, negotiable, comfortable with ambiguity. Marktfeld Trade House does not have fixed prices. It has starting positions. Everything from there is a conversation."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# LEGAL
|
||||
# ==========================================================================
|
||||
|
||||
[neustadt_commercial_bureau]
|
||||
name = "Neustadt Commercial Bureau"
|
||||
tier = 2
|
||||
lore_archetype = "commercial_law_firm"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 526"
|
||||
headquarters_settlement = "Neustadt"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["legal_services"]
|
||||
secondary_commodities = ["commission_certification"]
|
||||
branded_products = ["Neustadt Dual-Framework Brief", "NCB Cross-Zone Commercial Opinion", "Border Law Consultation Package"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "Legal and commercial intermediary services at the Compact's inner border. Sovereign enough to navigate both Assembly and Compact legal frameworks without losing either client."
|
||||
character = "Ask the broker — genuinely neutral between the two legal regimes, which makes it valuable to both. Neustadt Commercial Bureau has survived sixty years by being useful to people who don't agree on much else."
|
||||
|
||||
[gammelstad_commercial_archive]
|
||||
name = "Gammelstad Commercial Archive"
|
||||
tier = 2
|
||||
lore_archetype = "intelligence_network"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 1232"
|
||||
headquarters_settlement = "Gammelstad"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = ["legal_services"]
|
||||
branded_products = ["Gammelstad Historical Trade Record", "GCA Deep Archive Access", "Ancient West Corridor Dataset"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Ancient, pending translation — literally. Gammelstad's commercial archive contains west reach trade records going back centuries, in formats that require specialist interpretation."
|
||||
character = "Institutional memory as commercial product. Gammelstad Commercial Archive sells access to information that does not exist anywhere else. The translation service is extra."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# FREIGHT AND LOGISTICS (COMPACT)
|
||||
# ==========================================================================
|
||||
|
||||
[kapteyn_freight_company]
|
||||
name = "Kapteyn Freight Company"
|
||||
tier = 2
|
||||
lore_archetype = "corridor_freight_operator"
|
||||
behavioral_archetype = "distributor"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 191"
|
||||
headquarters_settlement = "Kapteyn's Star"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["freight_haulers"]
|
||||
secondary_commodities = ["consumer_goods"]
|
||||
branded_products = ["Kapteyn West Standard Load", "KFC Compact Route Certificate", "Free Haul Freight Bond"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The outer west corridor's most efficient freight operator, running cargo on the inner Compact zone's routes with a clear-eyed focus on throughput."
|
||||
character = "Efficient, not equally so for everyone — Kapteyn Freight's route priorities favor the Compact's trade infrastructure over Assembly-directed freight."
|
||||
|
||||
[krakow_junction_transit]
|
||||
name = "Kraków Junction Transit Authority"
|
||||
tier = 2
|
||||
lore_archetype = "gateway_transit_operator"
|
||||
behavioral_archetype = "intermediary"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 1116B"
|
||||
headquarters_settlement = "Kraków Junction"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["freight_haulers"]
|
||||
secondary_commodities = []
|
||||
branded_products = ["Kraków Junction Priority Routing", "KJTA Compact Transit Certificate", "West Hub Standard Transfer"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = true
|
||||
backstory = "The junction routing operation at the west reach's primary inner-zone hub, transparent about its routing rules because the summary, anyway, is public."
|
||||
character = "Systematic, slightly political, transparent up to a point. Kraków Junction Transit Authority publishes its routing priorities. The full prioritization matrix is available on request."
|
||||
|
||||
[westmark_cold_distribution]
|
||||
name = "Westmark Cold Distribution"
|
||||
tier = 2
|
||||
lore_archetype = "perishable_chain_operator"
|
||||
behavioral_archetype = "distributor"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 601A"
|
||||
headquarters_settlement = "Rand"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce"]
|
||||
secondary_commodities = ["medical_goods", "processed_food"]
|
||||
branded_products = ["Westmark Cold Freight Standard", "WCD Compact Medical Supply Chain", "Free Corridor Perishable Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The Compact's cold-chain logistics for food and medical supply, running through Compact customs arrangements without Commission certification requirements."
|
||||
character = "Compact-internal, Mark-denominated, very clear about its political positioning. Westmark Cold Distribution does not deal with Commission paperwork. This is a feature."
|
||||
|
||||
[brennans_freight_company]
|
||||
name = "Brennan's Freight Company"
|
||||
tier = 2
|
||||
lore_archetype = "corridor_freight_operator"
|
||||
behavioral_archetype = "distributor"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 628"
|
||||
headquarters_settlement = "Brennan's Drift"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["freight_haulers"]
|
||||
secondary_commodities = ["consumer_goods", "agricultural_produce"]
|
||||
branded_products = ["Brennan's Standard West Load", "BFC Consistent Freight Certificate", "Drift Route Bond"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = false
|
||||
backstory = "Consistent freight service on the inner west corridor, ownership history on request. Has been running the same routes with the same reliability for three generations."
|
||||
character = "Consistent, ownership-complicated, professionally excellent. Brennan's Freight Company moves cargo. The ownership structure is available on request. The cargo moves either way."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# MANUFACTURING AND EXTRACTION (COMPACT)
|
||||
# ==========================================================================
|
||||
|
||||
[dokkum_mechanical_works]
|
||||
name = "Dokkum Mechanical Works"
|
||||
tier = 2
|
||||
lore_archetype = "heavy_industrial_manufacturer"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 506"
|
||||
headquarters_settlement = "Dokkum"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["heavy_equipment"]
|
||||
secondary_commodities = ["transport_vehicles", "refined_metals"]
|
||||
branded_products = ["Dokkum West Standard Machine", "DMW Compact Industrial Series", "Dokkum Extraction Platform"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = false
|
||||
backstory = "Industrial machinery production for the west corridor's extraction and manufacturing base, operating in a zone where Commission certification is technically required and practically negotiated."
|
||||
character = "Industrious, curious about the specs (technically), not very interested in Commission approval timelines. Dokkum Mechanical makes good machinery and does not want to discuss the certification backlog."
|
||||
|
||||
[freiholt_alloy_works]
|
||||
name = "Freiholt Alloy Works"
|
||||
tier = 2
|
||||
lore_archetype = "heavy_industrial_manufacturer"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 453"
|
||||
headquarters_settlement = "Freiholt"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["advanced_alloys"]
|
||||
secondary_commodities = ["structural_panels", "refined_metals"]
|
||||
branded_products = ["Freiholt Compact Alloy Standard", "FAW West Junction Series", "Freiholt Structural Panel Grade"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The industrial manufacturing operation that makes Freiholt a Compact manufacturing center — alloys, structural panels, heavy equipment from the junction system's industrial base."
|
||||
character = "Principled, exportable, aware that its manufacturing output is the Compact's hard argument for self-sufficiency. Export destination is at buyer's discretion. This is a political statement."
|
||||
|
||||
[eisentor_metallurgy]
|
||||
name = "Eisentor Metallurgy"
|
||||
tier = 2
|
||||
lore_archetype = "deep_rock_extraction"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 3454"
|
||||
headquarters_settlement = "Eisentor"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["metallic_ore"]
|
||||
secondary_commodities = ["refined_metals", "stone"]
|
||||
branded_products = ["Eisentor West Grade Ore", "EMG Gate Junction Standard", "Compact Ore Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Essential extraction and primary metals processing at the outer west's principal gate junction. The hardware question — whether to use Commission-certified gate components or Compact equivalents — is under review."
|
||||
character = "Essential, hardware-minded, in the middle of a political question it did not ask to be in. Eisentor Metallurgy makes metals. The political question is above its weight class."
|
||||
|
||||
[torsby_precision_works]
|
||||
name = "Torsby Precision Works"
|
||||
tier = 2
|
||||
lore_archetype = "precision_instrument_maker"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 442A"
|
||||
headquarters_settlement = "Torsby"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["electronics"]
|
||||
secondary_commodities = ["drive_cores"]
|
||||
branded_products = ["Torsby Precision Instrument", "TPW West Corridor Standard", "Torsby Compact-Grade Electronics"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = false
|
||||
backstory = "Patent-pending-sort-of instruments for the west corridor's technical manufacturing base. Makes precision components that may or may not comply with Commission certification, depending on how one reads the requirements."
|
||||
character = "Technically meticulous, legally creative. Torsby Precision Works makes excellent instruments. Whether they are Commission-certified is a question that has produced several memos."
|
||||
|
||||
[bakshi_spur_mining]
|
||||
name = "Bakshi Spur Mining"
|
||||
tier = 2
|
||||
lore_archetype = "deep_rock_extraction"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 631"
|
||||
headquarters_settlement = "Bakshi Spur"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["rare_minerals"]
|
||||
secondary_commodities = ["metallic_ore"]
|
||||
branded_products = ["Bakshi Spur Mineral Certificate", "BSM Compact Rare Grade", "Eighty-Year Reserve Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Mineral-rich for another eighty years or so. Compact-affiliated extraction in the outer west, operating on a timeline everyone understands but no one announces."
|
||||
character = "Productive with awareness of the timeline. Bakshi Spur Mining knows the reserves have a horizon. It is making the most of the remaining eighty years and planning accordingly."
|
||||
|
||||
[bergtor_belt_operations]
|
||||
name = "Bergtor Belt Operations"
|
||||
tier = 2
|
||||
lore_archetype = "asteroid_belt_mining"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 505A"
|
||||
headquarters_settlement = "Bergtor"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["metallic_ore"]
|
||||
secondary_commodities = ["stone"]
|
||||
branded_products = ["Bergtor Belt Ore Standard", "BBO Compact Belt Certificate", "West Belt Grade Consolidated"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Extractive belt mining for the inner Compact zone's heavy industry. Infrastructure plans are under revision after the last geological survey returned unexpected results."
|
||||
character = "Extractive, not communicative. Bergtor Belt Operations extracts ore. The infrastructure plans are under revision. Why is also not disclosed."
|
||||
|
||||
[kopparhytta_mining_guild]
|
||||
name = "Kopparhytta Mining Guild"
|
||||
tier = 2
|
||||
lore_archetype = "deep_rock_extraction"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 542"
|
||||
headquarters_settlement = "Kopparhytta"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["metallic_ore"]
|
||||
secondary_commodities = ["rare_minerals"]
|
||||
branded_products = ["Kopparhytta Guild Grade", "KMG Deep Seam Certificate", "Craftworthy Standard Ore"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Craftworthy extraction at the deep west's most mineral-rich system. Geological projections are held proprietary because the deposit projections are the business's primary asset."
|
||||
character = "Craftworthy, secretive about projections. Kopparhytta Mining Guild has worked these deposits for centuries. How much remains is information it is not sharing."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# ENERGY AND WATER
|
||||
# ==========================================================================
|
||||
|
||||
[rodvik_geothermal_works]
|
||||
name = "Rødvik Geothermal Works"
|
||||
tier = 2
|
||||
lore_archetype = "gas_giant_skimming"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 581"
|
||||
headquarters_settlement = "Rødvik"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["water"]
|
||||
secondary_commodities = ["chemical_feedstock", "fusion_fuel"]
|
||||
branded_products = ["Rødvik Geothermal Water Standard", "RGW Compact Fuel Feedstock", "Outer West Energy Supply Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Geothermally reliable energy and water supply for the outer west corridor, until someone actually investigates the deep geology. The reliability is real; the duration is uncertain."
|
||||
character = "Confident about its output, less confident about its projection models. Rødvik Geothermal Works delivers consistently. How long this will continue is a matter on which it declines to speculate."
|
||||
|
||||
[ross154_water_cooperative]
|
||||
name = "Ross 154 Water Cooperative"
|
||||
tier = 2
|
||||
lore_archetype = "frontier_ice_mining"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 729"
|
||||
headquarters_settlement = "Ross 154"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["water"]
|
||||
secondary_commodities = ["fusion_fuel"]
|
||||
branded_products = ["Ross Water Cooperative Standard", "Inner West Ice Extract", "Free Fuel Feedstock Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The inner west's fusion fuel feedstock supply, running ice extraction and basic refinement as a cooperative resource for the corridor's energy needs."
|
||||
character = "Energetic in the most literal sense — provides the energy supply. Keep your helmet on."
|
||||
|
||||
[grunfeld_self_supply]
|
||||
name = "Grünfeld Self-Supply"
|
||||
tier = 2
|
||||
lore_archetype = "distribution_clearing_hub"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 1"
|
||||
headquarters_settlement = "Grünfeld"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["consumer_goods"]
|
||||
secondary_commodities = ["agricultural_produce", "processed_food"]
|
||||
branded_products = ["Grünfeld Self-Supply Standard Pack", "GSS Internal Distribution Certificate", "Compact Self-Reliance Bundle"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Self-sufficient, defining 'self' carefully. The cooperative clearing and distribution operation that keeps Grünfeld genuinely independent of Assembly supply chains."
|
||||
character = "Self-sufficient to the point of institutional identity. Grünfeld Self-Supply does not want external supply chains. It has designed itself around not needing them. This is the Compact framing in its most literal form."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# AGRICULTURE AND FOOD (COMPACT)
|
||||
# ==========================================================================
|
||||
|
||||
[sonnwend_grain_collective]
|
||||
name = "Sonnwend Grain Collective"
|
||||
tier = 2
|
||||
lore_archetype = "industrial_staple_farming"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 320"
|
||||
headquarters_settlement = "Sonnwend"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce"]
|
||||
secondary_commodities = ["processed_food"]
|
||||
branded_products = ["Sonnwend Reserve Grain", "Compact Breadbasket Standard", "SGC Deep West Staple"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The Compact's breadbasket, organized as a grain cooperative because that is what the west reach does with food production. Reserves compensate for corridor price volatility."
|
||||
character = "Self-sufficient, organized, aware that its agricultural output makes it strategically important to the Compact. The Collective does not advertise this. It holds the reserves."
|
||||
|
||||
[groenland_export_cooperative]
|
||||
name = "Groenland Export Cooperative"
|
||||
tier = 2
|
||||
lore_archetype = "industrial_staple_farming"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 3333"
|
||||
headquarters_settlement = "Groenland"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce"]
|
||||
secondary_commodities = ["processed_food"]
|
||||
branded_products = ["Groenland Export Grade Grain", "GEC Compact Agricultural Standard", "Pragmatic Member Supply Certificate"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The Compact's pragmatic agricultural export operation — the specific economic entity that made Compact membership arithmetically attractive for Groenland."
|
||||
character = "Self-sufficient, planning for others' emergencies. Groenland Export Cooperative knows it joined the Compact for trade economics. It is comfortable with this. The grain keeps the option open."
|
||||
|
||||
[traagwater_organic_collective]
|
||||
name = "Traagwater Organic Collective"
|
||||
tier = 2
|
||||
lore_archetype = "industrial_staple_farming"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 370"
|
||||
headquarters_settlement = "Traagwater"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce"]
|
||||
secondary_commodities = ["organic_compounds"]
|
||||
branded_products = ["Traagwater Slow Standard", "TOC Organic Collective Pack", "Provisionally Complete Harvest"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Unhurried agricultural production in a system that has been establishing itself provisionally for long enough that 'provisional' has become an identity."
|
||||
character = "Unhurried, not yet finished. Traagwater Organic Collective grows food at a pace consistent with its governance model. The governance model is also not yet finished."
|
||||
|
||||
[halvoy_aquaculture_cooperative]
|
||||
name = "Halvøy Aquaculture Cooperative"
|
||||
tier = 2
|
||||
lore_archetype = "deep_ocean_fishery"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 624"
|
||||
headquarters_settlement = "Halvøy"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["agricultural_produce"]
|
||||
secondary_commodities = ["processed_food", "organic_compounds"]
|
||||
branded_products = ["Halvøy Sea Harvest Standard", "HAC Deep Shelf Produce", "Halvøy Ocean Select"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Halvøy thrives on its shallow productive seas. The Aquaculture Cooperative manages the fish farming and processing operations that make Halvøy genuinely self-sufficient."
|
||||
character = "Content in a way that surprises outsiders. Halvøy Aquaculture Cooperative does not need to be discovered. It is fine. The seas produce. The cooperative manages. This is enough."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# CONSTRUCTION AND HOSPITALITY
|
||||
# ==========================================================================
|
||||
|
||||
[steinfeld_construction_works]
|
||||
name = "Steinfeld Construction Works"
|
||||
tier = 2
|
||||
lore_archetype = "station_module_constructor"
|
||||
behavioral_archetype = "producer"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 454"
|
||||
headquarters_settlement = "Steinfeld"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["habitat_modules"]
|
||||
secondary_commodities = ["structural_panels"]
|
||||
branded_products = ["Steinfeld Compact Module", "SCW Stable Structure Standard", "Deep West Habitat Section"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Stable, some geography still unaccounted for. Station and surface construction for the deep west, using local extraction and western corridor supply chains."
|
||||
character = "Stable in the way that things built properly are stable. Steinfeld Construction Works does not cut corners. Some of its geography is indeed unaccounted for. This is a surveying problem, not a quality problem."
|
||||
|
||||
[nyrheim_builders_collective]
|
||||
name = "Nyrheim Builders Collective"
|
||||
tier = 2
|
||||
lore_archetype = "station_module_constructor"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 3737"
|
||||
headquarters_settlement = "Nyrheim"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["habitat_modules"]
|
||||
secondary_commodities = ["structural_panels"]
|
||||
branded_products = ["Nyrheim Compact Build Standard", "NBC Principled Construction Certificate", "Under-Construction Habitat Unit"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Principled construction for a system still under construction, in both the literal and governance senses. The Collective holds Compact values and builds things to Compact specifications."
|
||||
character = "Principled about everything, including construction standards. Nyrheim Builders Collective uses Compact technical specifications, not Commission standards. The buildings are structurally sound. The specifications debate is ongoing."
|
||||
|
||||
[lichtung_arts_collective]
|
||||
name = "Lichtung Arts Collective"
|
||||
tier = 2
|
||||
lore_archetype = "destination_hospitality_operator"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 356A"
|
||||
headquarters_settlement = "Lichtung"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["tourism"]
|
||||
secondary_commodities = ["entertainment", "hospitality"]
|
||||
branded_products = ["Lichtung F-Type Experience", "LAC Chromatic Arts Program", "Lichtung Residency"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "The Reach's only F-type arts colony in the west corridor. Managing the chromatic environment and cultural experience operations that Lichtung's unusual stellar spectrum enables."
|
||||
character = "Genuinely unusual, slightly resentful that the lawyers have arrived. Lichtung Arts Collective creates experiences that cannot be replicated in normal stellar light. The lawyers are discussing the IP."
|
||||
|
||||
[brueckenau_hospitality_cooperative]
|
||||
name = "Brückenau Hospitality Cooperative"
|
||||
tier = 2
|
||||
lore_archetype = "destination_hospitality_operator"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 798"
|
||||
headquarters_settlement = "Brückenau"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["hospitality"]
|
||||
secondary_commodities = ["tourism", "entertainment"]
|
||||
branded_products = ["Brückenau Farmhouse Stop", "BHC West Corridor Hospitality", "Talbreu-Adjacent Experience"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Worth stopping for, recent events unexplained. Franconian heritage hospitality in the deep west — farmhouse tradition, local products, the genuine west reach stop on the Compact's cultural circuit."
|
||||
character = "Worth stopping for. The hospitality is genuine, the food is from here, the lager is Talbreu-adjacent, and the recent events are not being discussed."
|
||||
|
||||
|
||||
# ==========================================================================
|
||||
# INTELLIGENCE
|
||||
# ==========================================================================
|
||||
|
||||
[seidramadr_analytics]
|
||||
name = "Seiðrmaðr Analytics"
|
||||
tier = 2
|
||||
lore_archetype = "intelligence_network"
|
||||
behavioral_archetype = "specialist"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 809"
|
||||
headquarters_settlement = "Seiðrmaðr"
|
||||
currency_preference = "mark"
|
||||
bloc_affiliation = "compact"
|
||||
scope = "regional"
|
||||
primary_commodities = ["financial_services"]
|
||||
secondary_commodities = ["legal_services"]
|
||||
branded_products = ["Seiðrmaðr Deep Compact Analysis", "SDA West Reach Intelligence Brief", "Exceptional Analysis Service"]
|
||||
shadow_connections = true
|
||||
gate_energy_dependent = false
|
||||
backstory = "Exceptional in ways that are not publicly available. Commercial intelligence operation for the deep Compact zone, providing market analysis that the Commission's tools cannot generate."
|
||||
character = "Exceptional, opaque about method. Seiðrmaðr Analytics knows things. How it knows them is not available. Its analysis record is exceptional."
|
||||
|
||||
[port_makela_marine_mutual]
|
||||
name = "Port Mäkelä Marine Mutual"
|
||||
tier = 2
|
||||
lore_archetype = "risk_underwriting_house"
|
||||
behavioral_archetype = "cooperative"
|
||||
corridor = "west_reach"
|
||||
headquarters_system = "GJ 229"
|
||||
headquarters_settlement = "Port Mäkelä"
|
||||
currency_preference = "mixed"
|
||||
bloc_affiliation = "independent"
|
||||
scope = "regional"
|
||||
primary_commodities = ["insurance"]
|
||||
secondary_commodities = ["financial_services"]
|
||||
branded_products = ["Port Mäkelä Marine Policy", "PMM West Freight Cover", "1953 Terms Insurance Standard"]
|
||||
shadow_connections = false
|
||||
gate_energy_dependent = false
|
||||
backstory = "Marine and freight insurance for the inner west corridor, running on terms set in 1953 (adjusted for Compact norms) because the original terms were good."
|
||||
character = "Convenient, traditional, unapologetically stable. Port Mäkelä Marine Mutual has the same rate schedule it has always had, adjusted for inflation, not complexity."
|
||||
Reference in New Issue
Block a user