chore(deck): accent Château du Faune (â)
Add the circumflex to every display occurrence of the farm node's name. Internal 'chateau' id kept ASCII. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4eb7e88ea5
commit
67999dcfbf
4 changed files with 9 additions and 9 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
* Flowers → the three experiences people actually engage with:
|
* Flowers → the three experiences people actually engage with:
|
||||||
* • SolLunar Punk Society (city center) — a permanent bloom
|
* • SolLunar Punk Society (city center) — a permanent bloom
|
||||||
* • Pop-up Festivals (travelling) — ephemeral cluster
|
* • Pop-up Festivals (travelling) — ephemeral cluster
|
||||||
* • Chateau du Faune (farm center) — a permanent bloom
|
* • Château du Faune (farm center) — a permanent bloom
|
||||||
* Ghost flowers→ once the mycelium runs, new locations & festivals sprout
|
* Ghost flowers→ once the mycelium runs, new locations & festivals sprout
|
||||||
* cheaply, anywhere in the world.
|
* cheaply, anywhere in the world.
|
||||||
*
|
*
|
||||||
|
|
@ -23,7 +23,7 @@ const GROUND = 300
|
||||||
const nodes: [number, number][] = [
|
const nodes: [number, number][] = [
|
||||||
[230, 340], // root · Lab 484
|
[230, 340], // root · Lab 484
|
||||||
[500, 335], // root · SolLunar
|
[500, 335], // root · SolLunar
|
||||||
[770, 340], // root · Chateau
|
[770, 340], // root · Château
|
||||||
[100, 340], // root · ghost
|
[100, 340], // root · ghost
|
||||||
[900, 340], // root · ghost
|
[900, 340], // root · ghost
|
||||||
[160, 430],
|
[160, 430],
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* The financials are REAL, from SolLunarSociety.md, and belong exclusively to
|
* The financials are REAL, from SolLunarSociety.md, and belong exclusively to
|
||||||
* the first node — SolLunar Society (Austin). Lab 484, Pop-up
|
* the first node — SolLunar Society (Austin). Lab 484, Pop-up
|
||||||
* Festivals and Chateau du Faune are narrative/vision only and have no
|
* Festivals and Château du Faune are narrative/vision only and have no
|
||||||
* standalone numbers. P&L totals are recomputed from line items; the doc's
|
* standalone numbers. P&L totals are recomputed from line items; the doc's
|
||||||
* own summary totals didn't reconcile (kept in `pnlDocSummary`).
|
* own summary totals didn't reconcile (kept in `pnlDocSummary`).
|
||||||
*
|
*
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
* "mycelium"). Three surface entities run on top of it:
|
* "mycelium"). Three surface entities run on top of it:
|
||||||
* • SolLunar Society — city members' club, Austin (the funded first node)
|
* • SolLunar Society — city members' club, Austin (the funded first node)
|
||||||
* • Pop-up Festivals — travelling gatherings (e.g. Solarpunk Summit)
|
* • Pop-up Festivals — travelling gatherings (e.g. Solarpunk Summit)
|
||||||
* • Chateau du Faune — regenerative farm center
|
* • Château du Faune — regenerative farm center
|
||||||
*
|
*
|
||||||
* Currency: all figures are USD unless noted.
|
* Currency: all figures are USD unless noted.
|
||||||
*/
|
*/
|
||||||
|
|
@ -108,7 +108,7 @@ export const entities: Entity[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'chateau',
|
id: 'chateau',
|
||||||
name: 'Chateau du Faune',
|
name: 'Château du Faune',
|
||||||
role: 'Farm center',
|
role: 'Farm center',
|
||||||
kind: 'Off-grid · regenerative farm',
|
kind: 'Off-grid · regenerative farm',
|
||||||
accent: 'clay',
|
accent: 'clay',
|
||||||
|
|
@ -222,7 +222,7 @@ export const tech = [
|
||||||
/* ─────────────────────────────────────────────────────────────
|
/* ─────────────────────────────────────────────────────────────
|
||||||
SolLunar Society — the first node's REAL business (from
|
SolLunar Society — the first node's REAL business (from
|
||||||
SolLunarSociety.md). All figures below are SolLunar Society's
|
SolLunarSociety.md). All figures below are SolLunar Society's
|
||||||
only; Lab 484, Festivals and Chateau have no
|
only; Lab 484, Festivals and Château have no
|
||||||
standalone numbers yet. Lab 484's economics appear here as
|
standalone numbers yet. Lab 484's economics appear here as
|
||||||
revenue lines INTO SolLunar (~$16k/mo) — don't double-count.
|
revenue lines INTO SolLunar (~$16k/mo) — don't double-count.
|
||||||
───────────────────────────────────────────────────────────── */
|
───────────────────────────────────────────────────────────── */
|
||||||
|
|
@ -494,7 +494,7 @@ export const roadmap = [
|
||||||
phase: 'Phase 3',
|
phase: 'Phase 3',
|
||||||
title: 'Add the farm & replicate',
|
title: 'Add the farm & replicate',
|
||||||
when: '18 mo+',
|
when: '18 mo+',
|
||||||
body: 'Open Chateau du Faune and publish the replication kit — new nodes plug into the same backbone anywhere.',
|
body: 'Open Château du Faune and publish the replication kit — new nodes plug into the same backbone anywhere.',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
* automatically — no code changes, no manifest to edit:
|
* automatically — no code changes, no manifest to edit:
|
||||||
*
|
*
|
||||||
* src/deck/gallery/city/ → City (SolLunar Punk Society)
|
* src/deck/gallery/city/ → City (SolLunar Punk Society)
|
||||||
* src/deck/gallery/farm/ → Farm (Chateau du Faune)
|
* src/deck/gallery/farm/ → Farm (Château du Faune)
|
||||||
* src/deck/gallery/festival/ → Festival (Pop-up Festivals)
|
* src/deck/gallery/festival/ → Festival (Pop-up Festivals)
|
||||||
*
|
*
|
||||||
* Supported: jpg jpeg png webp avif gif svg. Images show sorted by filename,
|
* Supported: jpg jpeg png webp avif gif svg. Images show sorted by filename,
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ they appear automatically** — no code to touch.
|
||||||
| Folder | Section | Entity |
|
| Folder | Section | Entity |
|
||||||
| ----------- | -------- | --------------------- |
|
| ----------- | -------- | --------------------- |
|
||||||
| `city/` | City | SolLunar Punk Society |
|
| `city/` | City | SolLunar Punk Society |
|
||||||
| `farm/` | Farm | Chateau du Faune |
|
| `farm/` | Farm | Château du Faune |
|
||||||
| `festival/` | Festival | Pop-up Festivals |
|
| `festival/` | Festival | Pop-up Festivals |
|
||||||
|
|
||||||
- Supported formats: `jpg` `jpeg` `png` `webp` `avif` `gif` `svg`.
|
- Supported formats: `jpg` `jpeg` `png` `webp` `avif` `gif` `svg`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue