@almadar/std 16.205.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/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
|
@@ -1733,8 +1733,7 @@
|
|
|
1733
1733
|
"linkedEntity": "GameState",
|
|
1734
1734
|
"linkedEntityId": "ent_01M055GPPE3ESMZV57C91BH7S7",
|
|
1735
1735
|
"name": "HeroAuthority",
|
|
1736
|
-
"ref": "Nav.traits.HeroNav"
|
|
1737
|
-
"refId": "trt_01KXG04TJB91GE3PMCMF5EBAQX"
|
|
1736
|
+
"ref": "Nav.traits.HeroNav"
|
|
1738
1737
|
},
|
|
1739
1738
|
{
|
|
1740
1739
|
"config": {
|
|
@@ -1803,8 +1802,7 @@
|
|
|
1803
1802
|
"linkedEntity": "GameState",
|
|
1804
1803
|
"linkedEntityId": "ent_01M055GPPE3ESMZV57C91BH7S7",
|
|
1805
1804
|
"name": "Enemies",
|
|
1806
|
-
"ref": "Combat.traits.DungeonCombat"
|
|
1807
|
-
"refId": "trt_01KXG04TFH3K6EPQH6S4EGMMZ8"
|
|
1805
|
+
"ref": "Combat.traits.DungeonCombat"
|
|
1808
1806
|
},
|
|
1809
1807
|
{
|
|
1810
1808
|
"config": {
|
|
@@ -1837,8 +1835,7 @@
|
|
|
1837
1835
|
"linkedEntity": "GameState",
|
|
1838
1836
|
"linkedEntityId": "ent_01M055GPPE3ESMZV57C91BH7S7",
|
|
1839
1837
|
"name": "Collector",
|
|
1840
|
-
"ref": "Objective.traits.ObjectiveReach"
|
|
1841
|
-
"refId": "trt_01KXG04TKVF4P1VR3W6BFJ78NH"
|
|
1838
|
+
"ref": "Objective.traits.ObjectiveReach"
|
|
1842
1839
|
},
|
|
1843
1840
|
{
|
|
1844
1841
|
"config": {
|
|
@@ -1851,8 +1848,7 @@
|
|
|
1851
1848
|
"linkedEntity": "GameState",
|
|
1852
1849
|
"linkedEntityId": "ent_01M055GPPE3ESMZV57C91BH7S7",
|
|
1853
1850
|
"name": "FxDecay",
|
|
1854
|
-
"ref": "Particles.traits.FxParticles"
|
|
1855
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
1851
|
+
"ref": "Particles.traits.FxParticles"
|
|
1856
1852
|
},
|
|
1857
1853
|
{
|
|
1858
1854
|
"config": {
|
|
@@ -1865,8 +1861,7 @@
|
|
|
1865
1861
|
"linkedEntity": "GameState",
|
|
1866
1862
|
"linkedEntityId": "ent_01M055GPPE3ESMZV57C91BH7S7",
|
|
1867
1863
|
"name": "RoundGate",
|
|
1868
|
-
"ref": "Gate.traits.ObjectiveFlow"
|
|
1869
|
-
"refId": "trt_01KXG04TKBC6DPS2TWD1P0Z0K5"
|
|
1864
|
+
"ref": "Gate.traits.ObjectiveFlow"
|
|
1870
1865
|
},
|
|
1871
1866
|
{
|
|
1872
1867
|
"category": "interaction",
|
|
@@ -2742,6 +2737,38 @@
|
|
|
2742
2737
|
"type": "number"
|
|
2743
2738
|
}
|
|
2744
2739
|
},
|
|
2740
|
+
"effectRow": [
|
|
2741
|
+
{
|
|
2742
|
+
"kind": "emit",
|
|
2743
|
+
"resource": "ATTACK"
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"kind": "emit",
|
|
2747
|
+
"resource": "MONSTER_TICK",
|
|
2748
|
+
"site": "tick"
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
"kind": "emit",
|
|
2752
|
+
"resource": "MOVE"
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"kind": "emit",
|
|
2756
|
+
"resource": "RESTART"
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"kind": "render-ui",
|
|
2760
|
+
"resource": "main"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"kind": "render-ui",
|
|
2764
|
+
"resource": "main",
|
|
2765
|
+
"site": "tick"
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"kind": "ticks",
|
|
2769
|
+
"site": "tick"
|
|
2770
|
+
}
|
|
2771
|
+
],
|
|
2745
2772
|
"emits": [
|
|
2746
2773
|
{
|
|
2747
2774
|
"description": "Hero move intent applied by the hero-nav authority",
|
|
@@ -4821,6 +4848,773 @@
|
|
|
4821
4848
|
]
|
|
4822
4849
|
}
|
|
4823
4850
|
],
|
|
4851
|
+
"types": {
|
|
4852
|
+
"Asset": [
|
|
4853
|
+
{
|
|
4854
|
+
"name": "url",
|
|
4855
|
+
"type": "asset"
|
|
4856
|
+
},
|
|
4857
|
+
{
|
|
4858
|
+
"name": "atlas",
|
|
4859
|
+
"type": "asset"
|
|
4860
|
+
},
|
|
4861
|
+
{
|
|
4862
|
+
"name": "sprite",
|
|
4863
|
+
"type": "string"
|
|
4864
|
+
},
|
|
4865
|
+
{
|
|
4866
|
+
"name": "role",
|
|
4867
|
+
"type": "string"
|
|
4868
|
+
},
|
|
4869
|
+
{
|
|
4870
|
+
"name": "category",
|
|
4871
|
+
"type": "string"
|
|
4872
|
+
},
|
|
4873
|
+
{
|
|
4874
|
+
"name": "animations",
|
|
4875
|
+
"type": "[string]"
|
|
4876
|
+
},
|
|
4877
|
+
{
|
|
4878
|
+
"name": "style",
|
|
4879
|
+
"type": "string"
|
|
4880
|
+
},
|
|
4881
|
+
{
|
|
4882
|
+
"name": "variant",
|
|
4883
|
+
"type": "string"
|
|
4884
|
+
},
|
|
4885
|
+
{
|
|
4886
|
+
"name": "dimension",
|
|
4887
|
+
"type": "string"
|
|
4888
|
+
},
|
|
4889
|
+
{
|
|
4890
|
+
"name": "aspect",
|
|
4891
|
+
"type": "string"
|
|
4892
|
+
},
|
|
4893
|
+
{
|
|
4894
|
+
"name": "name",
|
|
4895
|
+
"type": "string"
|
|
4896
|
+
},
|
|
4897
|
+
{
|
|
4898
|
+
"name": "thumbnailUrl",
|
|
4899
|
+
"type": "string"
|
|
4900
|
+
}
|
|
4901
|
+
],
|
|
4902
|
+
"AssetManifest": [
|
|
4903
|
+
{
|
|
4904
|
+
"name": "terrains",
|
|
4905
|
+
"type": "Map<string,Asset>"
|
|
4906
|
+
},
|
|
4907
|
+
{
|
|
4908
|
+
"name": "units",
|
|
4909
|
+
"type": "Map<string,Asset>"
|
|
4910
|
+
},
|
|
4911
|
+
{
|
|
4912
|
+
"name": "features",
|
|
4913
|
+
"type": "Map<string,Asset>"
|
|
4914
|
+
},
|
|
4915
|
+
{
|
|
4916
|
+
"name": "effects",
|
|
4917
|
+
"type": "Map<string,Asset>"
|
|
4918
|
+
}
|
|
4919
|
+
],
|
|
4920
|
+
"DirectionAssets": [
|
|
4921
|
+
{
|
|
4922
|
+
"name": "up",
|
|
4923
|
+
"properties": [
|
|
4924
|
+
{
|
|
4925
|
+
"name": "url",
|
|
4926
|
+
"type": "asset"
|
|
4927
|
+
},
|
|
4928
|
+
{
|
|
4929
|
+
"name": "atlas",
|
|
4930
|
+
"type": "asset"
|
|
4931
|
+
},
|
|
4932
|
+
{
|
|
4933
|
+
"name": "sprite",
|
|
4934
|
+
"type": "string"
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"name": "role",
|
|
4938
|
+
"type": "string"
|
|
4939
|
+
},
|
|
4940
|
+
{
|
|
4941
|
+
"name": "category",
|
|
4942
|
+
"type": "string"
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"name": "animations",
|
|
4946
|
+
"type": "[string]"
|
|
4947
|
+
},
|
|
4948
|
+
{
|
|
4949
|
+
"name": "style",
|
|
4950
|
+
"type": "string"
|
|
4951
|
+
},
|
|
4952
|
+
{
|
|
4953
|
+
"name": "variant",
|
|
4954
|
+
"type": "string"
|
|
4955
|
+
},
|
|
4956
|
+
{
|
|
4957
|
+
"name": "dimension",
|
|
4958
|
+
"type": "string"
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"name": "aspect",
|
|
4962
|
+
"type": "string"
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
"name": "name",
|
|
4966
|
+
"type": "string"
|
|
4967
|
+
},
|
|
4968
|
+
{
|
|
4969
|
+
"name": "thumbnailUrl",
|
|
4970
|
+
"type": "string"
|
|
4971
|
+
}
|
|
4972
|
+
],
|
|
4973
|
+
"type": "object"
|
|
4974
|
+
},
|
|
4975
|
+
{
|
|
4976
|
+
"name": "down",
|
|
4977
|
+
"properties": [
|
|
4978
|
+
{
|
|
4979
|
+
"name": "url",
|
|
4980
|
+
"type": "asset"
|
|
4981
|
+
},
|
|
4982
|
+
{
|
|
4983
|
+
"name": "atlas",
|
|
4984
|
+
"type": "asset"
|
|
4985
|
+
},
|
|
4986
|
+
{
|
|
4987
|
+
"name": "sprite",
|
|
4988
|
+
"type": "string"
|
|
4989
|
+
},
|
|
4990
|
+
{
|
|
4991
|
+
"name": "role",
|
|
4992
|
+
"type": "string"
|
|
4993
|
+
},
|
|
4994
|
+
{
|
|
4995
|
+
"name": "category",
|
|
4996
|
+
"type": "string"
|
|
4997
|
+
},
|
|
4998
|
+
{
|
|
4999
|
+
"name": "animations",
|
|
5000
|
+
"type": "[string]"
|
|
5001
|
+
},
|
|
5002
|
+
{
|
|
5003
|
+
"name": "style",
|
|
5004
|
+
"type": "string"
|
|
5005
|
+
},
|
|
5006
|
+
{
|
|
5007
|
+
"name": "variant",
|
|
5008
|
+
"type": "string"
|
|
5009
|
+
},
|
|
5010
|
+
{
|
|
5011
|
+
"name": "dimension",
|
|
5012
|
+
"type": "string"
|
|
5013
|
+
},
|
|
5014
|
+
{
|
|
5015
|
+
"name": "aspect",
|
|
5016
|
+
"type": "string"
|
|
5017
|
+
},
|
|
5018
|
+
{
|
|
5019
|
+
"name": "name",
|
|
5020
|
+
"type": "string"
|
|
5021
|
+
},
|
|
5022
|
+
{
|
|
5023
|
+
"name": "thumbnailUrl",
|
|
5024
|
+
"type": "string"
|
|
5025
|
+
}
|
|
5026
|
+
],
|
|
5027
|
+
"type": "object"
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"name": "left",
|
|
5031
|
+
"properties": [
|
|
5032
|
+
{
|
|
5033
|
+
"name": "url",
|
|
5034
|
+
"type": "asset"
|
|
5035
|
+
},
|
|
5036
|
+
{
|
|
5037
|
+
"name": "atlas",
|
|
5038
|
+
"type": "asset"
|
|
5039
|
+
},
|
|
5040
|
+
{
|
|
5041
|
+
"name": "sprite",
|
|
5042
|
+
"type": "string"
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
"name": "role",
|
|
5046
|
+
"type": "string"
|
|
5047
|
+
},
|
|
5048
|
+
{
|
|
5049
|
+
"name": "category",
|
|
5050
|
+
"type": "string"
|
|
5051
|
+
},
|
|
5052
|
+
{
|
|
5053
|
+
"name": "animations",
|
|
5054
|
+
"type": "[string]"
|
|
5055
|
+
},
|
|
5056
|
+
{
|
|
5057
|
+
"name": "style",
|
|
5058
|
+
"type": "string"
|
|
5059
|
+
},
|
|
5060
|
+
{
|
|
5061
|
+
"name": "variant",
|
|
5062
|
+
"type": "string"
|
|
5063
|
+
},
|
|
5064
|
+
{
|
|
5065
|
+
"name": "dimension",
|
|
5066
|
+
"type": "string"
|
|
5067
|
+
},
|
|
5068
|
+
{
|
|
5069
|
+
"name": "aspect",
|
|
5070
|
+
"type": "string"
|
|
5071
|
+
},
|
|
5072
|
+
{
|
|
5073
|
+
"name": "name",
|
|
5074
|
+
"type": "string"
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"name": "thumbnailUrl",
|
|
5078
|
+
"type": "string"
|
|
5079
|
+
}
|
|
5080
|
+
],
|
|
5081
|
+
"type": "object"
|
|
5082
|
+
},
|
|
5083
|
+
{
|
|
5084
|
+
"name": "right",
|
|
5085
|
+
"properties": [
|
|
5086
|
+
{
|
|
5087
|
+
"name": "url",
|
|
5088
|
+
"type": "asset"
|
|
5089
|
+
},
|
|
5090
|
+
{
|
|
5091
|
+
"name": "atlas",
|
|
5092
|
+
"type": "asset"
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"name": "sprite",
|
|
5096
|
+
"type": "string"
|
|
5097
|
+
},
|
|
5098
|
+
{
|
|
5099
|
+
"name": "role",
|
|
5100
|
+
"type": "string"
|
|
5101
|
+
},
|
|
5102
|
+
{
|
|
5103
|
+
"name": "category",
|
|
5104
|
+
"type": "string"
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"name": "animations",
|
|
5108
|
+
"type": "[string]"
|
|
5109
|
+
},
|
|
5110
|
+
{
|
|
5111
|
+
"name": "style",
|
|
5112
|
+
"type": "string"
|
|
5113
|
+
},
|
|
5114
|
+
{
|
|
5115
|
+
"name": "variant",
|
|
5116
|
+
"type": "string"
|
|
5117
|
+
},
|
|
5118
|
+
{
|
|
5119
|
+
"name": "dimension",
|
|
5120
|
+
"type": "string"
|
|
5121
|
+
},
|
|
5122
|
+
{
|
|
5123
|
+
"name": "aspect",
|
|
5124
|
+
"type": "string"
|
|
5125
|
+
},
|
|
5126
|
+
{
|
|
5127
|
+
"name": "name",
|
|
5128
|
+
"type": "string"
|
|
5129
|
+
},
|
|
5130
|
+
{
|
|
5131
|
+
"name": "thumbnailUrl",
|
|
5132
|
+
"type": "string"
|
|
5133
|
+
}
|
|
5134
|
+
],
|
|
5135
|
+
"type": "object"
|
|
5136
|
+
}
|
|
5137
|
+
],
|
|
5138
|
+
"Feature": [
|
|
5139
|
+
{
|
|
5140
|
+
"name": "id",
|
|
5141
|
+
"type": "string"
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"name": "x",
|
|
5145
|
+
"required": true,
|
|
5146
|
+
"type": "number"
|
|
5147
|
+
},
|
|
5148
|
+
{
|
|
5149
|
+
"name": "y",
|
|
5150
|
+
"required": true,
|
|
5151
|
+
"type": "number"
|
|
5152
|
+
},
|
|
5153
|
+
{
|
|
5154
|
+
"name": "type",
|
|
5155
|
+
"required": true,
|
|
5156
|
+
"type": "string"
|
|
5157
|
+
},
|
|
5158
|
+
{
|
|
5159
|
+
"name": "sprite",
|
|
5160
|
+
"properties": [
|
|
5161
|
+
{
|
|
5162
|
+
"name": "url",
|
|
5163
|
+
"type": "asset"
|
|
5164
|
+
},
|
|
5165
|
+
{
|
|
5166
|
+
"name": "atlas",
|
|
5167
|
+
"type": "asset"
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
"name": "sprite",
|
|
5171
|
+
"type": "string"
|
|
5172
|
+
},
|
|
5173
|
+
{
|
|
5174
|
+
"name": "role",
|
|
5175
|
+
"type": "string"
|
|
5176
|
+
},
|
|
5177
|
+
{
|
|
5178
|
+
"name": "category",
|
|
5179
|
+
"type": "string"
|
|
5180
|
+
},
|
|
5181
|
+
{
|
|
5182
|
+
"name": "animations",
|
|
5183
|
+
"type": "[string]"
|
|
5184
|
+
},
|
|
5185
|
+
{
|
|
5186
|
+
"name": "style",
|
|
5187
|
+
"type": "string"
|
|
5188
|
+
},
|
|
5189
|
+
{
|
|
5190
|
+
"name": "variant",
|
|
5191
|
+
"type": "string"
|
|
5192
|
+
},
|
|
5193
|
+
{
|
|
5194
|
+
"name": "dimension",
|
|
5195
|
+
"type": "string"
|
|
5196
|
+
},
|
|
5197
|
+
{
|
|
5198
|
+
"name": "aspect",
|
|
5199
|
+
"type": "string"
|
|
5200
|
+
},
|
|
5201
|
+
{
|
|
5202
|
+
"name": "name",
|
|
5203
|
+
"type": "string"
|
|
5204
|
+
},
|
|
5205
|
+
{
|
|
5206
|
+
"name": "thumbnailUrl",
|
|
5207
|
+
"type": "string"
|
|
5208
|
+
}
|
|
5209
|
+
],
|
|
5210
|
+
"type": "object"
|
|
5211
|
+
},
|
|
5212
|
+
{
|
|
5213
|
+
"name": "done",
|
|
5214
|
+
"type": "boolean"
|
|
5215
|
+
}
|
|
5216
|
+
],
|
|
5217
|
+
"Fx": [
|
|
5218
|
+
{
|
|
5219
|
+
"name": "id",
|
|
5220
|
+
"required": true,
|
|
5221
|
+
"type": "string"
|
|
5222
|
+
},
|
|
5223
|
+
{
|
|
5224
|
+
"name": "type",
|
|
5225
|
+
"required": true,
|
|
5226
|
+
"type": "string"
|
|
5227
|
+
},
|
|
5228
|
+
{
|
|
5229
|
+
"name": "x",
|
|
5230
|
+
"required": true,
|
|
5231
|
+
"type": "number"
|
|
5232
|
+
},
|
|
5233
|
+
{
|
|
5234
|
+
"name": "z",
|
|
5235
|
+
"type": "number"
|
|
5236
|
+
},
|
|
5237
|
+
{
|
|
5238
|
+
"name": "y",
|
|
5239
|
+
"type": "number"
|
|
5240
|
+
},
|
|
5241
|
+
{
|
|
5242
|
+
"name": "message",
|
|
5243
|
+
"type": "string"
|
|
5244
|
+
},
|
|
5245
|
+
{
|
|
5246
|
+
"name": "ttl",
|
|
5247
|
+
"required": true,
|
|
5248
|
+
"type": "number"
|
|
5249
|
+
},
|
|
5250
|
+
{
|
|
5251
|
+
"name": "maxTtl",
|
|
5252
|
+
"type": "number"
|
|
5253
|
+
},
|
|
5254
|
+
{
|
|
5255
|
+
"name": "bornAt",
|
|
5256
|
+
"type": "number"
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
"name": "space",
|
|
5260
|
+
"type": "string"
|
|
5261
|
+
},
|
|
5262
|
+
{
|
|
5263
|
+
"name": "effect",
|
|
5264
|
+
"type": "string"
|
|
5265
|
+
},
|
|
5266
|
+
{
|
|
5267
|
+
"name": "color",
|
|
5268
|
+
"type": "string"
|
|
5269
|
+
},
|
|
5270
|
+
{
|
|
5271
|
+
"name": "size",
|
|
5272
|
+
"type": "number"
|
|
5273
|
+
},
|
|
5274
|
+
{
|
|
5275
|
+
"name": "vx",
|
|
5276
|
+
"type": "number"
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
"name": "vy",
|
|
5280
|
+
"type": "number"
|
|
5281
|
+
},
|
|
5282
|
+
{
|
|
5283
|
+
"name": "vz",
|
|
5284
|
+
"type": "number"
|
|
5285
|
+
},
|
|
5286
|
+
{
|
|
5287
|
+
"name": "particleCount",
|
|
5288
|
+
"type": "number"
|
|
5289
|
+
}
|
|
5290
|
+
],
|
|
5291
|
+
"FxPreset": [
|
|
5292
|
+
{
|
|
5293
|
+
"name": "type",
|
|
5294
|
+
"required": true,
|
|
5295
|
+
"type": "string"
|
|
5296
|
+
},
|
|
5297
|
+
{
|
|
5298
|
+
"name": "color",
|
|
5299
|
+
"type": "string"
|
|
5300
|
+
},
|
|
5301
|
+
{
|
|
5302
|
+
"name": "color2",
|
|
5303
|
+
"type": "string"
|
|
5304
|
+
},
|
|
5305
|
+
{
|
|
5306
|
+
"name": "size",
|
|
5307
|
+
"type": "number"
|
|
5308
|
+
},
|
|
5309
|
+
{
|
|
5310
|
+
"name": "shape",
|
|
5311
|
+
"type": "string"
|
|
5312
|
+
},
|
|
5313
|
+
{
|
|
5314
|
+
"name": "count",
|
|
5315
|
+
"type": "number"
|
|
5316
|
+
},
|
|
5317
|
+
{
|
|
5318
|
+
"name": "glow",
|
|
5319
|
+
"type": "number"
|
|
5320
|
+
},
|
|
5321
|
+
{
|
|
5322
|
+
"name": "gravity",
|
|
5323
|
+
"type": "number"
|
|
5324
|
+
},
|
|
5325
|
+
{
|
|
5326
|
+
"name": "vx",
|
|
5327
|
+
"type": "number"
|
|
5328
|
+
},
|
|
5329
|
+
{
|
|
5330
|
+
"name": "vy",
|
|
5331
|
+
"type": "number"
|
|
5332
|
+
},
|
|
5333
|
+
{
|
|
5334
|
+
"name": "vz",
|
|
5335
|
+
"type": "number"
|
|
5336
|
+
},
|
|
5337
|
+
{
|
|
5338
|
+
"name": "space",
|
|
5339
|
+
"type": "string"
|
|
5340
|
+
},
|
|
5341
|
+
{
|
|
5342
|
+
"name": "effect",
|
|
5343
|
+
"type": "string"
|
|
5344
|
+
},
|
|
5345
|
+
{
|
|
5346
|
+
"name": "particleCount",
|
|
5347
|
+
"type": "number"
|
|
5348
|
+
}
|
|
5349
|
+
],
|
|
5350
|
+
"HudStat": [
|
|
5351
|
+
{
|
|
5352
|
+
"name": "label",
|
|
5353
|
+
"type": "string"
|
|
5354
|
+
},
|
|
5355
|
+
{
|
|
5356
|
+
"name": "value",
|
|
5357
|
+
"type": "number"
|
|
5358
|
+
},
|
|
5359
|
+
{
|
|
5360
|
+
"name": "max",
|
|
5361
|
+
"type": "number"
|
|
5362
|
+
},
|
|
5363
|
+
{
|
|
5364
|
+
"name": "format",
|
|
5365
|
+
"type": "string"
|
|
5366
|
+
},
|
|
5367
|
+
{
|
|
5368
|
+
"name": "iconUrl",
|
|
5369
|
+
"properties": [
|
|
5370
|
+
{
|
|
5371
|
+
"name": "url",
|
|
5372
|
+
"type": "asset"
|
|
5373
|
+
},
|
|
5374
|
+
{
|
|
5375
|
+
"name": "atlas",
|
|
5376
|
+
"type": "asset"
|
|
5377
|
+
},
|
|
5378
|
+
{
|
|
5379
|
+
"name": "sprite",
|
|
5380
|
+
"type": "string"
|
|
5381
|
+
},
|
|
5382
|
+
{
|
|
5383
|
+
"name": "role",
|
|
5384
|
+
"type": "string"
|
|
5385
|
+
},
|
|
5386
|
+
{
|
|
5387
|
+
"name": "category",
|
|
5388
|
+
"type": "string"
|
|
5389
|
+
},
|
|
5390
|
+
{
|
|
5391
|
+
"name": "animations",
|
|
5392
|
+
"type": "[string]"
|
|
5393
|
+
},
|
|
5394
|
+
{
|
|
5395
|
+
"name": "style",
|
|
5396
|
+
"type": "string"
|
|
5397
|
+
},
|
|
5398
|
+
{
|
|
5399
|
+
"name": "variant",
|
|
5400
|
+
"type": "string"
|
|
5401
|
+
},
|
|
5402
|
+
{
|
|
5403
|
+
"name": "dimension",
|
|
5404
|
+
"type": "string"
|
|
5405
|
+
},
|
|
5406
|
+
{
|
|
5407
|
+
"name": "aspect",
|
|
5408
|
+
"type": "string"
|
|
5409
|
+
},
|
|
5410
|
+
{
|
|
5411
|
+
"name": "name",
|
|
5412
|
+
"type": "string"
|
|
5413
|
+
},
|
|
5414
|
+
{
|
|
5415
|
+
"name": "thumbnailUrl",
|
|
5416
|
+
"type": "string"
|
|
5417
|
+
}
|
|
5418
|
+
],
|
|
5419
|
+
"type": "object"
|
|
5420
|
+
}
|
|
5421
|
+
],
|
|
5422
|
+
"Tile": [
|
|
5423
|
+
{
|
|
5424
|
+
"name": "id",
|
|
5425
|
+
"type": "string"
|
|
5426
|
+
},
|
|
5427
|
+
{
|
|
5428
|
+
"name": "x",
|
|
5429
|
+
"required": true,
|
|
5430
|
+
"type": "number"
|
|
5431
|
+
},
|
|
5432
|
+
{
|
|
5433
|
+
"name": "y",
|
|
5434
|
+
"required": true,
|
|
5435
|
+
"type": "number"
|
|
5436
|
+
},
|
|
5437
|
+
{
|
|
5438
|
+
"name": "terrain",
|
|
5439
|
+
"type": "string"
|
|
5440
|
+
},
|
|
5441
|
+
{
|
|
5442
|
+
"name": "passable",
|
|
5443
|
+
"type": "boolean"
|
|
5444
|
+
},
|
|
5445
|
+
{
|
|
5446
|
+
"name": "terrainSprite",
|
|
5447
|
+
"properties": [
|
|
5448
|
+
{
|
|
5449
|
+
"name": "url",
|
|
5450
|
+
"type": "asset"
|
|
5451
|
+
},
|
|
5452
|
+
{
|
|
5453
|
+
"name": "atlas",
|
|
5454
|
+
"type": "asset"
|
|
5455
|
+
},
|
|
5456
|
+
{
|
|
5457
|
+
"name": "sprite",
|
|
5458
|
+
"type": "string"
|
|
5459
|
+
},
|
|
5460
|
+
{
|
|
5461
|
+
"name": "role",
|
|
5462
|
+
"type": "string"
|
|
5463
|
+
},
|
|
5464
|
+
{
|
|
5465
|
+
"name": "category",
|
|
5466
|
+
"type": "string"
|
|
5467
|
+
},
|
|
5468
|
+
{
|
|
5469
|
+
"name": "animations",
|
|
5470
|
+
"type": "[string]"
|
|
5471
|
+
},
|
|
5472
|
+
{
|
|
5473
|
+
"name": "style",
|
|
5474
|
+
"type": "string"
|
|
5475
|
+
},
|
|
5476
|
+
{
|
|
5477
|
+
"name": "variant",
|
|
5478
|
+
"type": "string"
|
|
5479
|
+
},
|
|
5480
|
+
{
|
|
5481
|
+
"name": "dimension",
|
|
5482
|
+
"type": "string"
|
|
5483
|
+
},
|
|
5484
|
+
{
|
|
5485
|
+
"name": "aspect",
|
|
5486
|
+
"type": "string"
|
|
5487
|
+
},
|
|
5488
|
+
{
|
|
5489
|
+
"name": "name",
|
|
5490
|
+
"type": "string"
|
|
5491
|
+
},
|
|
5492
|
+
{
|
|
5493
|
+
"name": "thumbnailUrl",
|
|
5494
|
+
"type": "string"
|
|
5495
|
+
}
|
|
5496
|
+
],
|
|
5497
|
+
"type": "object"
|
|
5498
|
+
}
|
|
5499
|
+
],
|
|
5500
|
+
"Unit": [
|
|
5501
|
+
{
|
|
5502
|
+
"name": "id",
|
|
5503
|
+
"required": true,
|
|
5504
|
+
"type": "string"
|
|
5505
|
+
},
|
|
5506
|
+
{
|
|
5507
|
+
"name": "position",
|
|
5508
|
+
"properties": [
|
|
5509
|
+
{
|
|
5510
|
+
"name": "x",
|
|
5511
|
+
"required": true,
|
|
5512
|
+
"type": "number"
|
|
5513
|
+
},
|
|
5514
|
+
{
|
|
5515
|
+
"name": "y",
|
|
5516
|
+
"required": true,
|
|
5517
|
+
"type": "number"
|
|
5518
|
+
}
|
|
5519
|
+
],
|
|
5520
|
+
"type": "object"
|
|
5521
|
+
},
|
|
5522
|
+
{
|
|
5523
|
+
"name": "x",
|
|
5524
|
+
"type": "number"
|
|
5525
|
+
},
|
|
5526
|
+
{
|
|
5527
|
+
"name": "y",
|
|
5528
|
+
"type": "number"
|
|
5529
|
+
},
|
|
5530
|
+
{
|
|
5531
|
+
"name": "z",
|
|
5532
|
+
"type": "number"
|
|
5533
|
+
},
|
|
5534
|
+
{
|
|
5535
|
+
"name": "team",
|
|
5536
|
+
"type": "string"
|
|
5537
|
+
},
|
|
5538
|
+
{
|
|
5539
|
+
"name": "health",
|
|
5540
|
+
"type": "number"
|
|
5541
|
+
},
|
|
5542
|
+
{
|
|
5543
|
+
"name": "maxHealth",
|
|
5544
|
+
"type": "number"
|
|
5545
|
+
},
|
|
5546
|
+
{
|
|
5547
|
+
"name": "unitType",
|
|
5548
|
+
"type": "string"
|
|
5549
|
+
},
|
|
5550
|
+
{
|
|
5551
|
+
"name": "name",
|
|
5552
|
+
"type": "string"
|
|
5553
|
+
},
|
|
5554
|
+
{
|
|
5555
|
+
"name": "animation",
|
|
5556
|
+
"type": "string"
|
|
5557
|
+
},
|
|
5558
|
+
{
|
|
5559
|
+
"name": "frame",
|
|
5560
|
+
"type": "number"
|
|
5561
|
+
},
|
|
5562
|
+
{
|
|
5563
|
+
"name": "sprite",
|
|
5564
|
+
"properties": [
|
|
5565
|
+
{
|
|
5566
|
+
"name": "url",
|
|
5567
|
+
"type": "asset"
|
|
5568
|
+
},
|
|
5569
|
+
{
|
|
5570
|
+
"name": "atlas",
|
|
5571
|
+
"type": "asset"
|
|
5572
|
+
},
|
|
5573
|
+
{
|
|
5574
|
+
"name": "sprite",
|
|
5575
|
+
"type": "string"
|
|
5576
|
+
},
|
|
5577
|
+
{
|
|
5578
|
+
"name": "role",
|
|
5579
|
+
"type": "string"
|
|
5580
|
+
},
|
|
5581
|
+
{
|
|
5582
|
+
"name": "category",
|
|
5583
|
+
"type": "string"
|
|
5584
|
+
},
|
|
5585
|
+
{
|
|
5586
|
+
"name": "animations",
|
|
5587
|
+
"type": "[string]"
|
|
5588
|
+
},
|
|
5589
|
+
{
|
|
5590
|
+
"name": "style",
|
|
5591
|
+
"type": "string"
|
|
5592
|
+
},
|
|
5593
|
+
{
|
|
5594
|
+
"name": "variant",
|
|
5595
|
+
"type": "string"
|
|
5596
|
+
},
|
|
5597
|
+
{
|
|
5598
|
+
"name": "dimension",
|
|
5599
|
+
"type": "string"
|
|
5600
|
+
},
|
|
5601
|
+
{
|
|
5602
|
+
"name": "aspect",
|
|
5603
|
+
"type": "string"
|
|
5604
|
+
},
|
|
5605
|
+
{
|
|
5606
|
+
"name": "name",
|
|
5607
|
+
"type": "string"
|
|
5608
|
+
},
|
|
5609
|
+
{
|
|
5610
|
+
"name": "thumbnailUrl",
|
|
5611
|
+
"type": "string"
|
|
5612
|
+
}
|
|
5613
|
+
],
|
|
5614
|
+
"type": "object"
|
|
5615
|
+
}
|
|
5616
|
+
]
|
|
5617
|
+
},
|
|
4824
5618
|
"uses": [
|
|
4825
5619
|
{
|
|
4826
5620
|
"as": "Nav",
|