|
3 | 3 | "standing": "not-mechanics", |
4 | 4 | "plane_id": "plane-0", |
5 | 5 | "turn": 1, |
| 6 | + "geometry_source": { |
| 7 | + "repository": "The-Interdependency/ucns", |
| 8 | + "commit": "1975fe70cf4e0826a8020c2da3047569e277af64", |
| 9 | + "module": "src/ucns/mobius_seed.py", |
| 10 | + "schema_id": "ucns.mobius-seed-of-life", |
| 11 | + "schema_version": "0.1.0", |
| 12 | + "projection_id": "seed-of-life-seven-equal-circles", |
| 13 | + "selection_effect": "none" |
| 14 | + }, |
6 | 15 | "tiles": [ |
7 | | - {"id": "c", "q": 0, "r": 0, "label": "origin"}, |
8 | | - {"id": "ne", "q": 1, "r": -1, "label": "ne"}, |
9 | | - {"id": "e", "q": 1, "r": 0, "label": "e"}, |
10 | | - {"id": "se", "q": 0, "r": 1, "label": "se"}, |
11 | | - {"id": "sw", "q": -1, "r": 1, "label": "sw"}, |
12 | | - {"id": "w", "q": -1, "r": 0, "label": "w"}, |
13 | | - {"id": "nw", "q": 0, "r": -1, "label": "nw"} |
| 16 | + {"id": "CENTER", "source_slot": "CENTER", "x": 0.0, "y": 0.0, "label": "origin"}, |
| 17 | + {"id": "RING_0", "source_slot": "RING_0", "x": 1.0, "y": 0.0, "label": "ring 0"}, |
| 18 | + {"id": "RING_1", "source_slot": "RING_1", "x": 0.5, "y": 0.8660254037844386, "label": "ring 1"}, |
| 19 | + {"id": "RING_2", "source_slot": "RING_2", "x": -0.5, "y": 0.8660254037844386, "label": "ring 2"}, |
| 20 | + {"id": "RING_3", "source_slot": "RING_3", "x": -1.0, "y": 0.0, "label": "ring 3"}, |
| 21 | + {"id": "RING_4", "source_slot": "RING_4", "x": -0.5, "y": -0.8660254037844386, "label": "ring 4"}, |
| 22 | + {"id": "RING_5", "source_slot": "RING_5", "x": 0.5, "y": -0.8660254037844386, "label": "ring 5"} |
14 | 23 | ], |
15 | 24 | "units": [ |
16 | | - {"id": "A0", "tile": "ne", "label": "A0"} |
| 25 | + {"id": "A0", "tile": "RING_0", "label": "A0"} |
17 | 26 | ], |
18 | | - "selected_tile": "ne", |
| 27 | + "selected_tile": "RING_0", |
19 | 28 | "motions": [ |
20 | | - {"unit": "A0", "from": "c", "to": "ne"} |
| 29 | + {"unit": "A0", "from": "CENTER", "to": "RING_0"} |
21 | 30 | ], |
22 | 31 | "feed": [ |
23 | 32 | {"turn": 0, "text": "plane loaded; A0 at origin"}, |
24 | | - {"turn": 1, "text": "A0 trace origin to ne"} |
| 33 | + {"turn": 1, "text": "A0 trace CENTER to RING_0"} |
25 | 34 | ] |
26 | 35 | } |
0 commit comments