@almadar/std 16.165.0 → 16.167.0
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/behaviors/lolo/infra/atoms/std-status-lifecycle.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-app-layout.lolo +2 -2
- package/behaviors/lolo/ui/core/atoms/std-modal.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-notification-panel.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/std-chase-ai.lolo +3 -3
- package/behaviors/lolo/ui/game/atoms/std-dungeon-combat.lolo +3 -3
- package/behaviors/lolo/ui/game/atoms/std-grid-tactics.lolo +3 -3
- package/behaviors/lolo/ui/game/atoms/std-hero-nav.lolo +3 -3
- package/behaviors/lolo/ui/game/molecules/std-arcade-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-crew-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-dungeon-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-market-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-objective-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-survival-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-tactics-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-tactics-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-worldmap-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/organisms/ui-arena-board.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-astargraph.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-bfs.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-binarysearch.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-bubblesort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-dfs.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-dijkstra.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-heapsort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-insertionsort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-mergesort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-mst.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-quicksort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-selectionsort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-slidingwindow.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-toposort.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-twopointer.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-bio-cell.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-bio-foodweb.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-bio-mitosis.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-bio-population.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-chem-osmosis.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-linear.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-numberline.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-sequence.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-sinewave.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-unitcircle.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-circular.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-collision.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-freefall.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-friction.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-gas.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-incline.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-physics-magnetic.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-orbit.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-pendulum.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-projectile.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-reflection.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-physics-spring.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-wave.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-prob-galton.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-prob-montecarlo.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-prob-walk.lolo +1 -1
- package/behaviors/lolo/ui/learning/organisms/learning-biology-lab.lolo +3 -3
- package/behaviors/lolo/ui/learning/organisms/learning-chemistry-lab.lolo +1 -1
- package/behaviors/lolo/ui/learning/organisms/learning-math-lab.lolo +2 -2
- package/behaviors/lolo/ui/learning/organisms/learning-physics-lab.lolo +2 -2
- package/behaviors/lolo/ui/learning/organisms/learning-probability-lab.lolo +2 -2
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +1 -1
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +2 -2
- package/behaviors/registry/ui/core/atoms/std-modal.orb +1 -1
- package/behaviors/registry/ui/core/atoms/std-notification-panel.orb +1 -1
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +3 -3
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +3 -3
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +3 -3
- package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +3 -3
- package/behaviors/registry/ui/game/molecules/std-arcade-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-crew-board-2d.orb +5 -8
- package/behaviors/registry/ui/game/molecules/std-dungeon-board-2d.orb +7 -12
- package/behaviors/registry/ui/game/molecules/std-market-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-objective-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-survival-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-tactics-board-2d.orb +8 -14
- package/behaviors/registry/ui/game/molecules/std-tactics-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +5 -8
- package/behaviors/registry/ui/game/organisms/ui-arena-board.orb +7 -12
- package/behaviors/registry/ui/learning/atoms/std-algo-astargraph.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-bfs.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-binarysearch.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-bubblesort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-dfs.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-dijkstra.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-heapsort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-insertionsort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-mergesort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-mst.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-quicksort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-selectionsort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-slidingwindow.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-toposort.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-twopointer.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-bio-cell.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-bio-foodweb.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-bio-mitosis.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-bio-population.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-chem-osmosis.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-linear.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-numberline.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-sequence.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-sinewave.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-unitcircle.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-circular.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-collision.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-freefall.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-friction.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-gas.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-incline.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-physics-magnetic.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-orbit.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-pendulum.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-projectile.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-reflection.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-physics-spring.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-wave.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-prob-galton.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-prob-montecarlo.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-prob-walk.orb +1 -1
- package/behaviors/registry/ui/learning/organisms/learning-biology-lab.orb +3 -3
- package/behaviors/registry/ui/learning/organisms/learning-chemistry-lab.orb +1 -1
- package/behaviors/registry/ui/learning/organisms/learning-math-lab.orb +2 -2
- package/behaviors/registry/ui/learning/organisms/learning-physics-lab.orb +2 -2
- package/behaviors/registry/ui/learning/organisms/learning-probability-lab.orb +2 -2
- package/dist/behaviors/exports-reader.js +12 -12
- package/dist/behaviors/functions/index.d.ts +2 -2
- package/dist/behaviors/functions/index.js +12 -12
- package/dist/behaviors/index.js +12 -12
- package/dist/behaviors/query.js +12 -12
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +329 -329
- package/dist/behaviors-registry.json +213 -14
- package/dist/index.js +12 -12
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/package.json +2 -2
|
@@ -143,13 +143,13 @@ orbital InclineEngineOrbital {
|
|
|
143
143
|
]
|
|
144
144
|
@label "Shapes"
|
|
145
145
|
@description "Static ramp line drawn by the physics-canvas between the incline's endpoints."
|
|
146
|
-
@tier "
|
|
146
|
+
@tier "presentation"
|
|
147
147
|
bodies : [InclineBody] = [
|
|
148
148
|
{ id: "block", x: 170, y: 110, radius: 16, color: "#2563eb", label: "", vx: 0, vy: 0, fx: 0, fy: 0 }
|
|
149
149
|
]
|
|
150
150
|
@label "Bodies"
|
|
151
151
|
@description "Initial bodies; the block starts on the ramp near the top and slides down."
|
|
152
|
-
@tier "
|
|
152
|
+
@tier "presentation"
|
|
153
153
|
width : number = 600
|
|
154
154
|
@label "Width"
|
|
155
155
|
@description "Simulation width in pixels."
|
|
@@ -120,7 +120,7 @@ orbital MagneticEngineOrbital {
|
|
|
120
120
|
]
|
|
121
121
|
@label "Bodies"
|
|
122
122
|
@description "Initial charges; each traces its own circle of radius speed / qB — opposite-sign velocities give opposite rotation sense."
|
|
123
|
-
@tier "
|
|
123
|
+
@tier "presentation"
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
|
|
@@ -143,7 +143,7 @@ orbital OrbitEngineOrbital {
|
|
|
143
143
|
]
|
|
144
144
|
@label "Bodies"
|
|
145
145
|
@description "Initial bodies; the sun is static, each planet starts with velocity perpendicular to its radius vector for a near-circular orbit."
|
|
146
|
-
@tier "
|
|
146
|
+
@tier "presentation"
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
|
|
@@ -139,7 +139,7 @@ orbital PendulumEngineOrbital {
|
|
|
139
139
|
]
|
|
140
140
|
@label "Bodies"
|
|
141
141
|
@description "Initial bodies; the pivot is static, the bob starts off to the side so it swings."
|
|
142
|
-
@tier "
|
|
142
|
+
@tier "presentation"
|
|
143
143
|
width : number = 600
|
|
144
144
|
@label "Width"
|
|
145
145
|
@description "Simulation width in pixels."
|
|
@@ -113,14 +113,14 @@ orbital ReflectionEngineOrbital {
|
|
|
113
113
|
]
|
|
114
114
|
@label "Shapes"
|
|
115
115
|
@description "Static reflecting frame line drawn by the physics-canvas — the mirror surface the photons bounce off."
|
|
116
|
-
@tier "
|
|
116
|
+
@tier "presentation"
|
|
117
117
|
bodies : [ReflectionBody] = [
|
|
118
118
|
{ id: "ray-a", x: 120, y: 120, radius: 7, color: "#f59e0b", label: "", vx: 6, vy: 4, fx: 0, fy: 0 },
|
|
119
119
|
{ id: "ray-b", x: 480, y: 150, radius: 7, color: "#2563eb", label: "", vx: -5, vy: 5, fx: 0, fy: 0 }
|
|
120
120
|
]
|
|
121
121
|
@label "Bodies"
|
|
122
122
|
@description "Initial photons; each travels in a straight line at constant speed and bounces off the box walls."
|
|
123
|
-
@tier "
|
|
123
|
+
@tier "presentation"
|
|
124
124
|
width : number = 600
|
|
125
125
|
@label "Width"
|
|
126
126
|
@description "Simulation width in pixels; bounds the reflecting box."
|
|
@@ -144,7 +144,7 @@ orbital GaltonEngineOrbital {
|
|
|
144
144
|
]
|
|
145
145
|
@label "Bodies"
|
|
146
146
|
@description "16 balls dropped from the top center; the widening horizontal spread at the floor forms the bell curve."
|
|
147
|
-
@tier "
|
|
147
|
+
@tier "presentation"
|
|
148
148
|
shapes : [GaltonPeg] = [
|
|
149
149
|
{ type: "circle", x: 300, y: 90, radius: 4, color: "#94a3b8", fill: "#94a3b8" },
|
|
150
150
|
{ type: "circle", x: 278, y: 145, radius: 4, color: "#94a3b8", fill: "#94a3b8" },
|
|
@@ -164,7 +164,7 @@ orbital GaltonEngineOrbital {
|
|
|
164
164
|
]
|
|
165
165
|
@label "Shapes"
|
|
166
166
|
@description "Triangular grid of 15 static peg markers the balls deflect around as they fall."
|
|
167
|
-
@tier "
|
|
167
|
+
@tier "presentation"
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
|
|
@@ -323,7 +323,7 @@ orbital MonteCarloEngineOrbital {
|
|
|
323
323
|
]
|
|
324
324
|
@label "Points"
|
|
325
325
|
@description "~250 samples uniform in the [-5,5] square; red points fall inside the inscribed radius-5 circle, blue outside — the red fraction ≈ π/4."
|
|
326
|
-
@tier "
|
|
326
|
+
@tier "presentation"
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
329
|
|
|
@@ -119,15 +119,15 @@ orbital BiologyLabOrbital {
|
|
|
119
119
|
]
|
|
120
120
|
@label "Nodes"
|
|
121
121
|
@description "Biological nodes such as cells, organelles, species, or taxa."
|
|
122
|
-
@tier "
|
|
122
|
+
@tier "presentation"
|
|
123
123
|
edges : [BiologyLabEdge] = []
|
|
124
124
|
@label "Edges"
|
|
125
125
|
@description "Relationships such as energy flow or evolutionary distance."
|
|
126
|
-
@tier "
|
|
126
|
+
@tier "presentation"
|
|
127
127
|
shapes : [BiologyLabShape] = []
|
|
128
128
|
@label "Shapes"
|
|
129
129
|
@description "Extra declarative shapes such as membranes or labels."
|
|
130
|
-
@tier "
|
|
130
|
+
@tier "presentation"
|
|
131
131
|
interactive : boolean = false
|
|
132
132
|
@label "Interactive"
|
|
133
133
|
@description "Enable pointer interaction on the canvas."
|
|
@@ -148,7 +148,7 @@ orbital ChemistryLabOrbital {
|
|
|
148
148
|
shapes : [ChemistryLabShape] = []
|
|
149
149
|
@label "Shapes"
|
|
150
150
|
@description "Extra declarative shapes such as electron orbitals or brackets."
|
|
151
|
-
@tier "
|
|
151
|
+
@tier "presentation"
|
|
152
152
|
interactive : boolean = false
|
|
153
153
|
@label "Interactive"
|
|
154
154
|
@description "Enable pointer interaction on the canvas."
|
|
@@ -163,7 +163,7 @@ orbital MathLabOrbital {
|
|
|
163
163
|
]
|
|
164
164
|
@label "Points"
|
|
165
165
|
@description "Scatter points to highlight."
|
|
166
|
-
@tier "
|
|
166
|
+
@tier "presentation"
|
|
167
167
|
vectors : [MathLabVector] = []
|
|
168
168
|
@label "Vectors"
|
|
169
169
|
@description "Vectors to draw (origin + components)."
|
|
@@ -171,7 +171,7 @@ orbital MathLabOrbital {
|
|
|
171
171
|
shapes : [MathLabShape] = []
|
|
172
172
|
@label "Shapes"
|
|
173
173
|
@description "Extra declarative shapes such as polygons, text, or number-line ticks."
|
|
174
|
-
@tier "
|
|
174
|
+
@tier "presentation"
|
|
175
175
|
interactive : boolean = false
|
|
176
176
|
@label "Interactive"
|
|
177
177
|
@description "Enable pointer interaction on the canvas."
|
|
@@ -239,7 +239,7 @@ orbital PhysicsLabOrbital {
|
|
|
239
239
|
]
|
|
240
240
|
@label "Bodies"
|
|
241
241
|
@description "Bodies or particles to simulate; each carries position (x,y) and velocity (vx,vy)."
|
|
242
|
-
@tier "
|
|
242
|
+
@tier "presentation"
|
|
243
243
|
constraints : [PhysicsLabConstraint] = []
|
|
244
244
|
@label "Constraints"
|
|
245
245
|
@description "Links between bodies, drawn as connecting lines."
|
|
@@ -247,7 +247,7 @@ orbital PhysicsLabOrbital {
|
|
|
247
247
|
shapes : [PhysicsLabShape] = []
|
|
248
248
|
@label "Shapes"
|
|
249
249
|
@description "Extra declarative shapes such as field lines, rays, or circuit wires."
|
|
250
|
-
@tier "
|
|
250
|
+
@tier "presentation"
|
|
251
251
|
showVelocity : boolean = true
|
|
252
252
|
@label "Show Velocity"
|
|
253
253
|
@description "Render velocity arrows for each body."
|
|
@@ -150,11 +150,11 @@ orbital ProbabilityLabOrbital {
|
|
|
150
150
|
points : [ProbabilityLabPoint] = []
|
|
151
151
|
@label "Points"
|
|
152
152
|
@description "Sampled outcomes or scatter points."
|
|
153
|
-
@tier "
|
|
153
|
+
@tier "presentation"
|
|
154
154
|
shapes : [ProbabilityLabShape] = []
|
|
155
155
|
@label "Shapes"
|
|
156
156
|
@description "Extra declarative shapes such as bars or outcome labels."
|
|
157
|
-
@tier "
|
|
157
|
+
@tier "presentation"
|
|
158
158
|
interactive : boolean = false
|
|
159
159
|
@label "Interactive"
|
|
160
160
|
@description "Enable pointer interaction on the canvas."
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"description": "Entity field this lifecycle drives (e.g. 'status', 'state', 'stage', 'phase').",
|
|
143
143
|
"label": "Which field holds the status?",
|
|
144
144
|
"synonyms": "state field, stage field, status column, lifecycle field",
|
|
145
|
-
"tier": "
|
|
145
|
+
"tier": "infra",
|
|
146
146
|
"type": "string"
|
|
147
147
|
},
|
|
148
148
|
"targetEntity": {
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"type": "pattern"
|
|
175
175
|
},
|
|
176
176
|
"navItems": {
|
|
177
|
-
"default":
|
|
177
|
+
"default": "@pages",
|
|
178
178
|
"description": "Top-level navigation links shown on the left rail.",
|
|
179
179
|
"items": {
|
|
180
180
|
"properties": {
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"type": "string"
|
|
258
258
|
},
|
|
259
259
|
"theme": {
|
|
260
|
-
"default": "",
|
|
260
|
+
"default": "@currentTheme",
|
|
261
261
|
"description": "Data-theme attribute applied to the layout root (e.g. almadar-website-dark).",
|
|
262
262
|
"label": "Theme",
|
|
263
263
|
"tier": "presentation",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"description": "create = blank form; edit = pre-filled from the selected row.",
|
|
191
191
|
"label": "Is this for creating or editing?",
|
|
192
192
|
"synonyms": "form mode, create or edit, new or update, add or modify",
|
|
193
|
-
"tier": "
|
|
193
|
+
"tier": "internal",
|
|
194
194
|
"type": "string"
|
|
195
195
|
},
|
|
196
196
|
"title": {
|
|
@@ -169,14 +169,14 @@
|
|
|
169
169
|
"default": 12.0,
|
|
170
170
|
"description": "Grid row count clamping enemy movement bounds",
|
|
171
171
|
"label": "Grid Height",
|
|
172
|
-
"tier": "
|
|
172
|
+
"tier": "presentation",
|
|
173
173
|
"type": "number"
|
|
174
174
|
},
|
|
175
175
|
"gridWidth": {
|
|
176
176
|
"default": 12.0,
|
|
177
177
|
"description": "Grid column count clamping enemy movement bounds",
|
|
178
178
|
"label": "Grid Width",
|
|
179
|
-
"tier": "
|
|
179
|
+
"tier": "presentation",
|
|
180
180
|
"type": "number"
|
|
181
181
|
},
|
|
182
182
|
"running": {
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"type": "object"
|
|
216
216
|
},
|
|
217
217
|
"label": "Initial Tiles",
|
|
218
|
-
"tier": "
|
|
218
|
+
"tier": "presentation",
|
|
219
219
|
"type": "[Tile]"
|
|
220
220
|
},
|
|
221
221
|
"units": {
|
|
@@ -323,14 +323,14 @@
|
|
|
323
323
|
"default": 9.0,
|
|
324
324
|
"description": "Grid row count clamping enemy chase bounds",
|
|
325
325
|
"label": "Grid Height",
|
|
326
|
-
"tier": "
|
|
326
|
+
"tier": "presentation",
|
|
327
327
|
"type": "number"
|
|
328
328
|
},
|
|
329
329
|
"gridWidth": {
|
|
330
330
|
"default": 12.0,
|
|
331
331
|
"description": "Grid column count clamping enemy chase bounds",
|
|
332
332
|
"label": "Grid Width",
|
|
333
|
-
"tier": "
|
|
333
|
+
"tier": "presentation",
|
|
334
334
|
"type": "number"
|
|
335
335
|
},
|
|
336
336
|
"pointsPerKill": {
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
"type": "object"
|
|
384
384
|
},
|
|
385
385
|
"label": "Tiles",
|
|
386
|
-
"tier": "
|
|
386
|
+
"tier": "presentation",
|
|
387
387
|
"type": "[Tile]"
|
|
388
388
|
}
|
|
389
389
|
},
|
|
@@ -255,14 +255,14 @@
|
|
|
255
255
|
"default": 12.0,
|
|
256
256
|
"description": "Grid row count clamping move + AI bounds",
|
|
257
257
|
"label": "Grid Height",
|
|
258
|
-
"tier": "
|
|
258
|
+
"tier": "presentation",
|
|
259
259
|
"type": "number"
|
|
260
260
|
},
|
|
261
261
|
"gridWidth": {
|
|
262
262
|
"default": 12.0,
|
|
263
263
|
"description": "Grid column count clamping move + AI bounds",
|
|
264
264
|
"label": "Grid Width",
|
|
265
|
-
"tier": "
|
|
265
|
+
"tier": "presentation",
|
|
266
266
|
"type": "number"
|
|
267
267
|
},
|
|
268
268
|
"running": {
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
"type": "object"
|
|
302
302
|
},
|
|
303
303
|
"label": "Tiles",
|
|
304
|
-
"tier": "
|
|
304
|
+
"tier": "presentation",
|
|
305
305
|
"type": "[Tile]"
|
|
306
306
|
},
|
|
307
307
|
"units": {
|
|
@@ -221,14 +221,14 @@
|
|
|
221
221
|
"default": 12.0,
|
|
222
222
|
"description": "Grid row count clamping move + wander bounds",
|
|
223
223
|
"label": "Grid Height",
|
|
224
|
-
"tier": "
|
|
224
|
+
"tier": "presentation",
|
|
225
225
|
"type": "number"
|
|
226
226
|
},
|
|
227
227
|
"gridWidth": {
|
|
228
228
|
"default": 12.0,
|
|
229
229
|
"description": "Grid column count clamping move + wander bounds",
|
|
230
230
|
"label": "Grid Width",
|
|
231
|
-
"tier": "
|
|
231
|
+
"tier": "presentation",
|
|
232
232
|
"type": "number"
|
|
233
233
|
},
|
|
234
234
|
"moveBudget": {
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"type": "object"
|
|
275
275
|
},
|
|
276
276
|
"label": "Tiles",
|
|
277
|
-
"tier": "
|
|
277
|
+
"tier": "presentation",
|
|
278
278
|
"type": "[Tile]"
|
|
279
279
|
},
|
|
280
280
|
"units": {
|
|
@@ -998,8 +998,7 @@
|
|
|
998
998
|
"linkedEntity": "GameState",
|
|
999
999
|
"linkedEntityId": "ent_01KXG04V6F3735EAK2TYXWXTV0",
|
|
1000
1000
|
"name": "HeroAuthority",
|
|
1001
|
-
"ref": "Nav.traits.HeroNav"
|
|
1002
|
-
"refId": "trt_01KXG04TJB91GE3PMCMF5EBAQX"
|
|
1001
|
+
"ref": "Nav.traits.HeroNav"
|
|
1003
1002
|
},
|
|
1004
1003
|
{
|
|
1005
1004
|
"config": {
|
|
@@ -1028,8 +1027,7 @@
|
|
|
1028
1027
|
"linkedEntity": "GameState",
|
|
1029
1028
|
"linkedEntityId": "ent_01KXG04V6F3735EAK2TYXWXTV0",
|
|
1030
1029
|
"name": "PlayEconomy",
|
|
1031
|
-
"ref": "Play.traits.ArcadePlay"
|
|
1032
|
-
"refId": "trt_01KXG04TEBZRV5QJMA8KCC6X36"
|
|
1030
|
+
"ref": "Play.traits.ArcadePlay"
|
|
1033
1031
|
},
|
|
1034
1032
|
{
|
|
1035
1033
|
"config": {
|
|
@@ -1042,8 +1040,7 @@
|
|
|
1042
1040
|
"linkedEntity": "GameState",
|
|
1043
1041
|
"linkedEntityId": "ent_01KXG04V6F3735EAK2TYXWXTV0",
|
|
1044
1042
|
"name": "FxDecay",
|
|
1045
|
-
"ref": "Particles.traits.FxParticles"
|
|
1046
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
1043
|
+
"ref": "Particles.traits.FxParticles"
|
|
1047
1044
|
},
|
|
1048
1045
|
{
|
|
1049
1046
|
"config": {
|
|
@@ -1060,8 +1057,7 @@
|
|
|
1060
1057
|
"linkedEntity": "GameState",
|
|
1061
1058
|
"linkedEntityId": "ent_01KXG04V6F3735EAK2TYXWXTV0",
|
|
1062
1059
|
"name": "RoundGate",
|
|
1063
|
-
"ref": "Gate.traits.ArcadeFlow"
|
|
1064
|
-
"refId": "trt_01KXG04TDX1HTTKS1GM6Q2593N"
|
|
1060
|
+
"ref": "Gate.traits.ArcadeFlow"
|
|
1065
1061
|
},
|
|
1066
1062
|
{
|
|
1067
1063
|
"category": "interaction",
|
|
@@ -1514,14 +1510,14 @@
|
|
|
1514
1510
|
"default": 12.0,
|
|
1515
1511
|
"description": "Grid row count (matches HeroAuthority.gridHeight).",
|
|
1516
1512
|
"label": "Grid Height",
|
|
1517
|
-
"tier": "
|
|
1513
|
+
"tier": "presentation",
|
|
1518
1514
|
"type": "number"
|
|
1519
1515
|
},
|
|
1520
1516
|
"gridWidth": {
|
|
1521
1517
|
"default": 12.0,
|
|
1522
1518
|
"description": "Grid column count (matches HeroAuthority.gridWidth).",
|
|
1523
1519
|
"label": "Grid Width",
|
|
1524
|
-
"tier": "
|
|
1520
|
+
"tier": "presentation",
|
|
1525
1521
|
"type": "number"
|
|
1526
1522
|
},
|
|
1527
1523
|
"howText": {
|
|
@@ -786,8 +786,7 @@
|
|
|
786
786
|
"linkedEntity": "GameState",
|
|
787
787
|
"linkedEntityId": "ent_01KXG04V94CJG58Y1TDW34G4YD",
|
|
788
788
|
"name": "CrewAuthority",
|
|
789
|
-
"ref": "Nav.traits.HeroNav"
|
|
790
|
-
"refId": "trt_01KXG04TJB91GE3PMCMF5EBAQX"
|
|
789
|
+
"ref": "Nav.traits.HeroNav"
|
|
791
790
|
},
|
|
792
791
|
{
|
|
793
792
|
"config": {
|
|
@@ -800,8 +799,7 @@
|
|
|
800
799
|
"linkedEntity": "GameState",
|
|
801
800
|
"linkedEntityId": "ent_01KXG04V94CJG58Y1TDW34G4YD",
|
|
802
801
|
"name": "FxDecay",
|
|
803
|
-
"ref": "Particles.traits.FxParticles"
|
|
804
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
802
|
+
"ref": "Particles.traits.FxParticles"
|
|
805
803
|
},
|
|
806
804
|
{
|
|
807
805
|
"config": {
|
|
@@ -814,8 +812,7 @@
|
|
|
814
812
|
"linkedEntity": "GameState",
|
|
815
813
|
"linkedEntityId": "ent_01KXG04V94CJG58Y1TDW34G4YD",
|
|
816
814
|
"name": "AnimClock",
|
|
817
|
-
"ref": "AnimTick.traits.AnimTick"
|
|
818
|
-
"refId": "trt_01KXG04EVEQNTAB0NYX7ZC392F"
|
|
815
|
+
"ref": "AnimTick.traits.AnimTick"
|
|
819
816
|
},
|
|
820
817
|
{
|
|
821
818
|
"category": "interaction",
|
|
@@ -1430,14 +1427,14 @@
|
|
|
1430
1427
|
"default": 7.0,
|
|
1431
1428
|
"description": "Grid row count (matches CrewAuthority.gridHeight).",
|
|
1432
1429
|
"label": "Grid Height",
|
|
1433
|
-
"tier": "
|
|
1430
|
+
"tier": "presentation",
|
|
1434
1431
|
"type": "number"
|
|
1435
1432
|
},
|
|
1436
1433
|
"gridWidth": {
|
|
1437
1434
|
"default": 7.0,
|
|
1438
1435
|
"description": "Grid column count (matches CrewAuthority.gridWidth).",
|
|
1439
1436
|
"label": "Grid Width",
|
|
1440
|
-
"tier": "
|
|
1437
|
+
"tier": "presentation",
|
|
1441
1438
|
"type": "number"
|
|
1442
1439
|
},
|
|
1443
1440
|
"hudBackgroundAsset": {
|
|
@@ -1683,8 +1683,7 @@
|
|
|
1683
1683
|
"linkedEntity": "GameState",
|
|
1684
1684
|
"linkedEntityId": "ent_01KXG04VBP0RVT62VZH32Y3Z65",
|
|
1685
1685
|
"name": "HeroAuthority",
|
|
1686
|
-
"ref": "Nav.traits.HeroNav"
|
|
1687
|
-
"refId": "trt_01KXG04TJB91GE3PMCMF5EBAQX"
|
|
1686
|
+
"ref": "Nav.traits.HeroNav"
|
|
1688
1687
|
},
|
|
1689
1688
|
{
|
|
1690
1689
|
"config": {
|
|
@@ -1753,8 +1752,7 @@
|
|
|
1753
1752
|
"linkedEntity": "GameState",
|
|
1754
1753
|
"linkedEntityId": "ent_01KXG04VBP0RVT62VZH32Y3Z65",
|
|
1755
1754
|
"name": "Enemies",
|
|
1756
|
-
"ref": "Combat.traits.DungeonCombat"
|
|
1757
|
-
"refId": "trt_01KXG04TFH3K6EPQH6S4EGMMZ8"
|
|
1755
|
+
"ref": "Combat.traits.DungeonCombat"
|
|
1758
1756
|
},
|
|
1759
1757
|
{
|
|
1760
1758
|
"config": {
|
|
@@ -1787,8 +1785,7 @@
|
|
|
1787
1785
|
"linkedEntity": "GameState",
|
|
1788
1786
|
"linkedEntityId": "ent_01KXG04VBP0RVT62VZH32Y3Z65",
|
|
1789
1787
|
"name": "Collector",
|
|
1790
|
-
"ref": "Objective.traits.ObjectiveReach"
|
|
1791
|
-
"refId": "trt_01KXG04TKVF4P1VR3W6BFJ78NH"
|
|
1788
|
+
"ref": "Objective.traits.ObjectiveReach"
|
|
1792
1789
|
},
|
|
1793
1790
|
{
|
|
1794
1791
|
"config": {
|
|
@@ -1801,8 +1798,7 @@
|
|
|
1801
1798
|
"linkedEntity": "GameState",
|
|
1802
1799
|
"linkedEntityId": "ent_01KXG04VBP0RVT62VZH32Y3Z65",
|
|
1803
1800
|
"name": "FxDecay",
|
|
1804
|
-
"ref": "Particles.traits.FxParticles"
|
|
1805
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
1801
|
+
"ref": "Particles.traits.FxParticles"
|
|
1806
1802
|
},
|
|
1807
1803
|
{
|
|
1808
1804
|
"config": {
|
|
@@ -1815,8 +1811,7 @@
|
|
|
1815
1811
|
"linkedEntity": "GameState",
|
|
1816
1812
|
"linkedEntityId": "ent_01KXG04VBP0RVT62VZH32Y3Z65",
|
|
1817
1813
|
"name": "RoundGate",
|
|
1818
|
-
"ref": "Gate.traits.ObjectiveFlow"
|
|
1819
|
-
"refId": "trt_01KXG04TKBC6DPS2TWD1P0Z0K5"
|
|
1814
|
+
"ref": "Gate.traits.ObjectiveFlow"
|
|
1820
1815
|
},
|
|
1821
1816
|
{
|
|
1822
1817
|
"category": "interaction",
|
|
@@ -2499,14 +2494,14 @@
|
|
|
2499
2494
|
"default": 4.0,
|
|
2500
2495
|
"description": "Grid row count (matches HeroAuthority/Enemies.gridHeight).",
|
|
2501
2496
|
"label": "Grid Height",
|
|
2502
|
-
"tier": "
|
|
2497
|
+
"tier": "presentation",
|
|
2503
2498
|
"type": "number"
|
|
2504
2499
|
},
|
|
2505
2500
|
"gridWidth": {
|
|
2506
2501
|
"default": 4.0,
|
|
2507
2502
|
"description": "Grid column count (matches HeroAuthority/Enemies.gridWidth).",
|
|
2508
2503
|
"label": "Grid Width",
|
|
2509
|
-
"tier": "
|
|
2504
|
+
"tier": "presentation",
|
|
2510
2505
|
"type": "number"
|
|
2511
2506
|
},
|
|
2512
2507
|
"hudBackgroundAsset": {
|
|
@@ -1503,8 +1503,7 @@
|
|
|
1503
1503
|
"linkedEntity": "GameState",
|
|
1504
1504
|
"linkedEntityId": "ent_01KXG04VE0QKR6497ZXYD67GA7",
|
|
1505
1505
|
"name": "HeroAuthority",
|
|
1506
|
-
"ref": "Nav.traits.HeroNav"
|
|
1507
|
-
"refId": "trt_01KXG04TJB91GE3PMCMF5EBAQX"
|
|
1506
|
+
"ref": "Nav.traits.HeroNav"
|
|
1508
1507
|
},
|
|
1509
1508
|
{
|
|
1510
1509
|
"config": {
|
|
@@ -1553,8 +1552,7 @@
|
|
|
1553
1552
|
"linkedEntity": "GameState",
|
|
1554
1553
|
"linkedEntityId": "ent_01KXG04VE0QKR6497ZXYD67GA7",
|
|
1555
1554
|
"name": "Patience",
|
|
1556
|
-
"ref": "Svc.traits.Patience"
|
|
1557
|
-
"refId": "trt_01KXG04TMD0MRDA57C85WD13VD"
|
|
1555
|
+
"ref": "Svc.traits.Patience"
|
|
1558
1556
|
},
|
|
1559
1557
|
{
|
|
1560
1558
|
"config": {
|
|
@@ -1567,8 +1565,7 @@
|
|
|
1567
1565
|
"linkedEntity": "GameState",
|
|
1568
1566
|
"linkedEntityId": "ent_01KXG04VE0QKR6497ZXYD67GA7",
|
|
1569
1567
|
"name": "FxDecay",
|
|
1570
|
-
"ref": "Particles.traits.FxParticles"
|
|
1571
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
1568
|
+
"ref": "Particles.traits.FxParticles"
|
|
1572
1569
|
},
|
|
1573
1570
|
{
|
|
1574
1571
|
"config": {
|
|
@@ -1589,8 +1586,7 @@
|
|
|
1589
1586
|
"linkedEntity": "GameState",
|
|
1590
1587
|
"linkedEntityId": "ent_01KXG04VE0QKR6497ZXYD67GA7",
|
|
1591
1588
|
"name": "RoundGate",
|
|
1592
|
-
"ref": "Flow.traits.MarketFlow"
|
|
1593
|
-
"refId": "trt_01KXG04TJW9DXPV5MNGPMXCSRA"
|
|
1589
|
+
"ref": "Flow.traits.MarketFlow"
|
|
1594
1590
|
},
|
|
1595
1591
|
{
|
|
1596
1592
|
"category": "interaction",
|
|
@@ -2003,14 +1999,14 @@
|
|
|
2003
1999
|
"default": 4.0,
|
|
2004
2000
|
"description": "Grid row count (matches HeroAuthority.gridHeight).",
|
|
2005
2001
|
"label": "Grid Height",
|
|
2006
|
-
"tier": "
|
|
2002
|
+
"tier": "presentation",
|
|
2007
2003
|
"type": "number"
|
|
2008
2004
|
},
|
|
2009
2005
|
"gridWidth": {
|
|
2010
2006
|
"default": 4.0,
|
|
2011
2007
|
"description": "Grid column count (matches HeroAuthority.gridWidth).",
|
|
2012
2008
|
"label": "Grid Width",
|
|
2013
|
-
"tier": "
|
|
2009
|
+
"tier": "presentation",
|
|
2014
2010
|
"type": "number"
|
|
2015
2011
|
},
|
|
2016
2012
|
"howText": {
|