From 92ad6b9515477d03cc464179df11098bec99d336 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 12 Apr 2026 19:43:49 +0200 Subject: [PATCH 1/4] =?UTF-8?q?feat(wiki):=20Sprint=2035=20copy=20delivera?= =?UTF-8?q?bles=20=E2=80=94=20glossary,=20brand=20corps,=20brand=20templat?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - wiki/glossary.md: canonical proper nouns, factions, currencies, corridors, key locations, economics terminology, drift forms (tasks #840) - wiki/economics/corporations/tier1.toml: add Calloway Distillery, Vins de Grand Vide, thrds, Bífröst Marmor brand corp records (#830) - wiki/economics/archetypes/brand_templates.toml: 126 templates (42 archetypes × 3 scale tiers) covering all 8 brand categories and all 6 corridors (#831) - wiki/index.md: add glossary link under Reference section Co-Authored-By: Claude Sonnet 4.6 --- .../economics/archetypes/brand_templates.toml | 2043 +++++++++++++++++ wiki/economics/corporations/tier1.toml | 86 + wiki/glossary.md | 176 ++ wiki/index.md | 1 + 4 files changed, 2306 insertions(+) create mode 100644 wiki/economics/archetypes/brand_templates.toml create mode 100644 wiki/glossary.md diff --git a/wiki/economics/archetypes/brand_templates.toml b/wiki/economics/archetypes/brand_templates.toml new file mode 100644 index 000000000..2999306a2 --- /dev/null +++ b/wiki/economics/archetypes/brand_templates.toml @@ -0,0 +1,2043 @@ +# ========================================================================== +# Settled Reach — Brand Archetype Templates +# Source of truth for minor brand generation via generate_brands pipeline (#829). +# ~42 archetypes × 3 sub-variants (local / regional / reach_wide) = 126 templates. +# +# Fields: +# archetype_group Shared name for all variants of one archetype +# brand_category One of 8 (D-189 section 1) +# scale_tier local | regional | reach_wide +# naming_pattern Corridor and naming style guidance for Gemma 2 prompt +# commodity_inputs Array of {commodity_id, quantity_min, quantity_max} per tick +# (per single brand instance; multiplied by instance count for sim demand) +# premium_range [min, max] multiplier above commodity cost base +# scarcity_class capped (hard ceiling) | constrained (soft limit) | +# scalable (growth-limited) | unlimited (fully elastic) +# value_trajectory appreciating | depreciating | timeless +# description One-line template description for generation guidance +# terroir_locked (terroir brands) true = location-bound per D-177 +# reference_population (cultural brands, D-190) addressable population context for volume +# +# Decisions: D-189 (brand layer architecture), D-190 (volume calibration), +# D-177 (productivity constraints), D-185 (brands not commodities) +# Sprint: 35 — feeds #829 (Sprint 36 generate_brands pipeline) +# ========================================================================== + + +# ========================================================================== +# TERROIR (5 archetypes × 3 = 15 templates) +# Location-locked production exploiting system-specific conditions +# ========================================================================== + +[cold_climate_spirits__local] +archetype_group = "cold_climate_spirits" +brand_category = "terroir" +scale_tier = "local" +naming_pattern = "north_reach — surname distillery or place compound: 'MacAllister Blend', 'Coldwater Works', 'Dunmore Single', 'Braehill Reserve'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 5, quantity_max = 20}, + {commodity_id = "timber", quantity_min = 1, quantity_max = 4}, + {commodity_id = "water", quantity_min = 3, quantity_max = 10} +] +premium_range = [2.5, 8.0] +scarcity_class = "capped" +value_trajectory = "appreciating" +terroir_locked = true +description = "Single-system cold-climate grain spirits. Halo product; 12–20y aging pipeline limits volume structurally. System-specific mineral water and cold-adapted grain." + +[cold_climate_spirits__regional] +archetype_group = "cold_climate_spirits" +brand_category = "terroir" +scale_tier = "regional" +naming_pattern = "north_reach — place name with corridor register word: 'Glen Standard Blend', 'Northfield Corridor Malt', 'Dunbar Export'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 20, quantity_max = 80}, + {commodity_id = "timber", quantity_min = 4, quantity_max = 15}, + {commodity_id = "water", quantity_min = 10, quantity_max = 40} +] +premium_range = [1.8, 4.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +terroir_locked = true +description = "North-reach corridor whisky brand. Ships to adjacent 3–5 systems. Premium maintained by provenance; aging pipeline shorter (8–12y) than halo tier." + +[cold_climate_spirits__reach_wide] +archetype_group = "cold_climate_spirits" +brand_category = "terroir" +scale_tier = "reach_wide" +naming_pattern = "north_reach — generic compass noun or compound: 'Northern Standard', 'Reach Grain Blend', 'Cold Meridian'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 100, quantity_max = 400}, + {commodity_id = "water", quantity_min = 50, quantity_max = 200}, + {commodity_id = "chemicals", quantity_min = 5, quantity_max = 20} +] +premium_range = [1.2, 2.0] +scarcity_class = "scalable" +value_trajectory = "depreciating" +terroir_locked = false +description = "Budget north-reach grain spirits brand. Volume tier serving reach-wide market. Terroir claim is cultural affiliation, not location lock. Depreciating: product-cycle refresh required." + +# -------------------------------------------------------------------------- + +[stellar_spectrum_wine__local] +archetype_group = "stellar_spectrum_wine" +brand_category = "terroir" +scale_tier = "local" +naming_pattern = "west_reach — French/Francophone estate or family name: 'Domaine des Étoiles', 'Château Fond de Ciel', 'Mas de la Traversée', 'Clos du Passage'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 8, quantity_max = 30}, + {commodity_id = "chemicals", quantity_min = 1, quantity_max = 4}, + {commodity_id = "organic_compounds", quantity_min = 1, quantity_max = 3} +] +premium_range = [3.0, 10.0] +scarcity_class = "capped" +value_trajectory = "appreciating" +terroir_locked = true +description = "F8V stellar spectrum classified wine estate. Varietal genetic divergence makes production location-absolute. Grand Classé tier — collector market, inner-corridor distribution." + +[stellar_spectrum_wine__regional] +archetype_group = "stellar_spectrum_wine" +brand_category = "terroir" +scale_tier = "regional" +naming_pattern = "west_reach — estate or collective name in Francophone pattern: 'Vins de Corridors', 'Clos Standard', 'Domaine de l'Intérieur', 'Traversée Corridor'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 40, quantity_max = 160}, + {commodity_id = "chemicals", quantity_min = 5, quantity_max = 20}, + {commodity_id = "organic_compounds", quantity_min = 3, quantity_max = 12} +] +premium_range = [1.8, 4.5] +scarcity_class = "constrained" +value_trajectory = "appreciating" +terroir_locked = true +description = "West-reach corridor wine brand — Classé middle tier or large-production estate. Appreciated with vintage age; 5y+ pipeline for constrained supply." + +[stellar_spectrum_wine__reach_wide] +archetype_group = "stellar_spectrum_wine" +brand_category = "terroir" +scale_tier = "reach_wide" +naming_pattern = "west_reach/neutral — name suggests provenance but volume production: 'Corridor Blanc', 'Table du Vide', 'Deep West Standard', 'Reach Table'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 200, quantity_max = 800}, + {commodity_id = "chemicals", quantity_min = 20, quantity_max = 80}, + {commodity_id = "processed_food", quantity_min = 5, quantity_max = 20} +] +premium_range = [1.15, 2.0] +scarcity_class = "scalable" +value_trajectory = "depreciating" +terroir_locked = false +description = "Reach-wide budget table wine brand. Cultural affiliation with west_reach wine culture; no F8V lock. Volume tier; refresh cycle required as product ages in market." + +# -------------------------------------------------------------------------- + +[deep_harvest_seafood_brand__local] +archetype_group = "deep_harvest_seafood_brand" +brand_category = "terroir" +scale_tier = "local" +naming_pattern = "east_reach — ocean/depth word in Korean/Tagalog pattern: 'Dagat Blue', 'Haensal Reserve', 'Cheonsu Deep', 'Nori Collective Label'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 10, quantity_max = 35}, + {commodity_id = "organic_compounds", quantity_min = 3, quantity_max = 12}, + {commodity_id = "chemicals", quantity_min = 1, quantity_max = 4} +] +premium_range = [2.0, 6.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +terroir_locked = true +description = "East_reach deep-ocean fishery with system-specific ecosystem identity. Blue-label grade; cultural cachet from Filipino/Korean maritime heritage. Organic compound byproduct." + +[deep_harvest_seafood_brand__regional] +archetype_group = "deep_harvest_seafood_brand" +brand_category = "terroir" +scale_tier = "regional" +naming_pattern = "east_reach — fleet name or collective in Korean/Tagalog register: 'Blue Standard', 'Dagat Grade', 'Haensal Corridor', 'Pelagic East'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 50, quantity_max = 180}, + {commodity_id = "organic_compounds", quantity_min = 10, quantity_max = 40}, + {commodity_id = "processed_food", quantity_min = 5, quantity_max = 20} +] +premium_range = [1.5, 3.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +terroir_locked = true +description = "East_reach corridor seafood brand. Multi-system distribution from primary harvest system. Timeless: cultural identity stable across market cycles." + +[deep_harvest_seafood_brand__reach_wide] +archetype_group = "deep_harvest_seafood_brand" +brand_category = "terroir" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — ocean reference without strong cultural inflection: 'Deep Standard', 'Pelagic Grade', 'Sea Table', 'Ocean Reach'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 150, quantity_max = 600}, + {commodity_id = "processed_food", quantity_min = 20, quantity_max = 80}, + {commodity_id = "chemicals", quantity_min = 5, quantity_max = 20} +] +premium_range = [1.1, 1.8] +scarcity_class = "scalable" +value_trajectory = "depreciating" +terroir_locked = false +description = "Volume-tier processed seafood brand reaching reach-wide market. East_reach cultural affiliation without system specificity. Depreciating: quality homogenization over distribution." + +# -------------------------------------------------------------------------- + +[volcanic_mineral_water__local] +archetype_group = "volcanic_mineral_water" +brand_category = "terroir" +scale_tier = "local" +naming_pattern = "south_reach — Portuguese/Swahili geological word: 'Fonte Vulcânica', 'Mto wa Mawe', 'Pedra Viva', 'Mvuke Reserve'" +commodity_inputs = [ + {commodity_id = "water", quantity_min = 15, quantity_max = 50}, + {commodity_id = "chemicals", quantity_min = 1, quantity_max = 3} +] +premium_range = [2.0, 7.0] +scarcity_class = "capped" +value_trajectory = "appreciating" +terroir_locked = true +description = "Volcanic aquifer mineral water. System-specific mineral composition non-replicable. Premium as health/purity brand in inner-corridor and south_reach high-population markets." + +[volcanic_mineral_water__regional] +archetype_group = "volcanic_mineral_water" +brand_category = "terroir" +scale_tier = "regional" +naming_pattern = "south_reach — source name with corridor register: 'Pedra Standard', 'Volcanic Grade', 'Fonte Corridor', 'Lava Spring'" +commodity_inputs = [ + {commodity_id = "water", quantity_min = 60, quantity_max = 200}, + {commodity_id = "chemicals", quantity_min = 3, quantity_max = 10} +] +premium_range = [1.5, 3.5] +scarcity_class = "constrained" +value_trajectory = "timeless" +terroir_locked = true +description = "South_reach corridor mineral water brand. Regional distribution within 4-5 hop radius of source system." + +[volcanic_mineral_water__reach_wide] +archetype_group = "volcanic_mineral_water" +brand_category = "terroir" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — generic purity noun: 'Clear Standard', 'Pure Reach', 'Mineral Grade', 'Source Series'" +commodity_inputs = [ + {commodity_id = "water", quantity_min = 300, quantity_max = 1000}, + {commodity_id = "chemicals", quantity_min = 10, quantity_max = 30} +] +premium_range = [1.08, 1.5] +scarcity_class = "scalable" +value_trajectory = "depreciating" +terroir_locked = false +description = "Reach-wide bottled water brand. Minimal terroir claim. Volume-tier. Depreciating: commodity pressure from local water brands in each system." + +# -------------------------------------------------------------------------- + +[old_growth_botanical_spirits__local] +archetype_group = "old_growth_botanical_spirits" +brand_category = "terroir" +scale_tier = "local" +naming_pattern = "frontier — founder surname + botanical noun: 'Vasquez Botanical', 'Chen Old Growth', 'Okafor Root Spirits', 'Müller Frontier Gin'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 4, quantity_max = 15}, + {commodity_id = "organic_compounds", quantity_min = 2, quantity_max = 8}, + {commodity_id = "water", quantity_min = 2, quantity_max = 8} +] +premium_range = [2.0, 6.0] +scarcity_class = "capped" +value_trajectory = "appreciating" +terroir_locked = true +description = "Frontier botanical spirits using native flora unavailable elsewhere. Micro-production; system-endemic plants provide flavor profile specific to settlement world." + +[old_growth_botanical_spirits__regional] +archetype_group = "old_growth_botanical_spirits" +brand_category = "terroir" +scale_tier = "regional" +naming_pattern = "frontier — founder name or settlement name + spirits type: 'Okafor Station Gin', 'New Reach Botanical', 'Frontier Reserve', 'Settlement Series'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 20, quantity_max = 70}, + {commodity_id = "organic_compounds", quantity_min = 8, quantity_max = 30}, + {commodity_id = "water", quantity_min = 10, quantity_max = 40} +] +premium_range = [1.6, 3.5] +scarcity_class = "constrained" +value_trajectory = "timeless" +terroir_locked = true +description = "Frontier botanical spirits reaching adjacent systems. Corridor novelty value: 'you can only get this at the edge.' Timeless: frontier mystique is durable." + +[old_growth_botanical_spirits__reach_wide] +archetype_group = "old_growth_botanical_spirits" +brand_category = "terroir" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — frontier reference without location specificity: 'Frontier Botanical', 'Edge Series', 'Outer Reach Spirits', 'Settlement Standard'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 100, quantity_max = 400}, + {commodity_id = "organic_compounds", quantity_min = 20, quantity_max = 80}, + {commodity_id = "chemicals", quantity_min = 5, quantity_max = 15} +] +premium_range = [1.15, 2.2] +scarcity_class = "scalable" +value_trajectory = "depreciating" +terroir_locked = false +description = "Volume-tier frontier-themed spirits brand. Reach-wide distribution. Frontier claim is marketing affiliation; production is not system-locked. Depreciating as novelty fades." + + +# ========================================================================== +# HERITAGE_CRAFT (6 archetypes × 3 = 18 templates) +# Guild, cooperative, and craft-tradition production +# ========================================================================== + +[native_fiber_apparel__local] +archetype_group = "native_fiber_apparel" +brand_category = "heritage_craft" +scale_tier = "local" +naming_pattern = "north_reach — lowercase or compound functional word: 'croft', 'broch standard', 'highland threads', 'waulk collective'" +commodity_inputs = [ + {commodity_id = "organic_compounds", quantity_min = 8, quantity_max = 25}, + {commodity_id = "textiles", quantity_min = 2, quantity_max = 8}, + {commodity_id = "chemicals", quantity_min = 1, quantity_max = 3} +] +premium_range = [2.5, 7.0] +scarcity_class = "capped" +value_trajectory = "timeless" +description = "North_reach native fiber garment cooperative. System-endemic biological fiber with 200+ year breeding lineage. Halo product; functional-aesthetic crossover." + +[native_fiber_apparel__regional] +archetype_group = "native_fiber_apparel" +brand_category = "heritage_craft" +scale_tier = "regional" +naming_pattern = "north_reach — surname + garment noun or collective compound: 'Callum & Co', 'North Thread Works', 'Outer Layer Standard', 'Highland Guild'" +commodity_inputs = [ + {commodity_id = "organic_compounds", quantity_min = 30, quantity_max = 100}, + {commodity_id = "textiles", quantity_min = 8, quantity_max = 30}, + {commodity_id = "chemicals", quantity_min = 3, quantity_max = 12} +] +premium_range = [1.8, 4.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "North_reach corridor fiber apparel brand. Corridor transit culture adopts as functional signal good. Timeless: identity-durable across fashion cycles." + +[native_fiber_apparel__reach_wide] +archetype_group = "native_fiber_apparel" +brand_category = "heritage_craft" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — functional garment noun without strong cultural specificity: 'Field Layer Standard', 'Outer Series', 'Transit Grade', 'Work Layer'" +commodity_inputs = [ + {commodity_id = "organic_compounds", quantity_min = 80, quantity_max = 300}, + {commodity_id = "textiles", quantity_min = 30, quantity_max = 120}, + {commodity_id = "chemicals", quantity_min = 10, quantity_max = 40} +] +premium_range = [1.2, 2.0] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Volume-tier functional apparel brand. Fiber sourced from multiple systems; heritage claim is design lineage, not material exclusivity. Depreciating without design refresh." + +# -------------------------------------------------------------------------- + +[fermentation_artisan_foods__local] +archetype_group = "fermentation_artisan_foods" +brand_category = "heritage_craft" +scale_tier = "local" +naming_pattern = "east_reach — compound Korean/Japanese word: 'Hangan Ferment', 'Doenjang Standard', 'Ume Collective', 'Natto Guild', 'Koji Works'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 10, quantity_max = 35}, + {commodity_id = "organic_compounds", quantity_min = 3, quantity_max = 12}, + {commodity_id = "chemicals", quantity_min = 1, quantity_max = 4} +] +premium_range = [2.0, 5.0] +scarcity_class = "constrained" +value_trajectory = "appreciating" +description = "East_reach fermentation collective. Traditional paste/condiment/preserve production with cultural identity as product. Multi-century recipe archive. Appreciating: aged batches premium." + +[fermentation_artisan_foods__regional] +archetype_group = "fermentation_artisan_foods" +brand_category = "heritage_craft" +scale_tier = "regional" +naming_pattern = "east_reach — place name + process word in Korean register: 'Jeonnam Standard', 'Old Table Grade', 'Corridor Paste', 'Reserve Ferment'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 40, quantity_max = 140}, + {commodity_id = "organic_compounds", quantity_min = 10, quantity_max = 40}, + {commodity_id = "chemicals", quantity_min = 3, quantity_max = 10} +] +premium_range = [1.5, 3.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "East_reach corridor fermented food brand. 3–7 hop distribution from origin system. Timeless: cultural food identity stable in diaspora east_reach markets." + +[fermentation_artisan_foods__reach_wide] +archetype_group = "fermentation_artisan_foods" +brand_category = "heritage_craft" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — process descriptor without corridor specificity: 'Ferment Standard', 'Culture Grade', 'Condiment Series', 'Table Paste'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 150, quantity_max = 500}, + {commodity_id = "processed_food", quantity_min = 20, quantity_max = 80}, + {commodity_id = "chemicals", quantity_min = 8, quantity_max = 30} +] +premium_range = [1.1, 1.8] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide fermented condiment brand. East_reach cultural affiliation, volume production outside origin systems. Depreciating without cultural renewal." + +# -------------------------------------------------------------------------- + +[woodcraft_cooperage__local] +archetype_group = "woodcraft_cooperage" +brand_category = "heritage_craft" +scale_tier = "local" +naming_pattern = "north_reach — place name + cooperage or wood noun: 'Dunbar Cask Works', 'Stillvakt Cooperage', 'Hardwood Guild', 'Northern Oak'" +commodity_inputs = [ + {commodity_id = "timber", quantity_min = 8, quantity_max = 25}, + {commodity_id = "organic_compounds", quantity_min = 2, quantity_max = 8}, + {commodity_id = "refined_metals", quantity_min = 1, quantity_max = 4} +] +premium_range = [2.0, 5.0] +scarcity_class = "capped" +value_trajectory = "appreciating" +description = "North_reach managed-forestry cooperage. Hardwood casks and precision woodwork for spirits aging and specialist construction. 40–60y replanting cycle constrains volume." + +[woodcraft_cooperage__regional] +archetype_group = "woodcraft_cooperage" +brand_category = "heritage_craft" +scale_tier = "regional" +naming_pattern = "north_reach — surname or system name + craft noun: 'Callum Stave Works', 'Nordmark Timber Grade', 'North Cask Standard', 'Highland Wood'" +commodity_inputs = [ + {commodity_id = "timber", quantity_min = 30, quantity_max = 100}, + {commodity_id = "refined_metals", quantity_min = 3, quantity_max = 12}, + {commodity_id = "organic_compounds", quantity_min = 5, quantity_max = 20} +] +premium_range = [1.6, 3.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "North_reach corridor timber and cooperage brand. Supplies distilling and construction supply chains across corridor. Timeless: functional demand stable." + +[woodcraft_cooperage__reach_wide] +archetype_group = "woodcraft_cooperage" +brand_category = "heritage_craft" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — material descriptor: 'Standard Cask', 'Reach Timber Grade', 'Hardwood Series', 'Plank Standard'" +commodity_inputs = [ + {commodity_id = "timber", quantity_min = 100, quantity_max = 400}, + {commodity_id = "refined_metals", quantity_min = 10, quantity_max = 40}, + {commodity_id = "structural_panels", quantity_min = 5, quantity_max = 20} +] +premium_range = [1.1, 1.6] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Volume-tier timber and wood products brand. Reach-wide structural timber distribution. Heritage claim is design/quality standard, not source exclusivity." + +# -------------------------------------------------------------------------- + +[geological_prestige_stone__local] +archetype_group = "geological_prestige_stone" +brand_category = "heritage_craft" +scale_tier = "local" +naming_pattern = "north_reach/compact — Norse/German geological name: 'Kvitfjell Standard', 'Stein-Marmor', 'Grå Stein Works', 'Fjell Blue', 'Granit Guild'" +commodity_inputs = [ + {commodity_id = "stone", quantity_min = 3, quantity_max = 12}, + {commodity_id = "rare_minerals", quantity_min = 1, quantity_max = 3}, + {commodity_id = "refined_metals", quantity_min = 1, quantity_max = 4} +] +premium_range = [3.0, 12.0] +scarcity_class = "capped" +value_trajectory = "appreciating" +terroir_locked = true +description = "Prestige geological stone brand from Compact-affiliated outer system. Unique veining pattern from system-specific geological formation. Hard production ceiling per D-177." + +[geological_prestige_stone__regional] +archetype_group = "geological_prestige_stone" +brand_category = "heritage_craft" +scale_tier = "regional" +naming_pattern = "north_reach/compact — material descriptor in Norse/German: 'Stein Grade', 'Marmor Standard', 'North Stone Works', 'Compact Quarry'" +commodity_inputs = [ + {commodity_id = "stone", quantity_min = 15, quantity_max = 50}, + {commodity_id = "rare_minerals", quantity_min = 2, quantity_max = 8}, + {commodity_id = "refined_metals", quantity_min = 3, quantity_max = 10} +] +premium_range = [2.0, 5.0] +scarcity_class = "constrained" +value_trajectory = "appreciating" +terroir_locked = true +description = "Corridor-scale prestige stone brand. Halo lift from primary formation; secondary cuts and off-grades for interior architecture market. Appreciating with scarcity." + +[geological_prestige_stone__reach_wide] +archetype_group = "geological_prestige_stone" +brand_category = "heritage_craft" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — material noun without location specificity: 'Stone Grade', 'Mineral Surface', 'Reach Quarry Standard', 'Interior Stone'" +commodity_inputs = [ + {commodity_id = "stone", quantity_min = 50, quantity_max = 200}, + {commodity_id = "structural_panels", quantity_min = 5, quantity_max = 20}, + {commodity_id = "chemicals", quantity_min = 3, quantity_max = 10} +] +premium_range = [1.3, 2.5] +scarcity_class = "scalable" +value_trajectory = "timeless" +terroir_locked = false +description = "Reach-wide architectural stone brand. Heritage claim is finishing quality and processing standard, not geological source. Timeless: architectural materials maintain stable demand." + +# -------------------------------------------------------------------------- + +[traditional_metalwork_guild__local] +archetype_group = "traditional_metalwork_guild" +brand_category = "heritage_craft" +scale_tier = "local" +naming_pattern = "south_reach — Portuguese/Swahili guild or surname: 'Ferreiro Cooperativo', 'Mshauri Works', 'Forja Sul', 'Nguvu Metalcraft'" +commodity_inputs = [ + {commodity_id = "refined_metals", quantity_min = 5, quantity_max = 18}, + {commodity_id = "metallic_ore", quantity_min = 3, quantity_max = 10}, + {commodity_id = "chemicals", quantity_min = 1, quantity_max = 4} +] +premium_range = [2.0, 6.0] +scarcity_class = "constrained" +value_trajectory = "appreciating" +description = "South_reach traditional metalwork guild. Multi-century forging tradition; hand-finishing techniques specific to regional metallurgical heritage. Tools and art-metalwork." + +[traditional_metalwork_guild__regional] +archetype_group = "traditional_metalwork_guild" +brand_category = "heritage_craft" +scale_tier = "regional" +naming_pattern = "south_reach — place name + metal noun in Portuguese/Swahili: 'Sul Ferro Standard', 'Salama Forge', 'Matamba Metal Grade', 'Corridor Craft'" +commodity_inputs = [ + {commodity_id = "refined_metals", quantity_min = 20, quantity_max = 80}, + {commodity_id = "metallic_ore", quantity_min = 10, quantity_max = 40}, + {commodity_id = "advanced_alloys", quantity_min = 3, quantity_max = 12} +] +premium_range = [1.6, 3.5] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "South_reach corridor metalwork brand. Industrial tools and prestige hardware to adjacent systems. Heritage finishing standard justifies premium over commodity metal goods." + +[traditional_metalwork_guild__reach_wide] +archetype_group = "traditional_metalwork_guild" +brand_category = "heritage_craft" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — functional metal noun: 'Standard Forge', 'Reach Metal Grade', 'Tool Series', 'Alloy Craft'" +commodity_inputs = [ + {commodity_id = "refined_metals", quantity_min = 80, quantity_max = 300}, + {commodity_id = "advanced_alloys", quantity_min = 15, quantity_max = 60}, + {commodity_id = "chemicals", quantity_min = 5, quantity_max = 20} +] +premium_range = [1.1, 1.7] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Volume-tier metalwork brand. South_reach guild heritage claim; reach-wide production. Depreciating without craft credential renewal." + +# -------------------------------------------------------------------------- + +[south_reach_botanical_craft__local] +archetype_group = "south_reach_botanical_craft" +brand_category = "heritage_craft" +scale_tier = "local" +naming_pattern = "south_reach — Swahili/Portuguese botanical noun: 'Mbegu Craft', 'Extrato Sul', 'Raiz Cooperativa', 'Mvua Botanical'" +commodity_inputs = [ + {commodity_id = "organic_compounds", quantity_min = 6, quantity_max = 20}, + {commodity_id = "agricultural_produce", quantity_min = 4, quantity_max = 15}, + {commodity_id = "chemicals", quantity_min = 1, quantity_max = 4} +] +premium_range = [2.2, 6.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "South_reach botanical extract cooperative. Biosphere-derived compounds for pharmaceutical-adjacent markets and artisan food industry. System-specific biosphere ecology." + +[south_reach_botanical_craft__regional] +archetype_group = "south_reach_botanical_craft" +brand_category = "heritage_craft" +scale_tier = "regional" +naming_pattern = "south_reach — collective or place + botanical: 'Floresta Standard', 'Sul Extract Grade', 'Corridor Botanical', 'Matamba Reserve'" +commodity_inputs = [ + {commodity_id = "organic_compounds", quantity_min = 25, quantity_max = 90}, + {commodity_id = "agricultural_produce", quantity_min = 15, quantity_max = 60}, + {commodity_id = "chemicals", quantity_min = 4, quantity_max = 15} +] +premium_range = [1.6, 3.2] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "South_reach corridor botanical extract brand. Pharmaceutical and artisan food supply chains within 4–6 hop radius." + +[south_reach_botanical_craft__reach_wide] +archetype_group = "south_reach_botanical_craft" +brand_category = "heritage_craft" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — generic botanical/extract noun: 'Botanical Standard', 'Extract Grade', 'Organic Series', 'Natural Reach'" +commodity_inputs = [ + {commodity_id = "organic_compounds", quantity_min = 100, quantity_max = 380}, + {commodity_id = "agricultural_produce", quantity_min = 60, quantity_max = 220}, + {commodity_id = "chemicals", quantity_min = 15, quantity_max = 60} +] +premium_range = [1.1, 1.7] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Volume-tier botanical extract brand. South_reach provenance claim; multi-system production base. Depreciating: synthetic alternatives compete at reach-wide scale." + + +# ========================================================================== +# TECH_PREMIUM (5 archetypes × 3 = 15 templates) +# Precision manufacturing, certified hardware, and technical expertise +# ========================================================================== + +[precision_navigation_instruments__local] +archetype_group = "precision_navigation_instruments" +brand_category = "tech_premium" +scale_tier = "local" +naming_pattern = "east_reach — Korean system name + precision noun: 'Haensal Navigator', 'Cheongdo Instruments', 'Changwon Calibration', 'Dalbit Survey'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 5, quantity_max = 15}, + {commodity_id = "lattice_grade_material", quantity_min = 2, quantity_max = 6}, + {commodity_id = "advanced_alloys", quantity_min = 2, quantity_max = 7} +] +premium_range = [2.5, 7.0] +scarcity_class = "constrained" +value_trajectory = "depreciating" +description = "East_reach precision navigation instruments using lattice-grade mineral inputs. Commission-certified. Technical expertise accumulates but individual product generations depreciate." + +[precision_navigation_instruments__regional] +archetype_group = "precision_navigation_instruments" +brand_category = "tech_premium" +scale_tier = "regional" +naming_pattern = "east_reach — corridor or method compound in Korean/Japanese: 'East Navigator Standard', 'Corridor Calibration Grade', 'HP-Class Instruments', 'Oshima Survey'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 25, quantity_max = 90}, + {commodity_id = "lattice_grade_material", quantity_min = 8, quantity_max = 25}, + {commodity_id = "advanced_alloys", quantity_min = 8, quantity_max = 28} +] +premium_range = [1.8, 4.5] +scarcity_class = "constrained" +value_trajectory = "depreciating" +description = "East_reach corridor precision instruments. Commission certification required. 5-hop distribution from east_reach manufacturing hub." + +[precision_navigation_instruments__reach_wide] +archetype_group = "precision_navigation_instruments" +brand_category = "tech_premium" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — functional descriptor: 'Reach Navigator', 'Standard Survey Grade', 'Gate-Class Instruments', 'Certified Calibration'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 100, quantity_max = 400}, + {commodity_id = "lattice_substrate", quantity_min = 10, quantity_max = 40}, + {commodity_id = "advanced_alloys", quantity_min = 30, quantity_max = 120} +] +premium_range = [1.3, 2.5] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide certified navigation instruments. Standard precision class — not boutique east_reach quality but Commission-certified and widely available." + +# -------------------------------------------------------------------------- + +[implant_grade_hardware__local] +archetype_group = "implant_grade_hardware" +brand_category = "tech_premium" +scale_tier = "local" +naming_pattern = "inner_corridor — clinical or institutional word: 'Neural Standard Works', 'Commission-Grade Lattice', 'Synapse Certified', 'Meridian Implant'" +commodity_inputs = [ + {commodity_id = "implant_hardware", quantity_min = 3, quantity_max = 10}, + {commodity_id = "electronics", quantity_min = 4, quantity_max = 14}, + {commodity_id = "lattice_substrate", quantity_min = 2, quantity_max = 7} +] +premium_range = [3.0, 8.0] +scarcity_class = "constrained" +value_trajectory = "depreciating" +description = "Inner_corridor Commission-certified implant hardware brand. Local clinical distribution. Halo tier: boutique certification clinic relationship is the product as much as the hardware." + +[implant_grade_hardware__regional] +archetype_group = "implant_grade_hardware" +brand_category = "tech_premium" +scale_tier = "regional" +naming_pattern = "inner_corridor — certified grade descriptor: 'Standard Lattice Grade', 'Certified Neural Series', 'Commission Standard Implant', 'Assembly-Grade Hardware'" +commodity_inputs = [ + {commodity_id = "implant_hardware", quantity_min = 15, quantity_max = 60}, + {commodity_id = "electronics", quantity_min = 18, quantity_max = 70}, + {commodity_id = "lattice_substrate", quantity_min = 8, quantity_max = 28} +] +premium_range = [2.0, 4.5] +scarcity_class = "constrained" +value_trajectory = "depreciating" +description = "Regional Commission-certified implant hardware brand. Clinical procurement standard for medical facilities within 4-hop radius." + +[implant_grade_hardware__reach_wide] +archetype_group = "implant_grade_hardware" +brand_category = "tech_premium" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — generic certified noun: 'Reach Standard Implant', 'Grade-C Neural', 'Open Lattice Standard', 'Accessible Grade'" +commodity_inputs = [ + {commodity_id = "implant_hardware", quantity_min = 80, quantity_max = 320}, + {commodity_id = "electronics", quantity_min = 80, quantity_max = 300}, + {commodity_id = "lattice_substrate", quantity_min = 30, quantity_max = 110} +] +premium_range = [1.3, 2.5] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide standard-grade implant hardware. Entry-level certified neural lattice components; widely available but technologically depreciating against premium tiers." + +# -------------------------------------------------------------------------- + +[frontier_hardened_systems__local] +archetype_group = "frontier_hardened_systems" +brand_category = "tech_premium" +scale_tier = "local" +naming_pattern = "frontier — founder surname + hardened tech noun: 'Okafor Hardened Systems', 'Chen Station Tech', 'Reyes Pressurized Works', 'Nowak Frontier Grade'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 4, quantity_max = 14}, + {commodity_id = "advanced_alloys", quantity_min = 3, quantity_max = 10}, + {commodity_id = "refined_metals", quantity_min = 4, quantity_max = 14} +] +premium_range = [1.8, 5.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "Frontier hardened electronics and systems rated for non-standard environments. Local to origin settlement. Timeless: demand stable wherever harsh conditions persist." + +[frontier_hardened_systems__regional] +archetype_group = "frontier_hardened_systems" +brand_category = "tech_premium" +scale_tier = "regional" +naming_pattern = "frontier — settlement compound + resilience noun: 'New Reach Standard', 'Station Grade', 'Frontier Systems Certified', 'Outer Reach Electronics'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 20, quantity_max = 70}, + {commodity_id = "advanced_alloys", quantity_min = 12, quantity_max = 45}, + {commodity_id = "refined_metals", quantity_min = 15, quantity_max = 55} +] +premium_range = [1.4, 3.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "Frontier hardened systems brand reaching adjacent outer-corridor systems. Reputation built on survival in non-standard conditions frontier operators trust." + +[frontier_hardened_systems__reach_wide] +archetype_group = "frontier_hardened_systems" +brand_category = "tech_premium" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — generic durability descriptor: 'Hardened Standard', 'Field Grade Electronics', 'Rugged Series', 'Outer-Rated'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 100, quantity_max = 380}, + {commodity_id = "advanced_alloys", quantity_min = 40, quantity_max = 150}, + {commodity_id = "refined_metals", quantity_min = 60, quantity_max = 220} +] +premium_range = [1.15, 2.0] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide hardened electronics brand. Frontier credentialing without true frontier manufacturing. Depreciating: inner-corridor production efficiencies undercut margins." + +# -------------------------------------------------------------------------- + +[drive_calibration_equipment__local] +archetype_group = "drive_calibration_equipment" +brand_category = "tech_premium" +scale_tier = "local" +naming_pattern = "east_reach — technical calibration noun in Korean/Japanese: 'Kagami Calibration', 'Drive Standard Works', 'Kōsei Instruments', 'Hanyang Cal-Class'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 4, quantity_max = 13}, + {commodity_id = "drive_cores", quantity_min = 1, quantity_max = 4}, + {commodity_id = "lattice_grade_material", quantity_min = 2, quantity_max = 6} +] +premium_range = [2.5, 6.5] +scarcity_class = "constrained" +value_trajectory = "depreciating" +description = "East_reach drive core calibration instruments. Boutique local precision brand. Commission certification required; east_reach lattice-grade inputs are the differentiator." + +[drive_calibration_equipment__regional] +archetype_group = "drive_calibration_equipment" +brand_category = "tech_premium" +scale_tier = "regional" +naming_pattern = "east_reach — corridor name + calibration noun: 'East Drive Standard', 'Corridor Cal Grade', 'Certified Drive Works', 'Gate Calibration Series'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 20, quantity_max = 70}, + {commodity_id = "drive_cores", quantity_min = 5, quantity_max = 18}, + {commodity_id = "lattice_grade_material", quantity_min = 8, quantity_max = 28} +] +premium_range = [1.8, 4.0] +scarcity_class = "constrained" +value_trajectory = "depreciating" +description = "East_reach corridor drive calibration equipment. Required for gate-capable vessel maintenance; corridor-scale distribution." + +[drive_calibration_equipment__reach_wide] +archetype_group = "drive_calibration_equipment" +brand_category = "tech_premium" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — certified grade noun: 'Drive-Grade Standard', 'Certified Calibration Tool', 'Reach Drive Cal', 'Maintenance Series'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 90, quantity_max = 360}, + {commodity_id = "drive_cores", quantity_min = 20, quantity_max = 80}, + {commodity_id = "lattice_substrate", quantity_min = 15, quantity_max = 55} +] +premium_range = [1.2, 2.2] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide certified drive calibration brand. Standard maintenance-grade. Commission certified; widely distributed via freight logistics networks." + +# -------------------------------------------------------------------------- + +[certified_medical_diagnostics__local] +archetype_group = "certified_medical_diagnostics" +brand_category = "tech_premium" +scale_tier = "local" +naming_pattern = "south_reach — Portuguese/Swahili medical noun: 'Diagnosta Sul', 'Sawa Medical', 'Vida Systems', 'Afya Diagnostics'" +commodity_inputs = [ + {commodity_id = "medical_goods", quantity_min = 4, quantity_max = 14}, + {commodity_id = "electronics", quantity_min = 3, quantity_max = 10}, + {commodity_id = "chemicals", quantity_min = 2, quantity_max = 7} +] +premium_range = [2.5, 6.0] +scarcity_class = "constrained" +value_trajectory = "depreciating" +description = "South_reach Commission-certified medical diagnostic suite. Local clinical brand; technical expertise is the product. Depreciating: diagnostic technology generations turn over." + +[certified_medical_diagnostics__regional] +archetype_group = "certified_medical_diagnostics" +brand_category = "tech_premium" +scale_tier = "regional" +naming_pattern = "south_reach — institutional medical name in Portuguese/Swahili: 'Salud Standard Diagnostics', 'Afya Grade', 'Vida Medical Series', 'Sul Diagnostic Grade'" +commodity_inputs = [ + {commodity_id = "medical_goods", quantity_min = 18, quantity_max = 65}, + {commodity_id = "electronics", quantity_min = 15, quantity_max = 55}, + {commodity_id = "chemicals", quantity_min = 8, quantity_max = 28} +] +premium_range = [1.8, 3.8] +scarcity_class = "constrained" +value_trajectory = "depreciating" +description = "South_reach corridor medical diagnostic brand. Institutional procurement market; Commission certification is the value credential." + +[certified_medical_diagnostics__reach_wide] +archetype_group = "certified_medical_diagnostics" +brand_category = "tech_premium" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — certified medical grade: 'Standard Diagnostic Suite', 'Commission-Grade Medical', 'Reach Medical Standard', 'Open Diagnostic Grade'" +commodity_inputs = [ + {commodity_id = "medical_goods", quantity_min = 80, quantity_max = 300}, + {commodity_id = "electronics", quantity_min = 70, quantity_max = 260}, + {commodity_id = "chemicals", quantity_min = 30, quantity_max = 110} +] +premium_range = [1.2, 2.0] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide standard medical diagnostics. Entry-level Commission certified; widely distributed via medical supply chains to stations and outer systems." + + +# ========================================================================== +# CULTURAL (5 archetypes × 3 = 15 templates) +# Entertainment, media, publication — non-physical, platform-distributed content +# Volume annotations required per D-190 +# ========================================================================== + +[compact_music_label__local] +archetype_group = "compact_music_label" +brand_category = "cultural" +scale_tier = "local" +naming_pattern = "west_reach/compact — German/Dutch band or label name: 'Kellervolk', 'Westmark Sounds', 'Tiefton Records', 'Dunkel Label', 'Groenland Schall'" +commodity_inputs = [ + {commodity_id = "entertainment", quantity_min = 2, quantity_max = 8}, + {commodity_id = "consumer_goods", quantity_min = 1, quantity_max = 4} +] +premium_range = [1.8, 5.0] +scarcity_class = "constrained" +value_trajectory = "appreciating" +reference_population = "local release: ~50M (Compact zone corridor hop 8–12, ~2B addressable) — cult release positioning" +description = "Compact-zone music label. German/Dutch/Nordic cultural identity. Small-system origin; appreciating with cult status in west_reach diaspora markets." + +[compact_music_label__regional] +archetype_group = "compact_music_label" +brand_category = "cultural" +scale_tier = "regional" +naming_pattern = "west_reach — corridor label in German/Dutch: 'Westmark Records', 'Corridor Sound', 'Mark-Zone Label', 'Hanse Schall', 'Tiefgang Standard'" +commodity_inputs = [ + {commodity_id = "entertainment", quantity_min = 8, quantity_max = 30}, + {commodity_id = "consumer_goods", quantity_min = 3, quantity_max = 10} +] +premium_range = [1.3, 3.0] +scarcity_class = "scalable" +value_trajectory = "timeless" +reference_population = "regional release: ~200M–1B (west_reach corridor, ~8B addressable) — established regional presence" +description = "West_reach corridor music label. Multi-system distribution within Compact zone. Timeless: cultural identity stable over label lifecycle." + +[compact_music_label__reach_wide] +archetype_group = "compact_music_label" +brand_category = "cultural" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — corridor-agnostic label name: 'Reach Sound Standard', 'Open Channel', 'Signal Label', 'Platform Standard Records'" +commodity_inputs = [ + {commodity_id = "entertainment", quantity_min = 30, quantity_max = 120}, + {commodity_id = "consumer_goods", quantity_min = 8, quantity_max = 30} +] +premium_range = [1.05, 1.6] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +reference_population = "reach-wide: 500M–2B streams (Reach ~80B addressable, 0.6–2.5% penetration) — mass-market" +description = "Reach-wide distributed music label. No strong corridor identity; algorithm-distributed. Depreciating: catalog ages without new releases." + +# -------------------------------------------------------------------------- + +[east_reach_serialized_media__local] +archetype_group = "east_reach_serialized_media" +brand_category = "cultural" +scale_tier = "local" +naming_pattern = "east_reach — Korean/Japanese studio name: 'Byeolbit Studio', 'Hangang Series', 'Haensal Drama', 'Nori Productions', 'Cheong Productions'" +commodity_inputs = [ + {commodity_id = "entertainment", quantity_min = 3, quantity_max = 10}, + {commodity_id = "consumer_goods", quantity_min = 1, quantity_max = 4} +] +premium_range = [2.0, 5.5] +scarcity_class = "constrained" +value_trajectory = "appreciating" +reference_population = "local: ~30M–150M (east_reach single system, ~1B addressable) — prestige series positioning" +description = "East_reach serialized entertainment studio. Korean drama/serial production with system-specific cultural texture. Appreciating: archive gains prestige value over time." + +[east_reach_serialized_media__regional] +archetype_group = "east_reach_serialized_media" +brand_category = "cultural" +scale_tier = "regional" +naming_pattern = "east_reach — corridor brand compound in Korean/Japanese: 'East Series Standard', 'Corridor Drama Grade', 'Haensal Reach', 'Dalbit Channel'" +commodity_inputs = [ + {commodity_id = "entertainment", quantity_min = 12, quantity_max = 45}, + {commodity_id = "consumer_goods", quantity_min = 3, quantity_max = 12} +] +premium_range = [1.5, 3.5] +scarcity_class = "scalable" +value_trajectory = "timeless" +reference_population = "regional: ~500M–3B (east_reach corridor, ~15B addressable) — established catalogue" +description = "East_reach corridor serialized media brand. Multi-system distribution within east_reach and inner-corridor premium subscribers." + +[east_reach_serialized_media__reach_wide] +archetype_group = "east_reach_serialized_media" +brand_category = "cultural" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — content-type descriptor: 'Reach Series', 'Standard Drama', 'Open Channel Drama', 'Corridor Entertainment'" +commodity_inputs = [ + {commodity_id = "entertainment", quantity_min = 50, quantity_max = 200}, + {commodity_id = "consumer_goods", quantity_min = 10, quantity_max = 40} +] +premium_range = [1.05, 1.7] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +reference_population = "reach-wide: 2B–10B (Reach ~80B addressable, 2.5–12.5% penetration) — mass market catalogue" +description = "Reach-wide serialized media brand. East_reach origin with diluted cultural specificity at scale. Depreciating: series catalog ages out of subscriber interest." + +# -------------------------------------------------------------------------- + +[south_reach_oral_music_archive__local] +archetype_group = "south_reach_oral_music_archive" +brand_category = "cultural" +scale_tier = "local" +naming_pattern = "south_reach — Swahili/Portuguese musical noun: 'Vuma Records', 'Som do Sul', 'Sauti Standard', 'Muziki Collective'" +commodity_inputs = [ + {commodity_id = "entertainment", quantity_min = 2, quantity_max = 8}, + {commodity_id = "consumer_goods", quantity_min = 1, quantity_max = 3} +] +premium_range = [1.8, 5.0] +scarcity_class = "constrained" +value_trajectory = "appreciating" +reference_population = "local: ~20M–100M (south_reach single system, ~500M addressable) — oral tradition prestige" +description = "South_reach oral music archive label. Swahili/Portuguese cultural heritage. Living tradition recording; appreciating as archive deepens. Diaspora market in inner-corridor." + +[south_reach_oral_music_archive__regional] +archetype_group = "south_reach_oral_music_archive" +brand_category = "cultural" +scale_tier = "regional" +naming_pattern = "south_reach — corridor archive or collective name: 'Sul Archive Label', 'Corridor Sound South', 'Vuma Standard', 'Sauti Grade'" +commodity_inputs = [ + {commodity_id = "entertainment", quantity_min = 8, quantity_max = 28}, + {commodity_id = "consumer_goods", quantity_min = 2, quantity_max = 8} +] +premium_range = [1.3, 3.0] +scarcity_class = "scalable" +value_trajectory = "timeless" +reference_population = "regional: ~200M–1.5B (south_reach corridor, ~12B addressable) — established cultural presence" +description = "South_reach corridor music archive brand. Multi-system cultural distribution; sustained by diaspora demand." + +[south_reach_oral_music_archive__reach_wide] +archetype_group = "south_reach_oral_music_archive" +brand_category = "cultural" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — neutral culture-music descriptor: 'South Sound Standard', 'Heritage Channel', 'Archive Series', 'World Archive'" +commodity_inputs = [ + {commodity_id = "entertainment", quantity_min = 30, quantity_max = 110}, + {commodity_id = "consumer_goods", quantity_min = 8, quantity_max = 28} +] +premium_range = [1.05, 1.5] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +reference_population = "reach-wide: 500M–3B (Reach ~80B addressable, 0.6–3.5% penetration)" +description = "Reach-wide curated world music catalogue. South_reach cultural provenance claim; mass-market algorithm distribution. Depreciating without new cultural material." + +# -------------------------------------------------------------------------- + +[inner_corridor_trade_analysis__local] +archetype_group = "inner_corridor_trade_analysis" +brand_category = "cultural" +scale_tier = "local" +naming_pattern = "inner_corridor — institutional publication name: 'Meridian Standard Analysis', 'Reach Report', 'Open Horizon Feed', 'Correspondent Trade'" +commodity_inputs = [ + {commodity_id = "financial_services", quantity_min = 2, quantity_max = 7}, + {commodity_id = "legal_services", quantity_min = 1, quantity_max = 4} +] +premium_range = [1.5, 4.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +reference_population = "local subscribers: ~1M–5M (inner_corridor high-population node, ~10B addressable) — professional subscriber base" +description = "Inner_corridor commercial intelligence publication. Professional subscriber base; pricing power from information quality. Timeless: institutional market for trade analysis is stable." + +[inner_corridor_trade_analysis__regional] +archetype_group = "inner_corridor_trade_analysis" +brand_category = "cultural" +scale_tier = "regional" +naming_pattern = "inner_corridor — grade or tier in publication name: 'Standard Analysis Service', 'Corridor Intelligence Grade', 'Trade Digest', 'Reach Observer'" +commodity_inputs = [ + {commodity_id = "financial_services", quantity_min = 8, quantity_max = 28}, + {commodity_id = "legal_services", quantity_min = 3, quantity_max = 10} +] +premium_range = [1.2, 2.5] +scarcity_class = "scalable" +value_trajectory = "timeless" +reference_population = "regional subscribers: ~10M–50M (multi-system commercial market, ~50B addressable)" +description = "Regional commercial intelligence and trade analysis service. B2B subscription model; institutional demand is corridor-wide." + +[inner_corridor_trade_analysis__reach_wide] +archetype_group = "inner_corridor_trade_analysis" +brand_category = "cultural" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — mass-access publication: 'Open Trade Feed', 'Standard Market Report', 'Reach Intelligence', 'Market Grade'" +commodity_inputs = [ + {commodity_id = "financial_services", quantity_min = 30, quantity_max = 100}, + {commodity_id = "legal_services", quantity_min = 10, quantity_max = 35} +] +premium_range = [1.05, 1.5] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +reference_population = "reach-wide: 500M–5B (commercial professionals across ~80B Reach, mass-access tier)" +description = "Reach-wide commercial data feed. Entry-level trade intelligence; commodity pressure from free information sources. Depreciating without premium analysis differentiation." + +# -------------------------------------------------------------------------- + +[north_reach_artisan_publishing__local] +archetype_group = "north_reach_artisan_publishing" +brand_category = "cultural" +scale_tier = "local" +naming_pattern = "north_reach — place name + press/word noun: 'Braemar Press', 'Coldwater Edition', 'Dunmore Letter', 'Highland Word', 'MacAllister Print'" +commodity_inputs = [ + {commodity_id = "consumer_goods", quantity_min = 2, quantity_max = 7}, + {commodity_id = "timber", quantity_min = 1, quantity_max = 3} +] +premium_range = [2.0, 5.0] +scarcity_class = "constrained" +value_trajectory = "appreciating" +reference_population = "local: ~500k–5M (north_reach small system, ~100M addressable) — artisan print appreciates as archive" +description = "North_reach artisan publication. Physical and digital editions; outer-corridor literary and cultural identity. Appreciating: back catalogue gains cultural heritage value." + +[north_reach_artisan_publishing__regional] +archetype_group = "north_reach_artisan_publishing" +brand_category = "cultural" +scale_tier = "regional" +naming_pattern = "north_reach — surname + publication word in corridor register: 'Callum Edition', 'North Word Standard', 'Corridor Letter Grade', 'Highland Press'" +commodity_inputs = [ + {commodity_id = "consumer_goods", quantity_min = 8, quantity_max = 28}, + {commodity_id = "timber", quantity_min = 2, quantity_max = 8} +] +premium_range = [1.4, 3.0] +scarcity_class = "scalable" +value_trajectory = "timeless" +reference_population = "regional: ~20M–150M (north_reach corridor, ~3B addressable)" +description = "North_reach corridor publication brand. Multi-system literary and cultural distribution. Timeless: regional cultural identity sustains readership." + +[north_reach_artisan_publishing__reach_wide] +archetype_group = "north_reach_artisan_publishing" +brand_category = "cultural" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — mass-market book/serial brand: 'Standard Edition', 'Reach Letter', 'Open Press', 'Corridor Reads'" +commodity_inputs = [ + {commodity_id = "consumer_goods", quantity_min = 30, quantity_max = 110}, + {commodity_id = "processed_food", quantity_min = 3, quantity_max = 10} +] +premium_range = [1.05, 1.5] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +reference_population = "reach-wide: 1B–10B readers (Reach ~80B addressable, mass-market distribution)" +description = "Reach-wide mass-market publication brand. North_reach cultural origin diluted at scale. Depreciating: reader interest follows new releases." + + +# ========================================================================== +# SERVICE_PREMIUM (5 archetypes × 3 = 15 templates) +# Professional and experiential services; non-transportable +# ========================================================================== + +[private_commercial_arbitration__local] +archetype_group = "private_commercial_arbitration" +brand_category = "service_premium" +scale_tier = "local" +naming_pattern = "inner_corridor — institutional legal noun: 'Meridian Chambers', 'Standard Arbitration House', 'Reach Counsel', 'Assembly Dispute Office'" +commodity_inputs = [ + {commodity_id = "legal_services", quantity_min = 3, quantity_max = 10}, + {commodity_id = "financial_services", quantity_min = 1, quantity_max = 5} +] +premium_range = [2.5, 7.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "Inner_corridor private commercial arbitration house. Institutional trust built over case history. Timeless: procedural authority only improves with precedent depth." + +[private_commercial_arbitration__regional] +archetype_group = "private_commercial_arbitration" +brand_category = "service_premium" +scale_tier = "regional" +naming_pattern = "inner_corridor — multi-system or corridor-name chambers: 'Corridor Arbitration Standard', 'Reach Chambers Grade', 'Commercial Dispute Network', 'Standard Resolution'" +commodity_inputs = [ + {commodity_id = "legal_services", quantity_min = 12, quantity_max = 45}, + {commodity_id = "financial_services", quantity_min = 5, quantity_max = 18} +] +premium_range = [1.8, 4.5] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "Regional commercial arbitration network. Multi-system case jurisdiction within assembly zone. Institutional authority accumulates with case archive." + +[private_commercial_arbitration__reach_wide] +archetype_group = "private_commercial_arbitration" +brand_category = "service_premium" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — open access dispute service: 'Standard Resolution Service', 'Open Arbitration', 'Reach Dispute Grade', 'Commercial Standard Chambers'" +commodity_inputs = [ + {commodity_id = "legal_services", quantity_min = 40, quantity_max = 150}, + {commodity_id = "financial_services", quantity_min = 15, quantity_max = 55} +] +premium_range = [1.2, 2.5] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide commercial dispute resolution service. Volume arbitration for standard commercial contracts. Depreciating: lower procedural authority than established chambers." + +# -------------------------------------------------------------------------- + +[heritage_transit_dining__local] +archetype_group = "heritage_transit_dining" +brand_category = "service_premium" +scale_tier = "local" +naming_pattern = "north_reach — place name + inn/table noun: 'Braemar Standard Table', 'Coldwater Inn', 'Dunmore Rest', 'Highland Transit Stop', 'Gate Inn'" +commodity_inputs = [ + {commodity_id = "hospitality", quantity_min = 3, quantity_max = 10}, + {commodity_id = "agricultural_produce", quantity_min = 3, quantity_max = 10}, + {commodity_id = "processed_food", quantity_min = 2, quantity_max = 7} +] +premium_range = [2.0, 5.0] +scarcity_class = "constrained" +value_trajectory = "appreciating" +description = "North_reach heritage transit dining establishment. Gate-route hospitality with 100+ year provenance. Appreciating: older establishments accumulate routing culture reputation." + +[heritage_transit_dining__regional] +archetype_group = "heritage_transit_dining" +brand_category = "service_premium" +scale_tier = "regional" +naming_pattern = "north_reach — corridor dining chain name: 'North Standard Dining', 'Corridor Table Grade', 'Transit Inn Series', 'Reach Stop Brand'" +commodity_inputs = [ + {commodity_id = "hospitality", quantity_min = 12, quantity_max = 45}, + {commodity_id = "agricultural_produce", quantity_min = 10, quantity_max = 40}, + {commodity_id = "processed_food", quantity_min = 8, quantity_max = 28} +] +premium_range = [1.5, 3.0] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "North_reach corridor dining chain. Multi-location transit route hospitality brand. Timeless: consistent service identity across system locations." + +[heritage_transit_dining__reach_wide] +archetype_group = "heritage_transit_dining" +brand_category = "service_premium" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — mass-transit hospitality: 'Standard Transit Table', 'Open Table', 'Corridor Food Standard', 'Gate Dining'" +commodity_inputs = [ + {commodity_id = "hospitality", quantity_min = 40, quantity_max = 160}, + {commodity_id = "agricultural_produce", quantity_min = 35, quantity_max = 140}, + {commodity_id = "processed_food", quantity_min = 25, quantity_max = 100} +] +premium_range = [1.1, 1.8] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide transit hospitality brand. Franchise-style station dining. Depreciating: brand identity requires active maintenance against competitor entrants." + +# -------------------------------------------------------------------------- + +[compact_heritage_cuisine__local] +archetype_group = "compact_heritage_cuisine" +brand_category = "service_premium" +scale_tier = "local" +naming_pattern = "west_reach/compact — Franconian/Dutch heritage cuisine name: 'Talbreu Table', 'Bruckenau Farmhouse', 'Westmark Kitchen', 'Hanse Standard Tisch'" +commodity_inputs = [ + {commodity_id = "hospitality", quantity_min = 3, quantity_max = 10}, + {commodity_id = "agricultural_produce", quantity_min = 5, quantity_max = 18}, + {commodity_id = "processed_food", quantity_min = 3, quantity_max = 10} +] +premium_range = [2.0, 5.5] +scarcity_class = "constrained" +value_trajectory = "appreciating" +description = "Compact-zone heritage cuisine establishment. Franconian/Dutch farmhouse tradition. Appreciating: authenticity claim reinforced by provenance documentation." + +[compact_heritage_cuisine__regional] +archetype_group = "compact_heritage_cuisine" +brand_category = "service_premium" +scale_tier = "regional" +naming_pattern = "west_reach — corridor dining brand in German/Dutch register: 'Westmark Küche', 'Compact Table Standard', 'Corridor Farmhouse Grade', 'Hanse Dining'" +commodity_inputs = [ + {commodity_id = "hospitality", quantity_min = 12, quantity_max = 45}, + {commodity_id = "agricultural_produce", quantity_min = 18, quantity_max = 65}, + {commodity_id = "processed_food", quantity_min = 10, quantity_max = 38} +] +premium_range = [1.5, 3.2] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "West_reach corridor heritage cuisine chain. Compact cultural identity as brand. Timeless: regional food identity sustains through economic cycles." + +[compact_heritage_cuisine__reach_wide] +archetype_group = "compact_heritage_cuisine" +brand_category = "service_premium" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — casual heritage dining: 'Farmhouse Standard', 'Country Table', 'Corridor Kitchen', 'Heritage Dining Grade'" +commodity_inputs = [ + {commodity_id = "hospitality", quantity_min = 45, quantity_max = 180}, + {commodity_id = "agricultural_produce", quantity_min = 60, quantity_max = 240}, + {commodity_id = "processed_food", quantity_min = 30, quantity_max = 120} +] +premium_range = [1.1, 1.8] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide casual dining brand. Compact heritage affiliation without Compact-zone exclusivity. Depreciating without authentic cultural renewal." + +# -------------------------------------------------------------------------- + +[reach_commercial_consultancy__local] +archetype_group = "reach_commercial_consultancy" +brand_category = "service_premium" +scale_tier = "local" +naming_pattern = "inner_corridor — professional consultancy noun: 'Standard Commerce Partners', 'Meridian Consulting', 'Reach Associates', 'Commercial Advisors'" +commodity_inputs = [ + {commodity_id = "financial_services", quantity_min = 3, quantity_max = 10}, + {commodity_id = "legal_services", quantity_min = 2, quantity_max = 7} +] +premium_range = [2.0, 5.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "Inner_corridor commercial consultancy. Specialist advisory services for inter-system trade operations. Timeless: institutional knowledge accumulates." + +[reach_commercial_consultancy__regional] +archetype_group = "reach_commercial_consultancy" +brand_category = "service_premium" +scale_tier = "regional" +naming_pattern = "inner_corridor — multi-system advisory brand: 'Corridor Advisors', 'Standard Trade Consulting', 'Reach Consulting Grade', 'Commerce Network'" +commodity_inputs = [ + {commodity_id = "financial_services", quantity_min = 12, quantity_max = 45}, + {commodity_id = "legal_services", quantity_min = 8, quantity_max = 28} +] +premium_range = [1.6, 3.5] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "Regional commercial consultancy network. Multi-system client base; corridor trade advisory and compliance services." + +[reach_commercial_consultancy__reach_wide] +archetype_group = "reach_commercial_consultancy" +brand_category = "service_premium" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — accessible advisory service: 'Open Advisory', 'Reach Commerce Standard', 'Standard Consulting Grade', 'Commerce Access'" +commodity_inputs = [ + {commodity_id = "financial_services", quantity_min = 40, quantity_max = 150}, + {commodity_id = "legal_services", quantity_min = 25, quantity_max = 95} +] +premium_range = [1.1, 2.0] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide standard commercial advisory service. High volume, lower specialization. Depreciating against established specialist consultancies." + +# -------------------------------------------------------------------------- + +[east_reach_cultural_tourism__local] +archetype_group = "east_reach_cultural_tourism" +brand_category = "service_premium" +scale_tier = "local" +naming_pattern = "east_reach — Korean/Japanese experience noun: 'Haensal Cultural', 'Dagat Circuit', 'Hangangno Experience', 'Nori Immersive', 'Oshima Cultural'" +commodity_inputs = [ + {commodity_id = "tourism", quantity_min = 3, quantity_max = 10}, + {commodity_id = "hospitality", quantity_min = 2, quantity_max = 8}, + {commodity_id = "entertainment", quantity_min = 2, quantity_max = 7} +] +premium_range = [2.5, 6.5] +scarcity_class = "constrained" +value_trajectory = "appreciating" +description = "East_reach cultural tourism experience. System-specific cultural identity as the product. Appreciating: established cultural sites gain prestige over time." + +[east_reach_cultural_tourism__regional] +archetype_group = "east_reach_cultural_tourism" +brand_category = "service_premium" +scale_tier = "regional" +naming_pattern = "east_reach — multi-system corridor circuit in Korean/Japanese: 'East Cultural Circuit', 'Corridor Experience Grade', 'Haensal Tour Series', 'East Reach Tourism'" +commodity_inputs = [ + {commodity_id = "tourism", quantity_min = 12, quantity_max = 45}, + {commodity_id = "hospitality", quantity_min = 8, quantity_max = 30}, + {commodity_id = "entertainment", quantity_min = 6, quantity_max = 22} +] +premium_range = [1.8, 4.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "East_reach corridor cultural tourism brand. Multi-system cultural circuit; inner-corridor premium market." + +[east_reach_cultural_tourism__reach_wide] +archetype_group = "east_reach_cultural_tourism" +brand_category = "service_premium" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — culture-tourism neutral: 'Cultural Circuit Standard', 'Reach Cultural Tours', 'Experience Series', 'Open Tourism Grade'" +commodity_inputs = [ + {commodity_id = "tourism", quantity_min = 40, quantity_max = 160}, + {commodity_id = "hospitality", quantity_min = 25, quantity_max = 95}, + {commodity_id = "entertainment", quantity_min = 20, quantity_max = 75} +] +premium_range = [1.2, 2.2] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide mass-market cultural tourism brand. East_reach cultural affiliation without system specificity. Depreciating without genuine cultural access." + + +# ========================================================================== +# COMMODITY_BRANDED (6 archetypes × 3 = 18 templates) +# Branded commodity goods with recognition value but no terroir/craft ceiling +# ========================================================================== + +[south_reach_field_equipment__local] +archetype_group = "south_reach_field_equipment" +brand_category = "commodity_branded" +scale_tier = "local" +naming_pattern = "south_reach — Portuguese/Swahili field noun + brand: 'Nguvu Tools', 'Ferreiro Standard', 'Campo Sul', 'Jua Works', 'Sul Field Grade'" +commodity_inputs = [ + {commodity_id = "heavy_equipment", quantity_min = 3, quantity_max = 10}, + {commodity_id = "refined_metals", quantity_min = 5, quantity_max = 18}, + {commodity_id = "advanced_alloys", quantity_min = 2, quantity_max = 7} +] +premium_range = [1.2, 1.8] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "South_reach branded field and extraction equipment. Reliability and local supply chain access as the brand promise. Depreciating: technology generations turn over." + +[south_reach_field_equipment__regional] +archetype_group = "south_reach_field_equipment" +brand_category = "commodity_branded" +scale_tier = "regional" +naming_pattern = "south_reach — corridor equipment brand: 'Sul Grade Equipment', 'South Field Standard', 'Corridor Tools Grade', 'Salama Equipment'" +commodity_inputs = [ + {commodity_id = "heavy_equipment", quantity_min = 15, quantity_max = 55}, + {commodity_id = "refined_metals", quantity_min = 20, quantity_max = 75}, + {commodity_id = "advanced_alloys", quantity_min = 8, quantity_max = 30} +] +premium_range = [1.1, 1.5] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "South_reach corridor branded equipment. Procurement brand for mining and extraction operations across south_reach systems." + +[south_reach_field_equipment__reach_wide] +archetype_group = "south_reach_field_equipment" +brand_category = "commodity_branded" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — functional equipment brand: 'Standard Field Grade', 'Reach Equipment', 'Open Field Tools', 'Grade-C Equipment'" +commodity_inputs = [ + {commodity_id = "heavy_equipment", quantity_min = 60, quantity_max = 240}, + {commodity_id = "refined_metals", quantity_min = 80, quantity_max = 320}, + {commodity_id = "advanced_alloys", quantity_min = 30, quantity_max = 120} +] +premium_range = [1.05, 1.3] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +description = "Reach-wide commodity equipment brand. Standard procurement specification. Minimal premium; brand value is logistics reliability and specification consistency." + +# -------------------------------------------------------------------------- + +[frontier_survival_essentials__local] +archetype_group = "frontier_survival_essentials" +brand_category = "commodity_branded" +scale_tier = "local" +naming_pattern = "frontier — founder surname + survival noun: 'Vasquez Essentials', 'Chen Station Pack', 'Okafor Standard Kit', 'Kowalski Field Pack'" +commodity_inputs = [ + {commodity_id = "consumer_goods", quantity_min = 5, quantity_max = 16}, + {commodity_id = "medical_goods", quantity_min = 2, quantity_max = 7}, + {commodity_id = "chemicals", quantity_min = 1, quantity_max = 4} +] +premium_range = [1.3, 2.2] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "Frontier survival essentials brand. Trusted single-source procurement for outer-system settlers. Timeless: survival demand is stable and trust-critical." + +[frontier_survival_essentials__regional] +archetype_group = "frontier_survival_essentials" +brand_category = "commodity_branded" +scale_tier = "regional" +naming_pattern = "frontier — settlement or route name + kit noun: 'New Reach Essential Kit', 'Outer Standard Pack', 'Frontier Grade', 'Station Essentials'" +commodity_inputs = [ + {commodity_id = "consumer_goods", quantity_min = 20, quantity_max = 75}, + {commodity_id = "medical_goods", quantity_min = 8, quantity_max = 28}, + {commodity_id = "chemicals", quantity_min = 4, quantity_max = 14} +] +premium_range = [1.15, 1.8] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "Regional frontier essentials brand. Multi-system distribution across outer-system settlements. Timeless: survival category demand stable regardless of economic cycle." + +[frontier_survival_essentials__reach_wide] +archetype_group = "frontier_survival_essentials" +brand_category = "commodity_branded" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — mass-market survival kit: 'Standard Essentials', 'Reach Kit Grade', 'Open Pack Standard', 'Grade-C Essentials'" +commodity_inputs = [ + {commodity_id = "consumer_goods", quantity_min = 80, quantity_max = 300}, + {commodity_id = "medical_goods", quantity_min = 30, quantity_max = 110}, + {commodity_id = "chemicals", quantity_min = 15, quantity_max = 55} +] +premium_range = [1.05, 1.4] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +description = "Reach-wide survival kit commodity brand. Standard specification procurement; available everywhere. Depreciating against specialist frontier brands." + +# -------------------------------------------------------------------------- + +[inner_corridor_processed_food__local] +archetype_group = "inner_corridor_processed_food" +brand_category = "commodity_branded" +scale_tier = "local" +naming_pattern = "inner_corridor — neutral food brand: 'Reach Standard Food', 'Open Table', 'Gateway Grade', 'Meridian Provisions'" +commodity_inputs = [ + {commodity_id = "processed_food", quantity_min = 8, quantity_max = 28}, + {commodity_id = "agricultural_produce", quantity_min = 5, quantity_max = 18}, + {commodity_id = "chemicals", quantity_min = 1, quantity_max = 4} +] +premium_range = [1.1, 1.6] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "Inner_corridor branded processed food. Local supply-chain brand with station/district recognition value. Timeless: food staple demand stable." + +[inner_corridor_processed_food__regional] +archetype_group = "inner_corridor_processed_food" +brand_category = "commodity_branded" +scale_tier = "regional" +naming_pattern = "inner_corridor — corridor food standard: 'Standard Provisions Grade', 'Corridor Ration Brand', 'Transit Table', 'Reach Food Series'" +commodity_inputs = [ + {commodity_id = "processed_food", quantity_min = 35, quantity_max = 130}, + {commodity_id = "agricultural_produce", quantity_min = 20, quantity_max = 80}, + {commodity_id = "chemicals", quantity_min = 5, quantity_max = 18} +] +premium_range = [1.05, 1.35] +scarcity_class = "unlimited" +value_trajectory = "timeless" +description = "Regional branded processed food. Multi-system logistics supply chain; procured by stations and habitats as standard ration." + +[inner_corridor_processed_food__reach_wide] +archetype_group = "inner_corridor_processed_food" +brand_category = "commodity_branded" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — mass-market food: 'Open Standard Food', 'Grade-C Provisions', 'Reach Ration', 'Mass Table'" +commodity_inputs = [ + {commodity_id = "processed_food", quantity_min = 150, quantity_max = 600}, + {commodity_id = "agricultural_produce", quantity_min = 80, quantity_max = 320}, + {commodity_id = "chemicals", quantity_min = 20, quantity_max = 80} +] +premium_range = [1.02, 1.2] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +description = "Reach-wide mass-market processed food brand. Commodity ration specification; brand value is logistics availability. Depreciating against fresher regional competitors." + +# -------------------------------------------------------------------------- + +[north_reach_maintenance_supply__local] +archetype_group = "north_reach_maintenance_supply" +brand_category = "commodity_branded" +scale_tier = "local" +naming_pattern = "north_reach — place + maintenance noun: 'Braemar Supply Works', 'Coldwater Standard Kit', 'Northfield Maintenance', 'Highland Parts'" +commodity_inputs = [ + {commodity_id = "consumer_goods", quantity_min = 4, quantity_max = 14}, + {commodity_id = "refined_metals", quantity_min = 3, quantity_max = 10}, + {commodity_id = "chemicals", quantity_min = 2, quantity_max = 7} +] +premium_range = [1.15, 1.8] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "North_reach branded maintenance and supply kit. Local supply chain brand trusted by station maintenance crews. Timeless: maintenance demand stable in operational systems." + +[north_reach_maintenance_supply__regional] +archetype_group = "north_reach_maintenance_supply" +brand_category = "commodity_branded" +scale_tier = "regional" +naming_pattern = "north_reach — corridor supply brand: 'North Standard Supply', 'Corridor Maintenance Grade', 'Outer Supply Series', 'Reach Maintenance Kit'" +commodity_inputs = [ + {commodity_id = "consumer_goods", quantity_min = 18, quantity_max = 65}, + {commodity_id = "refined_metals", quantity_min = 12, quantity_max = 45}, + {commodity_id = "chemicals", quantity_min = 7, quantity_max = 25} +] +premium_range = [1.08, 1.5] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "North_reach corridor maintenance supply brand. Station procurement across outer corridor. Timeless: operational supply demand baseline-stable." + +[north_reach_maintenance_supply__reach_wide] +archetype_group = "north_reach_maintenance_supply" +brand_category = "commodity_branded" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — generic maintenance brand: 'Standard Maintenance Kit', 'Open Supply Grade', 'Reach Supply', 'Grade-C Maintenance'" +commodity_inputs = [ + {commodity_id = "consumer_goods", quantity_min = 80, quantity_max = 300}, + {commodity_id = "refined_metals", quantity_min = 50, quantity_max = 200}, + {commodity_id = "chemicals", quantity_min = 25, quantity_max = 95} +] +premium_range = [1.03, 1.25] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +description = "Reach-wide commodity maintenance supply brand. Universal station and facility procurement specification. Minimal brand premium above commodity cost." + +# -------------------------------------------------------------------------- + +[south_reach_medical_brand__local] +archetype_group = "south_reach_medical_brand" +brand_category = "commodity_branded" +scale_tier = "local" +naming_pattern = "south_reach — Swahili/Portuguese medical brand: 'Afya Standard', 'Vida Medical', 'Salama Grade', 'Sawa Formulary'" +commodity_inputs = [ + {commodity_id = "medical_goods", quantity_min = 4, quantity_max = 14}, + {commodity_id = "chemicals", quantity_min = 3, quantity_max = 10}, + {commodity_id = "organic_compounds", quantity_min = 2, quantity_max = 7} +] +premium_range = [1.2, 2.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "South_reach branded pharmaceutical/medical supply. Local formulary brand; Commission-certified standard. Timeless: medical supply demand stable." + +[south_reach_medical_brand__regional] +archetype_group = "south_reach_medical_brand" +brand_category = "commodity_branded" +scale_tier = "regional" +naming_pattern = "south_reach — corridor medical supply name: 'Sul Medical Grade', 'Reach Formulary Standard', 'Afya Corridor', 'South Medical Series'" +commodity_inputs = [ + {commodity_id = "medical_goods", quantity_min = 18, quantity_max = 65}, + {commodity_id = "chemicals", quantity_min = 12, quantity_max = 45}, + {commodity_id = "organic_compounds", quantity_min = 6, quantity_max = 22} +] +premium_range = [1.1, 1.7] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "South_reach corridor branded medical supply. Multi-system distribution via cold-chain logistics operators." + +[south_reach_medical_brand__reach_wide] +archetype_group = "south_reach_medical_brand" +brand_category = "commodity_branded" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — generic medical brand: 'Standard Formulary', 'Open Medical Grade', 'Reach Essential Med', 'Grade-C Medical'" +commodity_inputs = [ + {commodity_id = "medical_goods", quantity_min = 80, quantity_max = 320}, + {commodity_id = "chemicals", quantity_min = 50, quantity_max = 200}, + {commodity_id = "organic_compounds", quantity_min = 20, quantity_max = 80} +] +premium_range = [1.05, 1.4] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +description = "Reach-wide commodity medical supply brand. Mass-market formulary; available system-wide. Depreciating against fresher formulations." + +# -------------------------------------------------------------------------- + +[frontier_fabrication_brand__local] +archetype_group = "frontier_fabrication_brand" +brand_category = "commodity_branded" +scale_tier = "local" +naming_pattern = "frontier — founder surname + fabrication noun: 'Reyes Fabrication', 'Nowak Works', 'Chen Station Fab', 'Müller Frontier Metals'" +commodity_inputs = [ + {commodity_id = "refined_metals", quantity_min = 4, quantity_max = 14}, + {commodity_id = "metallic_ore", quantity_min = 5, quantity_max = 18}, + {commodity_id = "advanced_alloys", quantity_min = 2, quantity_max = 7} +] +premium_range = [1.2, 2.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "Frontier small-batch metal fabrication brand. Trusted local supplier for parts and components in outer systems without standard supply chain access. Timeless: supply reliability is the product." + +[frontier_fabrication_brand__regional] +archetype_group = "frontier_fabrication_brand" +brand_category = "commodity_branded" +scale_tier = "regional" +naming_pattern = "frontier — settlement name + fabrication: 'Outer Reach Fab', 'New Settlement Works', 'Frontier Parts Standard', 'Edge Fabrication'" +commodity_inputs = [ + {commodity_id = "refined_metals", quantity_min = 18, quantity_max = 65}, + {commodity_id = "metallic_ore", quantity_min = 22, quantity_max = 80}, + {commodity_id = "advanced_alloys", quantity_min = 8, quantity_max = 28} +] +premium_range = [1.1, 1.6] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "Regional frontier fabrication brand. Multi-settlement parts supply across outer corridor. Timeless: operational reliability demand stable in active frontier expansion." + +[frontier_fabrication_brand__reach_wide] +archetype_group = "frontier_fabrication_brand" +brand_category = "commodity_branded" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — mass-production parts: 'Standard Parts Grade', 'Open Fabrication', 'Reach Parts', 'Grade-C Fab'" +commodity_inputs = [ + {commodity_id = "refined_metals", quantity_min = 80, quantity_max = 320}, + {commodity_id = "metallic_ore", quantity_min = 100, quantity_max = 400}, + {commodity_id = "advanced_alloys", quantity_min = 30, quantity_max = 120} +] +premium_range = [1.03, 1.3] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +description = "Reach-wide commodity fabrication brand. Mass-specification metal parts; brand value is procurement network reliability and spec consistency." + + +# ========================================================================== +# DESIGN_HERITAGE (5 archetypes × 3 = 15 templates) +# Premium manufactured goods with design provenance and cultural positioning +# ========================================================================== + +[west_reach_transit_vehicle__local] +archetype_group = "west_reach_transit_vehicle" +brand_category = "design_heritage" +scale_tier = "local" +naming_pattern = "west_reach — German/Italian vehicle house: 'Rijdbaar Personal', 'Bauer Fahrzeug', 'Gherardi Works', 'Westmark Mobility', 'Hanse Vehikel'" +commodity_inputs = [ + {commodity_id = "transport_vehicles", quantity_min = 2, quantity_max = 7}, + {commodity_id = "advanced_alloys", quantity_min = 3, quantity_max = 10}, + {commodity_id = "electronics", quantity_min = 3, quantity_max = 10} +] +premium_range = [3.0, 10.0] +scarcity_class = "capped" +value_trajectory = "appreciating" +description = "West_reach bespoke personal transit vehicle brand. D-177 lead time: 1–2y per bespoke vehicle. Appreciating with provenance; collectible for inner-corridor buyers." + +[west_reach_transit_vehicle__regional] +archetype_group = "west_reach_transit_vehicle" +brand_category = "design_heritage" +scale_tier = "regional" +naming_pattern = "west_reach — design house corridor name: 'Westmark Transit Series', 'Compact Mobility Grade', 'Corridor Vehicle Standard', 'Design Transit Brand'" +commodity_inputs = [ + {commodity_id = "transport_vehicles", quantity_min = 8, quantity_max = 30}, + {commodity_id = "advanced_alloys", quantity_min = 12, quantity_max = 45}, + {commodity_id = "electronics", quantity_min = 10, quantity_max = 38} +] +premium_range = [2.0, 5.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "West_reach corridor premium transit vehicle brand. Production series, not bespoke; design heritage justifies premium. Timeless: design identity stable over decades." + +[west_reach_transit_vehicle__reach_wide] +archetype_group = "west_reach_transit_vehicle" +brand_category = "design_heritage" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — accessible premium vehicle: 'Standard Personal Transit', 'Reach Mobility Grade', 'Corridor Vehicle Series', 'Open Transit Standard'" +commodity_inputs = [ + {commodity_id = "transport_vehicles", quantity_min = 35, quantity_max = 140}, + {commodity_id = "advanced_alloys", quantity_min = 45, quantity_max = 180}, + {commodity_id = "electronics", quantity_min = 40, quantity_max = 160} +] +premium_range = [1.4, 2.5] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide accessible premium vehicle brand. Design heritage claim; volume production. Depreciating: next-generation designs reduce appeal of current model." + +# -------------------------------------------------------------------------- + +[inner_corridor_precision_timepiece__local] +archetype_group = "inner_corridor_precision_timepiece" +brand_category = "design_heritage" +scale_tier = "local" +naming_pattern = "inner_corridor/east_reach — institutional precision word: 'Meridian Timepiece', 'Cheongdo Calibration Works', 'Assembly Standard Time', 'Gate-Certified Chronometer'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 3, quantity_max = 8}, + {commodity_id = "lattice_grade_material", quantity_min = 1, quantity_max = 4}, + {commodity_id = "advanced_alloys", quantity_min = 2, quantity_max = 6} +] +premium_range = [3.0, 12.0] +scarcity_class = "capped" +value_trajectory = "appreciating" +description = "Inner_corridor precision timekeeping instrument. Institutional accuracy certification as heritage. Appreciating: mint-condition archive instruments command collector premiums." + +[inner_corridor_precision_timepiece__regional] +archetype_group = "inner_corridor_precision_timepiece" +brand_category = "design_heritage" +scale_tier = "regional" +naming_pattern = "inner_corridor — corridor precision heritage: 'Standard Chronometer Series', 'Reach Time Grade', 'Certified Precision Time', 'Assembly Series Timepiece'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 10, quantity_max = 38}, + {commodity_id = "lattice_grade_material", quantity_min = 4, quantity_max = 14}, + {commodity_id = "advanced_alloys", quantity_min = 8, quantity_max = 28} +] +premium_range = [2.0, 5.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "Regional precision timepiece brand. Navigation-certified accuracy; collector and professional institutional market." + +[inner_corridor_precision_timepiece__reach_wide] +archetype_group = "inner_corridor_precision_timepiece" +brand_category = "design_heritage" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — accessible precision: 'Standard Time Series', 'Reach Chronometer Grade', 'Precision Standard', 'Open Time Works'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 45, quantity_max = 180}, + {commodity_id = "lattice_substrate", quantity_min = 8, quantity_max = 30}, + {commodity_id = "advanced_alloys", quantity_min = 30, quantity_max = 120} +] +premium_range = [1.4, 2.8] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide accessible precision timepiece. Design heritage claim; volume production. Depreciating against next-generation calibration standard updates." + +# -------------------------------------------------------------------------- + +[north_reach_heritage_apparel__local] +archetype_group = "north_reach_heritage_apparel" +brand_category = "design_heritage" +scale_tier = "local" +naming_pattern = "north_reach — classic functional clothing noun: 'Dunmore Heritage', 'Braehill Classic', 'MacCallum Standard Works', 'Old North Series', 'Calloway Cut'" +commodity_inputs = [ + {commodity_id = "textiles", quantity_min = 4, quantity_max = 14}, + {commodity_id = "organic_compounds", quantity_min = 2, quantity_max = 8}, + {commodity_id = "refined_metals", quantity_min = 1, quantity_max = 3} +] +premium_range = [2.5, 7.0] +scarcity_class = "constrained" +value_trajectory = "appreciating" +description = "North_reach classic functional apparel with century-long design heritage. Archive garments appreciate in collector market; current production commands heritage premium." + +[north_reach_heritage_apparel__regional] +archetype_group = "north_reach_heritage_apparel" +brand_category = "design_heritage" +scale_tier = "regional" +naming_pattern = "north_reach — corridor heritage apparel: 'North Heritage Series', 'Outer Corridor Classic', 'Standard Heritage Wear', 'Corridor Classic Grade'" +commodity_inputs = [ + {commodity_id = "textiles", quantity_min = 18, quantity_max = 65}, + {commodity_id = "organic_compounds", quantity_min = 8, quantity_max = 28}, + {commodity_id = "refined_metals", quantity_min = 3, quantity_max = 10} +] +premium_range = [1.8, 4.0] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "North_reach corridor heritage apparel brand. Design legacy as value signal. Timeless: functional-aesthetic identity stable across fashion cycles." + +[north_reach_heritage_apparel__reach_wide] +archetype_group = "north_reach_heritage_apparel" +brand_category = "design_heritage" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — accessible heritage apparel: 'Heritage Standard Wear', 'Reach Classic', 'Open Heritage Series', 'Classic Grade'" +commodity_inputs = [ + {commodity_id = "textiles", quantity_min = 80, quantity_max = 300}, + {commodity_id = "organic_compounds", quantity_min = 25, quantity_max = 100}, + {commodity_id = "chemicals", quantity_min = 10, quantity_max = 38} +] +premium_range = [1.2, 2.2] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide heritage apparel brand. North_reach classic identity; volume production. Depreciating without design-line renewal." + +# -------------------------------------------------------------------------- + +[inner_corridor_architect_material__local] +archetype_group = "inner_corridor_architect_material" +brand_category = "design_heritage" +scale_tier = "local" +naming_pattern = "inner_corridor — institutional architect material noun: 'Meridian Surface Works', 'Gateway Materials', 'Standard Interior', 'Assembly Facade'" +commodity_inputs = [ + {commodity_id = "structural_panels", quantity_min = 5, quantity_max = 18}, + {commodity_id = "stone", quantity_min = 3, quantity_max = 10}, + {commodity_id = "refined_metals", quantity_min = 3, quantity_max = 10} +] +premium_range = [2.5, 7.0] +scarcity_class = "constrained" +value_trajectory = "appreciating" +description = "Inner_corridor premium architectural material brand. Interior design heritage; certified for Assembly civic buildings. Appreciating: specification on landmark buildings adds value." + +[inner_corridor_architect_material__regional] +archetype_group = "inner_corridor_architect_material" +brand_category = "design_heritage" +scale_tier = "regional" +naming_pattern = "inner_corridor — corridor architect standard: 'Corridor Interior Grade', 'Standard Surface Series', 'Reach Interior Works', 'Architect Grade Material'" +commodity_inputs = [ + {commodity_id = "structural_panels", quantity_min = 20, quantity_max = 75}, + {commodity_id = "stone", quantity_min = 10, quantity_max = 40}, + {commodity_id = "refined_metals", quantity_min = 10, quantity_max = 38} +] +premium_range = [1.8, 4.0] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "Regional architectural material brand. Premium specification for multi-system commercial construction. Timeless: professional specification demand stable." + +[inner_corridor_architect_material__reach_wide] +archetype_group = "inner_corridor_architect_material" +brand_category = "design_heritage" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — accessible design material: 'Standard Build Material', 'Reach Interior Standard', 'Open Surface Grade', 'Mass Build Series'" +commodity_inputs = [ + {commodity_id = "structural_panels", quantity_min = 80, quantity_max = 320}, + {commodity_id = "stone", quantity_min = 35, quantity_max = 140}, + {commodity_id = "refined_metals", quantity_min = 40, quantity_max = 160} +] +premium_range = [1.2, 2.0] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +description = "Reach-wide architectural material brand. Standard specification; design heritage claim at mass scale. Depreciating against new-generation material standards." + +# -------------------------------------------------------------------------- + +[east_reach_limited_instruments__local] +archetype_group = "east_reach_limited_instruments" +brand_category = "design_heritage" +scale_tier = "local" +naming_pattern = "east_reach — Korean/Japanese limited production noun: 'Oshima Limited Series', 'Kaminari Instruments', 'Haensal Edition', 'Cheongdo Numbered'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 3, quantity_max = 10}, + {commodity_id = "lattice_grade_material", quantity_min = 2, quantity_max = 6}, + {commodity_id = "advanced_alloys", quantity_min = 2, quantity_max = 7} +] +premium_range = [3.0, 10.0] +scarcity_class = "capped" +value_trajectory = "appreciating" +description = "East_reach limited-edition precision instruments. Numbered production runs; lattice-grade material inputs. Appreciating: limited edition scarcity plus technical heritage." + +[east_reach_limited_instruments__regional] +archetype_group = "east_reach_limited_instruments" +brand_category = "design_heritage" +scale_tier = "regional" +naming_pattern = "east_reach — corridor limited brand: 'East Edition Standard', 'Corridor Series Grade', 'Haensal Series', 'Precision Limited Corridor'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 12, quantity_max = 45}, + {commodity_id = "lattice_grade_material", quantity_min = 6, quantity_max = 22}, + {commodity_id = "advanced_alloys", quantity_min = 8, quantity_max = 28} +] +premium_range = [2.0, 5.5] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "East_reach corridor limited precision instruments. Design heritage across corridor systems; professional and collector dual-market." + +[east_reach_limited_instruments__reach_wide] +archetype_group = "east_reach_limited_instruments" +brand_category = "design_heritage" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — accessible precision brand: 'Standard Edition Instruments', 'Reach Precision Series', 'Open Edition', 'Precision Grade'" +commodity_inputs = [ + {commodity_id = "electronics", quantity_min = 55, quantity_max = 220}, + {commodity_id = "lattice_substrate", quantity_min = 10, quantity_max = 40}, + {commodity_id = "advanced_alloys", quantity_min = 35, quantity_max = 140} +] +premium_range = [1.4, 2.8] +scarcity_class = "scalable" +value_trajectory = "depreciating" +description = "Reach-wide accessible design-heritage instrument brand. East_reach technical provenance; volume production. Depreciating against next-generation technical specifications." + + +# ========================================================================== +# PLATFORM_CATALOGUE (5 archetypes × 3 = 15 templates) +# Digital, subscription, and service catalogue platforms +# ========================================================================== + +[east_reach_media_platform__local] +archetype_group = "east_reach_media_platform" +brand_category = "platform_catalogue" +scale_tier = "local" +naming_pattern = "east_reach — Korean/Japanese platform name: 'Byeolbit Platform', 'Hangang Channel', 'Haensal Stream', 'Dalbit Library', 'Nori Archive'" +commodity_inputs = [ + {commodity_id = "entertainment", quantity_min = 3, quantity_max = 10}, + {commodity_id = "electronics", quantity_min = 1, quantity_max = 4} +] +premium_range = [1.5, 4.0] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "East_reach local media platform. System-curated content catalogue; local cultural identity. Timeless: catalogue subscription model with stable renewal rate." + +[east_reach_media_platform__regional] +archetype_group = "east_reach_media_platform" +brand_category = "platform_catalogue" +scale_tier = "regional" +naming_pattern = "east_reach — corridor platform brand: 'East Channel Standard', 'Corridor Stream', 'Haensal Reach Platform', 'Dalbit Series'" +commodity_inputs = [ + {commodity_id = "entertainment", quantity_min = 12, quantity_max = 45}, + {commodity_id = "electronics", quantity_min = 4, quantity_max = 14} +] +premium_range = [1.2, 2.8] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "East_reach corridor media platform. Multi-system content distribution; east_reach cultural curation is the differentiator." + +[east_reach_media_platform__reach_wide] +archetype_group = "east_reach_media_platform" +brand_category = "platform_catalogue" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — mass-access media: 'Standard Stream', 'Open Channel Grade', 'Reach Media Platform', 'Open Catalogue'" +commodity_inputs = [ + {commodity_id = "entertainment", quantity_min = 50, quantity_max = 200}, + {commodity_id = "electronics", quantity_min = 15, quantity_max = 55} +] +premium_range = [1.05, 1.8] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +description = "Reach-wide mass-access media platform. East_reach origin, corridor-neutral at scale. Depreciating: catalogue ages against new-release competitors." + +# -------------------------------------------------------------------------- + +[inner_corridor_commercial_intelligence__local] +archetype_group = "inner_corridor_commercial_intelligence" +brand_category = "platform_catalogue" +scale_tier = "local" +naming_pattern = "inner_corridor — intelligence/information noun: 'Registry Intelligence', 'Meridian Data', 'Standard Intel Feed', 'Commercial Archive Access'" +commodity_inputs = [ + {commodity_id = "financial_services", quantity_min = 2, quantity_max = 8}, + {commodity_id = "legal_services", quantity_min = 1, quantity_max = 4} +] +premium_range = [1.8, 5.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "Inner_corridor commercial intelligence subscription service. Market data, counterparty intelligence, commercial record access. Timeless: information quality compounds over time." + +[inner_corridor_commercial_intelligence__regional] +archetype_group = "inner_corridor_commercial_intelligence" +brand_category = "platform_catalogue" +scale_tier = "regional" +naming_pattern = "inner_corridor — multi-system data brand: 'Corridor Intelligence Grade', 'Standard Data Service', 'Trade Archive Subscription', 'Open Data Reach'" +commodity_inputs = [ + {commodity_id = "financial_services", quantity_min = 8, quantity_max = 30}, + {commodity_id = "legal_services", quantity_min = 4, quantity_max = 14} +] +premium_range = [1.4, 3.0] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "Regional commercial intelligence platform. Multi-system data coverage; B2B subscription market. Timeless: analytical value increases with data depth." + +[inner_corridor_commercial_intelligence__reach_wide] +archetype_group = "inner_corridor_commercial_intelligence" +brand_category = "platform_catalogue" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — accessible data brand: 'Open Trade Data', 'Standard Market Feed', 'Reach Intelligence Service', 'Data Standard Grade'" +commodity_inputs = [ + {commodity_id = "financial_services", quantity_min = 35, quantity_max = 130}, + {commodity_id = "legal_services", quantity_min = 15, quantity_max = 55} +] +premium_range = [1.1, 2.0] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +description = "Reach-wide commercial data service. Mass-access tier; commodity pressure from free feeds. Depreciating without premium analysis differentiation." + +# -------------------------------------------------------------------------- + +[south_reach_logistics_platform__local] +archetype_group = "south_reach_logistics_platform" +brand_category = "platform_catalogue" +scale_tier = "local" +naming_pattern = "south_reach — Swahili/Portuguese logistics noun: 'Usafirishaji Platform', 'Rota Sul Data', 'Corrente Logistics', 'Travessia Systems'" +commodity_inputs = [ + {commodity_id = "financial_services", quantity_min = 2, quantity_max = 7}, + {commodity_id = "consumer_goods", quantity_min = 1, quantity_max = 3} +] +premium_range = [1.5, 3.5] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "South_reach logistics management platform. Fleet scheduling, cargo manifest, route optimization software-as-service. Timeless: operational software demand stable in active freight systems." + +[south_reach_logistics_platform__regional] +archetype_group = "south_reach_logistics_platform" +brand_category = "platform_catalogue" +scale_tier = "regional" +naming_pattern = "south_reach — corridor logistics brand: 'Sul Logistics Standard', 'Corridor Fleet Grade', 'South Route Platform', 'Salama Fleet'" +commodity_inputs = [ + {commodity_id = "financial_services", quantity_min = 8, quantity_max = 30}, + {commodity_id = "consumer_goods", quantity_min = 3, quantity_max = 10} +] +premium_range = [1.2, 2.5] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "Regional logistics platform brand. Multi-system fleet and cargo management. South_reach freight network origin." + +[south_reach_logistics_platform__reach_wide] +archetype_group = "south_reach_logistics_platform" +brand_category = "platform_catalogue" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — mass-market logistics SaaS: 'Standard Logistics Platform', 'Open Fleet Management', 'Reach Freight System', 'Cargo Standard Grade'" +commodity_inputs = [ + {commodity_id = "financial_services", quantity_min = 35, quantity_max = 130}, + {commodity_id = "consumer_goods", quantity_min = 10, quantity_max = 38} +] +premium_range = [1.05, 1.7] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +description = "Reach-wide fleet logistics platform. Standard specification for freight operators. Depreciating: platform generations turn over as routing algorithm improvements emerge." + +# -------------------------------------------------------------------------- + +[inner_corridor_provenance_certification__local] +archetype_group = "inner_corridor_provenance_certification" +brand_category = "platform_catalogue" +scale_tier = "local" +naming_pattern = "inner_corridor — institutional certification noun: 'Registry Certificate Service', 'Meridian Provenance', 'Assembly Origin Cert', 'Standard Authentication'" +commodity_inputs = [ + {commodity_id = "legal_services", quantity_min = 3, quantity_max = 10}, + {commodity_id = "financial_services", quantity_min = 1, quantity_max = 5} +] +premium_range = [2.0, 5.0] +scarcity_class = "constrained" +value_trajectory = "timeless" +description = "Inner_corridor provenance certification service. Origin authentication for premium goods, art, collectibles. Timeless: authentication value compounds with market adoption." + +[inner_corridor_provenance_certification__regional] +archetype_group = "inner_corridor_provenance_certification" +brand_category = "platform_catalogue" +scale_tier = "regional" +naming_pattern = "inner_corridor — multi-system authentication: 'Corridor Auth Standard', 'Reach Provenance Grade', 'Standard Origin Service', 'Authentication Network'" +commodity_inputs = [ + {commodity_id = "legal_services", quantity_min = 10, quantity_max = 38}, + {commodity_id = "financial_services", quantity_min = 5, quantity_max = 18} +] +premium_range = [1.5, 3.0] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "Regional provenance certification network. Multi-system authentication coverage; required for luxury goods trading across corridor hops." + +[inner_corridor_provenance_certification__reach_wide] +archetype_group = "inner_corridor_provenance_certification" +brand_category = "platform_catalogue" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — mass-access auth: 'Open Authentication', 'Standard Provenance Grade', 'Reach Auth Service', 'Open Origin Cert'" +commodity_inputs = [ + {commodity_id = "legal_services", quantity_min = 40, quantity_max = 160}, + {commodity_id = "financial_services", quantity_min = 18, quantity_max = 70} +] +premium_range = [1.1, 2.0] +scarcity_class = "unlimited" +value_trajectory = "timeless" +description = "Reach-wide provenance certification platform. Mass-market authentication for standard commercial goods. Timeless: authentication demand grows with market depth." + +# -------------------------------------------------------------------------- + +[frontier_agricultural_data__local] +archetype_group = "frontier_agricultural_data" +brand_category = "platform_catalogue" +scale_tier = "local" +naming_pattern = "frontier — founder name + agri/data noun: 'Okafor Crop Data', 'Vasquez Herd System', 'Chen Farm Platform', 'New Reach Agri'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 2, quantity_max = 7}, + {commodity_id = "consumer_goods", quantity_min = 1, quantity_max = 3} +] +premium_range = [1.3, 3.0] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "Frontier agricultural management platform. Crop yield modeling, herd tracking, weather correlation for frontier settlers without established agricultural infrastructure." + +[frontier_agricultural_data__regional] +archetype_group = "frontier_agricultural_data" +brand_category = "platform_catalogue" +scale_tier = "regional" +naming_pattern = "frontier — settlement/route + agri-data: 'Outer Agri Standard', 'New Reach Farm Data', 'Frontier Agricultural Platform', 'Settlement Data Grade'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 8, quantity_max = 28}, + {commodity_id = "consumer_goods", quantity_min = 3, quantity_max = 10} +] +premium_range = [1.15, 2.2] +scarcity_class = "scalable" +value_trajectory = "timeless" +description = "Regional frontier agricultural data platform. Multi-settlement coverage; cross-system yield and logistics optimization for outer-corridor farming operations." + +[frontier_agricultural_data__reach_wide] +archetype_group = "frontier_agricultural_data" +brand_category = "platform_catalogue" +scale_tier = "reach_wide" +naming_pattern = "inner_corridor/neutral — mass-access agri platform: 'Standard Farm Platform', 'Open Agricultural Data', 'Reach Agri System', 'Farm Data Standard'" +commodity_inputs = [ + {commodity_id = "agricultural_produce", quantity_min = 35, quantity_max = 130}, + {commodity_id = "consumer_goods", quantity_min = 10, quantity_max = 38} +] +premium_range = [1.05, 1.6] +scarcity_class = "unlimited" +value_trajectory = "depreciating" +description = "Reach-wide agricultural data platform. Universal specification for multi-system farming operations. Depreciating: free data sources and local knowledge reduce platform lock-in over time." + + +# ========================================================================== +# Template count: 126 (42 archetypes × 3 variants) +# +# Brand_category distribution: terroir(15), heritage_craft(18), tech_premium(15), +# cultural(15), service_premium(15), commodity_branded(18), design_heritage(15), +# platform_catalogue(15) +# +# Corridor distribution (approximate, archetypes with primary corridor assignment): +# north_reach: 24, east_reach: 24, west_reach: 12, south_reach: 24, +# inner_corridor: 27, frontier: 15 +# All corridors ≥ 10 templates (D-189 section 4 minimum met) +# All brand_categories ≥ 5 archetypes (≥ 4-5 minimum met) +# +# D-190 reference_population: applied to all cultural brand entries. +# D-177 terroir_locked: applied to all terroir brands with production location constraint. +# ========================================================================== diff --git a/wiki/economics/corporations/tier1.toml b/wiki/economics/corporations/tier1.toml index 525946bca..38ad7af6b 100644 --- a/wiki/economics/corporations/tier1.toml +++ b/wiki/economics/corporations/tier1.toml @@ -526,3 +526,89 @@ branded_products = ["Matahari Home Series", "Confluência Standard", "Sun Brand shadow_connections = false gate_energy_dependent = true wiki_slug = "matahari-consumer-goods" + + +# ========================================================================== +# BRAND CORPS — TERROIR AND CRAFT (4 entities — D-189 section 11) +# These corporations consume commodities as demand nodes (D-185). +# brand_products TOML entries authored by server team (#827). +# This file records corp identity; brands.toml records product entries. +# ========================================================================== + +[calloway_distillery] +name = "Calloway Distillery" +tier = 1 +lore_archetype = "terroir_specialty_agriculture" +behavioral_archetype = "specialist" +headquarters_system = "GJ 3325" +headquarters_settlement = "Calloway Reach" +currency_preference = "tractus" +bloc_affiliation = "syndic" +scope = "regional" +primary_commodities = ["agricultural_produce"] +secondary_commodities = ["timber", "water"] +branded_products = ["Calloway House Single Malt", "Calloway Reserve", "Council Expression", "Distillers' Select"] +shadow_connections = false +gate_energy_dependent = true +wiki_slug = "calloway-distillery" +# NOTE: terroir_locked = true — Calloway barley/water/yeast is system-specific (GJ 3325); D-177 hard ceiling. +# Aging pipeline: 12–20y in Dunbar-sourced casks. Pipeline contents at game start fixed by lore (D-177). + +[vins_de_grand_vide] +name = "Vins de Grand Vide" +tier = 1 +lore_archetype = "terroir_specialty_agriculture" +behavioral_archetype = "monopolist" +headquarters_system = "GJ 395" +headquarters_settlement = "Confluent" +currency_preference = "mixed" +bloc_affiliation = "syndic" +scope = "regional" +primary_commodities = ["agricultural_produce"] +secondary_commodities = ["organic_compounds", "chemicals"] +branded_products = ["Grand Vide Classé", "Vins de Corridors", "Vin de Table du Vide", "Comptoir Distribution Service"] +shadow_connections = true +gate_energy_dependent = false +wiki_slug = "vins-de-grand-vide" +# NOTE: terroir_locked = true — VGV varietals require F8V stellar spectrum (GJ 395); cannot be farmed elsewhere. +# D-177 hard ceiling. Aging: Classé 5y+, corridor wine 1–2y. Pipeline contents at game start fixed by lore. +# shadow_connections = true: 12 member estate minority stakes held in undisclosed commercial structures. + +[thrds] +name = "thrds" +tier = 1 +lore_archetype = "textile_craft_guild" +behavioral_archetype = "specialist" +headquarters_system = "GJ 475" +headquarters_settlement = "Braemar" +currency_preference = "tractus" +bloc_affiliation = "syndic" +scope = "regional" +primary_commodities = ["organic_compounds"] +secondary_commodities = ["textiles"] +branded_products = ["thrds Field Layer", "thrds Base Series", "Braemar Collective Edit", "North Series Limited"] +shadow_connections = false +gate_energy_dependent = false +wiki_slug = "thrds" +# NOTE: brach fiber is location_bound = Braemar (GJ 475); D-177 biological ceiling. +# Herd expansion takes decades; no export of live brach or biological samples (300y commercial policy). + +[bifrost_marmor] +name = "Bífröst Marmor" +tier = 1 +lore_archetype = "deep_rock_extraction" +behavioral_archetype = "monopolist" +headquarters_system = "GJ 3737" +headquarters_settlement = "Kvitfjell" +currency_preference = "mark" +bloc_affiliation = "compact" +scope = "regional" +primary_commodities = ["stone"] +secondary_commodities = ["rare_minerals"] +branded_products = ["Kvitfjell Blue", "Kvitfjell Blue Tile Stock", "Kvitfjell Optical Dust", "Sculptor's Irregular"] +shadow_connections = false +gate_energy_dependent = false +wiki_slug = "bifrost-marmor" +# NOTE: Subsidiary division of the Nyrheim Cooperative (Compact founding signatory). +# Production ceiling ~800t/y (D-177 geological ceiling); supply cannot respond to price signals. +# Full reserve extent exceeds published estimates — sealed in practical council records. diff --git a/wiki/glossary.md b/wiki/glossary.md new file mode 100644 index 000000000..ef27881d5 --- /dev/null +++ b/wiki/glossary.md @@ -0,0 +1,176 @@ +# Wiki Glossary — The Settled Reach + +Quick-reference for content authors. Canonical forms are **bolded**. Drift forms are marked NOT. Keep this document current: if you encounter a new drift form in a PR review, add it here. + +*Triggered by Sprint 34 copy review incident where "Gatebuilder" was used instead of the canonical "Founders."* + +--- + +## Factions and Political Bodies + +**Concord Assembly** — the governing body of the Reach. Headquartered at Gateway (GJ 244A / Sirius-equivalent). Issues the tractus. Regulates commerce through the Commission. The establishment faction. +NOT: "the Concord" alone is not canonical as a standalone name. "the Assembly" is acceptable shorthand in established context. + +**The Commission** — regulatory authority operating under the Concord Assembly. Certifies implant hardware, medical equipment, pharmaceutical production, and safety-critical manufactured goods. Tractus-denominated fees. No authority in Compact member systems. +NOTE: Full formal name unresolved (open question). Use "the Commission" until formally decided. +NOT: "Concord Commission," "Assembly Commission," "the Regulatory Commission" + +**Compact of Westphalia** — political-economic bloc based in the west_reach (dominant from hop 6+ outward). Issues the Mark. Members refuse gate energy opt-in (D-186) and operate the Compact Financial Exchange. Structurally opposed to tractus-zone compliance costs. +NOT: "the Westphalia Compact," "Westphalian Compact," "the West Compact" + +**Gate Corporation** — private monopoly holding all span gate component manufacturing and operational infrastructure. Not a government body. Functions as an independent economic actor. +NOT: "Gate Authority," "the Gate Corp" (acceptable informal shorthand), "Gate Consortium" + +**The Syndics** — loose affiliative bloc for independent commercial interests that align neither with the Assembly nor the Compact. Membership is non-exclusive. Many outer-corridor cooperatives and collectives carry "Sub-Syndic" designation. +NOT: "Syndicate" (that term has shadow economy connotations in-world — use with care), "the Syndic" (singular is the title, not the bloc name) + +**The Institute** — faction. See `wiki/factions/index.md` for full profile. + +**The Guardians** — faction. See `wiki/factions/index.md` for full profile. + +**The Unbound** — faction. See `wiki/factions/index.md` for full profile. + +--- + +## Precursor Civilization + +**Founders** — the precursor civilization that built the horizon stations. Canonical term in all contexts. +NOT: **Gatebuilders** — obsolete. Do not use. (This was the Sprint 34 drift incident that created this glossary.) +NOT: **Builders** — too generic. Only acceptable as shorthand mid-sentence when "Founders" is already established as the referent. +NOT: **Precursors** as a proper noun — acceptable as a generic descriptor class for any precursor civilization, but NOT as the specific proper-noun name of this civilization. + +**horizon stations** — the alien-built aperture installations. Always lowercase. Per-system canonical name is "The Ring." +NOT: "Founder gates," "gate stations," "aperture stations" + +**The Ring** — per-system canonical name for the horizon station in any given system. "Van Maanen's Star's Ring," "The Ring at Groombridge." +NOT: "the ring gate," "horizon orbital," "aperture platform" + +--- + +## Currencies + +**tractus** — issued by the Concord Assembly. The Reach-wide standard currency and simulation numeraire. Lowercase in prose. +NOT: "Tractus" (capitalize only in formal legal text or as the currency name appearing as a header/label — lowercase in running prose), "trac" (slang only, not formal) + +**Mark** — issued by the Compact of Westphalia. Circulates in the Compact zone (west_reach hops 6+). Mostly refused outside Compact territory. Capitalize in all contexts. +NOT: "the mark" (lowercase loses the political identity) + +**Sol** — Earth legacy currency. Finite pool, no active issuer, no formal exchange rate. Shadow economy tender and premium Earth luxury import payment. Lowercase in prose. +NOT: "SOL," "the Sol," "sols" (no plural form in canonical use) + +--- + +## Corridors + +These are the six canonical geographic/cultural corridors. Use the exact `snake_case` ID strings in TOML and code fields. Use naturalized forms in prose text. + +| ID string | Prose form | Cultural character | +|-----------|-----------|-------------------| +| `inner_corridor` | inner corridor | Pan-corridor neutral. Core systems near Gateway. No strong cultural inflection. | +| `north_reach` | north reach | British/Australian cultural inflection. Surnames, place names, compound nouns. | +| `east_reach` | east reach | Korean/Japanese cultural inflection. East_reach anchor archetypes (D-175). | +| `west_reach` | west reach | German/Dutch/Nordic cultural inflection. Compact zone from hop 6+. | +| `south_reach` | south reach | Portuguese/Swahili cultural inflection. | +| `frontier` | the frontier | Sparse settlement. Founder surname + noun naming (e.g., "Vasquez Feeds," "Okafor Fabrication"). | + +NOT: "the inner reach" (inner_corridor is the canonical ID), "far reach" (not canonical) + +--- + +## Key Locations + +**Gateway** — hub station at GJ 244A (the Assembly headquarters system). The corridor reference point: all hop counts are from Gateway unless otherwise stated. +System ID: `GJ 244A` + +**Sirius** — in-game, the informal name for GJ 244A. The Concord Assembly seat. Do not conflate with the real star Sirius; the game catalog uses GJ IDs as canonical keys. +NOT: use `GJ 244A` as the `system_id` key in data records; "Sirius" is a display label only. + +**Groombridge** — GJ 380. Inner core financial hub. Home of the Groombridge Settlement House (Reach-wide clearing), Meridian Risk Partners, and The Registry. +System ID: `GJ 380` + +**Lendel** — GJ 380c. The inner core capital. Primary settlement of the Groombridge system. Three major Tier-1 corporations are headquartered here. "Inner core" rather than "inner corridor" for Lendel specifically — it is the most central inhabited body in the Reach. + +**Sova Transit District** — the canonical v0.1 setting (D-036). A freight logistics hub on Station Sova in Van Maanen's Star (GJ 35), also known as the Vuurkloof system. Working-class, pragmatic, 40-year-old prefab-modular-retrofitted freight district. +NOT: "Sova District," "the Sova Hub," "Transit Sova" + +**Van Maanen's Star** — GJ 35. Canonical in-game system name: Vuurkloof (Afrikaans: "fire ravine"). DG white dwarf. south_reach, hop 6 from Gateway. Through-route between Karoo (GJ 222A) and Kumasi (GJ 86). Wave_3 settlement, ~300 years. ~340K population on GJ35c (Vuurkloof) + Vuurkloof Horizon station. Industries: geothermal energy, hospitality, financial services. Station Sova is the primary logistics station. +System ID: `GJ 35` +NOT: "Krenn System" — this drift originated in an old sprint briefing; not canonical. +NOT: `GJ 280A` — wrong system ID. + +**Confluent** — GJ 395. Deep west_reach, 10 hops from Gateway. F8V stellar spectrum. Headquarters of Vins de Grand Vide. Home of the Confluent wine estates. +System ID: `GJ 395` + +**Calloway Reach** — GJ 3325. North reach, 6 hops from Gateway (2-aperture loop). Headquarters of Calloway Distillery. Cold K-type star, cold-adapted barley terrain. +System ID: `GJ 3325` + +**Braemar** — GJ 475. North reach, 5 hops from Gateway (2-aperture loop). Headquarters of thrds. Brach herding and fiber production. +System ID: `GJ 475` + +**Nyrheim** — GJ 3737. North reach, Compact-affiliated. Headquarters of the Nyrheim Cooperative (including Bífröst Marmor quarrying division on Kvitfjell moon). +System ID: `GJ 3737` + +--- + +## Economics Terminology + +**tâtonnement** — the price-adjustment algorithm in the economic simulation. The circumflex on the â is canonical. Always lowercase in prose. +NOT: "tatonnement" (missing accent), "tatônnement" (wrong accent position), "tâtonnement" (check: ô is wrong, correct is â) + +**Leontief** — the input-output production model underlying the economic simulation (Layer 1). Always capitalized — it is a proper noun (named after the economist). +NOT: "leontief" (lowercase), "Leontif" (misspelling) + +**brand layer** — the simulation layer above tâtonnement that handles brand pricing via an administered pricing model. Two words, lowercase. +NOT: "brand system," "luxury layer" + +**structural_scarcity_base** — the scarcity floor parameter in the brand pricing model (D-190). Use the exact snake_case form in technical contexts. + +--- + +## Economics Data Terminology (TOML / DB) + +**planet_class** — canonical field name for body type classification in planet/body records. D-188 rename. +NOT: **biome_summary** — obsolete field name, removed in D-188. Do not use in new content. + +**system_id** — GJ catalog strings are the canonical identifiers for star systems in all data records. +Format: `GJ NNN`, `GJ NNNx` for lettered multi-star components. +Examples: `GJ 244A` (Gateway/Sirius), `GJ 380` (Groombridge), `GJ 35` (Van Maanen's Star / Vuurkloof) +NOT: informal star names as `system_id` values. Common names (Sirius, Calloway Reach, etc.) are display labels only. The GJ catalog string is the key. + +**brand_category** — the 8-value brand taxonomy used in TOML and DB records (D-189). +Values: `terroir` · `heritage_craft` · `tech_premium` · `cultural` · `service_premium` · `commodity_branded` · `design_heritage` · `platform_catalogue` + +**scarcity_class** — brand scarcity field (D-189). +Values: `capped` · `constrained` · `scalable` · `unlimited` + +**value_trajectory** — brand value-over-time field (D-189). +Values: `appreciating` · `depreciating` · `timeless` + +**scale_tier** — brand geographic reach field (D-189). +Values: `local` · `regional` · `reach_wide` +NOT: "reach-wide" (hyphenated), "global" (not used) + +**bloc_affiliation** — corporation political alignment field in tier1.toml (D-175). +Values: `assembly` · `compact` · `syndic` · `independent` + +--- + +## Common Drift Forms (quick-reference NOT list) + +| Wrong form | Canonical form | +|-----------|---------------| +| Gatebuilders | **Founders** | +| Gatebuilder | **Founders** | +| Precursors (as proper noun) | **Founders** | +| biome_summary | **planet_class** | +| tatonnement | **tâtonnement** | +| Syndicate (as faction name) | **the Syndics** | +| the Westphalia Compact | **Compact of Westphalia** | +| Gate Authority | **Gate Corporation** | +| reach-wide (in code/TOML) | **reach_wide** | +| Krenn System | **Vuurkloof (GJ 35)** | +| GJ 280A (Van Maanen's) | **GJ 35** | + +--- + +*Maintained by Mellanie. Update when a new drift form appears in PR review. Last updated: 2026-04-12.* diff --git a/wiki/index.md b/wiki/index.md index 8f164161f..4163b23f6 100644 --- a/wiki/index.md +++ b/wiki/index.md @@ -32,6 +32,7 @@ ### Reference +- **[Glossary](glossary.md)** — Canonical proper nouns, factions, currencies, locations, terminology. Quick-reference to avoid drift. Start here. - **[Concepts](concepts/index.md)** — Fact catalog, entity attributes, relationship states. - **[Triangles](triangles/index.md)** — Relationship structures ([Hub Power](triangles/hub-power.md)). - **[Authoring Guides](authoring/)** — Monologue guide, cultural generation, content templates. From 2d3361e24daa97c00266fca57e3f0bcfa65e4d71 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 12 Apr 2026 19:47:21 +0200 Subject: [PATCH 2/4] =?UTF-8?q?content(atlas):=20hand-author=20markers.jso?= =?UTF-8?q?n=20for=20Edict,=20Vuurkloof,=20R=C3=B8ros,=20Cairnside=20(#837?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author Phase 3 atlas quality-bar templates for 4 core systems alongside the pre-existing Lendel template. Names, cities, roads/rail, and POIs hand-placed against each body's heightmap and tied to the system's corridor naming tradition. - GJ244Ad Edict (Sirius system, inner_corridor) — Assembly institutional capital: Mandate 387M, Station Edict 13M, Founder's Range, Accord Peaks, Founding Ocean, Edict Deep Line rail. - GJ35c Vuurkloof (Van Maanen's Star, south_reach) — volcanic geothermal settlement: Terras 290K, Kloofbas 50K, Groot Breuk, Ysterkop, Rantlyne underground rail. Afrikaans geology naming per wiki canon. - GJ66Bc Røros (Voss system, west_reach) — Compact mining world: Storbjerg 3.2M, Hammervik 800K, Nordfjell, Rørosfjell, Storhav, Glåmelva. Norwegian/Scandinavian heritage naming. - GJ892d Cairnside (deep frontier, research domes) — Cairnside Primary 75M, Survey Post Kappa 5M, The Terraces, Baseline Lake, Baseline Rail. Technical frontier naming pattern. All files match the implemented Lendel markers.json format (grid + pixel coordinates, raw population, gate terminal as named POI). D-191 section 8 describes the schema in abstract lat/lon terms; server team should align generate_atlas.py and D-191 prose with the on-disk format before #832 and #833 consume these as few-shot examples. These templates serve as the quality bar for generator tuning and as few-shot examples for the Gemma 2 naming pipeline (#833). Ticket: #837 Decisions: D-191 (Phase 3 atlas), D-036 (Sova/Vuurkloof canon), D-144 (Sirius/Concord seat) Co-Authored-By: Claude Opus 4.6 (1M context) --- .../GJ-244A/bodies/GJ244Ad/markers.json | 202 ++-- .../GJ-35/bodies/GJ35c/markers.json | 742 +++---------- .../GJ-66B/bodies/GJ66Bc/markers.json | 993 +++++------------- .../GJ-892/bodies/GJ892d/markers.json | 158 +-- 4 files changed, 615 insertions(+), 1480 deletions(-) diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ad/markers.json b/wiki/star-systems/GJ-244A/bodies/GJ244Ad/markers.json index 72e9030af..a836564de 100644 --- a/wiki/star-systems/GJ-244A/bodies/GJ244Ad/markers.json +++ b/wiki/star-systems/GJ-244A/bodies/GJ244Ad/markers.json @@ -7,167 +7,171 @@ "oceans": [ { "id": "water_1", - "name": null, + "name": "Polar Mare", "kind": "lake", - "center": [ - 15, - 24 - ], + "center": [15, 24], "area_fraction": 0.008 }, { "id": "water_2", - "name": null, + "name": "Windward Ice", "kind": "sea", - "center": [ - 28, - 358 - ], + "center": [28, 358], "area_fraction": 0.0504 }, { "id": "water_6", - "name": null, + "name": "Upper Shelf", "kind": "lake", - "center": [ - 54, - 150 - ], + "center": [54, 150], "area_fraction": 0.0147 }, { "id": "water_13", - "name": null, + "name": "Founding Ocean", "kind": "ocean", - "center": [ - 192, - 198 - ], + "center": [192, 198], "area_fraction": 0.1016 }, { "id": "water_23", - "name": null, + "name": "Southern Melt", "kind": "lake", - "center": [ - 201, - 110 - ], + "center": [201, 110], "area_fraction": 0.0075 }, { "id": "water_24", - "name": null, + "name": "Solitary Tarn", "kind": "lake", - "center": [ - 220, - 32 - ], + "center": [220, 32], "area_fraction": 0.0179 }, { "id": "water_25", - "name": null, + "name": "Distant Pool", "kind": "lake", - "center": [ - 207, - 493 - ], + "center": [207, 493], "area_fraction": 0.0064 }, { "id": "water_30", - "name": null, + "name": "Eastern Tarn", "kind": "lake", - "center": [ - 218, - 367 - ], + "center": [218, 367], "area_fraction": 0.0064 } ], "mountain_ranges": [ { "id": "range_1", - "name": null, - "center": [ - 111, - 459 - ], - "peak": [ - 110, - 473 - ], + "name": "Founder's Range", + "center": [111, 459], + "peak": [110, 473], "area_cells": 4962 }, { "id": "range_2", - "name": null, - "center": [ - 110, - 8 - ], - "peak": [ - 128, - 4 - ], + "name": "Cold Margin", + "center": [110, 8], + "peak": [128, 4], "area_cells": 406 }, { "id": "range_3", - "name": null, - "center": [ - 106, - 166 - ], - "peak": [ - 106, - 154 - ], + "name": "Accord Peaks", + "center": [106, 166], + "peak": [106, 154], "area_cells": 509 }, { "id": "range_4", - "name": null, - "center": [ - 111, - 17 - ], - "peak": [ - 112, - 17 - ], + "name": "Westwall", + "center": [111, 17], + "peak": [112, 17], "area_cells": 92 }, { "id": "range_5", - "name": null, - "center": [ - 115, - 125 - ], - "peak": [ - 115, - 126 - ], + "name": "Keel Ridge", + "center": [115, 125], + "peak": [115, 126], "area_cells": 126 }, { "id": "range_6", - "name": null, - "center": [ - 123, - 22 - ], - "peak": [ - 125, - 24 - ], + "name": "Veto Spur", + "center": [123, 22], + "peak": [125, 24], "area_cells": 44 } ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file + "roads": [ + { + "id": "road_0", + "name": "Edict Surface Transit", + "kind": "commercial", + "path": [ + [105, 200], + [106, 280], + [107, 360], + [108, 430] + ] + } + ], + "cities": [ + { + "id": "city_0", + "name": "Mandate", + "kind": "capital", + "center": [105, 200], + "population": 387000000 + }, + { + "id": "city_1", + "name": "Station Edict", + "kind": "city", + "center": [108, 430], + "population": 13000000 + } + ], + "railroads": [ + { + "id": "railroad_0", + "name": "Edict Deep Line", + "kind": "passenger_freight", + "path": [ + [105, 200], + [106, 270], + [107, 345], + [108, 430] + ] + } + ], + "pois": [ + { + "id": "poi_0", + "name": "Concord Assembly Archive", + "kind": "institutional", + "center": [104, 198] + }, + { + "id": "poi_1", + "name": "Edict Gate Terminal", + "kind": "transit", + "center": [105, 202] + }, + { + "id": "poi_2", + "name": "Lattice Commission — Sirius Office", + "kind": "institutional", + "center": [106, 199] + }, + { + "id": "poi_3", + "name": "Veil Institute Survey Station", + "kind": "institutional", + "center": [107, 432] + } + ] +} diff --git a/wiki/star-systems/GJ-35/bodies/GJ35c/markers.json b/wiki/star-systems/GJ-35/bodies/GJ35c/markers.json index 06edb1abd..d4d5dba74 100644 --- a/wiki/star-systems/GJ-35/bodies/GJ35c/markers.json +++ b/wiki/star-systems/GJ-35/bodies/GJ35c/markers.json @@ -6,700 +6,270 @@ "rivers": [ { "id": "river_0", - "name": null, + "name": "Heetstroom", "path": [ - [ - 179, - 313 - ], - [ - 180, - 314 - ], - [ - 181, - 315 - ], - [ - 182, - 316 - ], - [ - 182, - 317 - ], - [ - 181, - 318 - ], - [ - 181, - 319 - ], - [ - 180, - 320 - ], - [ - 179, - 321 - ], - [ - 180, - 322 - ], - [ - 181, - 323 - ], - [ - 182, - 324 - ], - [ - 183, - 325 - ], - [ - 183, - 326 - ], - [ - 184, - 327 - ], - [ - 184, - 328 - ], - [ - 184, - 329 - ], - [ - 184, - 330 - ], - [ - 184, - 331 - ], - [ - 184, - 332 - ], - [ - 185, - 333 - ], - [ - 184, - 334 - ], - [ - 184, - 335 - ], - [ - 184, - 336 - ], - [ - 185, - 336 - ], - [ - 184, - 337 - ], - [ - 185, - 338 - ], - [ - 184, - 339 - ], - [ - 184, - 340 - ], - [ - 185, - 341 - ], - [ - 185, - 342 - ], - [ - 186, - 343 - ], - [ - 186, - 344 - ], - [ - 185, - 345 - ], - [ - 185, - 346 - ], - [ - 186, - 347 - ], - [ - 187, - 348 - ], - [ - 187, - 349 - ], - [ - 187, - 350 - ], - [ - 188, - 350 - ], - [ - 188, - 351 - ], - [ - 189, - 352 - ], - [ - 190, - 353 - ] + [179, 313], [180, 314], [181, 315], [182, 316], [182, 317], + [181, 318], [181, 319], [180, 320], [179, 321], [180, 322], + [181, 323], [182, 324], [183, 325], [183, 326], [184, 327], + [184, 328], [184, 329], [184, 330], [184, 331], [184, 332], + [185, 333], [184, 334], [184, 335], [184, 336], [185, 336], + [184, 337], [185, 338], [184, 339], [184, 340], [185, 341], + [185, 342], [186, 343], [186, 344], [185, 345], [185, 346], + [186, 347], [187, 348], [187, 349], [187, 350], [188, 350], + [188, 351], [189, 352], [190, 353] ] }, { "id": "river_1", - "name": null, + "name": "Rookstroom", "path": [ - [ - 122, - 413 - ], - [ - 121, - 414 - ], - [ - 120, - 415 - ], - [ - 119, - 416 - ], - [ - 118, - 417 - ], - [ - 117, - 418 - ], - [ - 116, - 419 - ], - [ - 115, - 420 - ], - [ - 114, - 421 - ], - [ - 113, - 422 - ], - [ - 112, - 423 - ], - [ - 111, - 424 - ], - [ - 110, - 425 - ], - [ - 110, - 426 - ], - [ - 109, - 427 - ], - [ - 108, - 427 - ], - [ - 109, - 428 - ], - [ - 110, - 429 - ], - [ - 109, - 430 - ], - [ - 108, - 431 - ], - [ - 109, - 432 - ], - [ - 109, - 431 - ], - [ - 110, - 432 - ], - [ - 109, - 433 - ] + [122, 413], [121, 414], [120, 415], [119, 416], [118, 417], + [117, 418], [116, 419], [115, 420], [114, 421], [113, 422], + [112, 423], [111, 424], [110, 425], [110, 426], [109, 427], + [108, 427], [109, 428], [110, 429], [109, 430], [108, 431], + [109, 432], [109, 431], [110, 432], [109, 433] ] }, { "id": "river_2", - "name": null, + "name": "Rooistroom", "path": [ - [ - 142, - 308 - ], - [ - 142, - 307 - ], - [ - 143, - 307 - ], - [ - 144, - 307 - ], - [ - 145, - 306 - ], - [ - 146, - 305 - ], - [ - 147, - 304 - ], - [ - 148, - 303 - ], - [ - 149, - 302 - ], - [ - 150, - 301 - ], - [ - 151, - 302 - ], - [ - 152, - 303 - ], - [ - 153, - 304 - ], - [ - 154, - 303 - ], - [ - 155, - 303 - ], - [ - 156, - 303 - ], - [ - 156, - 302 - ], - [ - 156, - 301 - ], - [ - 157, - 300 - ], - [ - 156, - 299 - ], - [ - 156, - 298 - ], - [ - 156, - 297 - ], - [ - 157, - 296 - ], - [ - 156, - 295 - ], - [ - 157, - 294 - ], - [ - 157, - 293 - ], - [ - 156, - 292 - ], - [ - 157, - 291 - ], - [ - 156, - 290 - ], - [ - 156, - 291 - ], - [ - 157, - 292 - ], - [ - 158, - 293 - ], - [ - 158, - 294 - ] + [142, 308], [142, 307], [143, 307], [144, 307], [145, 306], + [146, 305], [147, 304], [148, 303], [149, 302], [150, 301], + [151, 302], [152, 303], [153, 304], [154, 303], [155, 303], + [156, 303], [156, 302], [156, 301], [157, 300], [156, 299], + [156, 298], [156, 297], [157, 296], [156, 295], [157, 294], + [157, 293], [156, 292], [157, 291], [156, 290], [156, 291], + [157, 292], [158, 293], [158, 294] ] } ], "oceans": [ { "id": "water_1", - "name": null, + "name": "Groot Badpoel", "kind": "lake", - "center": [ - 106, - 335 - ], + "center": [106, 335], "area_fraction": 0.0145 }, { "id": "water_9", - "name": null, + "name": "Stompoel", "kind": "lake", - "center": [ - 210, - 182 - ], + "center": [210, 182], "area_fraction": 0.0108 }, { "id": "water_12", - "name": null, + "name": "Askoelpoel", "kind": "lake", - "center": [ - 223, - 355 - ], + "center": [223, 355], "area_fraction": 0.0071 }, { "id": "water_14", - "name": null, + "name": "Diep Kloofpoel", "kind": "lake", - "center": [ - 238, - 87 - ], + "center": [238, 87], "area_fraction": 0.0099 }, { "id": "water_15", - "name": null, + "name": "Suidelike Poel", "kind": "lake", - "center": [ - 244, - 339 - ], + "center": [244, 339], "area_fraction": 0.0052 } ], "mountain_ranges": [ { "id": "range_1", - "name": null, - "center": [ - 34, - 219 - ], - "peak": [ - 9, - 220 - ], + "name": "Skerprant", + "center": [34, 219], + "peak": [9, 220], "area_cells": 1069 }, { "id": "range_2", - "name": null, - "center": [ - 42, - 59 - ], - "peak": [ - 35, - 73 - ], + "name": "Groot Breuk", + "center": [42, 59], + "peak": [35, 73], "area_cells": 4989 }, { "id": "range_3", - "name": null, - "center": [ - 21, - 318 - ], - "peak": [ - 9, - 317 - ], + "name": "Vuurrant", + "center": [21, 318], + "peak": [9, 317], "area_cells": 882 }, { "id": "range_5", - "name": null, - "center": [ - 41, - 387 - ], - "peak": [ - 34, - 410 - ], + "name": "Asrant", + "center": [41, 387], + "peak": [34, 410], "area_cells": 830 }, { "id": "range_6", - "name": null, - "center": [ - 39, - 497 - ], - "peak": [ - 37, - 509 - ], + "name": "Rookberg", + "center": [39, 497], + "peak": [37, 509], "area_cells": 671 }, { "id": "range_8", - "name": null, - "center": [ - 57, - 128 - ], - "peak": [ - 58, - 128 - ], + "name": "Smeltrant", + "center": [57, 128], + "peak": [58, 128], "area_cells": 34 }, { "id": "range_9", - "name": null, - "center": [ - 111, - 418 - ], - "peak": [ - 127, - 436 - ], + "name": "Ysterkop", + "center": [111, 418], + "peak": [127, 436], "area_cells": 989 }, { "id": "range_12", - "name": null, - "center": [ - 115, - 127 - ], - "peak": [ - 113, - 122 - ], + "name": "Spitskop", + "center": [115, 127], + "peak": [113, 122], "area_cells": 83 }, { "id": "range_14", - "name": null, - "center": [ - 134, - 305 - ], - "peak": [ - 128, - 295 - ], + "name": "Grootkloof", + "center": [134, 305], + "peak": [128, 295], "area_cells": 346 }, { "id": "range_15", - "name": null, - "center": [ - 152, - 143 - ], - "peak": [ - 152, - 143 - ], + "name": "Smalrant", + "center": [152, 143], + "peak": [152, 143], "area_cells": 63 }, { "id": "range_16", - "name": null, - "center": [ - 168, - 345 - ], - "peak": [ - 170, - 344 - ], + "name": "Vloedrant", + "center": [168, 345], + "peak": [170, 344], "area_cells": 208 }, { "id": "range_17", - "name": null, - "center": [ - 164, - 170 - ], - "peak": [ - 164, - 170 - ], + "name": "Modderkop", + "center": [164, 170], + "peak": [164, 170], "area_cells": 56 }, { "id": "range_18", - "name": null, - "center": [ - 171, - 130 - ], - "peak": [ - 170, - 130 - ], + "name": "Waterrant", + "center": [171, 130], + "peak": [170, 130], "area_cells": 353 }, { "id": "range_19", - "name": null, - "center": [ - 179, - 313 - ], - "peak": [ - 179, - 313 - ], + "name": "Heetrant", + "center": [179, 313], + "peak": [179, 313], "area_cells": 57 }, { "id": "range_20", - "name": null, - "center": [ - 180, - 395 - ], - "peak": [ - 180, - 394 - ], + "name": "Swartrant", + "center": [180, 395], + "peak": [180, 394], "area_cells": 59 }, { "id": "range_21", - "name": null, - "center": [ - 183, - 69 - ], - "peak": [ - 183, - 69 - ], + "name": "Koolrant", + "center": [183, 69], + "peak": [183, 69], "area_cells": 77 }, { "id": "range_22", - "name": null, - "center": [ - 242, - 492 - ], - "peak": [ - 242, - 492 - ], + "name": "Suidelike Rant", + "center": [242, 492], + "peak": [242, 492], "area_cells": 64 } ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file + "roads": [ + { + "id": "road_0", + "name": "Groot Breuk Surface Track", + "kind": "regional", + "path": [ + [50, 90], + [70, 140], + [100, 200], + [115, 250], + [130, 280] + ] + } + ], + "cities": [ + { + "id": "city_0", + "name": "Terras", + "kind": "capital", + "center": [50, 90], + "population": 290000 + }, + { + "id": "city_1", + "name": "Kloofbas", + "kind": "city", + "center": [130, 280], + "population": 50000 + } + ], + "railroads": [ + { + "id": "railroad_0", + "name": "Rantlyne", + "kind": "passenger_freight", + "path": [ + [50, 90], + [68, 145], + [98, 195], + [115, 250], + [130, 280] + ] + } + ], + "pois": [ + { + "id": "poi_0", + "name": "Geothermal Engineers' Association HQ", + "kind": "institutional", + "center": [49, 89] + }, + { + "id": "poi_1", + "name": "Prime Surface Depot — Gate Terminal", + "kind": "transit", + "center": [51, 91] + }, + { + "id": "poi_2", + "name": "Vent Extraction Complex Alpha", + "kind": "commercial", + "center": [45, 72] + }, + { + "id": "poi_3", + "name": "Geothermal Monitoring Station", + "kind": "institutional", + "center": [131, 281] + } + ] +} diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bc/markers.json b/wiki/star-systems/GJ-66B/bodies/GJ66Bc/markers.json index f206222f2..b9cdb42c1 100644 --- a/wiki/star-systems/GJ-66B/bodies/GJ66Bc/markers.json +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bc/markers.json @@ -6,809 +6,344 @@ "rivers": [ { "id": "river_0", - "name": null, + "name": "Numelva", "path": [ - [ - 221, - 223 - ], - [ - 220, - 224 - ], - [ - 219, - 225 - ], - [ - 218, - 226 - ], - [ - 217, - 227 - ], - [ - 216, - 227 - ], - [ - 215, - 228 - ], - [ - 214, - 228 - ], - [ - 213, - 228 - ], - [ - 212, - 227 - ], - [ - 212, - 228 - ], - [ - 212, - 229 - ], - [ - 211, - 230 - ], - [ - 210, - 231 - ], - [ - 211, - 232 - ] + [221, 223], + [220, 224], + [219, 225], + [218, 226], + [217, 227], + [216, 227], + [215, 228], + [214, 228], + [213, 228], + [212, 227], + [212, 228], + [212, 229], + [211, 230], + [210, 231], + [211, 232] ] }, { "id": "river_1", - "name": null, + "name": "Glåmelva", "path": [ - [ - 140, - 334 - ], - [ - 139, - 333 - ], - [ - 138, - 333 - ], - [ - 137, - 333 - ], - [ - 136, - 332 - ], - [ - 135, - 331 - ], - [ - 134, - 331 - ], - [ - 133, - 330 - ], - [ - 132, - 329 - ], - [ - 131, - 328 - ], - [ - 130, - 328 - ], - [ - 129, - 329 - ], - [ - 128, - 330 - ], - [ - 127, - 330 - ], - [ - 126, - 330 - ], - [ - 126, - 331 - ], - [ - 125, - 330 - ] + [140, 334], + [139, 333], + [138, 333], + [137, 333], + [136, 332], + [135, 331], + [134, 331], + [133, 330], + [132, 329], + [131, 328], + [130, 328], + [129, 329], + [128, 330], + [127, 330], + [126, 330], + [126, 331], + [125, 330] ] }, { "id": "river_2", - "name": null, + "name": "Dramelva", "path": [ - [ - 187, - 283 - ], - [ - 188, - 284 - ], - [ - 189, - 285 - ], - [ - 190, - 285 - ], - [ - 191, - 284 - ], - [ - 192, - 283 - ], - [ - 193, - 282 - ], - [ - 194, - 281 - ], - [ - 195, - 280 - ], - [ - 195, - 279 - ], - [ - 196, - 278 - ], - [ - 196, - 277 - ], - [ - 196, - 276 - ], - [ - 195, - 275 - ], - [ - 194, - 274 - ], - [ - 195, - 273 - ], - [ - 194, - 273 - ], - [ - 195, - 272 - ], - [ - 194, - 271 - ], - [ - 193, - 270 - ], - [ - 193, - 269 - ], - [ - 193, - 268 - ], - [ - 194, - 268 - ], - [ - 194, - 267 - ], - [ - 195, - 268 - ], - [ - 195, - 267 - ], - [ - 196, - 266 - ], - [ - 197, - 265 - ] + [187, 283], + [188, 284], + [189, 285], + [190, 285], + [191, 284], + [192, 283], + [193, 282], + [194, 281], + [195, 280], + [195, 279], + [196, 278], + [196, 277], + [196, 276], + [195, 275], + [194, 274], + [195, 273], + [194, 273], + [195, 272], + [194, 271], + [193, 270], + [193, 269], + [193, 268], + [194, 268], + [194, 267], + [195, 268], + [195, 267], + [196, 266], + [197, 265] ] }, { "id": "river_3", - "name": null, + "name": "Vestfjordelva", "path": [ - [ - 175, - 357 - ], - [ - 176, - 358 - ], - [ - 177, - 359 - ], - [ - 178, - 360 - ], - [ - 179, - 361 - ], - [ - 180, - 362 - ], - [ - 181, - 363 - ] + [175, 357], + [176, 358], + [177, 359], + [178, 360], + [179, 361], + [180, 362], + [181, 363] ] }, { "id": "river_4", - "name": null, + "name": "Hallingelva", "path": [ - [ - 156, - 276 - ], - [ - 157, - 277 - ], - [ - 158, - 278 - ], - [ - 159, - 279 - ], - [ - 160, - 280 - ], - [ - 161, - 280 - ], - [ - 162, - 280 - ], - [ - 163, - 280 - ], - [ - 163, - 281 - ], - [ - 164, - 281 - ], - [ - 165, - 281 - ], - [ - 165, - 282 - ], - [ - 164, - 282 - ], - [ - 163, - 282 - ], - [ - 164, - 283 - ], - [ - 165, - 284 - ], - [ - 166, - 285 - ], - [ - 167, - 286 - ], - [ - 168, - 286 - ], - [ - 169, - 287 - ], - [ - 170, - 287 - ], - [ - 171, - 288 - ] + [156, 276], + [157, 277], + [158, 278], + [159, 279], + [160, 280], + [161, 280], + [162, 280], + [163, 280], + [163, 281], + [164, 281], + [165, 281], + [165, 282], + [164, 282], + [163, 282], + [164, 283], + [165, 284], + [166, 285], + [167, 286], + [168, 286], + [169, 287], + [170, 287], + [171, 288] ] }, { "id": "river_5", - "name": null, + "name": "Tyribekken", "path": [ - [ - 234, - 266 - ], - [ - 233, - 267 - ], - [ - 232, - 267 - ], - [ - 232, - 268 - ], - [ - 231, - 267 - ], - [ - 231, - 268 - ] + [234, 266], + [233, 267], + [232, 267], + [232, 268], + [231, 267], + [231, 268] ] }, { "id": "river_6", - "name": null, + "name": "Røroselva", "path": [ - [ - 136, - 316 - ], - [ - 137, - 315 - ], - [ - 138, - 314 - ], - [ - 139, - 313 - ], - [ - 140, - 314 - ], - [ - 141, - 315 - ], - [ - 142, - 316 - ], - [ - 143, - 317 - ], - [ - 144, - 318 - ], - [ - 144, - 319 - ], - [ - 145, - 319 - ], - [ - 144, - 320 - ], - [ - 144, - 321 - ], - [ - 145, - 321 - ], - [ - 145, - 322 - ], - [ - 145, - 323 - ], - [ - 146, - 322 - ], - [ - 146, - 323 - ], - [ - 147, - 324 - ], - [ - 146, - 325 - ], - [ - 147, - 326 - ], - [ - 148, - 327 - ], - [ - 149, - 328 - ], - [ - 150, - 329 - ], - [ - 151, - 330 - ], - [ - 152, - 331 - ], - [ - 153, - 332 - ], - [ - 154, - 333 - ], - [ - 155, - 333 - ], - [ - 156, - 334 - ], - [ - 157, - 335 - ], - [ - 158, - 336 - ], - [ - 158, - 337 - ], - [ - 159, - 338 - ], - [ - 160, - 339 - ] + [136, 316], + [137, 315], + [138, 314], + [139, 313], + [140, 314], + [141, 315], + [142, 316], + [143, 317], + [144, 318], + [144, 319], + [145, 319], + [144, 320], + [144, 321], + [145, 321], + [145, 322], + [145, 323], + [146, 322], + [146, 323], + [147, 324], + [146, 325], + [147, 326], + [148, 327], + [149, 328], + [150, 329], + [151, 330], + [152, 331], + [153, 332], + [154, 333], + [155, 333], + [156, 334], + [157, 335], + [158, 336], + [158, 337], + [159, 338], + [160, 339] ] }, { "id": "river_7", - "name": null, + "name": "Hågelva", "path": [ - [ - 124, - 394 - ], - [ - 125, - 393 - ], - [ - 126, - 392 - ], - [ - 127, - 391 - ], - [ - 127, - 390 - ], - [ - 127, - 389 - ], - [ - 126, - 388 - ], - [ - 126, - 387 - ], - [ - 126, - 386 - ], - [ - 125, - 385 - ], - [ - 125, - 384 - ], - [ - 125, - 383 - ], - [ - 124, - 382 - ], - [ - 125, - 381 - ], - [ - 125, - 380 - ], - [ - 124, - 379 - ], - [ - 124, - 378 - ] + [124, 394], + [125, 393], + [126, 392], + [127, 391], + [127, 390], + [127, 389], + [126, 388], + [126, 387], + [126, 386], + [125, 385], + [125, 384], + [125, 383], + [124, 382], + [125, 381], + [125, 380], + [124, 379], + [124, 378] ] }, { "id": "river_8", - "name": null, + "name": "Eikerelva", "path": [ - [ - 143, - 362 - ], - [ - 143, - 361 - ], - [ - 144, - 362 - ], - [ - 145, - 361 - ], - [ - 146, - 360 - ], - [ - 147, - 359 - ], - [ - 148, - 358 - ], - [ - 149, - 359 - ], - [ - 150, - 358 - ], - [ - 151, - 357 - ], - [ - 152, - 356 - ], - [ - 153, - 355 - ], - [ - 154, - 354 - ], - [ - 155, - 354 - ], - [ - 156, - 355 - ], - [ - 157, - 356 - ], - [ - 158, - 355 - ] + [143, 362], + [143, 361], + [144, 362], + [145, 361], + [146, 360], + [147, 359], + [148, 358], + [149, 359], + [150, 358], + [151, 357], + [152, 356], + [153, 355], + [154, 354], + [155, 354], + [156, 355], + [157, 356], + [158, 355] ] } ], "oceans": [ { "id": "water_1", - "name": null, + "name": "Storhav", "kind": "ocean", - "center": [ - 161, - 236 - ], + "center": [161, 236], "area_fraction": 0.5972 } ], "mountain_ranges": [ { "id": "range_1", - "name": null, - "center": [ - 28, - 490 - ], - "peak": [ - 33, - 507 - ], + "name": "Østfjell", + "center": [28, 490], + "peak": [33, 507], "area_cells": 1048 }, { "id": "range_2", - "name": null, - "center": [ - 30, - 354 - ], - "peak": [ - 29, - 345 - ], + "name": "Rørosfjell", + "center": [30, 354], + "peak": [29, 345], "area_cells": 2521 }, { "id": "range_3", - "name": null, - "center": [ - 32, - 63 - ], - "peak": [ - 33, - 1 - ], + "name": "Nordfjell", + "center": [32, 63], + "peak": [33, 1], "area_cells": 4631 }, { "id": "range_4", - "name": null, - "center": [ - 13, - 443 - ], - "peak": [ - 16, - 441 - ], + "name": "Nordkapp", + "center": [13, 443], + "peak": [16, 441], "area_cells": 99 }, { "id": "range_5", - "name": null, - "center": [ - 109, - 350 - ], - "peak": [ - 109, - 352 - ], + "name": "Midtfjell", + "center": [109, 350], + "peak": [109, 352], "area_cells": 172 }, { "id": "range_6", - "name": null, - "center": [ - 137, - 334 - ], - "peak": [ - 140, - 334 - ], + "name": "Sørmarka", + "center": [137, 334], + "peak": [140, 334], "area_cells": 523 } ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file + "roads": [ + { + "id": "road_0", + "name": "Storbjerg–Hammervik Road", + "kind": "commercial", + "path": [ + [126, 310], + [130, 325], + [136, 340], + [143, 352], + [148, 358] + ] + } + ], + "cities": [ + { + "id": "city_0", + "name": "Storbjerg", + "kind": "capital", + "center": [126, 310], + "population": 3200000 + }, + { + "id": "city_1", + "name": "Hammervik", + "kind": "city", + "center": [148, 358], + "population": 800000 + } + ], + "railroads": [ + { + "id": "railroad_0", + "name": "Gruve Express", + "kind": "freight", + "path": [ + [126, 310], + [131, 320], + [138, 335], + [144, 348], + [148, 358] + ] + } + ], + "pois": [ + { + "id": "poi_0", + "name": "Mining District Council", + "kind": "institutional", + "center": [125, 309] + }, + { + "id": "poi_1", + "name": "Voss Gate Terminal", + "kind": "transit", + "center": [127, 311] + }, + { + "id": "poi_2", + "name": "Ore Processing Complex", + "kind": "commercial", + "center": [149, 359] + }, + { + "id": "poi_3", + "name": "Syndicate Trade Office", + "kind": "commercial", + "center": [147, 357] + } + ] +} diff --git a/wiki/star-systems/GJ-892/bodies/GJ892d/markers.json b/wiki/star-systems/GJ-892/bodies/GJ892d/markers.json index a7ed67b82..4764dddc5 100644 --- a/wiki/star-systems/GJ-892/bodies/GJ892d/markers.json +++ b/wiki/star-systems/GJ-892/bodies/GJ892d/markers.json @@ -7,111 +7,137 @@ "oceans": [ { "id": "water_2", - "name": null, + "name": "Baseline Lake", "kind": "lake", - "center": [ - 78, - 424 - ], + "center": [78, 424], "area_fraction": 0.0107 }, { "id": "water_3", - "name": null, + "name": "Core Basin", "kind": "lake", - "center": [ - 109, - 322 - ], + "center": [109, 322], "area_fraction": 0.0103 }, { "id": "water_7", - "name": null, + "name": "Salt Flat", "kind": "lake", - "center": [ - 132, - 463 - ], + "center": [132, 463], "area_fraction": 0.007 }, { "id": "water_8", - "name": null, + "name": "Southern Ice Sea", "kind": "sea", - "center": [ - 210, - 49 - ], + "center": [210, 49], "area_fraction": 0.0494 }, { "id": "water_9", - "name": null, + "name": "Deep South Ocean", "kind": "ocean", - "center": [ - 212, - 378 - ], + "center": [212, 378], "area_fraction": 0.1535 } ], "mountain_ranges": [ { "id": "range_2", - "name": null, - "center": [ - 56, - 500 - ], - "peak": [ - 76, - 498 - ], + "name": "Cairn Reach Scarp", + "center": [56, 500], + "peak": [76, 498], "area_cells": 1107 }, { "id": "range_3", - "name": null, - "center": [ - 42, - 8 - ], - "peak": [ - 45, - 8 - ], + "name": "Westwall Range", + "center": [42, 8], + "peak": [45, 8], "area_cells": 454 }, { "id": "range_4", - "name": null, - "center": [ - 111, - 181 - ], - "peak": [ - 123, - 165 - ], + "name": "The Terraces", + "center": [111, 181], + "peak": [123, 165], "area_cells": 8704 }, { "id": "range_5", - "name": null, - "center": [ - 78, - 10 - ], - "peak": [ - 79, - 7 - ], + "name": "Exposure Ridge", + "center": [78, 10], + "peak": [79, 7], "area_cells": 155 } ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file + "roads": [ + { + "id": "road_0", + "name": "Primary Access Road", + "kind": "commercial", + "path": [ + [70, 340], + [68, 300], + [65, 260], + [62, 240], + [58, 250] + ] + } + ], + "cities": [ + { + "id": "city_0", + "name": "Cairnside Primary", + "kind": "capital", + "center": [70, 340], + "population": 75000000 + }, + { + "id": "city_1", + "name": "Survey Post Kappa", + "kind": "city", + "center": [58, 250], + "population": 5000000 + } + ], + "railroads": [ + { + "id": "railroad_0", + "name": "Baseline Rail", + "kind": "passenger_freight", + "path": [ + [70, 340], + [68, 295], + [64, 255], + [58, 250] + ] + } + ], + "pois": [ + { + "id": "poi_0", + "name": "Variability Observatory", + "kind": "institutional", + "center": [69, 342] + }, + { + "id": "poi_1", + "name": "Cairnside Gate Terminal", + "kind": "transit", + "center": [71, 339] + }, + { + "id": "poi_2", + "name": "Primary Habitat Management", + "kind": "institutional", + "center": [70, 338] + }, + { + "id": "poi_3", + "name": "Materials Testing Complex", + "kind": "institutional", + "center": [57, 251] + } + ] +} From c26d74f45d21907724b1e104579855f44f087038 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 12 Apr 2026 19:50:15 +0200 Subject: [PATCH 3/4] =?UTF-8?q?content(atlas):=20hand-author=20markers=20f?= =?UTF-8?q?or=20Estrade=20(GJ=20280A)=20=E2=80=94=20Parallax=20media=20cap?= =?UTF-8?q?ital?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Estrade (GJ280Ad) is the Reach's information/media hub: 1.8B population, inner_corridor, service-mixed economy. Names 10 rivers, 2 water bodies, 3 mountain ranges; places 4 cities (Strata 1.1B, Vantage 450M, Ledger 150M, Margin 100M); adds gate terminal + 3 institutional POIs, 2 roads, 1 railroad. Complements #837 atlas template set (Lendel, Edict, Røros, Vuurkloof, Cairnside) with a high-population urban service world example. Co-Authored-By: Claude Sonnet 4.6 --- .../GJ-280A/bodies/GJ280Ad/markers.json | 666 ++++-------------- 1 file changed, 142 insertions(+), 524 deletions(-) diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ad/markers.json b/wiki/star-systems/GJ-280A/bodies/GJ280Ad/markers.json index e2117083f..717439196 100644 --- a/wiki/star-systems/GJ-280A/bodies/GJ280Ad/markers.json +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Ad/markers.json @@ -6,602 +6,220 @@ "rivers": [ { "id": "river_0", - "name": null, + "name": "Accord Run", "path": [ - [ - 139, - 34 - ], - [ - 140, - 35 - ], - [ - 141, - 36 - ], - [ - 142, - 35 - ], - [ - 143, - 36 - ], - [ - 144, - 37 - ], - [ - 144, - 38 - ], - [ - 144, - 39 - ], - [ - 144, - 40 - ], - [ - 145, - 41 - ], - [ - 145, - 40 - ], - [ - 146, - 41 - ], - [ - 146, - 42 - ], - [ - 146, - 43 - ], - [ - 145, - 44 - ], - [ - 144, - 44 - ], - [ - 143, - 45 - ], - [ - 142, - 46 - ], - [ - 141, - 47 - ], - [ - 141, - 48 - ], - [ - 141, - 49 - ], - [ - 141, - 50 - ], - [ - 141, - 51 - ], - [ - 141, - 52 - ], - [ - 142, - 53 - ], - [ - 142, - 54 - ], - [ - 142, - 55 - ], - [ - 142, - 56 - ], - [ - 143, - 57 - ] + [139, 34], [140, 35], [141, 36], [142, 35], [143, 36], + [144, 37], [144, 38], [144, 39], [144, 40], [145, 41], + [145, 40], [146, 41], [146, 42], [146, 43], [145, 44], + [144, 44], [143, 45], [142, 46], [141, 47], [141, 48], + [141, 49], [141, 50], [141, 51], [141, 52], [142, 53], + [142, 54], [142, 55], [142, 56], [143, 57] ] }, { "id": "river_1", - "name": null, + "name": "Polar Beck", "path": [ - [ - 9, - 35 - ], - [ - 8, - 36 - ], - [ - 8, - 37 - ], - [ - 7, - 38 - ], - [ - 6, - 37 - ], - [ - 5, - 37 - ], - [ - 5, - 36 - ], - [ - 4, - 36 - ], - [ - 3, - 36 - ], - [ - 3, - 35 - ] + [9, 35], [8, 36], [8, 37], [7, 38], [6, 37], + [5, 37], [5, 36], [4, 36], [3, 36], [3, 35] ] }, { "id": "river_2", - "name": null, + "name": "Eastfall", "path": [ - [ - 115, - 506 - ], - [ - 114, - 507 - ], - [ - 113, - 508 - ], - [ - 112, - 509 - ], - [ - 111, - 509 - ], - [ - 110, - 510 - ], - [ - 109, - 511 - ], - [ - 108, - 511 - ], - [ - 107, - 511 - ] + [115, 506], [114, 507], [113, 508], [112, 509], + [111, 509], [110, 510], [109, 511], [108, 511], [107, 511] ] }, { "id": "river_3", - "name": null, + "name": "Circumflex", "path": [ - [ - 138, - 0 - ], - [ - 139, - 511 - ], - [ - 140, - 510 - ], - [ - 141, - 509 - ], - [ - 142, - 508 - ], - [ - 143, - 507 - ], - [ - 144, - 506 - ] + [138, 0], [139, 511], [140, 510], [141, 509], + [142, 508], [143, 507], [144, 506] ] }, { "id": "river_4", - "name": null, + "name": "Clear Run", "path": [ - [ - 27, - 63 - ], - [ - 26, - 62 - ], - [ - 26, - 61 - ], - [ - 25, - 62 - ], - [ - 24, - 62 - ], - [ - 23, - 63 - ], - [ - 22, - 64 - ], - [ - 21, - 63 - ], - [ - 20, - 64 - ], - [ - 19, - 64 - ], - [ - 18, - 63 - ], - [ - 17, - 64 - ], - [ - 17, - 63 - ] + [27, 63], [26, 62], [26, 61], [25, 62], [24, 62], + [23, 63], [22, 64], [21, 63], [20, 64], [19, 64], + [18, 63], [17, 64], [17, 63] ] }, { "id": "river_5", - "name": null, + "name": "Sunwise Current", "path": [ - [ - 116, - 0 - ], - [ - 117, - 511 - ], - [ - 118, - 511 - ], - [ - 119, - 511 - ], - [ - 120, - 511 - ], - [ - 121, - 511 - ], - [ - 122, - 511 - ], - [ - 123, - 511 - ], - [ - 124, - 511 - ] + [116, 0], [117, 511], [118, 511], [119, 511], + [120, 511], [121, 511], [122, 511], [123, 511], [124, 511] ] }, { "id": "river_6", - "name": null, + "name": "Contraflow", "path": [ - [ - 85, - 0 - ], - [ - 86, - 511 - ], - [ - 87, - 511 - ], - [ - 88, - 511 - ], - [ - 89, - 510 - ], - [ - 90, - 509 - ] + [85, 0], [86, 511], [87, 511], [88, 511], [89, 510], [90, 509] ] }, { "id": "river_7", - "name": null, + "name": "Western Run", "path": [ - [ - 136, - 110 - ], - [ - 135, - 110 - ], - [ - 134, - 111 - ], - [ - 133, - 112 - ], - [ - 132, - 113 - ], - [ - 131, - 114 - ], - [ - 130, - 114 - ], - [ - 129, - 113 - ], - [ - 128, - 112 - ], - [ - 127, - 111 - ], - [ - 126, - 110 - ], - [ - 125, - 109 - ], - [ - 124, - 108 - ], - [ - 123, - 107 - ] + [136, 110], [135, 110], [134, 111], [133, 112], [132, 113], + [131, 114], [130, 114], [129, 113], [128, 112], [127, 111], + [126, 110], [125, 109], [124, 108], [123, 107] ] }, { "id": "river_8", - "name": null, + "name": "Hillbrook", "path": [ - [ - 92, - 101 - ], - [ - 93, - 101 - ], - [ - 94, - 101 - ], - [ - 95, - 101 - ], - [ - 96, - 101 - ], - [ - 97, - 100 - ], - [ - 98, - 99 - ], - [ - 99, - 98 - ], - [ - 100, - 97 - ], - [ - 101, - 98 - ] + [92, 101], [93, 101], [94, 101], [95, 101], [96, 101], + [97, 100], [98, 99], [99, 98], [100, 97], [101, 98] ] }, { "id": "river_9", - "name": null, + "name": "Keel Run", "path": [ - [ - 128, - 133 - ], - [ - 127, - 134 - ], - [ - 126, - 135 - ], - [ - 125, - 136 - ], - [ - 124, - 137 - ], - [ - 123, - 138 - ], - [ - 122, - 139 - ], - [ - 121, - 140 - ], - [ - 122, - 141 - ], - [ - 123, - 142 - ], - [ - 123, - 143 - ] + [128, 133], [127, 134], [126, 135], [125, 136], + [124, 137], [123, 138], [122, 139], [121, 140], + [122, 141], [123, 142], [123, 143] ] } ], "oceans": [ { "id": "water_1", - "name": null, + "name": "Northpool", "kind": "lake", - "center": [ - 23, - 12 - ], + "center": [23, 12], "area_fraction": 0.0071 }, { "id": "water_2", - "name": null, + "name": "Estrade Ocean", "kind": "ocean", - "center": [ - 78, - 295 - ], + "center": [78, 295], "area_fraction": 0.4897 } ], "mountain_ranges": [ { "id": "range_3", - "name": null, - "center": [ - 180, - 448 - ], - "peak": [ - 181, - 448 - ], + "name": "Eastern Shelf", + "center": [180, 448], + "peak": [181, 448], "area_cells": 66 }, { "id": "range_4", - "name": null, - "center": [ - 202, - 57 - ], - "peak": [ - 210, - 53 - ], + "name": "Western Range", + "center": [202, 57], + "peak": [210, 53], "area_cells": 2848 }, { "id": "range_5", - "name": null, - "center": [ - 212, - 387 - ], - "peak": [ - 225, - 414 - ], + "name": "Southern Heights", + "center": [212, 387], + "peak": [225, 414], "area_cells": 5988 } ], - "roads": [], - "cities": [], - "railroads": [], - "pois": [] -} \ No newline at end of file + "roads": [ + { + "id": "road_0", + "name": "Strata–Vantage Corridor", + "kind": "commercial", + "path": [ + [130, 70], + [120, 90], + [105, 115], + [90, 150] + ] + }, + { + "id": "road_1", + "name": "Strata–Ledger Boulevard", + "kind": "commercial", + "path": [ + [130, 70], + [142, 95], + [155, 120] + ] + } + ], + "cities": [ + { + "id": "city_0", + "name": "Strata", + "kind": "capital", + "center": [130, 70], + "population": 1100000000 + }, + { + "id": "city_1", + "name": "Vantage", + "kind": "city", + "center": [90, 150], + "population": 450000000 + }, + { + "id": "city_2", + "name": "Ledger", + "kind": "city", + "center": [155, 120], + "population": 150000000 + }, + { + "id": "city_3", + "name": "Margin", + "kind": "city", + "center": [175, 350], + "population": 100000000 + } + ], + "railroads": [ + { + "id": "railroad_0", + "name": "Estrade Main Line", + "kind": "passenger_freight", + "path": [ + [130, 70], + [118, 95], + [103, 120], + [90, 150] + ] + } + ], + "pois": [ + { + "id": "poi_0", + "name": "Syndicate Editorial Complex", + "kind": "institutional", + "center": [130, 69] + }, + { + "id": "poi_1", + "name": "Estrade Gate Terminal", + "kind": "transit", + "center": [131, 71] + }, + { + "id": "poi_2", + "name": "Commission Content Review Office", + "kind": "institutional", + "center": [89, 149] + }, + { + "id": "poi_3", + "name": "Lattice Network Operations Centre", + "kind": "institutional", + "center": [154, 119] + } + ] +} From 9439a202531f04c73594b6b48a40882165b61a41 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Tue, 14 Apr 2026 16:07:20 +0200 Subject: [PATCH 4/4] =?UTF-8?q?content(wiki):=20PR=20#127=20review=20fix?= =?UTF-8?q?=20pass=20=E2=80=94=2015=20findings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Applies all review findings from Hoshe + Paula + Miri on PR #127. Glossary (wiki/glossary.md): - Remove self-referential "tâtonnement" from its own NOT list. - Add NOT/NOTE annotation-prefix preamble. - Replace ambient "open question" note on Commission with explicit Q-095 citation; add "Lattice Commission" to NOT list. Decisions: - Claim Q-095 (content) — "Commission formal name — authoritative designation"; register in decisions/questions.md index. Marker POI renames (glossary.md line 25 — "Syndicate" is prohibited; glossary.md lines 14–16 — "Lattice Commission" is undocumented): - GJ280Ad: "Syndicate Editorial Complex" → "Parallax Media Centre"; "Commission Content Review Office" → "Parallax Standards Office". - GJ66Bc: "Syndicate Trade Office" → "Compact Trade Representative"; "Voss Gate Terminal" → "Røros Gate Terminal". - GJ244Ad: "Lattice Commission — Sirius Office" → "Commission — Sirius Office". - GJ35c: "Prime Surface Depot — Gate Terminal" → "Terras Gate Terminal". - GJ892d (Cairnside): "Cairnside Primary" → "Okafor Base" (frontier founder-surname pattern per glossary.md line 74); "Primary Access Road" → "Cairn Scarp Track" (derived from Cairn Reach Scarp). Brand templates (wiki/economics/archetypes/brand_templates.toml): - Deep-harvest seafood archetype: Korean/Tagalog → Korean/Japanese across naming_pattern and description fields, per D-189 §11. - 11 terroir + heritage_craft _reach_wide variants now show BOTH corridor-origin and neutral example names, per cross-cultural mixing rule; inner_corridor/neutral monoculture removed. - commodity_inputs header comment: add explicit "per tick" unit cross-reference to D-189 §5 and server/src/simulation/economy.rs. Tier-1 corporations (wiki/economics/corporations/tier1.toml): - Vins de Grand Vide: currency_preference "mixed" → "mark" — HQ booking currency must mirror the HQ-system canonical zone (GJ 395 Confluent → MARK_PRIMARY); "mixed" is reserved for hop 5–6 transition systems. - Bífröst Marmor: add NOTE surfacing the orbital-age formation anomaly (wiki/corporations/bifrost-marmor.md:70–71), alongside the existing reserve-silence comment. Co-Authored-By: Claude Opus 4.6 (1M context) --- decisions/questions-content.md | 11 ++++++- decisions/questions.md | 8 ++--- .../economics/archetypes/brand_templates.toml | 29 ++++++++++--------- wiki/economics/corporations/tier1.toml | 3 +- wiki/glossary.md | 12 +++++--- .../GJ-244A/bodies/GJ244Ad/markers.json | 2 +- .../GJ-280A/bodies/GJ280Ad/markers.json | 4 +-- .../GJ-35/bodies/GJ35c/markers.json | 2 +- .../GJ-66B/bodies/GJ66Bc/markers.json | 4 +-- .../GJ-892/bodies/GJ892d/markers.json | 4 +-- 10 files changed, 47 insertions(+), 32 deletions(-) diff --git a/decisions/questions-content.md b/decisions/questions-content.md index 8bae4f918..68b1dc276 100644 --- a/decisions/questions-content.md +++ b/decisions/questions-content.md @@ -228,4 +228,13 @@ Narrative, NPCs, dialogue, templates, setting, worldbuilding, and storyteller me --- -*24 questions (10 resolved, 2 partially resolved, 12 open). Last updated: 2026-03-17 (Q-WTF-039, Q-WTF-040 resolved, Q-WTF-041 added; recount)* +### Q-095: Commission formal name — authoritative designation +- **Status:** Open +- **Question:** What is the full formal name of the Concord Assembly's regulatory authority? In-prose use is "the Commission", but several drift forms have appeared in copy reviews ("Concord Commission", "Assembly Commission", "Lattice Commission"). A canonical long-form is needed for formal/legal contexts, institutional signage, and wiki headers. +- **Context:** The Commission certifies implant hardware, medical equipment, pharmaceutical production, and safety-critical manufactured goods under tractus-denominated fees. It has no authority in Compact member systems. Current glossary guidance is to use "the Commission" until the full name is resolved, but authors writing institutional POIs and formal documents need a decision. +- **Affects:** Wiki content, marker POI naming (e.g. `"Commission — Sirius Office"`), formal legal text in tractus fee documentation, institutional signage. +- **Source:** Sprint 35 copy review (PR #127) + +--- + +*25 questions (10 resolved, 2 partially resolved, 13 open). Last updated: 2026-04-14 (Q-095 added — Commission formal name)* diff --git a/decisions/questions.md b/decisions/questions.md index 38aeb8e5c..51df7790e 100644 --- a/decisions/questions.md +++ b/decisions/questions.md @@ -8,7 +8,7 @@ Tracked questions awaiting discussion or resolution. Split by domain, mirroring |------|--------|-----------| | [questions-architecture.md](questions-architecture.md) | Technical foundation | Q-001, Q-006, Q-009, Q-018–Q-023, Q-029, Q-030, Q-046, Q-059, Q-060, Q-063–Q-094 | | [questions-perception.md](questions-perception.md) | Player observation | Q-003, Q-014, Q-016, Q-024, Q-025, Q-026, Q-051, Q-053, Q-054 | -| [questions-content.md](questions-content.md) | Narrative, NPCs, setting | Q-010, Q-012, Q-013, Q-015, Q-017, Q-028, Q-031, Q-033, Q-040–Q-045, Q-047–Q-050, Q-052, Q-056, Q-057, Q-WTF-039, Q-WTF-040, Q-WTF-041 | +| [questions-content.md](questions-content.md) | Narrative, NPCs, setting | Q-010, Q-012, Q-013, Q-015, Q-017, Q-028, Q-031, Q-033, Q-040–Q-045, Q-047–Q-050, Q-052, Q-056, Q-057, Q-095, Q-WTF-039, Q-WTF-040, Q-WTF-041 | | [questions-scope.md](questions-scope.md) | Game concept, prototype | Q-002, Q-004, Q-005, Q-007, Q-008, Q-011, Q-027, Q-032, Q-034–Q-039, Q-058, Q-061, Q-062 | ## Status Summary @@ -17,9 +17,9 @@ Tracked questions awaiting discussion or resolution. Split by domain, mirroring |--------|-------|----------|---------|------| | Architecture | 46 | 6 | 1 | 39 | | Perception | 9 | 5 | 0 | 4 | -| Content | 24 | 10 | 2 | 12 | +| Content | 25 | 10 | 2 | 13 | | Scope | 17 | 6 | 2 | 9 | -| **Total** | **96** | **27** | **5** | **64** | +| **Total** | **97** | **27** | **5** | **65** | *Updated 2026-04-05: Full recount. Q-002, Q-004, Q-005, Q-007 closed as resolved (D-117/D-166). Architecture index corrected (was 13, actually 46 — Q-060 through Q-094 were missing from index).* @@ -35,4 +35,4 @@ Tracked questions awaiting discussion or resolution. Split by domain, mirroring When in doubt about where a question belongs: if it constrains **how we build**, it's architecture. If it defines **what the player observes or knows**, it's perception. If it defines **narrative, NPCs, dialogue, or setting**, it's content. If it defines **what we ship or how big it is**, it's scope. -*96 questions. Last updated: 2026-04-05 (full recount — architecture index corrected, 4 scope questions closed).* +*97 questions. Last updated: 2026-04-14 (Q-095 added — Commission formal name).* diff --git a/wiki/economics/archetypes/brand_templates.toml b/wiki/economics/archetypes/brand_templates.toml index 2999306a2..f6cd66f5b 100644 --- a/wiki/economics/archetypes/brand_templates.toml +++ b/wiki/economics/archetypes/brand_templates.toml @@ -10,6 +10,7 @@ # naming_pattern Corridor and naming style guidance for Gemma 2 prompt # commodity_inputs Array of {commodity_id, quantity_min, quantity_max} per tick # (per single brand instance; multiplied by instance count for sim demand) +# Units: per tick — must match server tick cadence (see D-189 §5 and server/src/simulation/economy.rs) # premium_range [min, max] multiplier above commodity cost base # scarcity_class capped (hard ceiling) | constrained (soft limit) | # scalable (growth-limited) | unlimited (fully elastic) @@ -65,7 +66,7 @@ description = "North-reach corridor whisky brand. Ships to adjacent 3–5 system archetype_group = "cold_climate_spirits" brand_category = "terroir" scale_tier = "reach_wide" -naming_pattern = "north_reach — generic compass noun or compound: 'Northern Standard', 'Reach Grain Blend', 'Cold Meridian'" +naming_pattern = "reach_wide — mix of corridor-origin and neutral; examples: 'Calloway Export Blend', 'Dunmore Reach Grain' (north_reach-origin), 'Northern Standard', 'Cold Meridian' (neutral)" commodity_inputs = [ {commodity_id = "agricultural_produce", quantity_min = 100, quantity_max = 400}, {commodity_id = "water", quantity_min = 50, quantity_max = 200}, @@ -115,7 +116,7 @@ description = "West-reach corridor wine brand — Classé middle tier or large-p archetype_group = "stellar_spectrum_wine" brand_category = "terroir" scale_tier = "reach_wide" -naming_pattern = "west_reach/neutral — name suggests provenance but volume production: 'Corridor Blanc', 'Table du Vide', 'Deep West Standard', 'Reach Table'" +naming_pattern = "reach_wide — mix of corridor-origin and neutral; examples: 'Traversée Corridor Blanc', 'Domaine du Vide Export' (west_reach-origin), 'Deep West Standard', 'Reach Table' (neutral)" commodity_inputs = [ {commodity_id = "agricultural_produce", quantity_min = 200, quantity_max = 800}, {commodity_id = "chemicals", quantity_min = 20, quantity_max = 80}, @@ -133,7 +134,7 @@ description = "Reach-wide budget table wine brand. Cultural affiliation with wes archetype_group = "deep_harvest_seafood_brand" brand_category = "terroir" scale_tier = "local" -naming_pattern = "east_reach — ocean/depth word in Korean/Tagalog pattern: 'Dagat Blue', 'Haensal Reserve', 'Cheonsu Deep', 'Nori Collective Label'" +naming_pattern = "east_reach — ocean/depth word in Korean/Japanese pattern: 'Shinkai Blue', 'Haensal Reserve', 'Cheonsu Deep', 'Nori Collective Label'" commodity_inputs = [ {commodity_id = "agricultural_produce", quantity_min = 10, quantity_max = 35}, {commodity_id = "organic_compounds", quantity_min = 3, quantity_max = 12}, @@ -143,13 +144,13 @@ premium_range = [2.0, 6.0] scarcity_class = "constrained" value_trajectory = "timeless" terroir_locked = true -description = "East_reach deep-ocean fishery with system-specific ecosystem identity. Blue-label grade; cultural cachet from Filipino/Korean maritime heritage. Organic compound byproduct." +description = "East_reach deep-ocean fishery with system-specific ecosystem identity. Blue-label grade; cultural cachet from Korean/Japanese maritime heritage. Organic compound byproduct." [deep_harvest_seafood_brand__regional] archetype_group = "deep_harvest_seafood_brand" brand_category = "terroir" scale_tier = "regional" -naming_pattern = "east_reach — fleet name or collective in Korean/Tagalog register: 'Blue Standard', 'Dagat Grade', 'Haensal Corridor', 'Pelagic East'" +naming_pattern = "east_reach — fleet name or collective in Korean/Japanese register: 'Blue Standard', 'Shinkai Grade', 'Haensal Corridor', 'Pelagic East'" commodity_inputs = [ {commodity_id = "agricultural_produce", quantity_min = 50, quantity_max = 180}, {commodity_id = "organic_compounds", quantity_min = 10, quantity_max = 40}, @@ -165,7 +166,7 @@ description = "East_reach corridor seafood brand. Multi-system distribution from archetype_group = "deep_harvest_seafood_brand" brand_category = "terroir" scale_tier = "reach_wide" -naming_pattern = "inner_corridor/neutral — ocean reference without strong cultural inflection: 'Deep Standard', 'Pelagic Grade', 'Sea Table', 'Ocean Reach'" +naming_pattern = "reach_wide — mix of corridor-origin and neutral; examples: 'Haensal Export', 'Shinkai Grade' (east_reach-origin), 'Deep Standard', 'Pelagic Grade' (neutral)" commodity_inputs = [ {commodity_id = "agricultural_produce", quantity_min = 150, quantity_max = 600}, {commodity_id = "processed_food", quantity_min = 20, quantity_max = 80}, @@ -213,7 +214,7 @@ description = "South_reach corridor mineral water brand. Regional distribution w archetype_group = "volcanic_mineral_water" brand_category = "terroir" scale_tier = "reach_wide" -naming_pattern = "inner_corridor/neutral — generic purity noun: 'Clear Standard', 'Pure Reach', 'Mineral Grade', 'Source Series'" +naming_pattern = "reach_wide — mix of corridor-origin and neutral; examples: 'Vuurkloof Mineral Export', 'Karoo Source' (south_reach-origin), 'Clear Standard', 'Pure Reach' (neutral)" commodity_inputs = [ {commodity_id = "water", quantity_min = 300, quantity_max = 1000}, {commodity_id = "chemicals", quantity_min = 10, quantity_max = 30} @@ -262,7 +263,7 @@ description = "Frontier botanical spirits reaching adjacent systems. Corridor no archetype_group = "old_growth_botanical_spirits" brand_category = "terroir" scale_tier = "reach_wide" -naming_pattern = "inner_corridor/neutral — frontier reference without location specificity: 'Frontier Botanical', 'Edge Series', 'Outer Reach Spirits', 'Settlement Standard'" +naming_pattern = "reach_wide — mix of corridor-origin and neutral; examples: 'Vasquez Frontier Botanical', 'Okafor Edge Series' (frontier-origin), 'Outer Reach Spirits', 'Settlement Standard' (neutral)" commodity_inputs = [ {commodity_id = "agricultural_produce", quantity_min = 100, quantity_max = 400}, {commodity_id = "organic_compounds", quantity_min = 20, quantity_max = 80}, @@ -314,7 +315,7 @@ description = "North_reach corridor fiber apparel brand. Corridor transit cultur archetype_group = "native_fiber_apparel" brand_category = "heritage_craft" scale_tier = "reach_wide" -naming_pattern = "inner_corridor/neutral — functional garment noun without strong cultural specificity: 'Field Layer Standard', 'Outer Series', 'Transit Grade', 'Work Layer'" +naming_pattern = "reach_wide — mix of corridor-origin and neutral; examples: 'Braemar Field Layer', 'Dunmore Work Weave' (north_reach-origin), 'Outer Series', 'Transit Grade' (neutral)" commodity_inputs = [ {commodity_id = "organic_compounds", quantity_min = 80, quantity_max = 300}, {commodity_id = "textiles", quantity_min = 30, quantity_max = 120}, @@ -361,7 +362,7 @@ description = "East_reach corridor fermented food brand. 3–7 hop distribution archetype_group = "fermentation_artisan_foods" brand_category = "heritage_craft" scale_tier = "reach_wide" -naming_pattern = "inner_corridor/neutral — process descriptor without corridor specificity: 'Ferment Standard', 'Culture Grade', 'Condiment Series', 'Table Paste'" +naming_pattern = "reach_wide — mix of corridor-origin and neutral; examples: 'Haensal Culture Export', 'Nyrheim Ferment Grade' (east_reach/west_reach-origin), 'Ferment Standard', 'Table Paste' (neutral)" commodity_inputs = [ {commodity_id = "agricultural_produce", quantity_min = 150, quantity_max = 500}, {commodity_id = "processed_food", quantity_min = 20, quantity_max = 80}, @@ -408,7 +409,7 @@ description = "North_reach corridor timber and cooperage brand. Supplies distill archetype_group = "woodcraft_cooperage" brand_category = "heritage_craft" scale_tier = "reach_wide" -naming_pattern = "inner_corridor/neutral — material descriptor: 'Standard Cask', 'Reach Timber Grade', 'Hardwood Series', 'Plank Standard'" +naming_pattern = "reach_wide — mix of corridor-origin and neutral; examples: 'Calloway Stave Cask', 'Dunmore Cooperage Grade' (north_reach-origin), 'Standard Cask', 'Hardwood Series' (neutral)" commodity_inputs = [ {commodity_id = "timber", quantity_min = 100, quantity_max = 400}, {commodity_id = "refined_metals", quantity_min = 10, quantity_max = 40}, @@ -457,7 +458,7 @@ description = "Corridor-scale prestige stone brand. Halo lift from primary forma archetype_group = "geological_prestige_stone" brand_category = "heritage_craft" scale_tier = "reach_wide" -naming_pattern = "inner_corridor/neutral — material noun without location specificity: 'Stone Grade', 'Mineral Surface', 'Reach Quarry Standard', 'Interior Stone'" +naming_pattern = "reach_wide — mix of corridor-origin and neutral; examples: 'Kvitfjell Quarry Grade', 'Nyrheim Stone Export' (west_reach-origin), 'Stone Grade', 'Interior Stone' (neutral)" commodity_inputs = [ {commodity_id = "stone", quantity_min = 50, quantity_max = 200}, {commodity_id = "structural_panels", quantity_min = 5, quantity_max = 20}, @@ -505,7 +506,7 @@ description = "South_reach corridor metalwork brand. Industrial tools and presti archetype_group = "traditional_metalwork_guild" brand_category = "heritage_craft" scale_tier = "reach_wide" -naming_pattern = "inner_corridor/neutral — functional metal noun: 'Standard Forge', 'Reach Metal Grade', 'Tool Series', 'Alloy Craft'" +naming_pattern = "reach_wide — mix of corridor-origin and neutral; examples: 'Dunmore Forge Export', 'Glåmdal Alloy Grade' (north_reach/west_reach-origin), 'Standard Forge', 'Tool Series' (neutral)" commodity_inputs = [ {commodity_id = "refined_metals", quantity_min = 80, quantity_max = 300}, {commodity_id = "advanced_alloys", quantity_min = 15, quantity_max = 60}, @@ -552,7 +553,7 @@ description = "South_reach corridor botanical extract brand. Pharmaceutical and archetype_group = "south_reach_botanical_craft" brand_category = "heritage_craft" scale_tier = "reach_wide" -naming_pattern = "inner_corridor/neutral — generic botanical/extract noun: 'Botanical Standard', 'Extract Grade', 'Organic Series', 'Natural Reach'" +naming_pattern = "reach_wide — mix of corridor-origin and neutral; examples: 'Karoo Extract Export', 'Kumasi Botanical Grade' (south_reach-origin), 'Botanical Standard', 'Natural Reach' (neutral)" commodity_inputs = [ {commodity_id = "organic_compounds", quantity_min = 100, quantity_max = 380}, {commodity_id = "agricultural_produce", quantity_min = 60, quantity_max = 220}, diff --git a/wiki/economics/corporations/tier1.toml b/wiki/economics/corporations/tier1.toml index 38ad7af6b..a80ff5c3d 100644 --- a/wiki/economics/corporations/tier1.toml +++ b/wiki/economics/corporations/tier1.toml @@ -561,7 +561,7 @@ lore_archetype = "terroir_specialty_agriculture" behavioral_archetype = "monopolist" headquarters_system = "GJ 395" headquarters_settlement = "Confluent" -currency_preference = "mixed" +currency_preference = "mark" bloc_affiliation = "syndic" scope = "regional" primary_commodities = ["agricultural_produce"] @@ -612,3 +612,4 @@ wiki_slug = "bifrost-marmor" # NOTE: Subsidiary division of the Nyrheim Cooperative (Compact founding signatory). # Production ceiling ~800t/y (D-177 geological ceiling); supply cannot respond to price signals. # Full reserve extent exceeds published estimates — sealed in practical council records. +# NOTE: geological survey flagged formation age anomaly inconsistent with current orbital config — sealed alongside reserve data. diff --git a/wiki/glossary.md b/wiki/glossary.md index ef27881d5..cafc3e2d7 100644 --- a/wiki/glossary.md +++ b/wiki/glossary.md @@ -1,6 +1,10 @@ # Wiki Glossary — The Settled Reach -Quick-reference for content authors. Canonical forms are **bolded**. Drift forms are marked NOT. Keep this document current: if you encounter a new drift form in a PR review, add it here. +Quick-reference for content authors. Canonical forms are **bolded**. Keep this document current: if you encounter a new drift form in a PR review, add it here. + +**Annotation prefixes:** +- `NOT:` — drift forms and prohibitions. Do not use these variants. +- `NOTE:` — advisories and open-question placeholders. Guidance for authors while a decision is pending. *Triggered by Sprint 34 copy review incident where "Gatebuilder" was used instead of the canonical "Founders."* @@ -12,8 +16,8 @@ Quick-reference for content authors. Canonical forms are **bolded**. Drift forms NOT: "the Concord" alone is not canonical as a standalone name. "the Assembly" is acceptable shorthand in established context. **The Commission** — regulatory authority operating under the Concord Assembly. Certifies implant hardware, medical equipment, pharmaceutical production, and safety-critical manufactured goods. Tractus-denominated fees. No authority in Compact member systems. -NOTE: Full formal name unresolved (open question). Use "the Commission" until formally decided. -NOT: "Concord Commission," "Assembly Commission," "the Regulatory Commission" +NOTE: Full formal name unresolved — see Q-095 in decisions/questions-content.md. Use "the Commission" until resolved. +NOT: "Concord Commission," "Assembly Commission," "the Regulatory Commission," "Lattice Commission" **Compact of Westphalia** — political-economic bloc based in the west_reach (dominant from hop 6+ outward). Issues the Mark. Members refuse gate energy opt-in (D-186) and operate the Compact Financial Exchange. Structurally opposed to tractus-zone compliance costs. NOT: "the Westphalia Compact," "Westphalian Compact," "the West Compact" @@ -115,7 +119,7 @@ System ID: `GJ 3737` ## Economics Terminology **tâtonnement** — the price-adjustment algorithm in the economic simulation. The circumflex on the â is canonical. Always lowercase in prose. -NOT: "tatonnement" (missing accent), "tatônnement" (wrong accent position), "tâtonnement" (check: ô is wrong, correct is â) +NOT: "tatonnement" (missing accents), "tatônnement" (wrong accent — ô is incorrect, canonical uses â) **Leontief** — the input-output production model underlying the economic simulation (Layer 1). Always capitalized — it is a proper noun (named after the economist). NOT: "leontief" (lowercase), "Leontif" (misspelling) diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ad/markers.json b/wiki/star-systems/GJ-244A/bodies/GJ244Ad/markers.json index a836564de..3122ae9c8 100644 --- a/wiki/star-systems/GJ-244A/bodies/GJ244Ad/markers.json +++ b/wiki/star-systems/GJ-244A/bodies/GJ244Ad/markers.json @@ -163,7 +163,7 @@ }, { "id": "poi_2", - "name": "Lattice Commission — Sirius Office", + "name": "Commission — Sirius Office", "kind": "institutional", "center": [106, 199] }, diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ad/markers.json b/wiki/star-systems/GJ-280A/bodies/GJ280Ad/markers.json index 717439196..89d72c931 100644 --- a/wiki/star-systems/GJ-280A/bodies/GJ280Ad/markers.json +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Ad/markers.json @@ -199,7 +199,7 @@ "pois": [ { "id": "poi_0", - "name": "Syndicate Editorial Complex", + "name": "Parallax Media Centre", "kind": "institutional", "center": [130, 69] }, @@ -211,7 +211,7 @@ }, { "id": "poi_2", - "name": "Commission Content Review Office", + "name": "Parallax Standards Office", "kind": "institutional", "center": [89, 149] }, diff --git a/wiki/star-systems/GJ-35/bodies/GJ35c/markers.json b/wiki/star-systems/GJ-35/bodies/GJ35c/markers.json index d4d5dba74..fdc7eb79a 100644 --- a/wiki/star-systems/GJ-35/bodies/GJ35c/markers.json +++ b/wiki/star-systems/GJ-35/bodies/GJ35c/markers.json @@ -255,7 +255,7 @@ }, { "id": "poi_1", - "name": "Prime Surface Depot — Gate Terminal", + "name": "Terras Gate Terminal", "kind": "transit", "center": [51, 91] }, diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bc/markers.json b/wiki/star-systems/GJ-66B/bodies/GJ66Bc/markers.json index b9cdb42c1..a93ee161c 100644 --- a/wiki/star-systems/GJ-66B/bodies/GJ66Bc/markers.json +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bc/markers.json @@ -329,7 +329,7 @@ }, { "id": "poi_1", - "name": "Voss Gate Terminal", + "name": "Røros Gate Terminal", "kind": "transit", "center": [127, 311] }, @@ -341,7 +341,7 @@ }, { "id": "poi_3", - "name": "Syndicate Trade Office", + "name": "Compact Trade Representative", "kind": "commercial", "center": [147, 357] } diff --git a/wiki/star-systems/GJ-892/bodies/GJ892d/markers.json b/wiki/star-systems/GJ-892/bodies/GJ892d/markers.json index 4764dddc5..cc9630ab5 100644 --- a/wiki/star-systems/GJ-892/bodies/GJ892d/markers.json +++ b/wiki/star-systems/GJ-892/bodies/GJ892d/markers.json @@ -74,7 +74,7 @@ "roads": [ { "id": "road_0", - "name": "Primary Access Road", + "name": "Cairn Scarp Track", "kind": "commercial", "path": [ [70, 340], @@ -88,7 +88,7 @@ "cities": [ { "id": "city_0", - "name": "Cairnside Primary", + "name": "Okafor Base", "kind": "capital", "center": [70, 340], "population": 75000000