@almadar/std 3.2.3 → 3.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +72 -21
- package/README.md +1 -1
- package/behaviors/exports/atoms/std-combat-log.orb +12 -12
- package/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
- package/behaviors/exports/atoms/std-game-audio.orb +9 -9
- package/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
- package/behaviors/exports/atoms/std-game-hud.orb +10 -10
- package/behaviors/exports/atoms/std-game-menu.orb +12 -12
- package/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
- package/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
- package/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-score-board.orb +9 -9
- package/behaviors/exports/atoms/std-selection.orb +32 -18
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
- package/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
- package/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
- package/behaviors/exports/atoms/std-service-email.orb +540 -0
- package/behaviors/exports/atoms/std-service-github.orb +586 -0
- package/behaviors/exports/atoms/std-service-llm.orb +671 -0
- package/behaviors/exports/atoms/std-service-oauth.orb +764 -0
- package/behaviors/exports/atoms/std-service-redis.orb +580 -0
- package/behaviors/exports/atoms/std-service-storage.orb +664 -0
- package/behaviors/exports/atoms/std-service-stripe.orb +639 -0
- package/behaviors/exports/atoms/std-service-twilio.orb +611 -0
- package/behaviors/exports/atoms/std-service-youtube.orb +696 -0
- package/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-sprite.orb +17 -17
- package/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
- package/behaviors/exports/molecules/std-quiz.orb +48 -24
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
- package/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
- package/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
- package/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
- package/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
- package/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
- package/behaviors/exports/validation-report.json +2 -2
- package/dist/behaviors/exports/atoms/std-combat-log.orb +12 -12
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
- package/dist/behaviors/exports/atoms/std-game-audio.orb +9 -9
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
- package/dist/behaviors/exports/atoms/std-game-hud.orb +10 -10
- package/dist/behaviors/exports/atoms/std-game-menu.orb +12 -12
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-score-board.orb +9 -9
- package/dist/behaviors/exports/atoms/std-selection.orb +32 -18
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
- package/dist/behaviors/exports/atoms/std-service-email.orb +540 -0
- package/dist/behaviors/exports/atoms/std-service-github.orb +586 -0
- package/dist/behaviors/exports/atoms/std-service-llm.orb +671 -0
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +764 -0
- package/dist/behaviors/exports/atoms/std-service-redis.orb +580 -0
- package/dist/behaviors/exports/atoms/std-service-storage.orb +664 -0
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +639 -0
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +611 -0
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +696 -0
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-sprite.orb +17 -17
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
- package/dist/behaviors/exports/molecules/std-quiz.orb +48 -24
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
- package/dist/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
- package/dist/behaviors/exports/validation-report.json +2 -2
- package/dist/behaviors/functions/index.d.ts +662 -1
- package/dist/behaviors/functions/index.js +7638 -2117
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +7638 -2117
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-combat-log.orb +12 -12
- package/dist/exports/atoms/std-dialogue-box.orb +11 -11
- package/dist/exports/atoms/std-game-audio.orb +9 -9
- package/dist/exports/atoms/std-game-canvas3d.orb +24 -24
- package/dist/exports/atoms/std-game-hud.orb +10 -10
- package/dist/exports/atoms/std-game-menu.orb +12 -12
- package/dist/exports/atoms/std-game-over-screen.orb +9 -9
- package/dist/exports/atoms/std-inventory-panel.orb +13 -13
- package/dist/exports/atoms/std-isometric-canvas.orb +9 -9
- package/dist/exports/atoms/std-platformer-canvas.orb +9 -9
- package/dist/exports/atoms/std-score-board.orb +9 -9
- package/dist/exports/atoms/std-selection.orb +32 -18
- package/dist/exports/atoms/std-service-custom-bearer.orb +557 -0
- package/dist/exports/atoms/std-service-custom-header.orb +559 -0
- package/dist/exports/atoms/std-service-custom-noauth.orb +553 -0
- package/dist/exports/atoms/std-service-custom-query.orb +559 -0
- package/dist/exports/atoms/std-service-email.orb +540 -0
- package/dist/exports/atoms/std-service-github.orb +586 -0
- package/dist/exports/atoms/std-service-llm.orb +671 -0
- package/dist/exports/atoms/std-service-oauth.orb +764 -0
- package/dist/exports/atoms/std-service-redis.orb +580 -0
- package/dist/exports/atoms/std-service-storage.orb +664 -0
- package/dist/exports/atoms/std-service-stripe.orb +639 -0
- package/dist/exports/atoms/std-service-twilio.orb +611 -0
- package/dist/exports/atoms/std-service-youtube.orb +696 -0
- package/dist/exports/atoms/std-simulation-canvas.orb +9 -9
- package/dist/exports/atoms/std-sprite.orb +17 -17
- package/dist/exports/atoms/std-validate-on-save.orb +623 -0
- package/dist/exports/molecules/std-quiz.orb +48 -24
- package/dist/exports/molecules/std-service-content-pipeline.orb +915 -0
- package/dist/exports/molecules/std-service-custom-api-tester.orb +860 -0
- package/dist/exports/molecules/std-service-devops-toolkit.orb +1526 -0
- package/dist/exports/molecules/std-service-notification-hub.orb +696 -0
- package/dist/exports/molecules/std-service-payment-flow.orb +873 -0
- package/dist/exports/organisms/std-service-marketplace.orb +5191 -0
- package/dist/exports/organisms/std-service-research-assistant.orb +3568 -0
- package/dist/exports/test-schemas/os-trigger-simulation.orb +202 -0
- package/dist/exports/validation-report.json +2 -2
- package/dist/index.d.ts +3 -3
- package/dist/index.js +7887 -2216
- package/dist/index.js.map +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/contract.d.ts +22 -0
- package/dist/modules/contract.js +100 -0
- package/dist/modules/contract.js.map +1 -0
- package/dist/modules/data.d.ts +22 -0
- package/dist/modules/data.js +117 -0
- package/dist/modules/data.js.map +1 -0
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +23 -0
- package/dist/modules/graph.js +209 -0
- package/dist/modules/graph.js.map +1 -0
- package/dist/modules/index.d.ts +5 -1
- package/dist/modules/index.js +593 -63
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/nn.js +14 -14
- package/dist/modules/nn.js.map +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/os.d.ts +19 -0
- package/dist/modules/os.js +116 -0
- package/dist/modules/os.js.map +1 -0
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/tensor.js +29 -29
- package/dist/modules/tensor.js.map +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/train.js +19 -19
- package/dist/modules/train.js.map +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +2 -2
- package/dist/registry.js +184 -65
- package/dist/registry.js.map +1 -1
- package/dist/{types-CmNM_IbV.d.ts → types-DOeGXRCm.d.ts} +3 -3
- package/package.json +4 -4
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "OSTriggerSimulation",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Test schema: simulates OS_FILE_MODIFIED via button click to verify the trigger state machine",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "ValidateOnSave",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "ValidationResult",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{ "name": "id", "type": "string" },
|
|
13
|
+
{ "name": "path", "type": "string" },
|
|
14
|
+
{ "name": "valid", "type": "boolean", "default": false },
|
|
15
|
+
{ "name": "errors", "type": "array", "default": [] },
|
|
16
|
+
{ "name": "warnings", "type": "array", "default": [] },
|
|
17
|
+
{ "name": "timestamp", "type": "number", "default": 0 },
|
|
18
|
+
{ "name": "status", "type": "string", "default": "idle" }
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"traits": [
|
|
22
|
+
{
|
|
23
|
+
"name": "OrbFileWatcher",
|
|
24
|
+
"linkedEntity": "ValidationResult",
|
|
25
|
+
"category": "interaction",
|
|
26
|
+
"stateMachine": {
|
|
27
|
+
"states": [
|
|
28
|
+
{ "name": "idle", "isInitial": true },
|
|
29
|
+
{ "name": "validating" },
|
|
30
|
+
{ "name": "valid" },
|
|
31
|
+
{ "name": "invalid" }
|
|
32
|
+
],
|
|
33
|
+
"events": [
|
|
34
|
+
{ "key": "INIT", "name": "Initialize" },
|
|
35
|
+
{
|
|
36
|
+
"key": "SIMULATE_FILE_CHANGE",
|
|
37
|
+
"name": "Simulate File Change",
|
|
38
|
+
"payload": [
|
|
39
|
+
{ "name": "path", "type": "string" }
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"key": "SIMULATE_PASS",
|
|
44
|
+
"name": "Simulate Validation Pass"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"key": "SIMULATE_FAIL",
|
|
48
|
+
"name": "Simulate Validation Fail"
|
|
49
|
+
},
|
|
50
|
+
{ "key": "REFRESH", "name": "Validate Again" }
|
|
51
|
+
],
|
|
52
|
+
"transitions": [
|
|
53
|
+
{
|
|
54
|
+
"from": "idle",
|
|
55
|
+
"event": "INIT",
|
|
56
|
+
"to": "idle",
|
|
57
|
+
"effects": [
|
|
58
|
+
["set", "@entity.status", "idle"],
|
|
59
|
+
["render-ui", "main", {
|
|
60
|
+
"type": "page-header",
|
|
61
|
+
"title": "OS Trigger Simulation",
|
|
62
|
+
"subtitle": "Test the validate-on-save state machine",
|
|
63
|
+
"actions": [
|
|
64
|
+
{ "event": "SIMULATE_FILE_CHANGE", "label": "Simulate .orb File Save", "variant": "primary" }
|
|
65
|
+
]
|
|
66
|
+
}],
|
|
67
|
+
["render-ui", "center", {
|
|
68
|
+
"type": "empty-state",
|
|
69
|
+
"title": "Waiting for file changes",
|
|
70
|
+
"description": "Click 'Simulate .orb File Save' to trigger the validation flow"
|
|
71
|
+
}]
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"from": "idle",
|
|
76
|
+
"event": "SIMULATE_FILE_CHANGE",
|
|
77
|
+
"to": "validating",
|
|
78
|
+
"effects": [
|
|
79
|
+
["set", "@entity.path", "test/schema.orb"],
|
|
80
|
+
["set", "@entity.timestamp", "@now"],
|
|
81
|
+
["set", "@entity.status", "validating"],
|
|
82
|
+
["render-ui", "main", {
|
|
83
|
+
"type": "page-header",
|
|
84
|
+
"title": "OS Trigger Simulation",
|
|
85
|
+
"subtitle": "Validating test/schema.orb...",
|
|
86
|
+
"actions": [
|
|
87
|
+
{ "event": "SIMULATE_PASS", "label": "Pass", "variant": "primary" },
|
|
88
|
+
{ "event": "SIMULATE_FAIL", "label": "Fail", "variant": "danger" }
|
|
89
|
+
]
|
|
90
|
+
}],
|
|
91
|
+
["render-ui", "center", {
|
|
92
|
+
"type": "loading-state",
|
|
93
|
+
"title": "Running orbital validate..."
|
|
94
|
+
}]
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"from": "validating",
|
|
99
|
+
"event": "SIMULATE_PASS",
|
|
100
|
+
"to": "valid",
|
|
101
|
+
"effects": [
|
|
102
|
+
["set", "@entity.valid", true],
|
|
103
|
+
["set", "@entity.errors", []],
|
|
104
|
+
["set", "@entity.status", "valid"],
|
|
105
|
+
["render-ui", "main", {
|
|
106
|
+
"type": "page-header",
|
|
107
|
+
"title": "OS Trigger Simulation",
|
|
108
|
+
"subtitle": "Validation passed",
|
|
109
|
+
"actions": [
|
|
110
|
+
{ "event": "REFRESH", "label": "Test Again", "variant": "primary" }
|
|
111
|
+
]
|
|
112
|
+
}],
|
|
113
|
+
["render-ui", "center", {
|
|
114
|
+
"type": "entity-detail",
|
|
115
|
+
"entity": "ValidationResult",
|
|
116
|
+
"fields": ["path", "valid", "status", "timestamp"]
|
|
117
|
+
}],
|
|
118
|
+
["notify", "success", "Schema is valid"]
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"from": "validating",
|
|
123
|
+
"event": "SIMULATE_FAIL",
|
|
124
|
+
"to": "invalid",
|
|
125
|
+
"effects": [
|
|
126
|
+
["set", "@entity.valid", false],
|
|
127
|
+
["set", "@entity.errors", "State editing is unreachable; Event SAVE has no listener"],
|
|
128
|
+
["set", "@entity.status", "invalid"],
|
|
129
|
+
["render-ui", "main", {
|
|
130
|
+
"type": "page-header",
|
|
131
|
+
"title": "OS Trigger Simulation",
|
|
132
|
+
"subtitle": "Validation failed - 2 errors",
|
|
133
|
+
"actions": [
|
|
134
|
+
{ "event": "REFRESH", "label": "Test Again", "variant": "primary" }
|
|
135
|
+
]
|
|
136
|
+
}],
|
|
137
|
+
["render-ui", "center", {
|
|
138
|
+
"type": "entity-detail",
|
|
139
|
+
"entity": "ValidationResult",
|
|
140
|
+
"fields": ["path", "valid", "errors", "status"]
|
|
141
|
+
}],
|
|
142
|
+
["notify", "error", "Schema has errors"]
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"from": "valid",
|
|
147
|
+
"event": "REFRESH",
|
|
148
|
+
"to": "idle",
|
|
149
|
+
"effects": [
|
|
150
|
+
["set", "@entity.status", "idle"],
|
|
151
|
+
["render-ui", "main", {
|
|
152
|
+
"type": "page-header",
|
|
153
|
+
"title": "OS Trigger Simulation",
|
|
154
|
+
"subtitle": "Test the validate-on-save state machine",
|
|
155
|
+
"actions": [
|
|
156
|
+
{ "event": "SIMULATE_FILE_CHANGE", "label": "Simulate .orb File Save", "variant": "primary" }
|
|
157
|
+
]
|
|
158
|
+
}],
|
|
159
|
+
["render-ui", "center", {
|
|
160
|
+
"type": "empty-state",
|
|
161
|
+
"title": "Waiting for file changes",
|
|
162
|
+
"description": "Click 'Simulate .orb File Save' to trigger the validation flow"
|
|
163
|
+
}]
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"from": "invalid",
|
|
168
|
+
"event": "REFRESH",
|
|
169
|
+
"to": "idle",
|
|
170
|
+
"effects": [
|
|
171
|
+
["set", "@entity.status", "idle"],
|
|
172
|
+
["render-ui", "main", {
|
|
173
|
+
"type": "page-header",
|
|
174
|
+
"title": "OS Trigger Simulation",
|
|
175
|
+
"subtitle": "Test the validate-on-save state machine",
|
|
176
|
+
"actions": [
|
|
177
|
+
{ "event": "SIMULATE_FILE_CHANGE", "label": "Simulate .orb File Save", "variant": "primary" }
|
|
178
|
+
]
|
|
179
|
+
}],
|
|
180
|
+
["render-ui", "center", {
|
|
181
|
+
"type": "empty-state",
|
|
182
|
+
"title": "Waiting for file changes",
|
|
183
|
+
"description": "Click 'Simulate .orb File Save' to trigger the validation flow"
|
|
184
|
+
}]
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"pages": [
|
|
192
|
+
{
|
|
193
|
+
"name": "SimulatorPage",
|
|
194
|
+
"path": "/simulator",
|
|
195
|
+
"traits": [
|
|
196
|
+
{ "ref": "OrbFileWatcher", "linkedEntity": "ValidationResult" }
|
|
197
|
+
]
|
|
198
|
+
}
|
|
199
|
+
]
|
|
200
|
+
}
|
|
201
|
+
]
|
|
202
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"name": "std-
|
|
3
|
+
"name": "std-selection",
|
|
4
4
|
"errors": 0,
|
|
5
5
|
"warnings": 0,
|
|
6
6
|
"output": [
|
|
7
7
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
8
|
-
"Validating schema: /home/osamah/kflow.ai.builder/packages/almadar-std/behaviors/exports/
|
|
8
|
+
"Validating schema: /home/osamah/kflow.ai.builder/packages/almadar-std/behaviors/exports/atoms/std-selection.orb"
|
|
9
9
|
]
|
|
10
10
|
}
|
|
11
11
|
]
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "CombatLogEntryOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "CombatLogEntryOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "CombatLogEntry",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"traits": [
|
|
39
39
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"linkedEntity": "
|
|
40
|
+
"name": "CombatLogEntryCombatLog",
|
|
41
|
+
"linkedEntity": "CombatLogEntry",
|
|
42
42
|
"category": "interaction",
|
|
43
43
|
"stateMachine": {
|
|
44
44
|
"states": [
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
"effects": [
|
|
77
77
|
[
|
|
78
78
|
"fetch",
|
|
79
|
-
"
|
|
79
|
+
"CombatLogEntry"
|
|
80
80
|
],
|
|
81
81
|
[
|
|
82
82
|
"render-ui",
|
|
83
83
|
"main",
|
|
84
84
|
{
|
|
85
85
|
"type": "combat-log",
|
|
86
|
-
"events": "@
|
|
86
|
+
"events": "@CombatLogEntry",
|
|
87
87
|
"maxVisible": 10,
|
|
88
88
|
"autoScroll": true,
|
|
89
89
|
"showTimestamps": true,
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"main",
|
|
103
103
|
{
|
|
104
104
|
"type": "combat-log",
|
|
105
|
-
"events": "@
|
|
105
|
+
"events": "@CombatLogEntry",
|
|
106
106
|
"maxVisible": 10,
|
|
107
107
|
"autoScroll": true,
|
|
108
108
|
"showTimestamps": true,
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"main",
|
|
122
122
|
{
|
|
123
123
|
"type": "combat-log",
|
|
124
|
-
"events": "@
|
|
124
|
+
"events": "@CombatLogEntry",
|
|
125
125
|
"maxVisible": 10,
|
|
126
126
|
"autoScroll": true,
|
|
127
127
|
"showTimestamps": true,
|
|
@@ -136,11 +136,11 @@
|
|
|
136
136
|
],
|
|
137
137
|
"pages": [
|
|
138
138
|
{
|
|
139
|
-
"name": "
|
|
140
|
-
"path": "/
|
|
139
|
+
"name": "CombatLogEntryLogPage",
|
|
140
|
+
"path": "/combatlogentrys",
|
|
141
141
|
"traits": [
|
|
142
142
|
{
|
|
143
|
-
"ref": "
|
|
143
|
+
"ref": "CombatLogEntryCombatLog"
|
|
144
144
|
}
|
|
145
145
|
]
|
|
146
146
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "DialogueNodeOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "DialogueNodeOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "DialogueNode",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
},
|
|
48
48
|
"traits": [
|
|
49
49
|
{
|
|
50
|
-
"name": "
|
|
51
|
-
"linkedEntity": "
|
|
50
|
+
"name": "DialogueNodeDialogue",
|
|
51
|
+
"linkedEntity": "DialogueNode",
|
|
52
52
|
"category": "interaction",
|
|
53
53
|
"stateMachine": {
|
|
54
54
|
"states": [
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"effects": [
|
|
98
98
|
[
|
|
99
99
|
"fetch",
|
|
100
|
-
"
|
|
100
|
+
"DialogueNode"
|
|
101
101
|
],
|
|
102
102
|
[
|
|
103
103
|
"set",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"effects": [
|
|
132
132
|
[
|
|
133
133
|
"fetch",
|
|
134
|
-
"
|
|
134
|
+
"DialogueNode"
|
|
135
135
|
],
|
|
136
136
|
[
|
|
137
137
|
"render-ui",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"effects": [
|
|
207
207
|
[
|
|
208
208
|
"fetch",
|
|
209
|
-
"
|
|
209
|
+
"DialogueNode"
|
|
210
210
|
],
|
|
211
211
|
[
|
|
212
212
|
"render-ui",
|
|
@@ -229,11 +229,11 @@
|
|
|
229
229
|
],
|
|
230
230
|
"pages": [
|
|
231
231
|
{
|
|
232
|
-
"name": "
|
|
233
|
-
"path": "/
|
|
232
|
+
"name": "DialogueNodeDialoguePage",
|
|
233
|
+
"path": "/dialoguenodes",
|
|
234
234
|
"traits": [
|
|
235
235
|
{
|
|
236
|
-
"ref": "
|
|
236
|
+
"ref": "DialogueNodeDialogue"
|
|
237
237
|
}
|
|
238
238
|
]
|
|
239
239
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "AudioTrackOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "AudioTrackOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "AudioTrack",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"traits": [
|
|
39
39
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"linkedEntity": "
|
|
40
|
+
"name": "AudioTrackGameAudio",
|
|
41
|
+
"linkedEntity": "AudioTrack",
|
|
42
42
|
"category": "interaction",
|
|
43
43
|
"stateMachine": {
|
|
44
44
|
"states": [
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"effects": [
|
|
66
66
|
[
|
|
67
67
|
"fetch",
|
|
68
|
-
"
|
|
68
|
+
"AudioTrack"
|
|
69
69
|
],
|
|
70
70
|
[
|
|
71
71
|
"render-ui",
|
|
@@ -104,11 +104,11 @@
|
|
|
104
104
|
],
|
|
105
105
|
"pages": [
|
|
106
106
|
{
|
|
107
|
-
"name": "
|
|
108
|
-
"path": "/
|
|
107
|
+
"name": "AudioTrackAudioPage",
|
|
108
|
+
"path": "/audiotracks",
|
|
109
109
|
"traits": [
|
|
110
110
|
{
|
|
111
|
-
"ref": "
|
|
111
|
+
"ref": "AudioTrackGameAudio"
|
|
112
112
|
}
|
|
113
113
|
]
|
|
114
114
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "Canvas3dSceneOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "Canvas3dSceneOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "Canvas3dScene",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"traits": [
|
|
39
39
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"linkedEntity": "
|
|
40
|
+
"name": "Canvas3dSceneGameCanvas3d",
|
|
41
|
+
"linkedEntity": "Canvas3dScene",
|
|
42
42
|
"category": "interaction",
|
|
43
43
|
"stateMachine": {
|
|
44
44
|
"states": [
|
|
@@ -90,16 +90,16 @@
|
|
|
90
90
|
"effects": [
|
|
91
91
|
[
|
|
92
92
|
"fetch",
|
|
93
|
-
"
|
|
93
|
+
"Canvas3dScene"
|
|
94
94
|
],
|
|
95
95
|
[
|
|
96
96
|
"render-ui",
|
|
97
97
|
"main",
|
|
98
98
|
{
|
|
99
99
|
"type": "game-canvas3-d",
|
|
100
|
-
"tiles": "@
|
|
101
|
-
"units": "@
|
|
102
|
-
"features": "@
|
|
100
|
+
"tiles": "@Canvas3dScene",
|
|
101
|
+
"units": "@Canvas3dScene",
|
|
102
|
+
"features": "@Canvas3dScene",
|
|
103
103
|
"orientation": "isometric",
|
|
104
104
|
"cameraMode": "orbital",
|
|
105
105
|
"showGrid": true,
|
|
@@ -121,9 +121,9 @@
|
|
|
121
121
|
"main",
|
|
122
122
|
{
|
|
123
123
|
"type": "game-canvas3-d",
|
|
124
|
-
"tiles": "@
|
|
125
|
-
"units": "@
|
|
126
|
-
"features": "@
|
|
124
|
+
"tiles": "@Canvas3dScene",
|
|
125
|
+
"units": "@Canvas3dScene",
|
|
126
|
+
"features": "@Canvas3dScene",
|
|
127
127
|
"orientation": "isometric",
|
|
128
128
|
"cameraMode": "orbital",
|
|
129
129
|
"showGrid": true,
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
"main",
|
|
146
146
|
{
|
|
147
147
|
"type": "game-canvas3-d",
|
|
148
|
-
"tiles": "@
|
|
149
|
-
"units": "@
|
|
150
|
-
"features": "@
|
|
148
|
+
"tiles": "@Canvas3dScene",
|
|
149
|
+
"units": "@Canvas3dScene",
|
|
150
|
+
"features": "@Canvas3dScene",
|
|
151
151
|
"orientation": "isometric",
|
|
152
152
|
"cameraMode": "orbital",
|
|
153
153
|
"showGrid": true,
|
|
@@ -169,9 +169,9 @@
|
|
|
169
169
|
"main",
|
|
170
170
|
{
|
|
171
171
|
"type": "game-canvas3-d",
|
|
172
|
-
"tiles": "@
|
|
173
|
-
"units": "@
|
|
174
|
-
"features": "@
|
|
172
|
+
"tiles": "@Canvas3dScene",
|
|
173
|
+
"units": "@Canvas3dScene",
|
|
174
|
+
"features": "@Canvas3dScene",
|
|
175
175
|
"orientation": "isometric",
|
|
176
176
|
"cameraMode": "orbital",
|
|
177
177
|
"showGrid": true,
|
|
@@ -193,9 +193,9 @@
|
|
|
193
193
|
"main",
|
|
194
194
|
{
|
|
195
195
|
"type": "game-canvas3-d",
|
|
196
|
-
"tiles": "@
|
|
197
|
-
"units": "@
|
|
198
|
-
"features": "@
|
|
196
|
+
"tiles": "@Canvas3dScene",
|
|
197
|
+
"units": "@Canvas3dScene",
|
|
198
|
+
"features": "@Canvas3dScene",
|
|
199
199
|
"orientation": "isometric",
|
|
200
200
|
"cameraMode": "orbital",
|
|
201
201
|
"showGrid": true,
|
|
@@ -225,11 +225,11 @@
|
|
|
225
225
|
],
|
|
226
226
|
"pages": [
|
|
227
227
|
{
|
|
228
|
-
"name": "
|
|
229
|
-
"path": "/
|
|
228
|
+
"name": "Canvas3dSceneCanvas3dPage",
|
|
229
|
+
"path": "/canvas3dscenes",
|
|
230
230
|
"traits": [
|
|
231
231
|
{
|
|
232
|
-
"ref": "
|
|
232
|
+
"ref": "Canvas3dSceneGameCanvas3d"
|
|
233
233
|
}
|
|
234
234
|
]
|
|
235
235
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "HudStateOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "HudStateOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "HudState",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"traits": [
|
|
39
39
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"linkedEntity": "
|
|
40
|
+
"name": "HudStateHud",
|
|
41
|
+
"linkedEntity": "HudState",
|
|
42
42
|
"category": "interaction",
|
|
43
43
|
"stateMachine": {
|
|
44
44
|
"states": [
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"effects": [
|
|
66
66
|
[
|
|
67
67
|
"fetch",
|
|
68
|
-
"
|
|
68
|
+
"HudState"
|
|
69
69
|
],
|
|
70
70
|
[
|
|
71
71
|
"render-ui",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"effects": [
|
|
105
105
|
[
|
|
106
106
|
"fetch",
|
|
107
|
-
"
|
|
107
|
+
"HudState"
|
|
108
108
|
],
|
|
109
109
|
[
|
|
110
110
|
"render-ui",
|
|
@@ -142,11 +142,11 @@
|
|
|
142
142
|
],
|
|
143
143
|
"pages": [
|
|
144
144
|
{
|
|
145
|
-
"name": "
|
|
146
|
-
"path": "/
|
|
145
|
+
"name": "HudStateHudPage",
|
|
146
|
+
"path": "/hudstates",
|
|
147
147
|
"traits": [
|
|
148
148
|
{
|
|
149
|
-
"ref": "
|
|
149
|
+
"ref": "HudStateHud"
|
|
150
150
|
}
|
|
151
151
|
]
|
|
152
152
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "MenuStateOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "MenuStateOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "MenuState",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"traits": [
|
|
39
39
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"linkedEntity": "
|
|
40
|
+
"name": "MenuStateMenu",
|
|
41
|
+
"linkedEntity": "MenuState",
|
|
42
42
|
"category": "interaction",
|
|
43
43
|
"stateMachine": {
|
|
44
44
|
"states": [
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"main",
|
|
81
81
|
{
|
|
82
82
|
"type": "game-menu",
|
|
83
|
-
"title": "
|
|
83
|
+
"title": "MenuState",
|
|
84
84
|
"subtitle": "Press Start",
|
|
85
85
|
"menuItems": [
|
|
86
86
|
{
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"main",
|
|
117
117
|
{
|
|
118
118
|
"type": "game-menu",
|
|
119
|
-
"title": "
|
|
119
|
+
"title": "MenuState",
|
|
120
120
|
"subtitle": "Press Start",
|
|
121
121
|
"menuItems": [
|
|
122
122
|
{
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"main",
|
|
147
147
|
{
|
|
148
148
|
"type": "game-menu",
|
|
149
|
-
"title": "
|
|
149
|
+
"title": "MenuState",
|
|
150
150
|
"subtitle": "Press Start",
|
|
151
151
|
"menuItems": [
|
|
152
152
|
{
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"main",
|
|
177
177
|
{
|
|
178
178
|
"type": "game-menu",
|
|
179
|
-
"title": "
|
|
179
|
+
"title": "MenuState",
|
|
180
180
|
"subtitle": "Press Start",
|
|
181
181
|
"menuItems": [
|
|
182
182
|
{
|
|
@@ -202,11 +202,11 @@
|
|
|
202
202
|
],
|
|
203
203
|
"pages": [
|
|
204
204
|
{
|
|
205
|
-
"name": "
|
|
206
|
-
"path": "/
|
|
205
|
+
"name": "MenuStateMenuPage",
|
|
206
|
+
"path": "/menustates",
|
|
207
207
|
"traits": [
|
|
208
208
|
{
|
|
209
|
-
"ref": "
|
|
209
|
+
"ref": "MenuStateMenu"
|
|
210
210
|
}
|
|
211
211
|
]
|
|
212
212
|
}
|