@almadar/std 16.205.0 → 16.207.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/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 +12 -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 +3799 -3
- package/dist/behaviors/functions/index.d.ts +59 -31
- package/dist/behaviors/functions/index.js +3799 -3
- package/dist/behaviors/index.js +3799 -3
- package/dist/behaviors/query.d.ts +6 -0
- package/dist/behaviors/query.js +3799 -3
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +25 -25
- package/dist/behaviors-registry.json +9320 -88
- package/dist/index.js +3799 -3
- 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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Headless run/jump platformer-physics authority: the SOLE writer of body + fell + hazardId + goalId on side-view boards. Where std-motion-body owns free 2D drift (no collision), this atom owns the platformer contract: every 33ms physics tick it integrates gravity into the body's vertical velocity, steps position in per-second units, and collides the body rect against the
|
|
2
|
+
"description": "Headless run/jump platformer-physics authority: the SOLE writer of body + fell + hazardId + goalId on side-view boards. Where std-motion-body owns free 2D drift (no collision), this atom owns the platformer contract: every 33ms physics tick it integrates gravity into the body's vertical velocity, steps position in per-second units, and collides the body rect against the platform set with one-way semantics — a body moving in the gravity direction that overlaps a ground/platform tile lands on its anti-gravity face (vy zeroed, grounded set), while a body moving against gravity passes through, so jumping up through a platform and walking up a staircase both just work. The sign of gravity IS the vertical convention: positive pulls toward +y (screen boards, y down — sprite canvases), negative toward −y (math canvases, y up); jumps always fire against it. Geometry lives on the shared entity: config platforms/skateCurve/driftRegions seed entity.platforms/skateCurve/driftRegions on INIT, and SET_PLATFORMS / SET_SKATE_CURVE / SET_DRIFT_REGIONS replace them at runtime (RESTART keeps the live set, so boards that import geometry never lose it on a respawn). Intents: STEER sets horizontal velocity (dir −1/0/1 × moveSpeed, hold-to-run: keydown steers, keyup steers 0), JUMP kicks vertical velocity when grounded, PLACE teleports (spawns, hazard respawns), RESTART reseeds. Emits BODY_MOVED every tick for the render layer (boards that don't subscribe pay nothing), plus the sparse rule signals a board needs to score: BODY_JUMPED, BODY_LANDED (with impact speed), BODY_HAZARD (once per hazard entry, re-arms on exit), BODY_GOAL (same arming), BODY_FELL (once per fall past killY, re-armed by PLACE/RESTART). Drift regions: the driftRegions set lists axis-aligned rects each carrying a constant acceleration (ax, ay) applied with the same 0.033s dt whenever the body's center is inside (empty list = zero behavior change). Curve skating: when config.skate is on and the grounded body comes within skateSnap of the skateCurve surface, the body rides the curve — y snaps to the interpolated surface and tangential gravity (g·slope/(1+slope²)) accelerates vx, and the vertical velocity is the tangential projection (s = vx·cos θ, vy = s·sin θ — no discontinuous jumps at sample boundaries), so the body slides downhill along the graph itself and launches ballistically off its ends; jumping kicks free. Sparse BODY_SKATE_START/BODY_SKATE_END signals fire on engage/disengage so boards can layer fx. Lives, score, and win/lose stay downstream — this atom simulates, it never judges. Renders nothing. Corresponds to the design-sheet field(s): mechanics, dynamics.",
|
|
3
3
|
"ledger": {
|
|
4
4
|
"entries": {
|
|
5
5
|
"ent_01M0H2SJBB5TG61D238AWJW3KC": {
|
|
@@ -154,6 +154,42 @@
|
|
|
154
154
|
"parent": "trt_01M0H2SJBBCZW9WSQ3YBCVRKM2",
|
|
155
155
|
"renames": []
|
|
156
156
|
},
|
|
157
|
+
"evt_01M1PTMXBPH77Q9H6XT4TXDC2M": {
|
|
158
|
+
"bakedName": "SET_PLATFORMS",
|
|
159
|
+
"curName": "SET_PLATFORMS",
|
|
160
|
+
"id": "evt_01M1PTMXBPH77Q9H6XT4TXDC2M",
|
|
161
|
+
"kind": "event",
|
|
162
|
+
"owner": "workspace",
|
|
163
|
+
"parent": "trt_01M0H2SJBBCZW9WSQ3YBCVRKM2",
|
|
164
|
+
"renames": []
|
|
165
|
+
},
|
|
166
|
+
"evt_01M1PTMXBPJFF80K3X3X69DDSH": {
|
|
167
|
+
"bakedName": "SET_SKATE_CURVE",
|
|
168
|
+
"curName": "SET_SKATE_CURVE",
|
|
169
|
+
"id": "evt_01M1PTMXBPJFF80K3X3X69DDSH",
|
|
170
|
+
"kind": "event",
|
|
171
|
+
"owner": "workspace",
|
|
172
|
+
"parent": "trt_01M0H2SJBBCZW9WSQ3YBCVRKM2",
|
|
173
|
+
"renames": []
|
|
174
|
+
},
|
|
175
|
+
"evt_01M1PTMXBPR9CPHE60G8652PXN": {
|
|
176
|
+
"bakedName": "SET_DRIFT_REGIONS",
|
|
177
|
+
"curName": "SET_DRIFT_REGIONS",
|
|
178
|
+
"id": "evt_01M1PTMXBPR9CPHE60G8652PXN",
|
|
179
|
+
"kind": "event",
|
|
180
|
+
"owner": "workspace",
|
|
181
|
+
"parent": "trt_01M0H2SJBBCZW9WSQ3YBCVRKM2",
|
|
182
|
+
"renames": []
|
|
183
|
+
},
|
|
184
|
+
"evt_01M1QJ5V1EK7HFDQ42NFRKQJA8": {
|
|
185
|
+
"bakedName": "CURVE_MOD_CLEAR_RANGE",
|
|
186
|
+
"curName": "CURVE_MOD_CLEAR_RANGE",
|
|
187
|
+
"id": "evt_01M1QJ5V1EK7HFDQ42NFRKQJA8",
|
|
188
|
+
"kind": "event",
|
|
189
|
+
"owner": "workspace",
|
|
190
|
+
"parent": "trt_01M0H2SJBBCZW9WSQ3YBCVRKM2",
|
|
191
|
+
"renames": []
|
|
192
|
+
},
|
|
157
193
|
"orb_01M0H2SJBB6B28C7NXBC5BWW23": {
|
|
158
194
|
"bakedName": "PlatformerBodyOrbital",
|
|
159
195
|
"curName": "PlatformerBodyOrbital",
|
|
@@ -328,6 +364,117 @@
|
|
|
328
364
|
}
|
|
329
365
|
},
|
|
330
366
|
"type": "object"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"default": [],
|
|
370
|
+
"items": {
|
|
371
|
+
"properties": {
|
|
372
|
+
"height": {
|
|
373
|
+
"name": "height",
|
|
374
|
+
"required": true,
|
|
375
|
+
"type": "number"
|
|
376
|
+
},
|
|
377
|
+
"id": {
|
|
378
|
+
"name": "id",
|
|
379
|
+
"required": false,
|
|
380
|
+
"type": "string"
|
|
381
|
+
},
|
|
382
|
+
"type": {
|
|
383
|
+
"name": "type",
|
|
384
|
+
"required": false,
|
|
385
|
+
"type": "string",
|
|
386
|
+
"values": [
|
|
387
|
+
"ground",
|
|
388
|
+
"platform",
|
|
389
|
+
"hazard",
|
|
390
|
+
"goal"
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
|
+
"width": {
|
|
394
|
+
"name": "width",
|
|
395
|
+
"required": true,
|
|
396
|
+
"type": "number"
|
|
397
|
+
},
|
|
398
|
+
"x": {
|
|
399
|
+
"name": "x",
|
|
400
|
+
"required": true,
|
|
401
|
+
"type": "number"
|
|
402
|
+
},
|
|
403
|
+
"y": {
|
|
404
|
+
"name": "y",
|
|
405
|
+
"required": true,
|
|
406
|
+
"type": "number"
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
"type": "object"
|
|
410
|
+
},
|
|
411
|
+
"name": "platforms",
|
|
412
|
+
"type": "array"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"default": [],
|
|
416
|
+
"items": {
|
|
417
|
+
"properties": {
|
|
418
|
+
"x": {
|
|
419
|
+
"name": "x",
|
|
420
|
+
"required": true,
|
|
421
|
+
"type": "number"
|
|
422
|
+
},
|
|
423
|
+
"y": {
|
|
424
|
+
"name": "y",
|
|
425
|
+
"required": true,
|
|
426
|
+
"type": "number"
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
"type": "object"
|
|
430
|
+
},
|
|
431
|
+
"name": "skateCurve",
|
|
432
|
+
"type": "array"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"default": [],
|
|
436
|
+
"items": {
|
|
437
|
+
"properties": {
|
|
438
|
+
"ax": {
|
|
439
|
+
"name": "ax",
|
|
440
|
+
"required": true,
|
|
441
|
+
"type": "number"
|
|
442
|
+
},
|
|
443
|
+
"ay": {
|
|
444
|
+
"name": "ay",
|
|
445
|
+
"required": true,
|
|
446
|
+
"type": "number"
|
|
447
|
+
},
|
|
448
|
+
"id": {
|
|
449
|
+
"name": "id",
|
|
450
|
+
"required": true,
|
|
451
|
+
"type": "string"
|
|
452
|
+
},
|
|
453
|
+
"x0": {
|
|
454
|
+
"name": "x0",
|
|
455
|
+
"required": true,
|
|
456
|
+
"type": "number"
|
|
457
|
+
},
|
|
458
|
+
"x1": {
|
|
459
|
+
"name": "x1",
|
|
460
|
+
"required": true,
|
|
461
|
+
"type": "number"
|
|
462
|
+
},
|
|
463
|
+
"y0": {
|
|
464
|
+
"name": "y0",
|
|
465
|
+
"required": true,
|
|
466
|
+
"type": "number"
|
|
467
|
+
},
|
|
468
|
+
"y1": {
|
|
469
|
+
"name": "y1",
|
|
470
|
+
"required": true,
|
|
471
|
+
"type": "number"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"type": "object"
|
|
475
|
+
},
|
|
476
|
+
"name": "driftRegions",
|
|
477
|
+
"type": "array"
|
|
331
478
|
}
|
|
332
479
|
],
|
|
333
480
|
"id": "ent_01M0H2SJBB5TG61D238AWJW3KC",
|
|
@@ -363,7 +510,7 @@
|
|
|
363
510
|
},
|
|
364
511
|
"driftRegions": {
|
|
365
512
|
"default": [],
|
|
366
|
-
"description": "Axis-aligned rects (x0..x1, y0..y1 in world units) each carrying a constant acceleration (ax, ay in units/s²) applied with the physics dt whenever the body's center is inside — winds, currents, gradient pushes. Empty list = zero behavior change.",
|
|
513
|
+
"description": "Axis-aligned rects (x0..x1, y0..y1 in world units) each carrying a constant acceleration (ax, ay in units/s²) applied with the physics dt whenever the body's center is inside — winds, currents, gradient pushes. Empty list = zero behavior change. Seeded onto the entity on INIT; the live set is entity.driftRegions — SET_DRIFT_REGIONS replaces it at runtime and RESTART does not reseed it.",
|
|
367
514
|
"items": {
|
|
368
515
|
"properties": {
|
|
369
516
|
"ax": {
|
|
@@ -445,7 +592,7 @@
|
|
|
445
592
|
},
|
|
446
593
|
"platforms": {
|
|
447
594
|
"default": [],
|
|
448
|
-
"description": "Level geometry as min-corner rects: ground/platform tiles are solid one-way landing surfaces, hazard tiles emit BODY_HAZARD on touch, goal tiles emit BODY_GOAL",
|
|
595
|
+
"description": "Level geometry as min-corner rects: ground/platform tiles are solid one-way landing surfaces, hazard tiles emit BODY_HAZARD on touch, goal tiles emit BODY_GOAL. Seeded onto the entity on INIT; the live set is entity.platforms — SET_PLATFORMS replaces it at runtime (boards that import geometry, e.g. stitched open worlds) and RESTART deliberately does NOT reseed it, so injected geometry survives respawns.",
|
|
449
596
|
"items": {
|
|
450
597
|
"properties": {
|
|
451
598
|
"height": {
|
|
@@ -507,7 +654,7 @@
|
|
|
507
654
|
},
|
|
508
655
|
"skateCurve": {
|
|
509
656
|
"default": [],
|
|
510
|
-
"description": "Surface samples (x strictly increasing) the body skates when skate is on; y is the surface height for the body's MIN corner, linearly interpolated between bracketing samples — mirror the render-side curve so what you see is what you ride",
|
|
657
|
+
"description": "Surface samples (x strictly increasing) the body skates when skate is on; y is the surface height for the body's MIN corner, linearly interpolated between bracketing samples — mirror the render-side curve so what you see is what you ride. Seeded onto the entity on INIT; the live curve is entity.skateCurve — SET_SKATE_CURVE replaces it at runtime (stitched mega-curves) and RESTART does not reseed it.",
|
|
511
658
|
"items": {
|
|
512
659
|
"properties": {
|
|
513
660
|
"x": {
|
|
@@ -614,6 +761,116 @@
|
|
|
614
761
|
"type": "number"
|
|
615
762
|
}
|
|
616
763
|
},
|
|
764
|
+
"effectRow": [
|
|
765
|
+
{
|
|
766
|
+
"kind": "emit",
|
|
767
|
+
"resource": "BODY_FELL",
|
|
768
|
+
"site": "tick"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"kind": "emit",
|
|
772
|
+
"resource": "BODY_GOAL",
|
|
773
|
+
"site": "tick"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"kind": "emit",
|
|
777
|
+
"resource": "BODY_HAZARD",
|
|
778
|
+
"site": "tick"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"kind": "emit",
|
|
782
|
+
"resource": "BODY_JUMPED"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"kind": "emit",
|
|
786
|
+
"resource": "BODY_LANDED",
|
|
787
|
+
"site": "tick"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"kind": "emit",
|
|
791
|
+
"resource": "BODY_MOVED",
|
|
792
|
+
"site": "tick"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"kind": "emit",
|
|
796
|
+
"resource": "BODY_SKATE_END",
|
|
797
|
+
"site": "tick"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"kind": "emit",
|
|
801
|
+
"resource": "BODY_SKATE_START",
|
|
802
|
+
"site": "tick"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"kind": "set",
|
|
806
|
+
"resource": "@entity.body"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"kind": "set",
|
|
810
|
+
"resource": "@entity.body",
|
|
811
|
+
"site": "tick"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"kind": "set",
|
|
815
|
+
"resource": "@entity.curveMods"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"kind": "set",
|
|
819
|
+
"resource": "@entity.driftRegions"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"kind": "set",
|
|
823
|
+
"resource": "@entity.fell"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"kind": "set",
|
|
827
|
+
"resource": "@entity.fell",
|
|
828
|
+
"site": "tick"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"kind": "set",
|
|
832
|
+
"resource": "@entity.goalId"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"kind": "set",
|
|
836
|
+
"resource": "@entity.goalId",
|
|
837
|
+
"site": "tick"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"kind": "set",
|
|
841
|
+
"resource": "@entity.hazardId"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"kind": "set",
|
|
845
|
+
"resource": "@entity.hazardId",
|
|
846
|
+
"site": "tick"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"kind": "set",
|
|
850
|
+
"resource": "@entity.platforms"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"kind": "set",
|
|
854
|
+
"resource": "@entity.skateCurve"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"kind": "set",
|
|
858
|
+
"resource": "@entity.skating"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"kind": "set",
|
|
862
|
+
"resource": "@entity.skating",
|
|
863
|
+
"site": "tick"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"kind": "set",
|
|
867
|
+
"resource": "@entity.tuning"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"kind": "ticks",
|
|
871
|
+
"site": "tick"
|
|
872
|
+
}
|
|
873
|
+
],
|
|
617
874
|
"emits": [
|
|
618
875
|
{
|
|
619
876
|
"description": "The body after this physics tick: position, velocity, grounded and skating flags, and scalar speed; render layers subscribe (or read the shared entity), rule layers stay on the sparse signals",
|
|
@@ -824,9 +1081,12 @@
|
|
|
824
1081
|
"provides": [
|
|
825
1082
|
"body",
|
|
826
1083
|
"curveMods",
|
|
1084
|
+
"driftRegions",
|
|
827
1085
|
"fell",
|
|
828
1086
|
"goalId",
|
|
829
1087
|
"hazardId",
|
|
1088
|
+
"platforms",
|
|
1089
|
+
"skateCurve",
|
|
830
1090
|
"skating",
|
|
831
1091
|
"tuning"
|
|
832
1092
|
],
|
|
@@ -931,6 +1191,23 @@
|
|
|
931
1191
|
"name": "Curve Mod Clear",
|
|
932
1192
|
"tier": "domain"
|
|
933
1193
|
},
|
|
1194
|
+
{
|
|
1195
|
+
"id": "evt_01M1QJ5V1EK7HFDQ42NFRKQJA8",
|
|
1196
|
+
"key": "CURVE_MOD_CLEAR_RANGE",
|
|
1197
|
+
"name": "Curve Mod Clear Range",
|
|
1198
|
+
"payloadSchema": [
|
|
1199
|
+
{
|
|
1200
|
+
"name": "x0",
|
|
1201
|
+
"required": true,
|
|
1202
|
+
"type": "number"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "x1",
|
|
1206
|
+
"required": true,
|
|
1207
|
+
"type": "number"
|
|
1208
|
+
}
|
|
1209
|
+
]
|
|
1210
|
+
},
|
|
934
1211
|
{
|
|
935
1212
|
"id": "evt_01M1GJ1RVFG67Q9AE87QG7RWTJ",
|
|
936
1213
|
"key": "SET_TUNING",
|
|
@@ -950,6 +1227,121 @@
|
|
|
950
1227
|
}
|
|
951
1228
|
]
|
|
952
1229
|
},
|
|
1230
|
+
{
|
|
1231
|
+
"id": "evt_01M1PTMXBPH77Q9H6XT4TXDC2M",
|
|
1232
|
+
"key": "SET_PLATFORMS",
|
|
1233
|
+
"name": "Set Platforms",
|
|
1234
|
+
"payloadSchema": [
|
|
1235
|
+
{
|
|
1236
|
+
"name": "platforms",
|
|
1237
|
+
"properties": [
|
|
1238
|
+
{
|
|
1239
|
+
"name": "id",
|
|
1240
|
+
"type": "string"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"name": "x",
|
|
1244
|
+
"required": true,
|
|
1245
|
+
"type": "number"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"name": "y",
|
|
1249
|
+
"required": true,
|
|
1250
|
+
"type": "number"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"name": "width",
|
|
1254
|
+
"required": true,
|
|
1255
|
+
"type": "number"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"name": "height",
|
|
1259
|
+
"required": true,
|
|
1260
|
+
"type": "number"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"name": "type",
|
|
1264
|
+
"type": "string"
|
|
1265
|
+
}
|
|
1266
|
+
],
|
|
1267
|
+
"required": true,
|
|
1268
|
+
"type": "[object]"
|
|
1269
|
+
}
|
|
1270
|
+
]
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"id": "evt_01M1PTMXBPJFF80K3X3X69DDSH",
|
|
1274
|
+
"key": "SET_SKATE_CURVE",
|
|
1275
|
+
"name": "Set Skate Curve",
|
|
1276
|
+
"payloadSchema": [
|
|
1277
|
+
{
|
|
1278
|
+
"name": "curve",
|
|
1279
|
+
"properties": [
|
|
1280
|
+
{
|
|
1281
|
+
"name": "x",
|
|
1282
|
+
"required": true,
|
|
1283
|
+
"type": "number"
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"name": "y",
|
|
1287
|
+
"required": true,
|
|
1288
|
+
"type": "number"
|
|
1289
|
+
}
|
|
1290
|
+
],
|
|
1291
|
+
"required": true,
|
|
1292
|
+
"type": "[object]"
|
|
1293
|
+
}
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"id": "evt_01M1PTMXBPR9CPHE60G8652PXN",
|
|
1298
|
+
"key": "SET_DRIFT_REGIONS",
|
|
1299
|
+
"name": "Set Drift Regions",
|
|
1300
|
+
"payloadSchema": [
|
|
1301
|
+
{
|
|
1302
|
+
"name": "regions",
|
|
1303
|
+
"properties": [
|
|
1304
|
+
{
|
|
1305
|
+
"name": "id",
|
|
1306
|
+
"required": true,
|
|
1307
|
+
"type": "string"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "x0",
|
|
1311
|
+
"required": true,
|
|
1312
|
+
"type": "number"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "x1",
|
|
1316
|
+
"required": true,
|
|
1317
|
+
"type": "number"
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "y0",
|
|
1321
|
+
"required": true,
|
|
1322
|
+
"type": "number"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "y1",
|
|
1326
|
+
"required": true,
|
|
1327
|
+
"type": "number"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"name": "ax",
|
|
1331
|
+
"required": true,
|
|
1332
|
+
"type": "number"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "ay",
|
|
1336
|
+
"required": true,
|
|
1337
|
+
"type": "number"
|
|
1338
|
+
}
|
|
1339
|
+
],
|
|
1340
|
+
"required": true,
|
|
1341
|
+
"type": "[object]"
|
|
1342
|
+
}
|
|
1343
|
+
]
|
|
1344
|
+
},
|
|
953
1345
|
{
|
|
954
1346
|
"id": "evt_01M0H2SJBBSCEAJH5FZN8AAX45",
|
|
955
1347
|
"key": "RESTART",
|
|
@@ -1192,6 +1584,21 @@
|
|
|
1192
1584
|
"set",
|
|
1193
1585
|
"@entity.skating",
|
|
1194
1586
|
false
|
|
1587
|
+
],
|
|
1588
|
+
[
|
|
1589
|
+
"set",
|
|
1590
|
+
"@entity.platforms",
|
|
1591
|
+
"@config.platforms"
|
|
1592
|
+
],
|
|
1593
|
+
[
|
|
1594
|
+
"set",
|
|
1595
|
+
"@entity.skateCurve",
|
|
1596
|
+
"@config.skateCurve"
|
|
1597
|
+
],
|
|
1598
|
+
[
|
|
1599
|
+
"set",
|
|
1600
|
+
"@entity.driftRegions",
|
|
1601
|
+
"@config.driftRegions"
|
|
1195
1602
|
]
|
|
1196
1603
|
],
|
|
1197
1604
|
"event": "INIT",
|
|
@@ -1449,6 +1856,48 @@
|
|
|
1449
1856
|
"guard": "@config.curveModsEnabled",
|
|
1450
1857
|
"to": "active"
|
|
1451
1858
|
},
|
|
1859
|
+
{
|
|
1860
|
+
"effects": [
|
|
1861
|
+
[
|
|
1862
|
+
"set",
|
|
1863
|
+
"@entity.curveMods",
|
|
1864
|
+
[
|
|
1865
|
+
"array/filter",
|
|
1866
|
+
"@entity.curveMods",
|
|
1867
|
+
[
|
|
1868
|
+
"fn",
|
|
1869
|
+
"m",
|
|
1870
|
+
[
|
|
1871
|
+
"or",
|
|
1872
|
+
[
|
|
1873
|
+
"<",
|
|
1874
|
+
[
|
|
1875
|
+
"object/get",
|
|
1876
|
+
"@m",
|
|
1877
|
+
"x1"
|
|
1878
|
+
],
|
|
1879
|
+
"@payload.x0"
|
|
1880
|
+
],
|
|
1881
|
+
[
|
|
1882
|
+
">",
|
|
1883
|
+
[
|
|
1884
|
+
"object/get",
|
|
1885
|
+
"@m",
|
|
1886
|
+
"x0"
|
|
1887
|
+
],
|
|
1888
|
+
"@payload.x1"
|
|
1889
|
+
]
|
|
1890
|
+
]
|
|
1891
|
+
]
|
|
1892
|
+
]
|
|
1893
|
+
]
|
|
1894
|
+
],
|
|
1895
|
+
"event": "CURVE_MOD_CLEAR_RANGE",
|
|
1896
|
+
"eventId": "evt_01M1QJ5V1EK7HFDQ42NFRKQJA8",
|
|
1897
|
+
"from": "active",
|
|
1898
|
+
"guard": "@config.curveModsEnabled",
|
|
1899
|
+
"to": "active"
|
|
1900
|
+
},
|
|
1452
1901
|
{
|
|
1453
1902
|
"effects": [
|
|
1454
1903
|
[
|
|
@@ -1517,6 +1966,45 @@
|
|
|
1517
1966
|
"from": "active",
|
|
1518
1967
|
"to": "active"
|
|
1519
1968
|
},
|
|
1969
|
+
{
|
|
1970
|
+
"effects": [
|
|
1971
|
+
[
|
|
1972
|
+
"set",
|
|
1973
|
+
"@entity.platforms",
|
|
1974
|
+
"@payload.platforms"
|
|
1975
|
+
]
|
|
1976
|
+
],
|
|
1977
|
+
"event": "SET_PLATFORMS",
|
|
1978
|
+
"eventId": "evt_01M1PTMXBPH77Q9H6XT4TXDC2M",
|
|
1979
|
+
"from": "active",
|
|
1980
|
+
"to": "active"
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"effects": [
|
|
1984
|
+
[
|
|
1985
|
+
"set",
|
|
1986
|
+
"@entity.skateCurve",
|
|
1987
|
+
"@payload.curve"
|
|
1988
|
+
]
|
|
1989
|
+
],
|
|
1990
|
+
"event": "SET_SKATE_CURVE",
|
|
1991
|
+
"eventId": "evt_01M1PTMXBPJFF80K3X3X69DDSH",
|
|
1992
|
+
"from": "active",
|
|
1993
|
+
"to": "active"
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"effects": [
|
|
1997
|
+
[
|
|
1998
|
+
"set",
|
|
1999
|
+
"@entity.driftRegions",
|
|
2000
|
+
"@payload.regions"
|
|
2001
|
+
]
|
|
2002
|
+
],
|
|
2003
|
+
"event": "SET_DRIFT_REGIONS",
|
|
2004
|
+
"eventId": "evt_01M1PTMXBPR9CPHE60G8652PXN",
|
|
2005
|
+
"from": "active",
|
|
2006
|
+
"to": "active"
|
|
2007
|
+
},
|
|
1520
2008
|
{
|
|
1521
2009
|
"effects": [
|
|
1522
2010
|
[
|
|
@@ -1660,7 +2148,7 @@
|
|
|
1660
2148
|
"drift",
|
|
1661
2149
|
[
|
|
1662
2150
|
"array/find",
|
|
1663
|
-
"@
|
|
2151
|
+
"@entity.driftRegions",
|
|
1664
2152
|
[
|
|
1665
2153
|
"fn",
|
|
1666
2154
|
"r",
|
|
@@ -1857,7 +2345,7 @@
|
|
|
1857
2345
|
"hit",
|
|
1858
2346
|
[
|
|
1859
2347
|
"array/find",
|
|
1860
|
-
"@
|
|
2348
|
+
"@entity.platforms",
|
|
1861
2349
|
[
|
|
1862
2350
|
"fn",
|
|
1863
2351
|
"p",
|
|
@@ -2004,7 +2492,7 @@
|
|
|
2004
2492
|
">",
|
|
2005
2493
|
[
|
|
2006
2494
|
"array/len",
|
|
2007
|
-
"@
|
|
2495
|
+
"@entity.skateCurve"
|
|
2008
2496
|
],
|
|
2009
2497
|
1.0
|
|
2010
2498
|
],
|
|
@@ -2017,7 +2505,7 @@
|
|
|
2017
2505
|
"object/get",
|
|
2018
2506
|
[
|
|
2019
2507
|
"array/first",
|
|
2020
|
-
"@
|
|
2508
|
+
"@entity.skateCurve"
|
|
2021
2509
|
],
|
|
2022
2510
|
"x"
|
|
2023
2511
|
]
|
|
@@ -2029,7 +2517,7 @@
|
|
|
2029
2517
|
"object/get",
|
|
2030
2518
|
[
|
|
2031
2519
|
"array/last",
|
|
2032
|
-
"@
|
|
2520
|
+
"@entity.skateCurve"
|
|
2033
2521
|
],
|
|
2034
2522
|
"x"
|
|
2035
2523
|
]
|
|
@@ -2051,7 +2539,7 @@
|
|
|
2051
2539
|
"array/last",
|
|
2052
2540
|
[
|
|
2053
2541
|
"array/filter",
|
|
2054
|
-
"@
|
|
2542
|
+
"@entity.skateCurve",
|
|
2055
2543
|
[
|
|
2056
2544
|
"fn",
|
|
2057
2545
|
"s",
|
|
@@ -2086,7 +2574,7 @@
|
|
|
2086
2574
|
"array/first",
|
|
2087
2575
|
[
|
|
2088
2576
|
"array/filter",
|
|
2089
|
-
"@
|
|
2577
|
+
"@entity.skateCurve",
|
|
2090
2578
|
[
|
|
2091
2579
|
"fn",
|
|
2092
2580
|
"s",
|
|
@@ -2316,7 +2804,7 @@
|
|
|
2316
2804
|
"object/get",
|
|
2317
2805
|
[
|
|
2318
2806
|
"array/first",
|
|
2319
|
-
"@
|
|
2807
|
+
"@entity.skateCurve"
|
|
2320
2808
|
],
|
|
2321
2809
|
"x"
|
|
2322
2810
|
]
|
|
@@ -2328,7 +2816,7 @@
|
|
|
2328
2816
|
"object/get",
|
|
2329
2817
|
[
|
|
2330
2818
|
"array/last",
|
|
2331
|
-
"@
|
|
2819
|
+
"@entity.skateCurve"
|
|
2332
2820
|
],
|
|
2333
2821
|
"x"
|
|
2334
2822
|
]
|
|
@@ -2348,7 +2836,7 @@
|
|
|
2348
2836
|
"array/last",
|
|
2349
2837
|
[
|
|
2350
2838
|
"array/filter",
|
|
2351
|
-
"@
|
|
2839
|
+
"@entity.skateCurve",
|
|
2352
2840
|
[
|
|
2353
2841
|
"fn",
|
|
2354
2842
|
"s",
|
|
@@ -2380,7 +2868,7 @@
|
|
|
2380
2868
|
"array/first",
|
|
2381
2869
|
[
|
|
2382
2870
|
"array/filter",
|
|
2383
|
-
"@
|
|
2871
|
+
"@entity.skateCurve",
|
|
2384
2872
|
[
|
|
2385
2873
|
"fn",
|
|
2386
2874
|
"s",
|
|
@@ -2831,7 +3319,7 @@
|
|
|
2831
3319
|
"hazardHit",
|
|
2832
3320
|
[
|
|
2833
3321
|
"array/find",
|
|
2834
|
-
"@
|
|
3322
|
+
"@entity.platforms",
|
|
2835
3323
|
[
|
|
2836
3324
|
"fn",
|
|
2837
3325
|
"p",
|
|
@@ -2868,7 +3356,7 @@
|
|
|
2868
3356
|
"goalHit",
|
|
2869
3357
|
[
|
|
2870
3358
|
"array/find",
|
|
2871
|
-
"@
|
|
3359
|
+
"@entity.platforms",
|
|
2872
3360
|
[
|
|
2873
3361
|
"fn",
|
|
2874
3362
|
"p",
|