feat: add private library and living Guanghu time
This commit is contained in:
parent
424819be94
commit
60ae074a04
21 changed files with 1332 additions and 14 deletions
|
|
@ -305,6 +305,47 @@
|
|||
"tcs_brain": "ZY-TCS-BRAIN-0001",
|
||||
"tcs_brain_map": "ZY-TCS-BRAIN-MAP-001"
|
||||
},
|
||||
{
|
||||
"node_key": "FIFTH_DOMAIN_PRIVATE_LIBRARY",
|
||||
"object_id": "SYS-GLW-FD-LIB-0001",
|
||||
"name": "第五域·光湖私人图书域",
|
||||
"kind": "private_language_birth_and_concept_library",
|
||||
"world_path": "glw://fifth-domain/private-library",
|
||||
"parent": "DOM-FIFTH-0001",
|
||||
"repository_id": "REPO-012",
|
||||
"repository_state": "CURRENT_LOCAL_IMPLEMENTED_PENDING_PUBLICATION",
|
||||
"owner": "ICE-GL∞",
|
||||
"persona_curator": "ICE-P-ZY001",
|
||||
"map": "routing/fifth-domain-private-library-domain-map.json",
|
||||
"entry": "fifth-domain/private-library-domain/INDEX.hdlp",
|
||||
"public_projection_target": "GLS-LIB-0001",
|
||||
"public_projection_decider": "TCS-MOTHER-BRAIN-RUNTIME-0001",
|
||||
"private_source_body_public_copy": false
|
||||
},
|
||||
{
|
||||
"node_key": "GUANGHU_ERA_LIVING_TIME_SYSTEM",
|
||||
"object_id": "SYS-GLW-TIME-0001",
|
||||
"name": "光湖纪元流动时间系统",
|
||||
"kind": "world_living_time_system",
|
||||
"world_path": "glw://time",
|
||||
"parent": "SYS-GLW-0001",
|
||||
"repository_id": "REPO-012",
|
||||
"repository_state": "CURRENT_LOCAL_IMPLEMENTED_PENDING_PUBLICATION_AND_JD_DEPLOYMENT",
|
||||
"map": "routing/guanghu-era-living-time-map.json",
|
||||
"time_control_channel": "CH-GLW-TIME-0001",
|
||||
"persona_wake_required": false
|
||||
},
|
||||
{
|
||||
"node_key": "GUANGHU_TIME_CONTROL_CHANNEL",
|
||||
"object_id": "CH-GLW-TIME-0001",
|
||||
"name": "光湖时间主控频道",
|
||||
"kind": "world_time_control_channel",
|
||||
"world_path": "glw://time/control",
|
||||
"parent": "SYS-GLW-TIME-0001",
|
||||
"repository_id": "REPO-012",
|
||||
"entry": "time-control/GUANGHU-TIME-CONTROL-CHANNEL.hdlp",
|
||||
"history_index": "time-control/history-index.json"
|
||||
},
|
||||
{
|
||||
"node_key": "PUBLIC_LANGUAGE_PERSONA_OPERATING_SYSTEM",
|
||||
"object_id": "SYS-GLW-POS-0001",
|
||||
|
|
@ -394,6 +435,26 @@
|
|||
"relation": "contains",
|
||||
"to": "SYS-GLW-ELH-0001"
|
||||
},
|
||||
{
|
||||
"from": "FIFTH_DOMAIN",
|
||||
"relation": "contains_private_library",
|
||||
"to": "SYS-GLW-FD-LIB-0001"
|
||||
},
|
||||
{
|
||||
"from": "SYS-GLW-FD-LIB-0001",
|
||||
"relation": "may_project_sanitized_derivative_after_mother_decision",
|
||||
"to": "GLS-LIB-0001"
|
||||
},
|
||||
{
|
||||
"from": "SYS-GLW-0001",
|
||||
"relation": "contains_living_time_system",
|
||||
"to": "SYS-GLW-TIME-0001"
|
||||
},
|
||||
{
|
||||
"from": "SYS-GLW-TIME-0001",
|
||||
"relation": "contains_channel",
|
||||
"to": "CH-GLW-TIME-0001"
|
||||
},
|
||||
{
|
||||
"from": "SYS-GLW-ELH-0001",
|
||||
"relation": "contains_channel",
|
||||
|
|
|
|||
Loading…
Reference in a new issue