@almadar/std 16.204.0 → 16.206.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/ml/organisms/std-escalating-decision.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-modal-editor.lolo +265 -13
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +5 -5
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-menu.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/std-area-fill.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-choice-gate.lolo +7 -3
- package/behaviors/lolo/ui/game/atoms/std-coef-pad.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-gate-lock.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-loop-lock.lolo +7 -3
- package/behaviors/lolo/ui/game/atoms/std-pad-lock.lolo +10 -3
- package/behaviors/lolo/ui/game/atoms/std-patrol-hazard.lolo +9 -3
- package/behaviors/lolo/ui/game/atoms/std-pickup.lolo +29 -5
- package/behaviors/lolo/ui/game/atoms/std-platformer-body.lolo +36 -14
- package/behaviors/lolo/ui/game/atoms/std-velocity-gate.lolo +7 -3
- package/behaviors/lolo/ui/game/organisms/std-platformer-puzzle.lolo +302 -0
- package/behaviors/lolo/ui/learning/atoms/std-learn-slope-probe.lolo +12 -6
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +27 -0
- package/behaviors/registry/agent/atoms/std-agent-context.orb +47 -0
- package/behaviors/registry/agent/atoms/std-agent-fix-loop.orb +57 -1
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +88 -1
- package/behaviors/registry/agent/atoms/std-agent-planner.orb +58 -1
- package/behaviors/registry/agent/atoms/std-agent-session.orb +95 -1
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -1
- package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +74 -1
- package/behaviors/registry/agent/atoms/std-agent-trace.orb +38 -0
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +70 -1
- package/behaviors/registry/agent/organisms/std-agent-rabit.orb +239 -2
- package/behaviors/registry/infra/atoms/std-anim-tick.orb +24 -0
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +73 -20
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +38 -0
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +45 -62
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +113 -1
- package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +32 -0
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +38 -32
- package/behaviors/registry/infra/atoms/std-cooldown.orb +28 -0
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +55 -1
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +52 -16
- package/behaviors/registry/infra/atoms/std-game-clock.orb +20 -0
- package/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -0
- package/behaviors/registry/infra/atoms/std-migration-job.orb +165 -1
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +23 -16
- package/behaviors/registry/infra/atoms/std-notification-center.orb +119 -1
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +162 -1
- package/behaviors/registry/infra/atoms/std-rate-limiter.orb +32 -28
- package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +30 -0
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +58 -1
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +34 -1
- package/behaviors/registry/infra/organisms/std-status-lifecycle-control.orb +33 -2
- package/behaviors/registry/ml/atoms/std-data-collector.orb +18 -0
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +41 -1
- package/behaviors/registry/ml/atoms/std-ml-classify.orb +67 -1
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +125 -1
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +34 -0
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-posterior.orb +42 -0
- package/behaviors/registry/ml/atoms/std-ml-similarity.orb +82 -1
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +30 -0
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +60 -1
- package/behaviors/registry/ml/organisms/std-escalating-decision.orb +122 -13
- package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +51 -4
- package/behaviors/registry/ui/avl/atoms/ui-behavior-view.orb +6 -0
- package/behaviors/registry/ui/avl/atoms/ui-module-card.orb +6 -0
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +10 -0
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +110 -1
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +119 -2
- package/behaviors/registry/ui/core/atoms/std-board.orb +180 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +143 -6
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +59 -1
- package/behaviors/registry/ui/core/atoms/std-confirmation.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +13 -2
- package/behaviors/registry/ui/core/atoms/std-date-range.orb +14 -0
- package/behaviors/registry/ui/core/atoms/std-detail-layout.orb +13 -0
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +39 -4
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +20 -6
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +146 -1
- package/behaviors/registry/ui/core/atoms/std-export.orb +35 -4
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +26 -0
- package/behaviors/registry/ui/core/atoms/std-filter.orb +57 -1
- package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +66 -1
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +44 -18
- package/behaviors/registry/ui/core/atoms/std-geosearch.orb +22 -0
- package/behaviors/registry/ui/core/atoms/std-graphs.orb +71 -1
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +67 -1
- package/behaviors/registry/ui/core/atoms/std-import.orb +69 -4
- package/behaviors/registry/ui/core/atoms/std-list.orb +36 -6
- package/behaviors/registry/ui/core/atoms/std-modal-editor.orb +1865 -169
- package/behaviors/registry/ui/core/atoms/std-modal.orb +44 -1
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +201 -1
- package/behaviors/registry/ui/core/atoms/std-notification-panel.orb +24 -1
- package/behaviors/registry/ui/core/atoms/std-pagination.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +159 -1
- package/behaviors/registry/ui/core/atoms/std-record-detail.orb +144 -1
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +103 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +14 -0
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +30 -0
- package/behaviors/registry/ui/core/atoms/std-scatter.orb +51 -1
- package/behaviors/registry/ui/core/atoms/std-search.orb +10 -0
- package/behaviors/registry/ui/core/atoms/std-selection.orb +28 -1
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-stats.orb +153 -1
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +154 -1
- package/behaviors/registry/ui/core/atoms/std-tabs.orb +41 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +34 -0
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +48 -1
- package/behaviors/registry/ui/core/atoms/std-thread.orb +30 -0
- package/behaviors/registry/ui/core/atoms/std-tree.orb +36 -1
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +54 -0
- package/behaviors/registry/ui/core/atoms/std-vote.orb +22 -0
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +130 -1
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-box.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-button.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-card.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-center.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-dialog.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-divider.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-game-icon.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-hstack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-icon.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-input.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-label.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-overlay.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-presence.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-radio.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-section-header.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-select.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-spacer.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-spinner.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-stack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-switch.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-vstack.orb +6 -0
- package/behaviors/registry/ui/core/molecules/std-stat-rows.orb +24 -1
- package/behaviors/registry/ui/core/molecules/ui-accordion.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-activation-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-alert.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-bloom-quiz-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-chart.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +38 -4
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-connection-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-container.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-document-details.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-document-panel.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-error-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +10 -1
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-form-field.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-fx-overlay.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-progress.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-map-view.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +21 -0
- package/behaviors/registry/ui/core/molecules/ui-meter.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-modal.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-navigation.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-page-transition.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-pagination.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-reflection-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-rich-text-editor.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-search-input.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-section.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-split.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-code-runner-panel.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-dock-layout.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-form.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +10 -0
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +10 -0
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +6 -0
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +89 -1
- package/behaviors/registry/ui/game/atoms/std-area-fill.orb +219 -4
- package/behaviors/registry/ui/game/atoms/std-audio-cue.orb +30 -0
- package/behaviors/registry/ui/game/atoms/std-camera-rig.orb +63 -0
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +133 -1
- package/behaviors/registry/ui/game/atoms/std-choice-gate.orb +122 -3
- package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +159 -3
- package/behaviors/registry/ui/game/atoms/std-curve-fog.orb +26 -1
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +150 -1
- package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +18 -0
- package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +15 -0
- package/behaviors/registry/ui/game/atoms/std-fx-trail.orb +40 -1
- package/behaviors/registry/ui/game/atoms/std-gate-lock.orb +120 -3
- package/behaviors/registry/ui/game/atoms/std-gather.orb +180 -1
- package/behaviors/registry/ui/game/atoms/std-gold.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +130 -1
- package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +92 -1
- package/behaviors/registry/ui/game/atoms/std-lives.orb +38 -0
- package/behaviors/registry/ui/game/atoms/std-loop-lock.orb +117 -3
- package/behaviors/registry/ui/game/atoms/std-market-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-motion-body.orb +68 -1
- package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +184 -1
- package/behaviors/registry/ui/game/atoms/std-pad-lock.orb +118 -3
- package/behaviors/registry/ui/game/atoms/std-patience.orb +215 -1
- package/behaviors/registry/ui/game/atoms/std-patrol-hazard.orb +161 -3
- package/behaviors/registry/ui/game/atoms/std-pickup.orb +387 -24
- package/behaviors/registry/ui/game/atoms/std-platformer-body.orb +505 -17
- package/behaviors/registry/ui/game/atoms/std-production.orb +14 -0
- package/behaviors/registry/ui/game/atoms/std-round-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-score.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-survival-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-tutorial-autodemo.orb +117 -1
- package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +36 -0
- package/behaviors/registry/ui/game/atoms/std-velocity-gate.orb +140 -3
- package/behaviors/registry/ui/game/atoms/std-xp.orb +22 -0
- package/behaviors/registry/ui/game/atoms/std-zone-card.orb +70 -1
- package/behaviors/registry/ui/game/atoms/ui-action-palette.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-canvas-2d.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-canvas.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-choice-button.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-control-button.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-control-grid.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-fx-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-group.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-mesh.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-audio-cue.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-health-bar.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-score-display.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-sequence-bar.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-state-graph.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-state-json-view.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-timer-display.orb +84 -1
- package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +10 -0
- package/behaviors/registry/ui/game/organisms/std-arcade-board-3d.orb +567 -8
- package/behaviors/registry/ui/game/organisms/std-crew-board-2d.orb +545 -6
- package/behaviors/registry/ui/game/organisms/std-dungeon-board-2d.orb +804 -10
- package/behaviors/registry/ui/game/organisms/std-market-board-3d.orb +597 -8
- package/behaviors/registry/ui/game/organisms/std-objective-board-3d.orb +565 -8
- package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +561 -6
- package/behaviors/registry/ui/game/organisms/std-platformer-puzzle.orb +2075 -0
- package/behaviors/registry/ui/game/organisms/std-survival-board-3d.orb +551 -8
- package/behaviors/registry/ui/game/organisms/std-tactics-board-2d.orb +667 -12
- package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +707 -8
- package/behaviors/registry/ui/game/organisms/std-worldmap-board-2d.orb +506 -6
- package/behaviors/registry/ui/game/templates/ui-game-shell.orb +115 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-arrangement.orb +201 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +325 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +108 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +147 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-derivation.orb +190 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-diagram.orb +111 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-doser.orb +164 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +105 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +169 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +128 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +123 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +178 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-live-sim.orb +105 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +145 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-param-explorer.orb +100 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +133 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +247 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sample-accumulator.orb +180 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sandbox.orb +135 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-scatter-fit.orb +206 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +129 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +53 -0
- package/behaviors/registry/ui/learning/atoms/std-learn-slope-probe.orb +168 -8
- package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +135 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-stepper.orb +254 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +315 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-trace-player.orb +131 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-transport.orb +57 -0
- package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +214 -1
- package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-cta.orb +14 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-features.orb +37 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +52 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-hero.orb +14 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-nav.orb +25 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-pricing.orb +59 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-showcase.orb +62 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +15 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +28 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +33 -2
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-article-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-case-study-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-community-links.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-cta-banner.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-feature-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-geometric-pattern.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-hero-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-install-box.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-footer.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pricing-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pricing-grid.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pull-quote.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-service-catalog.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-showcase-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-split-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-stats-grid.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-step-flow.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-tag-cloud.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-team-card.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-auth-layout.orb +6 -0
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +10 -0
- package/dist/behaviors/exports-reader.js +7542 -2555
- package/dist/behaviors/functions/index.d.ts +161 -106
- package/dist/behaviors/functions/index.js +7539 -2553
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +7543 -2556
- package/dist/behaviors/query.d.ts +6 -0
- package/dist/behaviors/query.js +7542 -2555
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +29 -29
- package/dist/behaviors-registry.json +11423 -827
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7543 -2556
- 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
- package/behaviors/lolo/ui/game/atoms/std-game-design-sheet.lolo +0 -69
- package/behaviors/registry/ui/game/atoms/std-game-design-sheet.orb +0 -527
|
@@ -263,6 +263,36 @@
|
|
|
263
263
|
"type": "Map<string,SoundEntry>"
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
|
+
"effectRow": [
|
|
267
|
+
{
|
|
268
|
+
"kind": "emit",
|
|
269
|
+
"resource": "AUDIO_MUTED"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"kind": "render-ui",
|
|
273
|
+
"resource": "main"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"kind": "set",
|
|
277
|
+
"resource": "@entity.cue"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"kind": "set",
|
|
281
|
+
"resource": "@entity.cueSeq"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"kind": "set",
|
|
285
|
+
"resource": "@entity.music"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"kind": "set",
|
|
289
|
+
"resource": "@entity.muted"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"kind": "set",
|
|
293
|
+
"resource": "@entity.volume"
|
|
294
|
+
}
|
|
295
|
+
],
|
|
266
296
|
"emits": [
|
|
267
297
|
{
|
|
268
298
|
"description": "Mute state changed via MUTE/UNMUTE/TOGGLE_MUTE.",
|
|
@@ -295,6 +295,69 @@
|
|
|
295
295
|
"type": "number"
|
|
296
296
|
}
|
|
297
297
|
},
|
|
298
|
+
"effectRow": [
|
|
299
|
+
{
|
|
300
|
+
"kind": "emit",
|
|
301
|
+
"resource": "CAMERA_MOVED",
|
|
302
|
+
"site": "tick"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"kind": "set",
|
|
306
|
+
"resource": "@entity.camLead"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"kind": "set",
|
|
310
|
+
"resource": "@entity.camShake"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"kind": "set",
|
|
314
|
+
"resource": "@entity.camShake",
|
|
315
|
+
"site": "tick"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"kind": "set",
|
|
319
|
+
"resource": "@entity.camTargetX"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"kind": "set",
|
|
323
|
+
"resource": "@entity.camTargetY"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"kind": "set",
|
|
327
|
+
"resource": "@entity.camTargetZoom"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"kind": "set",
|
|
331
|
+
"resource": "@entity.camX"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"kind": "set",
|
|
335
|
+
"resource": "@entity.camX",
|
|
336
|
+
"site": "tick"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"kind": "set",
|
|
340
|
+
"resource": "@entity.camY"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"kind": "set",
|
|
344
|
+
"resource": "@entity.camY",
|
|
345
|
+
"site": "tick"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"kind": "set",
|
|
349
|
+
"resource": "@entity.camZoom"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"kind": "set",
|
|
353
|
+
"resource": "@entity.camZoom",
|
|
354
|
+
"site": "tick"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"kind": "ticks",
|
|
358
|
+
"site": "tick"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
298
361
|
"emits": [
|
|
299
362
|
{
|
|
300
363
|
"description": "Eased camera position/zoom after this tick.",
|
|
@@ -288,6 +288,31 @@
|
|
|
288
288
|
"type": "[Unit]"
|
|
289
289
|
}
|
|
290
290
|
},
|
|
291
|
+
"effectRow": [
|
|
292
|
+
{
|
|
293
|
+
"kind": "emit",
|
|
294
|
+
"resource": "BURST",
|
|
295
|
+
"site": "tick"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"kind": "emit",
|
|
299
|
+
"resource": "UNITS_CHANGED",
|
|
300
|
+
"site": "tick"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"kind": "set",
|
|
304
|
+
"resource": "@entity.units"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"kind": "set",
|
|
308
|
+
"resource": "@entity.units",
|
|
309
|
+
"site": "tick"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"kind": "ticks",
|
|
313
|
+
"site": "tick"
|
|
314
|
+
}
|
|
315
|
+
],
|
|
291
316
|
"emits": [
|
|
292
317
|
{
|
|
293
318
|
"description": "Fired each tick a target takes adjacency damage, carrying summarized hit particles",
|
|
@@ -1067,7 +1092,114 @@
|
|
|
1067
1092
|
}
|
|
1068
1093
|
]
|
|
1069
1094
|
}
|
|
1070
|
-
]
|
|
1095
|
+
],
|
|
1096
|
+
"types": {
|
|
1097
|
+
"Fx": [
|
|
1098
|
+
{
|
|
1099
|
+
"name": "id",
|
|
1100
|
+
"required": true,
|
|
1101
|
+
"type": "string"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "type",
|
|
1105
|
+
"required": true,
|
|
1106
|
+
"type": "string"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"name": "x",
|
|
1110
|
+
"required": true,
|
|
1111
|
+
"type": "number"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"name": "z",
|
|
1115
|
+
"type": "number"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"name": "y",
|
|
1119
|
+
"type": "number"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"name": "message",
|
|
1123
|
+
"type": "string"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"name": "ttl",
|
|
1127
|
+
"required": true,
|
|
1128
|
+
"type": "number"
|
|
1129
|
+
}
|
|
1130
|
+
],
|
|
1131
|
+
"Tile": [
|
|
1132
|
+
{
|
|
1133
|
+
"name": "id",
|
|
1134
|
+
"type": "string"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"name": "x",
|
|
1138
|
+
"required": true,
|
|
1139
|
+
"type": "number"
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"name": "y",
|
|
1143
|
+
"required": true,
|
|
1144
|
+
"type": "number"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "passable",
|
|
1148
|
+
"type": "boolean"
|
|
1149
|
+
}
|
|
1150
|
+
],
|
|
1151
|
+
"Unit": [
|
|
1152
|
+
{
|
|
1153
|
+
"name": "id",
|
|
1154
|
+
"required": true,
|
|
1155
|
+
"type": "string"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"name": "position",
|
|
1159
|
+
"properties": [
|
|
1160
|
+
{
|
|
1161
|
+
"name": "x",
|
|
1162
|
+
"required": true,
|
|
1163
|
+
"type": "number"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"name": "y",
|
|
1167
|
+
"required": true,
|
|
1168
|
+
"type": "number"
|
|
1169
|
+
}
|
|
1170
|
+
],
|
|
1171
|
+
"type": "object"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"name": "x",
|
|
1175
|
+
"type": "number"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"name": "y",
|
|
1179
|
+
"type": "number"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"name": "z",
|
|
1183
|
+
"type": "number"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"name": "team",
|
|
1187
|
+
"type": "string"
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"name": "health",
|
|
1191
|
+
"type": "number"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "maxHealth",
|
|
1195
|
+
"type": "number"
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"name": "unitType",
|
|
1199
|
+
"type": "string"
|
|
1200
|
+
}
|
|
1201
|
+
]
|
|
1202
|
+
}
|
|
1071
1203
|
}
|
|
1072
1204
|
],
|
|
1073
1205
|
"schemaVersion": 1,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Headless choice-gate mechanic for side-view boards: a gate of N labeled option platforms where progress stops until the player commits to an answer. Listens BODY_MOVED and judges a gate when the player stands grounded on one of its option platforms (|dx| <= reachX of the option center, |dy| <= reachY of the gate's option plane — the pad-lock touch pattern): the correct option stamps the gate solved + chosen on the shared entity and emits CHOICE_CORRECT once (a solved gate never judges again, so the path stays open); a wrong option emits CHOICE_WRONG carrying the gate id, the chosen optionId, and the option's world position, so the board can bounce the player back and float the gate's hint (the board owns the bounce — the atom only reports). RESTART unsolves every gate. Renders nothing; boards draw the option platforms and labels from the shared entity (the render authority). Corresponds to the design-sheet field(s): challenge, agency.",
|
|
2
|
+
"description": "Headless choice-gate mechanic for side-view boards: a gate of N labeled option platforms where progress stops until the player commits to an answer. Listens BODY_MOVED and judges a gate when the player stands grounded on one of its option platforms (|dx| <= reachX of the option center, |dy| <= reachY of the gate's option plane — the pad-lock touch pattern): the correct option stamps the gate solved + chosen on the shared entity and emits CHOICE_CORRECT once (a solved gate never judges again, so the path stays open); a wrong option emits CHOICE_WRONG carrying the gate id, the chosen optionId, and the option's world position, so the board can bounce the player back and float the gate's hint (the board owns the bounce — the atom only reports). RESTART unsolves every live gate (re-arming the live entity set, so SET_GATES-injected gates survive respawns). SET_GATES replaces the gate set at runtime for boards that import their gates. Renders nothing; boards draw the option platforms and labels from the shared entity (the render authority). Corresponds to the design-sheet field(s): challenge, agency.",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01M144Y1KF1D8W68N3195C53AC": {
|
|
@@ -55,6 +55,15 @@
|
|
|
55
55
|
"parent": "trt_01M144Y1KFRV1XZJ1EE77ZDESR",
|
|
56
56
|
"renames": []
|
|
57
57
|
},
|
|
58
|
+
"evt_01M1PVY24FX7JZZ2VKHRY03MPT": {
|
|
59
|
+
"bakedName": "SET_GATES",
|
|
60
|
+
"curName": "SET_GATES",
|
|
61
|
+
"id": "evt_01M1PVY24FX7JZZ2VKHRY03MPT",
|
|
62
|
+
"kind": "event",
|
|
63
|
+
"owner": "workspace",
|
|
64
|
+
"parent": "trt_01M144Y1KFRV1XZJ1EE77ZDESR",
|
|
65
|
+
"renames": []
|
|
66
|
+
},
|
|
58
67
|
"orb_01M144Y1KF6CQJ8A3FJ3RX7TQ9": {
|
|
59
68
|
"bakedName": "ChoiceGateOrbital",
|
|
60
69
|
"curName": "ChoiceGateOrbital",
|
|
@@ -189,7 +198,7 @@
|
|
|
189
198
|
"config": {
|
|
190
199
|
"gates": {
|
|
191
200
|
"default": [],
|
|
192
|
-
"description": "One row per gate: id, gate center (x, y — y is the option-platform surface the judge tests against), the hint floated on a wrong answer, and the options: id, dx offset from the gate center, the label drawn above the platform, and correct. solved/chosen are stamped at runtime.",
|
|
201
|
+
"description": "One row per gate: id, gate center (x, y — y is the option-platform surface the judge tests against), the hint floated on a wrong answer, and the options: id, dx offset from the gate center, the label drawn above the platform, and correct. solved/chosen are stamped at runtime. Seeded onto the entity on INIT; the live set is entity.choices — SET_GATES replaces it at runtime (boards that import gates), and RESTART re-arms the live set rather than re-reading config, so injected gates survive respawns.",
|
|
193
202
|
"items": {
|
|
194
203
|
"properties": {
|
|
195
204
|
"chosen": {
|
|
@@ -281,6 +290,20 @@
|
|
|
281
290
|
"type": "boolean"
|
|
282
291
|
}
|
|
283
292
|
},
|
|
293
|
+
"effectRow": [
|
|
294
|
+
{
|
|
295
|
+
"kind": "emit",
|
|
296
|
+
"resource": "CHOICE_CORRECT"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"kind": "emit",
|
|
300
|
+
"resource": "CHOICE_WRONG"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"kind": "set",
|
|
304
|
+
"resource": "@entity.choices"
|
|
305
|
+
}
|
|
306
|
+
],
|
|
284
307
|
"emits": [
|
|
285
308
|
{
|
|
286
309
|
"description": "The player landed grounded on the gate's correct option; fires once per gate (solved gates stop judging). Carries the gate center so boards can burst the unlock there.",
|
|
@@ -400,6 +423,74 @@
|
|
|
400
423
|
}
|
|
401
424
|
]
|
|
402
425
|
},
|
|
426
|
+
{
|
|
427
|
+
"id": "evt_01M1PVY24FX7JZZ2VKHRY03MPT",
|
|
428
|
+
"key": "SET_GATES",
|
|
429
|
+
"name": "Set Gates",
|
|
430
|
+
"payloadSchema": [
|
|
431
|
+
{
|
|
432
|
+
"name": "gates",
|
|
433
|
+
"properties": [
|
|
434
|
+
{
|
|
435
|
+
"name": "id",
|
|
436
|
+
"required": true,
|
|
437
|
+
"type": "string"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "x",
|
|
441
|
+
"required": true,
|
|
442
|
+
"type": "number"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "y",
|
|
446
|
+
"required": true,
|
|
447
|
+
"type": "number"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "hint",
|
|
451
|
+
"type": "string"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"name": "options",
|
|
455
|
+
"properties": [
|
|
456
|
+
{
|
|
457
|
+
"name": "id",
|
|
458
|
+
"required": true,
|
|
459
|
+
"type": "string"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"name": "dx",
|
|
463
|
+
"required": true,
|
|
464
|
+
"type": "number"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "label",
|
|
468
|
+
"required": true,
|
|
469
|
+
"type": "string"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"name": "correct",
|
|
473
|
+
"required": true,
|
|
474
|
+
"type": "boolean"
|
|
475
|
+
}
|
|
476
|
+
],
|
|
477
|
+
"required": true,
|
|
478
|
+
"type": "[object]"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "solved",
|
|
482
|
+
"type": "boolean"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "chosen",
|
|
486
|
+
"type": "string"
|
|
487
|
+
}
|
|
488
|
+
],
|
|
489
|
+
"required": true,
|
|
490
|
+
"type": "[object]"
|
|
491
|
+
}
|
|
492
|
+
]
|
|
493
|
+
},
|
|
403
494
|
{
|
|
404
495
|
"id": "evt_01M144Y1KFQN2TYBD17DKFE0VX",
|
|
405
496
|
"key": "RESTART",
|
|
@@ -823,7 +914,35 @@
|
|
|
823
914
|
"@entity.choices",
|
|
824
915
|
[
|
|
825
916
|
"array/map",
|
|
826
|
-
"@
|
|
917
|
+
"@payload.gates",
|
|
918
|
+
[
|
|
919
|
+
"fn",
|
|
920
|
+
"g",
|
|
921
|
+
[
|
|
922
|
+
"object/merge",
|
|
923
|
+
"@g",
|
|
924
|
+
{
|
|
925
|
+
"chosen": "",
|
|
926
|
+
"solved": false
|
|
927
|
+
}
|
|
928
|
+
]
|
|
929
|
+
]
|
|
930
|
+
]
|
|
931
|
+
]
|
|
932
|
+
],
|
|
933
|
+
"event": "SET_GATES",
|
|
934
|
+
"eventId": "evt_01M1PVY24FX7JZZ2VKHRY03MPT",
|
|
935
|
+
"from": "active",
|
|
936
|
+
"to": "active"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"effects": [
|
|
940
|
+
[
|
|
941
|
+
"set",
|
|
942
|
+
"@entity.choices",
|
|
943
|
+
[
|
|
944
|
+
"array/map",
|
|
945
|
+
"@entity.choices",
|
|
827
946
|
[
|
|
828
947
|
"fn",
|
|
829
948
|
"g",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Headless coefficient-pad mechanic for graph-riding boards: floor pads that reshape the road the player is riding (y = a·f(x−h) + k). Listens BODY_MOVED and, when the player stands grounded on an unapplied pad (|dx| <= reachX, |dy| <= reachY of the pad center — the pad-lock touch pattern), stamps the pad applied on the shared entity and emits COEF_PAD_APPLIED carrying the pad position AND its mod (x0, x1, a, h, k), so the board can append the mod to the body authority's curveMods (std-platformer-body with curveModsEnabled) and hop the player onto the reshaped surface. When every pad is applied it emits COEF_PAD_SET_COMPLETED once. RESTART un-applies every pad (the board clears curveMods alongside — the pad reports, the board owns the road). Renders nothing; boards draw the pads and read applied from the shared entity (the render authority).",
|
|
2
|
+
"description": "Headless coefficient-pad mechanic for graph-riding boards: floor pads that reshape the road the player is riding (y = a·f(x−h) + k). Listens BODY_MOVED and, when the player stands grounded on an unapplied pad (|dx| <= reachX, |dy| <= reachY of the pad center — the pad-lock touch pattern), stamps the pad applied on the shared entity and emits COEF_PAD_APPLIED carrying the pad position AND its mod (x0, x1, a, h, k), so the board can append the mod to the body authority's curveMods (std-platformer-body with curveModsEnabled) and hop the player onto the reshaped surface. When every pad is applied it emits COEF_PAD_SET_COMPLETED once. RESTART un-applies every live pad (re-arming the live entity set, so SET_PADS-injected pads survive respawns; the board clears curveMods alongside — the pad reports, the board owns the road). SET_PADS replaces the pad set at runtime for boards that import their pads. Renders nothing; boards draw the pads and read applied from the shared entity (the render authority).",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01M14952XM7AF6CHE2KJDRBPKM": {
|
|
@@ -55,6 +55,15 @@
|
|
|
55
55
|
"parent": "trt_01M14952XMBFSDMKS596SBVGZ3",
|
|
56
56
|
"renames": []
|
|
57
57
|
},
|
|
58
|
+
"evt_01M1PVY25EDJWKPPNKRTZSM22S": {
|
|
59
|
+
"bakedName": "SET_PADS",
|
|
60
|
+
"curName": "SET_PADS",
|
|
61
|
+
"id": "evt_01M1PVY25EDJWKPPNKRTZSM22S",
|
|
62
|
+
"kind": "event",
|
|
63
|
+
"owner": "workspace",
|
|
64
|
+
"parent": "trt_01M14952XMBFSDMKS596SBVGZ3",
|
|
65
|
+
"renames": []
|
|
66
|
+
},
|
|
58
67
|
"orb_01M14952XMFEN101SV771EJ34F": {
|
|
59
68
|
"bakedName": "CoefPadOrbital",
|
|
60
69
|
"curName": "CoefPadOrbital",
|
|
@@ -226,7 +235,7 @@
|
|
|
226
235
|
"config": {
|
|
227
236
|
"coefPads": {
|
|
228
237
|
"default": [],
|
|
229
|
-
"description": "One row per pad: id, center (x, y in world units), the mod applied to the road while inside x0..x1 (a scales slope+height, b compresses/stretch period, h shifts horizontally, k lifts), and the hint floated on apply, and hop (true = the board teleports the player onto the reshaped surface — use when the mod steps the road far from the pad; false = the skate snap carries the player, preserving speed). applied is stamped at runtime.",
|
|
238
|
+
"description": "One row per pad: id, center (x, y in world units), the mod applied to the road while inside x0..x1 (a scales slope+height, b compresses/stretch period, h shifts horizontally, k lifts), and the hint floated on apply, and hop (true = the board teleports the player onto the reshaped surface — use when the mod steps the road far from the pad; false = the skate snap carries the player, preserving speed). applied is stamped at runtime. Seeded onto the entity on INIT; the live set is entity.coefPads — SET_PADS replaces it at runtime (boards that import pads), and RESTART re-arms the live set rather than re-reading config, so injected pads survive respawns.",
|
|
230
239
|
"items": {
|
|
231
240
|
"properties": {
|
|
232
241
|
"applied": {
|
|
@@ -350,6 +359,24 @@
|
|
|
350
359
|
"type": "boolean"
|
|
351
360
|
}
|
|
352
361
|
},
|
|
362
|
+
"effectRow": [
|
|
363
|
+
{
|
|
364
|
+
"kind": "emit",
|
|
365
|
+
"resource": "COEF_PAD_APPLIED"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"kind": "emit",
|
|
369
|
+
"resource": "COEF_PAD_SET_COMPLETED"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"kind": "set",
|
|
373
|
+
"resource": "@entity.coefCompleted"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"kind": "set",
|
|
377
|
+
"resource": "@entity.coefPads"
|
|
378
|
+
}
|
|
379
|
+
],
|
|
353
380
|
"emits": [
|
|
354
381
|
{
|
|
355
382
|
"description": "The player stood on an unapplied coefficient pad; carries the pad position and the full mod (x0, x1, a, b, h, k) so the board appends it to the body authority's curveMods and hops the player onto the reshaped road. Fires once per pad per run.",
|
|
@@ -489,6 +516,103 @@
|
|
|
489
516
|
}
|
|
490
517
|
]
|
|
491
518
|
},
|
|
519
|
+
{
|
|
520
|
+
"id": "evt_01M1PVY25EDJWKPPNKRTZSM22S",
|
|
521
|
+
"key": "SET_PADS",
|
|
522
|
+
"name": "Set Pads",
|
|
523
|
+
"payloadSchema": [
|
|
524
|
+
{
|
|
525
|
+
"name": "pads",
|
|
526
|
+
"properties": [
|
|
527
|
+
{
|
|
528
|
+
"name": "id",
|
|
529
|
+
"required": true,
|
|
530
|
+
"type": "string"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "x",
|
|
534
|
+
"required": true,
|
|
535
|
+
"type": "number"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "y",
|
|
539
|
+
"required": true,
|
|
540
|
+
"type": "number"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "mod",
|
|
544
|
+
"properties": [
|
|
545
|
+
{
|
|
546
|
+
"name": "x0",
|
|
547
|
+
"required": true,
|
|
548
|
+
"type": "number"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "x1",
|
|
552
|
+
"required": true,
|
|
553
|
+
"type": "number"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"name": "a",
|
|
557
|
+
"required": true,
|
|
558
|
+
"type": "number"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "b",
|
|
562
|
+
"type": "number"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"name": "h",
|
|
566
|
+
"required": true,
|
|
567
|
+
"type": "number"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"name": "k",
|
|
571
|
+
"required": true,
|
|
572
|
+
"type": "number"
|
|
573
|
+
}
|
|
574
|
+
],
|
|
575
|
+
"required": true,
|
|
576
|
+
"type": "object"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "glyph",
|
|
580
|
+
"type": "string"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "hint",
|
|
584
|
+
"type": "string"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "hop",
|
|
588
|
+
"type": "boolean"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "samples",
|
|
592
|
+
"properties": [
|
|
593
|
+
{
|
|
594
|
+
"name": "x",
|
|
595
|
+
"required": true,
|
|
596
|
+
"type": "number"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"name": "y",
|
|
600
|
+
"required": true,
|
|
601
|
+
"type": "number"
|
|
602
|
+
}
|
|
603
|
+
],
|
|
604
|
+
"type": "[object]"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "applied",
|
|
608
|
+
"type": "boolean"
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
"required": true,
|
|
612
|
+
"type": "[object]"
|
|
613
|
+
}
|
|
614
|
+
]
|
|
615
|
+
},
|
|
492
616
|
{
|
|
493
617
|
"id": "evt_01M14952XMEZD2M5N4DSDD7846",
|
|
494
618
|
"key": "RESTART",
|
|
@@ -928,7 +1052,39 @@
|
|
|
928
1052
|
"@entity.coefPads",
|
|
929
1053
|
[
|
|
930
1054
|
"array/map",
|
|
931
|
-
"@
|
|
1055
|
+
"@payload.pads",
|
|
1056
|
+
[
|
|
1057
|
+
"fn",
|
|
1058
|
+
"p",
|
|
1059
|
+
[
|
|
1060
|
+
"object/merge",
|
|
1061
|
+
"@p",
|
|
1062
|
+
{
|
|
1063
|
+
"applied": false
|
|
1064
|
+
}
|
|
1065
|
+
]
|
|
1066
|
+
]
|
|
1067
|
+
]
|
|
1068
|
+
],
|
|
1069
|
+
[
|
|
1070
|
+
"set",
|
|
1071
|
+
"@entity.coefCompleted",
|
|
1072
|
+
false
|
|
1073
|
+
]
|
|
1074
|
+
],
|
|
1075
|
+
"event": "SET_PADS",
|
|
1076
|
+
"eventId": "evt_01M1PVY25EDJWKPPNKRTZSM22S",
|
|
1077
|
+
"from": "active",
|
|
1078
|
+
"to": "active"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"effects": [
|
|
1082
|
+
[
|
|
1083
|
+
"set",
|
|
1084
|
+
"@entity.coefPads",
|
|
1085
|
+
[
|
|
1086
|
+
"array/map",
|
|
1087
|
+
"@entity.coefPads",
|
|
932
1088
|
[
|
|
933
1089
|
"fn",
|
|
934
1090
|
"p",
|
|
@@ -139,6 +139,12 @@
|
|
|
139
139
|
"type": "boolean"
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
|
+
"effectRow": [
|
|
143
|
+
{
|
|
144
|
+
"kind": "set",
|
|
145
|
+
"resource": "@entity.fogX"
|
|
146
|
+
}
|
|
147
|
+
],
|
|
142
148
|
"entityContract": {
|
|
143
149
|
"provides": [
|
|
144
150
|
"fogX"
|
|
@@ -329,7 +335,26 @@
|
|
|
329
335
|
]
|
|
330
336
|
}
|
|
331
337
|
}
|
|
332
|
-
]
|
|
338
|
+
],
|
|
339
|
+
"types": {
|
|
340
|
+
"CurveFogRegion": [
|
|
341
|
+
{
|
|
342
|
+
"name": "x0",
|
|
343
|
+
"required": true,
|
|
344
|
+
"type": "number"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "x1",
|
|
348
|
+
"required": true,
|
|
349
|
+
"type": "number"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"name": "lookAhead",
|
|
353
|
+
"required": true,
|
|
354
|
+
"type": "number"
|
|
355
|
+
}
|
|
356
|
+
]
|
|
357
|
+
}
|
|
333
358
|
}
|
|
334
359
|
],
|
|
335
360
|
"schemaVersion": 1,
|