@almadar/std 7.4.7 → 7.4.8
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/registry/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -217,21 +217,21 @@
|
|
|
217
217
|
{
|
|
218
218
|
"appName": "RPG Game",
|
|
219
219
|
"showTopBar": true,
|
|
220
|
-
"type": "game-shell",
|
|
221
220
|
"children": [
|
|
222
221
|
{
|
|
223
|
-
"
|
|
224
|
-
"title": "Battle Arena",
|
|
222
|
+
"subtitle": "Turn-Based Strategy",
|
|
225
223
|
"menuItems": [
|
|
226
224
|
{
|
|
225
|
+
"label": "Start Battle",
|
|
227
226
|
"event": "START",
|
|
228
|
-
"variant": "primary"
|
|
229
|
-
"label": "Start Battle"
|
|
227
|
+
"variant": "primary"
|
|
230
228
|
}
|
|
231
229
|
],
|
|
232
|
-
"
|
|
230
|
+
"type": "game-menu",
|
|
231
|
+
"title": "Battle Arena"
|
|
233
232
|
}
|
|
234
|
-
]
|
|
233
|
+
],
|
|
234
|
+
"type": "game-shell"
|
|
235
235
|
}
|
|
236
236
|
]
|
|
237
237
|
]
|
|
@@ -245,24 +245,24 @@
|
|
|
245
245
|
"render-ui",
|
|
246
246
|
"main",
|
|
247
247
|
{
|
|
248
|
+
"type": "game-shell",
|
|
249
|
+
"showTopBar": true,
|
|
248
250
|
"children": [
|
|
249
251
|
{
|
|
250
|
-
"type": "game-hud",
|
|
251
252
|
"stats": [
|
|
252
253
|
{
|
|
253
254
|
"label": "Turn",
|
|
254
255
|
"value": "@entity.turn"
|
|
255
256
|
},
|
|
256
257
|
{
|
|
257
|
-
"
|
|
258
|
-
"
|
|
258
|
+
"label": "Score",
|
|
259
|
+
"value": "@entity.score"
|
|
259
260
|
}
|
|
260
|
-
]
|
|
261
|
+
],
|
|
262
|
+
"type": "game-hud"
|
|
261
263
|
}
|
|
262
264
|
],
|
|
263
|
-
"appName": "RPG Game"
|
|
264
|
-
"showTopBar": true,
|
|
265
|
-
"type": "game-shell"
|
|
265
|
+
"appName": "RPG Game"
|
|
266
266
|
}
|
|
267
267
|
]
|
|
268
268
|
]
|
|
@@ -290,23 +290,23 @@
|
|
|
290
290
|
"render-ui",
|
|
291
291
|
"main",
|
|
292
292
|
{
|
|
293
|
+
"showTopBar": true,
|
|
293
294
|
"children": [
|
|
294
295
|
{
|
|
296
|
+
"type": "game-hud",
|
|
295
297
|
"stats": [
|
|
296
298
|
{
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
+
"value": "@entity.turn",
|
|
300
|
+
"label": "Turn"
|
|
299
301
|
},
|
|
300
302
|
{
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
+
"value": "@entity.score",
|
|
304
|
+
"label": "Score"
|
|
303
305
|
}
|
|
304
|
-
]
|
|
305
|
-
"type": "game-hud"
|
|
306
|
+
]
|
|
306
307
|
}
|
|
307
308
|
],
|
|
308
309
|
"type": "game-shell",
|
|
309
|
-
"showTopBar": true,
|
|
310
310
|
"appName": "RPG Game"
|
|
311
311
|
}
|
|
312
312
|
]
|
|
@@ -323,8 +323,8 @@
|
|
|
323
323
|
{
|
|
324
324
|
"menuItems": [
|
|
325
325
|
{
|
|
326
|
-
"label": "Resume",
|
|
327
326
|
"event": "RESUME",
|
|
327
|
+
"label": "Resume",
|
|
328
328
|
"variant": "primary"
|
|
329
329
|
},
|
|
330
330
|
{
|
|
@@ -348,28 +348,27 @@
|
|
|
348
348
|
"render-ui",
|
|
349
349
|
"main",
|
|
350
350
|
{
|
|
351
|
-
"
|
|
352
|
-
"showTopBar": true,
|
|
351
|
+
"type": "game-shell",
|
|
353
352
|
"children": [
|
|
354
353
|
{
|
|
355
|
-
"type": "game-over-screen",
|
|
356
354
|
"title": "Battle Over",
|
|
355
|
+
"type": "game-over-screen",
|
|
357
356
|
"menuItems": [
|
|
358
357
|
{
|
|
359
358
|
"label": "Play Again",
|
|
360
|
-
"
|
|
361
|
-
"
|
|
359
|
+
"variant": "primary",
|
|
360
|
+
"event": "RESTART"
|
|
362
361
|
},
|
|
363
362
|
{
|
|
363
|
+
"variant": "secondary",
|
|
364
364
|
"label": "Main Menu",
|
|
365
|
-
"event": "RESTART"
|
|
366
|
-
"variant": "secondary"
|
|
365
|
+
"event": "RESTART"
|
|
367
366
|
}
|
|
368
367
|
],
|
|
369
368
|
"stats": [
|
|
370
369
|
{
|
|
371
|
-
"
|
|
372
|
-
"
|
|
370
|
+
"label": "Turns",
|
|
371
|
+
"value": "@entity.turn"
|
|
373
372
|
},
|
|
374
373
|
{
|
|
375
374
|
"label": "Score",
|
|
@@ -378,7 +377,8 @@
|
|
|
378
377
|
]
|
|
379
378
|
}
|
|
380
379
|
],
|
|
381
|
-
"
|
|
380
|
+
"appName": "RPG Game",
|
|
381
|
+
"showTopBar": true
|
|
382
382
|
}
|
|
383
383
|
]
|
|
384
384
|
]
|
|
@@ -402,10 +402,9 @@
|
|
|
402
402
|
"render-ui",
|
|
403
403
|
"main",
|
|
404
404
|
{
|
|
405
|
-
"showTopBar": true,
|
|
406
|
-
"appName": "RPG Game",
|
|
407
405
|
"children": [
|
|
408
406
|
{
|
|
407
|
+
"type": "game-hud",
|
|
409
408
|
"stats": [
|
|
410
409
|
{
|
|
411
410
|
"label": "Turn",
|
|
@@ -415,11 +414,12 @@
|
|
|
415
414
|
"label": "Score",
|
|
416
415
|
"value": "@entity.score"
|
|
417
416
|
}
|
|
418
|
-
]
|
|
419
|
-
"type": "game-hud"
|
|
417
|
+
]
|
|
420
418
|
}
|
|
421
419
|
],
|
|
422
|
-
"
|
|
420
|
+
"showTopBar": true,
|
|
421
|
+
"type": "game-shell",
|
|
422
|
+
"appName": "RPG Game"
|
|
423
423
|
}
|
|
424
424
|
]
|
|
425
425
|
]
|
|
@@ -438,6 +438,7 @@
|
|
|
438
438
|
"render-ui",
|
|
439
439
|
"main",
|
|
440
440
|
{
|
|
441
|
+
"appName": "RPG Game",
|
|
441
442
|
"children": [
|
|
442
443
|
{
|
|
443
444
|
"stats": [
|
|
@@ -454,7 +455,6 @@
|
|
|
454
455
|
}
|
|
455
456
|
],
|
|
456
457
|
"type": "game-shell",
|
|
457
|
-
"appName": "RPG Game",
|
|
458
458
|
"showTopBar": true
|
|
459
459
|
}
|
|
460
460
|
]
|
|
@@ -474,23 +474,23 @@
|
|
|
474
474
|
"render-ui",
|
|
475
475
|
"main",
|
|
476
476
|
{
|
|
477
|
+
"showTopBar": true,
|
|
478
|
+
"appName": "RPG Game",
|
|
479
|
+
"type": "game-shell",
|
|
477
480
|
"children": [
|
|
478
481
|
{
|
|
479
482
|
"subtitle": "Turn-Based Strategy",
|
|
480
483
|
"type": "game-menu",
|
|
481
484
|
"menuItems": [
|
|
482
485
|
{
|
|
483
|
-
"
|
|
486
|
+
"event": "START",
|
|
484
487
|
"label": "Start Battle",
|
|
485
|
-
"
|
|
488
|
+
"variant": "primary"
|
|
486
489
|
}
|
|
487
490
|
],
|
|
488
491
|
"title": "Battle Arena"
|
|
489
492
|
}
|
|
490
|
-
]
|
|
491
|
-
"appName": "RPG Game",
|
|
492
|
-
"type": "game-shell",
|
|
493
|
-
"showTopBar": true
|
|
493
|
+
]
|
|
494
494
|
}
|
|
495
495
|
]
|
|
496
496
|
]
|
|
@@ -507,6 +507,8 @@
|
|
|
507
507
|
"type": "game-shell",
|
|
508
508
|
"children": [
|
|
509
509
|
{
|
|
510
|
+
"type": "game-menu",
|
|
511
|
+
"title": "Battle Arena",
|
|
510
512
|
"menuItems": [
|
|
511
513
|
{
|
|
512
514
|
"variant": "primary",
|
|
@@ -514,13 +516,11 @@
|
|
|
514
516
|
"event": "START"
|
|
515
517
|
}
|
|
516
518
|
],
|
|
517
|
-
"
|
|
518
|
-
"subtitle": "Turn-Based Strategy",
|
|
519
|
-
"type": "game-menu"
|
|
519
|
+
"subtitle": "Turn-Based Strategy"
|
|
520
520
|
}
|
|
521
521
|
],
|
|
522
|
-
"
|
|
523
|
-
"
|
|
522
|
+
"showTopBar": true,
|
|
523
|
+
"appName": "RPG Game"
|
|
524
524
|
}
|
|
525
525
|
]
|
|
526
526
|
]
|
|
@@ -650,8 +650,8 @@
|
|
|
650
650
|
"BattleState",
|
|
651
651
|
{
|
|
652
652
|
"emit": {
|
|
653
|
-
"
|
|
654
|
-
"
|
|
653
|
+
"success": "BattleStateLoaded",
|
|
654
|
+
"failure": "BattleStateLoadFailed"
|
|
655
655
|
}
|
|
656
656
|
}
|
|
657
657
|
]
|
|
@@ -666,19 +666,19 @@
|
|
|
666
666
|
"render-ui",
|
|
667
667
|
"main",
|
|
668
668
|
{
|
|
669
|
-
"
|
|
669
|
+
"appName": "RPG Game",
|
|
670
670
|
"children": [
|
|
671
671
|
{
|
|
672
|
-
"showTimestamps": true,
|
|
673
|
-
"events": "@BattleState",
|
|
674
672
|
"title": "Combat Log",
|
|
675
|
-
"type": "combat-log",
|
|
676
673
|
"maxVisible": 10.0,
|
|
674
|
+
"type": "combat-log",
|
|
675
|
+
"events": "@BattleState",
|
|
676
|
+
"showTimestamps": true,
|
|
677
677
|
"autoScroll": true
|
|
678
678
|
}
|
|
679
679
|
],
|
|
680
|
-
"
|
|
681
|
-
"
|
|
680
|
+
"showTopBar": true,
|
|
681
|
+
"type": "game-shell"
|
|
682
682
|
}
|
|
683
683
|
]
|
|
684
684
|
]
|
|
@@ -693,18 +693,18 @@
|
|
|
693
693
|
"main",
|
|
694
694
|
{
|
|
695
695
|
"showTopBar": true,
|
|
696
|
-
"type": "game-shell",
|
|
697
696
|
"children": [
|
|
698
697
|
{
|
|
699
|
-
"type": "combat-log",
|
|
700
698
|
"events": "@BattleState",
|
|
701
|
-
"autoScroll": true,
|
|
702
699
|
"title": "Combat Log",
|
|
703
700
|
"maxVisible": 10.0,
|
|
704
|
-
"showTimestamps": true
|
|
701
|
+
"showTimestamps": true,
|
|
702
|
+
"type": "combat-log",
|
|
703
|
+
"autoScroll": true
|
|
705
704
|
}
|
|
706
705
|
],
|
|
707
|
-
"appName": "RPG Game"
|
|
706
|
+
"appName": "RPG Game",
|
|
707
|
+
"type": "game-shell"
|
|
708
708
|
}
|
|
709
709
|
]
|
|
710
710
|
]
|
|
@@ -923,39 +923,38 @@
|
|
|
923
923
|
"render-ui",
|
|
924
924
|
"main",
|
|
925
925
|
{
|
|
926
|
-
"appName": "RPG Game",
|
|
927
926
|
"children": [
|
|
928
927
|
{
|
|
929
|
-
"direction": "vertical",
|
|
930
|
-
"gap": "lg",
|
|
931
928
|
"type": "stack",
|
|
929
|
+
"gap": "lg",
|
|
930
|
+
"direction": "vertical",
|
|
932
931
|
"children": [
|
|
933
932
|
{
|
|
934
|
-
"type": "stack",
|
|
935
933
|
"direction": "horizontal",
|
|
934
|
+
"type": "stack",
|
|
936
935
|
"justify": "between",
|
|
937
936
|
"children": [
|
|
938
937
|
{
|
|
938
|
+
"direction": "horizontal",
|
|
939
939
|
"type": "stack",
|
|
940
|
+
"gap": "md",
|
|
940
941
|
"children": [
|
|
941
942
|
{
|
|
942
943
|
"name": "map",
|
|
943
944
|
"type": "icon"
|
|
944
945
|
},
|
|
945
946
|
{
|
|
946
|
-
"
|
|
947
|
+
"variant": "h2",
|
|
947
948
|
"type": "typography",
|
|
948
|
-
"
|
|
949
|
+
"content": "World Map"
|
|
949
950
|
}
|
|
950
|
-
]
|
|
951
|
-
"gap": "md",
|
|
952
|
-
"direction": "horizontal"
|
|
951
|
+
]
|
|
953
952
|
},
|
|
954
953
|
{
|
|
955
|
-
"
|
|
956
|
-
"label": "Exploring",
|
|
954
|
+
"type": "status-dot",
|
|
957
955
|
"pulse": false,
|
|
958
|
-
"
|
|
956
|
+
"status": "online",
|
|
957
|
+
"label": "Exploring"
|
|
959
958
|
}
|
|
960
959
|
],
|
|
961
960
|
"gap": "md"
|
|
@@ -971,65 +970,66 @@
|
|
|
971
970
|
},
|
|
972
971
|
{
|
|
973
972
|
"type": "data-grid",
|
|
974
|
-
"entity": "WorldZone",
|
|
975
|
-
"itemActions": [
|
|
976
|
-
{
|
|
977
|
-
"event": "TRAVEL",
|
|
978
|
-
"label": "Travel"
|
|
979
|
-
}
|
|
980
|
-
],
|
|
981
|
-
"fields": [],
|
|
982
973
|
"renderItem": [
|
|
983
974
|
"fn",
|
|
984
975
|
"item",
|
|
985
976
|
{
|
|
986
|
-
"type": "stack",
|
|
987
977
|
"direction": "vertical",
|
|
988
978
|
"gap": "sm",
|
|
989
979
|
"children": [
|
|
990
980
|
{
|
|
991
|
-
"justify": "between",
|
|
992
|
-
"direction": "horizontal",
|
|
993
981
|
"type": "stack",
|
|
982
|
+
"direction": "horizontal",
|
|
994
983
|
"align": "center",
|
|
995
984
|
"children": [
|
|
996
985
|
{
|
|
986
|
+
"type": "stack",
|
|
997
987
|
"children": [
|
|
998
988
|
{
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
989
|
+
"name": "map-pin",
|
|
990
|
+
"type": "icon"
|
|
1001
991
|
},
|
|
1002
992
|
{
|
|
1003
|
-
"
|
|
993
|
+
"type": "typography",
|
|
1004
994
|
"content": "@item.name",
|
|
1005
|
-
"
|
|
995
|
+
"variant": "h4"
|
|
1006
996
|
}
|
|
1007
997
|
],
|
|
998
|
+
"align": "center",
|
|
1008
999
|
"gap": "sm",
|
|
1009
|
-
"direction": "horizontal"
|
|
1010
|
-
"type": "stack",
|
|
1011
|
-
"align": "center"
|
|
1000
|
+
"direction": "horizontal"
|
|
1012
1001
|
},
|
|
1013
1002
|
{
|
|
1014
1003
|
"type": "badge",
|
|
1015
1004
|
"label": "@item.description"
|
|
1016
1005
|
}
|
|
1017
|
-
]
|
|
1006
|
+
],
|
|
1007
|
+
"justify": "between"
|
|
1018
1008
|
},
|
|
1019
1009
|
{
|
|
1020
1010
|
"content": "@item.level",
|
|
1021
1011
|
"type": "typography",
|
|
1022
1012
|
"variant": "caption"
|
|
1023
1013
|
}
|
|
1024
|
-
]
|
|
1014
|
+
],
|
|
1015
|
+
"type": "stack"
|
|
1025
1016
|
}
|
|
1026
|
-
]
|
|
1017
|
+
],
|
|
1018
|
+
"fields": [],
|
|
1019
|
+
"itemActions": [
|
|
1020
|
+
{
|
|
1021
|
+
"label": "Travel",
|
|
1022
|
+
"event": "TRAVEL"
|
|
1023
|
+
}
|
|
1024
|
+
],
|
|
1025
|
+
"entity": "WorldZone"
|
|
1027
1026
|
}
|
|
1028
1027
|
]
|
|
1029
1028
|
}
|
|
1030
1029
|
],
|
|
1031
|
-
"
|
|
1032
|
-
"
|
|
1030
|
+
"showTopBar": true,
|
|
1031
|
+
"appName": "RPG Game",
|
|
1032
|
+
"type": "game-shell"
|
|
1033
1033
|
}
|
|
1034
1034
|
]
|
|
1035
1035
|
]
|
|
@@ -1046,40 +1046,40 @@
|
|
|
1046
1046
|
"appName": "RPG Game",
|
|
1047
1047
|
"children": [
|
|
1048
1048
|
{
|
|
1049
|
-
"direction": "vertical",
|
|
1050
1049
|
"gap": "lg",
|
|
1051
1050
|
"align": "center",
|
|
1051
|
+
"type": "stack",
|
|
1052
|
+
"direction": "vertical",
|
|
1052
1053
|
"children": [
|
|
1053
1054
|
{
|
|
1054
1055
|
"gap": "md",
|
|
1056
|
+
"direction": "horizontal",
|
|
1057
|
+
"type": "stack",
|
|
1055
1058
|
"children": [
|
|
1056
1059
|
{
|
|
1057
1060
|
"type": "icon",
|
|
1058
1061
|
"name": "loader"
|
|
1059
1062
|
},
|
|
1060
1063
|
{
|
|
1061
|
-
"type": "typography",
|
|
1062
1064
|
"content": "Traveling...",
|
|
1063
|
-
"variant": "h2"
|
|
1065
|
+
"variant": "h2",
|
|
1066
|
+
"type": "typography"
|
|
1064
1067
|
}
|
|
1065
|
-
]
|
|
1066
|
-
"type": "stack",
|
|
1067
|
-
"direction": "horizontal"
|
|
1068
|
+
]
|
|
1068
1069
|
},
|
|
1069
1070
|
{
|
|
1070
1071
|
"type": "divider"
|
|
1071
1072
|
},
|
|
1072
1073
|
{
|
|
1074
|
+
"variant": "body",
|
|
1073
1075
|
"type": "typography",
|
|
1074
|
-
"content": "Traveling to the destination worldzones map."
|
|
1075
|
-
"variant": "body"
|
|
1076
|
+
"content": "Traveling to the destination worldzones map."
|
|
1076
1077
|
}
|
|
1077
|
-
]
|
|
1078
|
-
"type": "stack"
|
|
1078
|
+
]
|
|
1079
1079
|
}
|
|
1080
1080
|
],
|
|
1081
|
-
"
|
|
1082
|
-
"
|
|
1081
|
+
"type": "game-shell",
|
|
1082
|
+
"showTopBar": true
|
|
1083
1083
|
}
|
|
1084
1084
|
]
|
|
1085
1085
|
]
|
|
@@ -1103,59 +1103,56 @@
|
|
|
1103
1103
|
"render-ui",
|
|
1104
1104
|
"main",
|
|
1105
1105
|
{
|
|
1106
|
+
"type": "game-shell",
|
|
1106
1107
|
"showTopBar": true,
|
|
1107
1108
|
"children": [
|
|
1108
1109
|
{
|
|
1109
|
-
"direction": "vertical",
|
|
1110
|
-
"type": "stack",
|
|
1111
1110
|
"children": [
|
|
1112
1111
|
{
|
|
1113
1112
|
"gap": "md",
|
|
1114
|
-
"type": "stack",
|
|
1115
1113
|
"direction": "horizontal",
|
|
1116
|
-
"justify": "between",
|
|
1117
1114
|
"children": [
|
|
1118
1115
|
{
|
|
1119
|
-
"type": "stack",
|
|
1120
|
-
"direction": "horizontal",
|
|
1121
|
-
"gap": "md",
|
|
1122
1116
|
"children": [
|
|
1123
1117
|
{
|
|
1124
|
-
"
|
|
1125
|
-
"
|
|
1118
|
+
"name": "map",
|
|
1119
|
+
"type": "icon"
|
|
1126
1120
|
},
|
|
1127
1121
|
{
|
|
1128
1122
|
"content": "WorldZones Map",
|
|
1129
1123
|
"type": "typography",
|
|
1130
1124
|
"variant": "h2"
|
|
1131
1125
|
}
|
|
1132
|
-
]
|
|
1126
|
+
],
|
|
1127
|
+
"type": "stack",
|
|
1128
|
+
"direction": "horizontal",
|
|
1129
|
+
"gap": "md"
|
|
1133
1130
|
},
|
|
1134
1131
|
{
|
|
1132
|
+
"status": "online",
|
|
1135
1133
|
"type": "status-dot",
|
|
1136
|
-
"label": "Entered"
|
|
1137
|
-
"status": "online"
|
|
1134
|
+
"label": "Entered"
|
|
1138
1135
|
}
|
|
1139
|
-
]
|
|
1136
|
+
],
|
|
1137
|
+
"type": "stack",
|
|
1138
|
+
"justify": "between"
|
|
1140
1139
|
},
|
|
1141
1140
|
{
|
|
1142
1141
|
"type": "divider"
|
|
1143
1142
|
},
|
|
1144
1143
|
{
|
|
1145
|
-
"entity": "WorldZone",
|
|
1146
1144
|
"renderItem": [
|
|
1147
1145
|
"fn",
|
|
1148
1146
|
"item",
|
|
1149
1147
|
{
|
|
1150
1148
|
"type": "stack",
|
|
1151
|
-
"gap": "sm",
|
|
1152
1149
|
"direction": "vertical",
|
|
1150
|
+
"gap": "sm",
|
|
1153
1151
|
"children": [
|
|
1154
1152
|
{
|
|
1155
|
-
"direction": "horizontal",
|
|
1156
1153
|
"children": [
|
|
1157
1154
|
{
|
|
1158
|
-
"
|
|
1155
|
+
"type": "stack",
|
|
1159
1156
|
"children": [
|
|
1160
1157
|
{
|
|
1161
1158
|
"type": "icon",
|
|
@@ -1167,18 +1164,19 @@
|
|
|
1167
1164
|
"variant": "h4"
|
|
1168
1165
|
}
|
|
1169
1166
|
],
|
|
1170
|
-
"type": "stack",
|
|
1171
1167
|
"align": "center",
|
|
1172
|
-
"direction": "horizontal"
|
|
1168
|
+
"direction": "horizontal",
|
|
1169
|
+
"gap": "sm"
|
|
1173
1170
|
},
|
|
1174
1171
|
{
|
|
1175
1172
|
"label": "@item.description",
|
|
1176
1173
|
"type": "badge"
|
|
1177
1174
|
}
|
|
1178
1175
|
],
|
|
1179
|
-
"
|
|
1176
|
+
"direction": "horizontal",
|
|
1180
1177
|
"justify": "between",
|
|
1181
|
-
"type": "stack"
|
|
1178
|
+
"type": "stack",
|
|
1179
|
+
"align": "center"
|
|
1182
1180
|
},
|
|
1183
1181
|
{
|
|
1184
1182
|
"variant": "caption",
|
|
@@ -1188,32 +1186,34 @@
|
|
|
1188
1186
|
]
|
|
1189
1187
|
}
|
|
1190
1188
|
],
|
|
1191
|
-
"
|
|
1192
|
-
"fields": []
|
|
1189
|
+
"entity": "WorldZone",
|
|
1190
|
+
"fields": [],
|
|
1191
|
+
"type": "data-grid"
|
|
1193
1192
|
},
|
|
1194
1193
|
{
|
|
1195
1194
|
"type": "divider"
|
|
1196
1195
|
},
|
|
1197
1196
|
{
|
|
1197
|
+
"gap": "sm",
|
|
1198
|
+
"type": "stack",
|
|
1199
|
+
"direction": "horizontal",
|
|
1198
1200
|
"children": [
|
|
1199
1201
|
{
|
|
1200
1202
|
"type": "button",
|
|
1203
|
+
"label": "Back to Map",
|
|
1201
1204
|
"variant": "ghost",
|
|
1202
|
-
"action": "BACK",
|
|
1203
1205
|
"icon": "arrow-left",
|
|
1204
|
-
"
|
|
1206
|
+
"action": "BACK"
|
|
1205
1207
|
}
|
|
1206
1208
|
],
|
|
1207
|
-
"type": "stack",
|
|
1208
|
-
"gap": "sm",
|
|
1209
|
-
"direction": "horizontal",
|
|
1210
1209
|
"justify": "end"
|
|
1211
1210
|
}
|
|
1212
1211
|
],
|
|
1212
|
+
"direction": "vertical",
|
|
1213
|
+
"type": "stack",
|
|
1213
1214
|
"gap": "lg"
|
|
1214
1215
|
}
|
|
1215
1216
|
],
|
|
1216
|
-
"type": "game-shell",
|
|
1217
1217
|
"appName": "RPG Game"
|
|
1218
1218
|
}
|
|
1219
1219
|
]
|
|
@@ -1238,22 +1238,18 @@
|
|
|
1238
1238
|
"render-ui",
|
|
1239
1239
|
"main",
|
|
1240
1240
|
{
|
|
1241
|
-
"type": "game-shell",
|
|
1242
1241
|
"appName": "RPG Game",
|
|
1243
|
-
"
|
|
1242
|
+
"type": "game-shell",
|
|
1244
1243
|
"children": [
|
|
1245
1244
|
{
|
|
1246
1245
|
"children": [
|
|
1247
1246
|
{
|
|
1248
|
-
"gap": "md",
|
|
1249
1247
|
"direction": "horizontal",
|
|
1250
|
-
"
|
|
1248
|
+
"gap": "md",
|
|
1251
1249
|
"justify": "between",
|
|
1250
|
+
"type": "stack",
|
|
1252
1251
|
"children": [
|
|
1253
1252
|
{
|
|
1254
|
-
"direction": "horizontal",
|
|
1255
|
-
"type": "stack",
|
|
1256
|
-
"gap": "md",
|
|
1257
1253
|
"children": [
|
|
1258
1254
|
{
|
|
1259
1255
|
"type": "icon",
|
|
@@ -1261,16 +1257,19 @@
|
|
|
1261
1257
|
},
|
|
1262
1258
|
{
|
|
1263
1259
|
"content": "World Map",
|
|
1264
|
-
"
|
|
1265
|
-
"
|
|
1260
|
+
"type": "typography",
|
|
1261
|
+
"variant": "h2"
|
|
1266
1262
|
}
|
|
1267
|
-
]
|
|
1263
|
+
],
|
|
1264
|
+
"gap": "md",
|
|
1265
|
+
"direction": "horizontal",
|
|
1266
|
+
"type": "stack"
|
|
1268
1267
|
},
|
|
1269
1268
|
{
|
|
1270
1269
|
"type": "status-dot",
|
|
1271
|
-
"
|
|
1270
|
+
"pulse": false,
|
|
1272
1271
|
"label": "Exploring",
|
|
1273
|
-
"
|
|
1272
|
+
"status": "online"
|
|
1274
1273
|
}
|
|
1275
1274
|
]
|
|
1276
1275
|
},
|
|
@@ -1278,54 +1277,46 @@
|
|
|
1278
1277
|
"type": "divider"
|
|
1279
1278
|
},
|
|
1280
1279
|
{
|
|
1281
|
-
"zoom": 10.0,
|
|
1282
|
-
"height": "200px",
|
|
1283
1280
|
"type": "map-view",
|
|
1284
|
-
"
|
|
1281
|
+
"zoom": 10.0,
|
|
1282
|
+
"markers": [],
|
|
1283
|
+
"height": "200px"
|
|
1285
1284
|
},
|
|
1286
1285
|
{
|
|
1287
|
-
"itemActions": [
|
|
1288
|
-
{
|
|
1289
|
-
"event": "TRAVEL",
|
|
1290
|
-
"label": "Travel"
|
|
1291
|
-
}
|
|
1292
|
-
],
|
|
1293
|
-
"fields": [],
|
|
1294
1286
|
"renderItem": [
|
|
1295
1287
|
"fn",
|
|
1296
1288
|
"item",
|
|
1297
1289
|
{
|
|
1298
|
-
"
|
|
1299
|
-
"type": "stack",
|
|
1290
|
+
"gap": "sm",
|
|
1300
1291
|
"children": [
|
|
1301
1292
|
{
|
|
1293
|
+
"type": "stack",
|
|
1294
|
+
"direction": "horizontal",
|
|
1295
|
+
"align": "center",
|
|
1302
1296
|
"children": [
|
|
1303
1297
|
{
|
|
1298
|
+
"align": "center",
|
|
1299
|
+
"gap": "sm",
|
|
1304
1300
|
"children": [
|
|
1305
1301
|
{
|
|
1306
1302
|
"name": "map-pin",
|
|
1307
1303
|
"type": "icon"
|
|
1308
1304
|
},
|
|
1309
1305
|
{
|
|
1310
|
-
"content": "@item.name",
|
|
1311
1306
|
"type": "typography",
|
|
1312
|
-
"variant": "h4"
|
|
1307
|
+
"variant": "h4",
|
|
1308
|
+
"content": "@item.name"
|
|
1313
1309
|
}
|
|
1314
1310
|
],
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1317
|
-
"gap": "sm",
|
|
1318
|
-
"type": "stack"
|
|
1311
|
+
"type": "stack",
|
|
1312
|
+
"direction": "horizontal"
|
|
1319
1313
|
},
|
|
1320
1314
|
{
|
|
1321
|
-
"
|
|
1322
|
-
"
|
|
1315
|
+
"label": "@item.description",
|
|
1316
|
+
"type": "badge"
|
|
1323
1317
|
}
|
|
1324
1318
|
],
|
|
1325
|
-
"
|
|
1326
|
-
"justify": "between",
|
|
1327
|
-
"align": "center",
|
|
1328
|
-
"type": "stack"
|
|
1319
|
+
"justify": "between"
|
|
1329
1320
|
},
|
|
1330
1321
|
{
|
|
1331
1322
|
"content": "@item.level",
|
|
@@ -1333,18 +1324,27 @@
|
|
|
1333
1324
|
"variant": "caption"
|
|
1334
1325
|
}
|
|
1335
1326
|
],
|
|
1336
|
-
"
|
|
1327
|
+
"direction": "vertical",
|
|
1328
|
+
"type": "stack"
|
|
1337
1329
|
}
|
|
1338
1330
|
],
|
|
1339
1331
|
"type": "data-grid",
|
|
1340
|
-
"entity": "WorldZone"
|
|
1332
|
+
"entity": "WorldZone",
|
|
1333
|
+
"fields": [],
|
|
1334
|
+
"itemActions": [
|
|
1335
|
+
{
|
|
1336
|
+
"event": "TRAVEL",
|
|
1337
|
+
"label": "Travel"
|
|
1338
|
+
}
|
|
1339
|
+
]
|
|
1341
1340
|
}
|
|
1342
1341
|
],
|
|
1342
|
+
"direction": "vertical",
|
|
1343
1343
|
"gap": "lg",
|
|
1344
|
-
"type": "stack"
|
|
1345
|
-
"direction": "vertical"
|
|
1344
|
+
"type": "stack"
|
|
1346
1345
|
}
|
|
1347
|
-
]
|
|
1346
|
+
],
|
|
1347
|
+
"showTopBar": true
|
|
1348
1348
|
}
|
|
1349
1349
|
]
|
|
1350
1350
|
]
|
|
@@ -1557,85 +1557,92 @@
|
|
|
1557
1557
|
"render-ui",
|
|
1558
1558
|
"main",
|
|
1559
1559
|
{
|
|
1560
|
-
"appName": "RPG Game",
|
|
1561
|
-
"showTopBar": true,
|
|
1562
|
-
"type": "game-shell",
|
|
1563
1560
|
"children": [
|
|
1564
1561
|
{
|
|
1565
|
-
"gap": "lg",
|
|
1566
|
-
"direction": "vertical",
|
|
1567
|
-
"type": "stack",
|
|
1568
1562
|
"className": "max-w-5xl mx-auto w-full",
|
|
1569
1563
|
"children": [
|
|
1570
1564
|
{
|
|
1571
1565
|
"align": "center",
|
|
1572
|
-
"gap": "md",
|
|
1573
|
-
"direction": "horizontal",
|
|
1574
1566
|
"children": [
|
|
1575
1567
|
{
|
|
1576
|
-
"
|
|
1568
|
+
"align": "center",
|
|
1577
1569
|
"children": [
|
|
1578
1570
|
{
|
|
1579
1571
|
"name": "briefcase",
|
|
1580
1572
|
"type": "icon"
|
|
1581
1573
|
},
|
|
1582
1574
|
{
|
|
1583
|
-
"type": "typography",
|
|
1584
1575
|
"content": "Inventory",
|
|
1585
|
-
"variant": "h2"
|
|
1576
|
+
"variant": "h2",
|
|
1577
|
+
"type": "typography"
|
|
1586
1578
|
}
|
|
1587
1579
|
],
|
|
1588
|
-
"gap": "sm",
|
|
1589
1580
|
"type": "stack",
|
|
1590
|
-
"
|
|
1581
|
+
"direction": "horizontal",
|
|
1582
|
+
"gap": "sm"
|
|
1591
1583
|
},
|
|
1592
1584
|
{
|
|
1593
|
-
"direction": "horizontal",
|
|
1594
|
-
"gap": "sm",
|
|
1595
|
-
"type": "stack",
|
|
1596
1585
|
"children": [
|
|
1597
1586
|
{
|
|
1587
|
+
"variant": "primary",
|
|
1588
|
+
"label": "Add RpgItem",
|
|
1598
1589
|
"action": "ADD_ITEM",
|
|
1599
1590
|
"type": "button",
|
|
1600
|
-
"label": "Add RpgItem",
|
|
1601
|
-
"variant": "primary",
|
|
1602
1591
|
"icon": "plus"
|
|
1603
1592
|
}
|
|
1604
|
-
]
|
|
1593
|
+
],
|
|
1594
|
+
"gap": "sm",
|
|
1595
|
+
"direction": "horizontal",
|
|
1596
|
+
"type": "stack"
|
|
1605
1597
|
}
|
|
1606
1598
|
],
|
|
1599
|
+
"direction": "horizontal",
|
|
1607
1600
|
"type": "stack",
|
|
1601
|
+
"gap": "md",
|
|
1608
1602
|
"justify": "between"
|
|
1609
1603
|
},
|
|
1610
1604
|
{
|
|
1611
1605
|
"type": "divider"
|
|
1612
1606
|
},
|
|
1613
1607
|
{
|
|
1608
|
+
"itemActions": [
|
|
1609
|
+
{
|
|
1610
|
+
"variant": "ghost",
|
|
1611
|
+
"label": "Use",
|
|
1612
|
+
"event": "USE_ITEM"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"event": "DROP",
|
|
1616
|
+
"label": "Drop",
|
|
1617
|
+
"variant": "danger"
|
|
1618
|
+
}
|
|
1619
|
+
],
|
|
1620
|
+
"type": "data-grid",
|
|
1614
1621
|
"columns": [
|
|
1615
1622
|
{
|
|
1616
1623
|
"name": "name",
|
|
1617
|
-
"label": "Name",
|
|
1618
1624
|
"icon": "briefcase",
|
|
1625
|
+
"label": "Name",
|
|
1619
1626
|
"variant": "h4"
|
|
1620
1627
|
},
|
|
1621
1628
|
{
|
|
1622
1629
|
"name": "type",
|
|
1630
|
+
"variant": "badge",
|
|
1631
|
+
"label": "Type",
|
|
1623
1632
|
"colorMap": {
|
|
1624
|
-
"
|
|
1625
|
-
"
|
|
1626
|
-
"draft": "warning",
|
|
1633
|
+
"active": "success",
|
|
1634
|
+
"scheduled": "warning",
|
|
1627
1635
|
"done": "success",
|
|
1628
1636
|
"inactive": "neutral",
|
|
1629
1637
|
"disabled": "neutral",
|
|
1630
|
-
"
|
|
1631
|
-
"
|
|
1638
|
+
"draft": "warning",
|
|
1639
|
+
"completed": "success",
|
|
1632
1640
|
"error": "destructive",
|
|
1633
1641
|
"failed": "destructive",
|
|
1634
|
-
"
|
|
1642
|
+
"archived": "neutral",
|
|
1643
|
+
"pending": "warning",
|
|
1635
1644
|
"cancelled": "destructive"
|
|
1636
|
-
}
|
|
1637
|
-
"variant": "badge",
|
|
1638
|
-
"label": "Type"
|
|
1645
|
+
}
|
|
1639
1646
|
},
|
|
1640
1647
|
{
|
|
1641
1648
|
"variant": "caption",
|
|
@@ -1644,24 +1651,17 @@
|
|
|
1644
1651
|
}
|
|
1645
1652
|
],
|
|
1646
1653
|
"entity": "RpgItem",
|
|
1647
|
-
"
|
|
1648
|
-
{
|
|
1649
|
-
"event": "USE_ITEM",
|
|
1650
|
-
"label": "Use",
|
|
1651
|
-
"variant": "ghost"
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"label": "Drop",
|
|
1655
|
-
"event": "DROP",
|
|
1656
|
-
"variant": "danger"
|
|
1657
|
-
}
|
|
1658
|
-
],
|
|
1659
|
-
"fields": [],
|
|
1660
|
-
"type": "data-grid"
|
|
1654
|
+
"fields": []
|
|
1661
1655
|
}
|
|
1662
|
-
]
|
|
1656
|
+
],
|
|
1657
|
+
"type": "stack",
|
|
1658
|
+
"direction": "vertical",
|
|
1659
|
+
"gap": "lg"
|
|
1663
1660
|
}
|
|
1664
|
-
]
|
|
1661
|
+
],
|
|
1662
|
+
"type": "game-shell",
|
|
1663
|
+
"appName": "RPG Game",
|
|
1664
|
+
"showTopBar": true
|
|
1665
1665
|
}
|
|
1666
1666
|
]
|
|
1667
1667
|
]
|
|
@@ -1836,43 +1836,43 @@
|
|
|
1836
1836
|
"render-ui",
|
|
1837
1837
|
"modal",
|
|
1838
1838
|
{
|
|
1839
|
-
"gap": "md",
|
|
1840
1839
|
"type": "stack",
|
|
1841
|
-
"
|
|
1840
|
+
"gap": "md",
|
|
1842
1841
|
"children": [
|
|
1843
1842
|
{
|
|
1843
|
+
"gap": "sm",
|
|
1844
|
+
"direction": "horizontal",
|
|
1845
|
+
"type": "stack",
|
|
1844
1846
|
"children": [
|
|
1845
1847
|
{
|
|
1846
|
-
"
|
|
1847
|
-
"
|
|
1848
|
+
"name": "plus-circle",
|
|
1849
|
+
"type": "icon"
|
|
1848
1850
|
},
|
|
1849
1851
|
{
|
|
1850
1852
|
"variant": "h3",
|
|
1851
|
-
"
|
|
1852
|
-
"
|
|
1853
|
+
"content": "Add RpgItem",
|
|
1854
|
+
"type": "typography"
|
|
1853
1855
|
}
|
|
1854
|
-
]
|
|
1855
|
-
"type": "stack",
|
|
1856
|
-
"direction": "horizontal",
|
|
1857
|
-
"gap": "sm"
|
|
1856
|
+
]
|
|
1858
1857
|
},
|
|
1859
1858
|
{
|
|
1860
1859
|
"type": "divider"
|
|
1861
1860
|
},
|
|
1862
1861
|
{
|
|
1862
|
+
"submitEvent": "SAVE",
|
|
1863
1863
|
"mode": "create",
|
|
1864
1864
|
"cancelEvent": "CLOSE",
|
|
1865
|
+
"type": "form-section",
|
|
1866
|
+
"entity": "RpgItem",
|
|
1865
1867
|
"fields": [
|
|
1866
1868
|
"name",
|
|
1867
1869
|
"type",
|
|
1868
1870
|
"quantity",
|
|
1869
1871
|
"rarity"
|
|
1870
|
-
]
|
|
1871
|
-
"type": "form-section",
|
|
1872
|
-
"entity": "RpgItem",
|
|
1873
|
-
"submitEvent": "SAVE"
|
|
1872
|
+
]
|
|
1874
1873
|
}
|
|
1875
|
-
]
|
|
1874
|
+
],
|
|
1875
|
+
"direction": "vertical"
|
|
1876
1876
|
}
|
|
1877
1877
|
]
|
|
1878
1878
|
]
|
|
@@ -2108,10 +2108,11 @@
|
|
|
2108
2108
|
"modal",
|
|
2109
2109
|
{
|
|
2110
2110
|
"type": "stack",
|
|
2111
|
-
"align": "center",
|
|
2112
2111
|
"children": [
|
|
2113
2112
|
{
|
|
2114
2113
|
"direction": "horizontal",
|
|
2114
|
+
"type": "stack",
|
|
2115
|
+
"align": "center",
|
|
2115
2116
|
"children": [
|
|
2116
2117
|
{
|
|
2117
2118
|
"type": "icon",
|
|
@@ -2123,41 +2124,40 @@
|
|
|
2123
2124
|
"variant": "h3"
|
|
2124
2125
|
}
|
|
2125
2126
|
],
|
|
2126
|
-
"gap": "sm"
|
|
2127
|
-
"type": "stack",
|
|
2128
|
-
"align": "center"
|
|
2127
|
+
"gap": "sm"
|
|
2129
2128
|
},
|
|
2130
2129
|
{
|
|
2131
2130
|
"type": "divider"
|
|
2132
2131
|
},
|
|
2133
2132
|
{
|
|
2134
|
-
"
|
|
2133
|
+
"content": "@entity.name",
|
|
2135
2134
|
"variant": "body",
|
|
2136
|
-
"
|
|
2135
|
+
"type": "typography"
|
|
2137
2136
|
},
|
|
2138
2137
|
{
|
|
2138
|
+
"type": "stack",
|
|
2139
|
+
"direction": "horizontal",
|
|
2139
2140
|
"justify": "center",
|
|
2140
2141
|
"children": [
|
|
2141
2142
|
{
|
|
2142
|
-
"type": "button",
|
|
2143
|
-
"variant": "ghost",
|
|
2144
2143
|
"action": "CLOSE",
|
|
2145
|
-
"label": "Cancel"
|
|
2144
|
+
"label": "Cancel",
|
|
2145
|
+
"type": "button",
|
|
2146
|
+
"variant": "ghost"
|
|
2146
2147
|
},
|
|
2147
2148
|
{
|
|
2148
|
-
"icon": "check",
|
|
2149
2149
|
"label": "Confirm Use",
|
|
2150
|
+
"icon": "check",
|
|
2150
2151
|
"variant": "primary",
|
|
2151
2152
|
"type": "button",
|
|
2152
2153
|
"action": "SAVE"
|
|
2153
2154
|
}
|
|
2154
2155
|
],
|
|
2155
|
-
"gap": "sm"
|
|
2156
|
-
"direction": "horizontal",
|
|
2157
|
-
"type": "stack"
|
|
2156
|
+
"gap": "sm"
|
|
2158
2157
|
}
|
|
2159
2158
|
],
|
|
2160
2159
|
"direction": "vertical",
|
|
2160
|
+
"align": "center",
|
|
2161
2161
|
"gap": "md"
|
|
2162
2162
|
}
|
|
2163
2163
|
]
|
|
@@ -2381,68 +2381,68 @@
|
|
|
2381
2381
|
"fetch",
|
|
2382
2382
|
"RpgItem",
|
|
2383
2383
|
{
|
|
2384
|
+
"id": "@payload.id",
|
|
2384
2385
|
"emit": {
|
|
2385
2386
|
"success": "RpgItemLoaded",
|
|
2386
2387
|
"failure": "RpgItemLoadFailed"
|
|
2387
|
-
}
|
|
2388
|
-
"id": "@payload.id"
|
|
2388
|
+
}
|
|
2389
2389
|
}
|
|
2390
2390
|
],
|
|
2391
2391
|
[
|
|
2392
2392
|
"render-ui",
|
|
2393
2393
|
"modal",
|
|
2394
2394
|
{
|
|
2395
|
-
"
|
|
2395
|
+
"gap": "md",
|
|
2396
2396
|
"children": [
|
|
2397
2397
|
{
|
|
2398
2398
|
"type": "stack",
|
|
2399
|
-
"
|
|
2399
|
+
"direction": "horizontal",
|
|
2400
|
+
"align": "center",
|
|
2400
2401
|
"children": [
|
|
2401
2402
|
{
|
|
2402
|
-
"
|
|
2403
|
-
"
|
|
2403
|
+
"name": "alert-triangle",
|
|
2404
|
+
"type": "icon"
|
|
2404
2405
|
},
|
|
2405
2406
|
{
|
|
2407
|
+
"variant": "h3",
|
|
2406
2408
|
"type": "typography",
|
|
2407
|
-
"content": "Drop RpgItem"
|
|
2408
|
-
"variant": "h3"
|
|
2409
|
+
"content": "Drop RpgItem"
|
|
2409
2410
|
}
|
|
2410
2411
|
],
|
|
2411
|
-
"
|
|
2412
|
-
"direction": "horizontal"
|
|
2412
|
+
"gap": "sm"
|
|
2413
2413
|
},
|
|
2414
2414
|
{
|
|
2415
2415
|
"type": "divider"
|
|
2416
2416
|
},
|
|
2417
2417
|
{
|
|
2418
2418
|
"type": "alert",
|
|
2419
|
-
"
|
|
2420
|
-
"
|
|
2419
|
+
"message": "Are you sure you want to drop this rpgitem?",
|
|
2420
|
+
"variant": "error"
|
|
2421
2421
|
},
|
|
2422
2422
|
{
|
|
2423
2423
|
"justify": "end",
|
|
2424
2424
|
"children": [
|
|
2425
2425
|
{
|
|
2426
|
-
"action": "CANCEL",
|
|
2427
|
-
"type": "button",
|
|
2428
2426
|
"label": "Cancel",
|
|
2429
|
-
"variant": "ghost"
|
|
2427
|
+
"variant": "ghost",
|
|
2428
|
+
"type": "button",
|
|
2429
|
+
"action": "CANCEL"
|
|
2430
2430
|
},
|
|
2431
2431
|
{
|
|
2432
|
+
"icon": "check",
|
|
2432
2433
|
"label": "Drop",
|
|
2433
2434
|
"type": "button",
|
|
2434
|
-
"variant": "danger",
|
|
2435
2435
|
"action": "CONFIRM_DROP",
|
|
2436
|
-
"
|
|
2436
|
+
"variant": "danger"
|
|
2437
2437
|
}
|
|
2438
2438
|
],
|
|
2439
2439
|
"type": "stack",
|
|
2440
|
-
"
|
|
2441
|
-
"
|
|
2440
|
+
"gap": "sm",
|
|
2441
|
+
"direction": "horizontal"
|
|
2442
2442
|
}
|
|
2443
2443
|
],
|
|
2444
|
-
"
|
|
2445
|
-
"
|
|
2444
|
+
"direction": "vertical",
|
|
2445
|
+
"type": "stack"
|
|
2446
2446
|
}
|
|
2447
2447
|
]
|
|
2448
2448
|
]
|
|
@@ -2746,8 +2746,8 @@
|
|
|
2746
2746
|
"Mission",
|
|
2747
2747
|
{
|
|
2748
2748
|
"emit": {
|
|
2749
|
-
"
|
|
2750
|
-
"
|
|
2749
|
+
"failure": "MissionLoadFailed",
|
|
2750
|
+
"success": "MissionLoaded"
|
|
2751
2751
|
}
|
|
2752
2752
|
}
|
|
2753
2753
|
],
|
|
@@ -2755,27 +2755,24 @@
|
|
|
2755
2755
|
"render-ui",
|
|
2756
2756
|
"main",
|
|
2757
2757
|
{
|
|
2758
|
+
"showTopBar": true,
|
|
2758
2759
|
"type": "game-shell",
|
|
2759
2760
|
"appName": "RPG Game",
|
|
2760
2761
|
"children": [
|
|
2761
2762
|
{
|
|
2762
|
-
"
|
|
2763
|
+
"direction": "vertical",
|
|
2763
2764
|
"gap": "lg",
|
|
2764
2765
|
"children": [
|
|
2765
2766
|
{
|
|
2766
|
-
"gap": "md",
|
|
2767
|
-
"direction": "horizontal",
|
|
2768
|
-
"type": "stack",
|
|
2769
|
-
"justify": "between",
|
|
2770
2767
|
"children": [
|
|
2771
2768
|
{
|
|
2772
|
-
"direction": "horizontal",
|
|
2773
2769
|
"type": "stack",
|
|
2770
|
+
"direction": "horizontal",
|
|
2774
2771
|
"gap": "md",
|
|
2775
2772
|
"children": [
|
|
2776
2773
|
{
|
|
2777
|
-
"
|
|
2778
|
-
"
|
|
2774
|
+
"type": "icon",
|
|
2775
|
+
"name": "flag"
|
|
2779
2776
|
},
|
|
2780
2777
|
{
|
|
2781
2778
|
"type": "typography",
|
|
@@ -2784,73 +2781,76 @@
|
|
|
2784
2781
|
}
|
|
2785
2782
|
]
|
|
2786
2783
|
}
|
|
2787
|
-
]
|
|
2784
|
+
],
|
|
2785
|
+
"gap": "md",
|
|
2786
|
+
"type": "stack",
|
|
2787
|
+
"justify": "between",
|
|
2788
|
+
"direction": "horizontal"
|
|
2788
2789
|
},
|
|
2789
2790
|
{
|
|
2790
2791
|
"type": "divider"
|
|
2791
2792
|
},
|
|
2792
2793
|
{
|
|
2793
|
-
"type": "data-list",
|
|
2794
|
-
"fields": [],
|
|
2795
|
-
"groupBy": "status",
|
|
2796
|
-
"itemActions": [
|
|
2797
|
-
{
|
|
2798
|
-
"event": "ACCEPT",
|
|
2799
|
-
"label": "Accept"
|
|
2800
|
-
}
|
|
2801
|
-
],
|
|
2802
2794
|
"renderItem": [
|
|
2803
2795
|
"fn",
|
|
2804
2796
|
"item",
|
|
2805
2797
|
{
|
|
2798
|
+
"gap": "sm",
|
|
2806
2799
|
"children": [
|
|
2807
2800
|
{
|
|
2808
|
-
"
|
|
2801
|
+
"type": "stack",
|
|
2809
2802
|
"justify": "between",
|
|
2810
2803
|
"direction": "horizontal",
|
|
2811
|
-
"
|
|
2804
|
+
"align": "center",
|
|
2812
2805
|
"children": [
|
|
2813
2806
|
{
|
|
2814
2807
|
"align": "center",
|
|
2815
|
-
"type": "stack",
|
|
2816
|
-
"gap": "sm",
|
|
2817
|
-
"direction": "horizontal",
|
|
2818
2808
|
"children": [
|
|
2819
2809
|
{
|
|
2820
|
-
"
|
|
2821
|
-
"
|
|
2810
|
+
"name": "flag",
|
|
2811
|
+
"type": "icon"
|
|
2822
2812
|
},
|
|
2823
2813
|
{
|
|
2824
|
-
"type": "typography",
|
|
2825
2814
|
"variant": "h4",
|
|
2826
|
-
"content": "@item.title"
|
|
2815
|
+
"content": "@item.title",
|
|
2816
|
+
"type": "typography"
|
|
2827
2817
|
}
|
|
2828
|
-
]
|
|
2818
|
+
],
|
|
2819
|
+
"gap": "sm",
|
|
2820
|
+
"direction": "horizontal",
|
|
2821
|
+
"type": "stack"
|
|
2829
2822
|
},
|
|
2830
2823
|
{
|
|
2831
|
-
"
|
|
2832
|
-
"
|
|
2824
|
+
"type": "badge",
|
|
2825
|
+
"label": "@item.description"
|
|
2833
2826
|
}
|
|
2834
2827
|
]
|
|
2835
2828
|
},
|
|
2836
2829
|
{
|
|
2830
|
+
"content": "@item.status",
|
|
2837
2831
|
"variant": "caption",
|
|
2838
|
-
"type": "typography"
|
|
2839
|
-
"content": "@item.status"
|
|
2832
|
+
"type": "typography"
|
|
2840
2833
|
}
|
|
2841
2834
|
],
|
|
2842
|
-
"
|
|
2843
|
-
"direction": "vertical"
|
|
2844
|
-
"type": "stack"
|
|
2835
|
+
"type": "stack",
|
|
2836
|
+
"direction": "vertical"
|
|
2845
2837
|
}
|
|
2846
2838
|
],
|
|
2847
|
-
"entity": "Mission"
|
|
2839
|
+
"entity": "Mission",
|
|
2840
|
+
"fields": [],
|
|
2841
|
+
"groupBy": "status",
|
|
2842
|
+
"itemActions": [
|
|
2843
|
+
{
|
|
2844
|
+
"label": "Accept",
|
|
2845
|
+
"event": "ACCEPT"
|
|
2846
|
+
}
|
|
2847
|
+
],
|
|
2848
|
+
"type": "data-list"
|
|
2848
2849
|
}
|
|
2849
2850
|
],
|
|
2850
|
-
"
|
|
2851
|
+
"type": "stack"
|
|
2851
2852
|
}
|
|
2852
|
-
]
|
|
2853
|
-
"showTopBar": true
|
|
2853
|
+
]
|
|
2854
2854
|
}
|
|
2855
2855
|
]
|
|
2856
2856
|
]
|
|
@@ -2865,8 +2865,8 @@
|
|
|
2865
2865
|
"Mission",
|
|
2866
2866
|
{
|
|
2867
2867
|
"emit": {
|
|
2868
|
-
"
|
|
2869
|
-
"
|
|
2868
|
+
"failure": "MissionLoadFailed",
|
|
2869
|
+
"success": "MissionLoaded"
|
|
2870
2870
|
}
|
|
2871
2871
|
}
|
|
2872
2872
|
],
|
|
@@ -2874,23 +2874,26 @@
|
|
|
2874
2874
|
"render-ui",
|
|
2875
2875
|
"main",
|
|
2876
2876
|
{
|
|
2877
|
-
"showTopBar": true,
|
|
2878
|
-
"appName": "RPG Game",
|
|
2879
|
-
"type": "game-shell",
|
|
2880
2877
|
"children": [
|
|
2881
2878
|
{
|
|
2879
|
+
"direction": "vertical",
|
|
2880
|
+
"gap": "lg",
|
|
2881
|
+
"type": "stack",
|
|
2882
2882
|
"children": [
|
|
2883
2883
|
{
|
|
2884
|
+
"direction": "horizontal",
|
|
2884
2885
|
"gap": "md",
|
|
2886
|
+
"type": "stack",
|
|
2887
|
+
"justify": "between",
|
|
2885
2888
|
"children": [
|
|
2886
2889
|
{
|
|
2887
2890
|
"gap": "md",
|
|
2888
|
-
"direction": "horizontal",
|
|
2889
2891
|
"type": "stack",
|
|
2892
|
+
"direction": "horizontal",
|
|
2890
2893
|
"children": [
|
|
2891
2894
|
{
|
|
2892
|
-
"
|
|
2893
|
-
"
|
|
2895
|
+
"name": "flag",
|
|
2896
|
+
"type": "icon"
|
|
2894
2897
|
},
|
|
2895
2898
|
{
|
|
2896
2899
|
"type": "typography",
|
|
@@ -2900,13 +2903,10 @@
|
|
|
2900
2903
|
]
|
|
2901
2904
|
},
|
|
2902
2905
|
{
|
|
2903
|
-
"
|
|
2904
|
-
"
|
|
2906
|
+
"type": "badge",
|
|
2907
|
+
"label": "Active"
|
|
2905
2908
|
}
|
|
2906
|
-
]
|
|
2907
|
-
"type": "stack",
|
|
2908
|
-
"direction": "horizontal",
|
|
2909
|
-
"justify": "between"
|
|
2909
|
+
]
|
|
2910
2910
|
},
|
|
2911
2911
|
{
|
|
2912
2912
|
"type": "divider"
|
|
@@ -2917,76 +2917,76 @@
|
|
|
2917
2917
|
"type": "progress-bar"
|
|
2918
2918
|
},
|
|
2919
2919
|
{
|
|
2920
|
-
"entity": "Mission",
|
|
2921
|
-
"itemActions": [
|
|
2922
|
-
{
|
|
2923
|
-
"event": "PROGRESS",
|
|
2924
|
-
"label": "Progress"
|
|
2925
|
-
},
|
|
2926
|
-
{
|
|
2927
|
-
"event": "COMPLETE",
|
|
2928
|
-
"label": "Complete"
|
|
2929
|
-
},
|
|
2930
|
-
{
|
|
2931
|
-
"variant": "danger",
|
|
2932
|
-
"event": "FAIL",
|
|
2933
|
-
"label": "Fail"
|
|
2934
|
-
}
|
|
2935
|
-
],
|
|
2936
2920
|
"type": "data-grid",
|
|
2937
2921
|
"fields": [],
|
|
2938
2922
|
"renderItem": [
|
|
2939
2923
|
"fn",
|
|
2940
2924
|
"item",
|
|
2941
2925
|
{
|
|
2942
|
-
"direction": "vertical",
|
|
2943
|
-
"type": "stack",
|
|
2944
2926
|
"gap": "sm",
|
|
2927
|
+
"type": "stack",
|
|
2928
|
+
"direction": "vertical",
|
|
2945
2929
|
"children": [
|
|
2946
2930
|
{
|
|
2931
|
+
"align": "center",
|
|
2947
2932
|
"justify": "between",
|
|
2948
2933
|
"direction": "horizontal",
|
|
2949
|
-
"align": "center",
|
|
2950
|
-
"type": "stack",
|
|
2951
2934
|
"children": [
|
|
2952
2935
|
{
|
|
2953
|
-
"align": "center",
|
|
2954
2936
|
"children": [
|
|
2955
2937
|
{
|
|
2956
|
-
"
|
|
2957
|
-
"
|
|
2938
|
+
"type": "icon",
|
|
2939
|
+
"name": "flag"
|
|
2958
2940
|
},
|
|
2959
2941
|
{
|
|
2942
|
+
"variant": "h4",
|
|
2960
2943
|
"content": "@item.title",
|
|
2961
|
-
"type": "typography"
|
|
2962
|
-
"variant": "h4"
|
|
2944
|
+
"type": "typography"
|
|
2963
2945
|
}
|
|
2964
2946
|
],
|
|
2965
2947
|
"type": "stack",
|
|
2966
2948
|
"direction": "horizontal",
|
|
2967
|
-
"gap": "sm"
|
|
2949
|
+
"gap": "sm",
|
|
2950
|
+
"align": "center"
|
|
2968
2951
|
},
|
|
2969
2952
|
{
|
|
2970
|
-
"
|
|
2971
|
-
"
|
|
2953
|
+
"type": "badge",
|
|
2954
|
+
"label": "@item.description"
|
|
2972
2955
|
}
|
|
2973
|
-
]
|
|
2956
|
+
],
|
|
2957
|
+
"type": "stack"
|
|
2974
2958
|
},
|
|
2975
2959
|
{
|
|
2976
|
-
"type": "typography",
|
|
2977
2960
|
"variant": "caption",
|
|
2978
|
-
"content": "@item.status"
|
|
2961
|
+
"content": "@item.status",
|
|
2962
|
+
"type": "typography"
|
|
2979
2963
|
}
|
|
2980
2964
|
]
|
|
2981
2965
|
}
|
|
2966
|
+
],
|
|
2967
|
+
"entity": "Mission",
|
|
2968
|
+
"itemActions": [
|
|
2969
|
+
{
|
|
2970
|
+
"label": "Progress",
|
|
2971
|
+
"event": "PROGRESS"
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
"event": "COMPLETE",
|
|
2975
|
+
"label": "Complete"
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"event": "FAIL",
|
|
2979
|
+
"variant": "danger",
|
|
2980
|
+
"label": "Fail"
|
|
2981
|
+
}
|
|
2982
2982
|
]
|
|
2983
2983
|
}
|
|
2984
|
-
]
|
|
2985
|
-
"direction": "vertical",
|
|
2986
|
-
"gap": "lg",
|
|
2987
|
-
"type": "stack"
|
|
2984
|
+
]
|
|
2988
2985
|
}
|
|
2989
|
-
]
|
|
2986
|
+
],
|
|
2987
|
+
"appName": "RPG Game",
|
|
2988
|
+
"type": "game-shell",
|
|
2989
|
+
"showTopBar": true
|
|
2990
2990
|
}
|
|
2991
2991
|
]
|
|
2992
2992
|
]
|
|
@@ -3001,8 +3001,8 @@
|
|
|
3001
3001
|
"Mission",
|
|
3002
3002
|
{
|
|
3003
3003
|
"emit": {
|
|
3004
|
-
"
|
|
3005
|
-
"
|
|
3004
|
+
"failure": "MissionLoadFailed",
|
|
3005
|
+
"success": "MissionLoaded"
|
|
3006
3006
|
}
|
|
3007
3007
|
}
|
|
3008
3008
|
],
|
|
@@ -3010,21 +3010,22 @@
|
|
|
3010
3010
|
"render-ui",
|
|
3011
3011
|
"main",
|
|
3012
3012
|
{
|
|
3013
|
+
"appName": "RPG Game",
|
|
3014
|
+
"type": "game-shell",
|
|
3015
|
+
"showTopBar": true,
|
|
3013
3016
|
"children": [
|
|
3014
3017
|
{
|
|
3018
|
+
"direction": "vertical",
|
|
3019
|
+
"gap": "lg",
|
|
3015
3020
|
"type": "stack",
|
|
3016
3021
|
"children": [
|
|
3017
3022
|
{
|
|
3018
|
-
"gap": "md",
|
|
3019
|
-
"justify": "between",
|
|
3020
|
-
"type": "stack",
|
|
3021
|
-
"direction": "horizontal",
|
|
3022
3023
|
"children": [
|
|
3023
3024
|
{
|
|
3024
3025
|
"children": [
|
|
3025
3026
|
{
|
|
3026
|
-
"
|
|
3027
|
-
"
|
|
3027
|
+
"type": "icon",
|
|
3028
|
+
"name": "flag"
|
|
3028
3029
|
},
|
|
3029
3030
|
{
|
|
3030
3031
|
"content": "Missions Board",
|
|
@@ -3032,15 +3033,19 @@
|
|
|
3032
3033
|
"variant": "h2"
|
|
3033
3034
|
}
|
|
3034
3035
|
],
|
|
3035
|
-
"gap": "md",
|
|
3036
3036
|
"direction": "horizontal",
|
|
3037
|
-
"type": "stack"
|
|
3037
|
+
"type": "stack",
|
|
3038
|
+
"gap": "md"
|
|
3038
3039
|
},
|
|
3039
3040
|
{
|
|
3040
3041
|
"type": "badge",
|
|
3041
3042
|
"label": "Active"
|
|
3042
3043
|
}
|
|
3043
|
-
]
|
|
3044
|
+
],
|
|
3045
|
+
"type": "stack",
|
|
3046
|
+
"direction": "horizontal",
|
|
3047
|
+
"gap": "md",
|
|
3048
|
+
"justify": "between"
|
|
3044
3049
|
},
|
|
3045
3050
|
{
|
|
3046
3051
|
"type": "divider"
|
|
@@ -3051,40 +3056,37 @@
|
|
|
3051
3056
|
"showPercentage": true
|
|
3052
3057
|
},
|
|
3053
3058
|
{
|
|
3054
|
-
"
|
|
3059
|
+
"fields": [],
|
|
3060
|
+
"type": "data-grid",
|
|
3055
3061
|
"itemActions": [
|
|
3056
3062
|
{
|
|
3057
|
-
"
|
|
3058
|
-
"
|
|
3063
|
+
"event": "PROGRESS",
|
|
3064
|
+
"label": "Progress"
|
|
3059
3065
|
},
|
|
3060
3066
|
{
|
|
3061
|
-
"
|
|
3062
|
-
"
|
|
3067
|
+
"event": "COMPLETE",
|
|
3068
|
+
"label": "Complete"
|
|
3063
3069
|
},
|
|
3064
3070
|
{
|
|
3065
|
-
"label": "Fail",
|
|
3066
3071
|
"event": "FAIL",
|
|
3072
|
+
"label": "Fail",
|
|
3067
3073
|
"variant": "danger"
|
|
3068
3074
|
}
|
|
3069
3075
|
],
|
|
3070
|
-
"fields": [],
|
|
3071
|
-
"type": "data-grid",
|
|
3072
3076
|
"renderItem": [
|
|
3073
3077
|
"fn",
|
|
3074
3078
|
"item",
|
|
3075
3079
|
{
|
|
3076
3080
|
"direction": "vertical",
|
|
3077
3081
|
"gap": "sm",
|
|
3082
|
+
"type": "stack",
|
|
3078
3083
|
"children": [
|
|
3079
3084
|
{
|
|
3080
|
-
"align": "center",
|
|
3081
|
-
"direction": "horizontal",
|
|
3082
|
-
"justify": "between",
|
|
3083
3085
|
"children": [
|
|
3084
3086
|
{
|
|
3087
|
+
"direction": "horizontal",
|
|
3085
3088
|
"type": "stack",
|
|
3086
3089
|
"gap": "sm",
|
|
3087
|
-
"direction": "horizontal",
|
|
3088
3090
|
"align": "center",
|
|
3089
3091
|
"children": [
|
|
3090
3092
|
{
|
|
@@ -3093,8 +3095,8 @@
|
|
|
3093
3095
|
},
|
|
3094
3096
|
{
|
|
3095
3097
|
"content": "@item.title",
|
|
3096
|
-
"
|
|
3097
|
-
"
|
|
3098
|
+
"type": "typography",
|
|
3099
|
+
"variant": "h4"
|
|
3098
3100
|
}
|
|
3099
3101
|
]
|
|
3100
3102
|
},
|
|
@@ -3103,26 +3105,24 @@
|
|
|
3103
3105
|
"type": "badge"
|
|
3104
3106
|
}
|
|
3105
3107
|
],
|
|
3106
|
-
"
|
|
3108
|
+
"justify": "between",
|
|
3109
|
+
"type": "stack",
|
|
3110
|
+
"direction": "horizontal",
|
|
3111
|
+
"align": "center"
|
|
3107
3112
|
},
|
|
3108
3113
|
{
|
|
3114
|
+
"content": "@item.status",
|
|
3109
3115
|
"type": "typography",
|
|
3110
|
-
"variant": "caption"
|
|
3111
|
-
"content": "@item.status"
|
|
3116
|
+
"variant": "caption"
|
|
3112
3117
|
}
|
|
3113
|
-
]
|
|
3114
|
-
"type": "stack"
|
|
3118
|
+
]
|
|
3115
3119
|
}
|
|
3116
|
-
]
|
|
3120
|
+
],
|
|
3121
|
+
"entity": "Mission"
|
|
3117
3122
|
}
|
|
3118
|
-
]
|
|
3119
|
-
"direction": "vertical",
|
|
3120
|
-
"gap": "lg"
|
|
3123
|
+
]
|
|
3121
3124
|
}
|
|
3122
|
-
]
|
|
3123
|
-
"appName": "RPG Game",
|
|
3124
|
-
"type": "game-shell",
|
|
3125
|
-
"showTopBar": true
|
|
3125
|
+
]
|
|
3126
3126
|
}
|
|
3127
3127
|
]
|
|
3128
3128
|
]
|
|
@@ -3136,31 +3136,30 @@
|
|
|
3136
3136
|
"render-ui",
|
|
3137
3137
|
"modal",
|
|
3138
3138
|
{
|
|
3139
|
-
"
|
|
3139
|
+
"gap": "md",
|
|
3140
3140
|
"type": "stack",
|
|
3141
|
+
"direction": "vertical",
|
|
3141
3142
|
"children": [
|
|
3142
3143
|
{
|
|
3143
|
-
"type": "stack",
|
|
3144
3144
|
"children": [
|
|
3145
3145
|
{
|
|
3146
3146
|
"type": "icon",
|
|
3147
3147
|
"name": "trending-up"
|
|
3148
3148
|
},
|
|
3149
3149
|
{
|
|
3150
|
-
"type": "typography",
|
|
3151
3150
|
"content": "Update Progress",
|
|
3152
|
-
"variant": "h3"
|
|
3151
|
+
"variant": "h3",
|
|
3152
|
+
"type": "typography"
|
|
3153
3153
|
}
|
|
3154
3154
|
],
|
|
3155
|
+
"gap": "sm",
|
|
3155
3156
|
"direction": "horizontal",
|
|
3156
|
-
"
|
|
3157
|
+
"type": "stack"
|
|
3157
3158
|
},
|
|
3158
3159
|
{
|
|
3159
3160
|
"type": "divider"
|
|
3160
3161
|
},
|
|
3161
3162
|
{
|
|
3162
|
-
"type": "form-section",
|
|
3163
|
-
"entity": "Mission",
|
|
3164
3163
|
"mode": "edit",
|
|
3165
3164
|
"cancelEvent": "CANCEL",
|
|
3166
3165
|
"fields": [
|
|
@@ -3169,10 +3168,11 @@
|
|
|
3169
3168
|
"status",
|
|
3170
3169
|
"reward"
|
|
3171
3170
|
],
|
|
3171
|
+
"type": "form-section",
|
|
3172
|
+
"entity": "Mission",
|
|
3172
3173
|
"submitEvent": "SAVE"
|
|
3173
3174
|
}
|
|
3174
|
-
]
|
|
3175
|
-
"gap": "md"
|
|
3175
|
+
]
|
|
3176
3176
|
}
|
|
3177
3177
|
]
|
|
3178
3178
|
]
|
|
@@ -3186,8 +3186,13 @@
|
|
|
3186
3186
|
"render-ui",
|
|
3187
3187
|
"main",
|
|
3188
3188
|
{
|
|
3189
|
+
"appName": "RPG Game",
|
|
3189
3190
|
"children": [
|
|
3190
3191
|
{
|
|
3192
|
+
"type": "stack",
|
|
3193
|
+
"direction": "vertical",
|
|
3194
|
+
"gap": "lg",
|
|
3195
|
+
"align": "center",
|
|
3191
3196
|
"children": [
|
|
3192
3197
|
{
|
|
3193
3198
|
"type": "icon",
|
|
@@ -3199,27 +3204,22 @@
|
|
|
3199
3204
|
"variant": "h2"
|
|
3200
3205
|
},
|
|
3201
3206
|
{
|
|
3207
|
+
"message": "Congratulations! The quest has been completed.",
|
|
3202
3208
|
"type": "alert",
|
|
3203
|
-
"variant": "success"
|
|
3204
|
-
"message": "Congratulations! The quest has been completed."
|
|
3209
|
+
"variant": "success"
|
|
3205
3210
|
},
|
|
3206
3211
|
{
|
|
3207
|
-
"icon": "arrow-left",
|
|
3208
3212
|
"type": "button",
|
|
3209
|
-
"label": "View Quests",
|
|
3210
3213
|
"variant": "primary",
|
|
3211
|
-
"
|
|
3214
|
+
"icon": "arrow-left",
|
|
3215
|
+
"action": "RESET",
|
|
3216
|
+
"label": "View Quests"
|
|
3212
3217
|
}
|
|
3213
|
-
]
|
|
3214
|
-
"align": "center",
|
|
3215
|
-
"direction": "vertical",
|
|
3216
|
-
"gap": "lg",
|
|
3217
|
-
"type": "stack"
|
|
3218
|
+
]
|
|
3218
3219
|
}
|
|
3219
3220
|
],
|
|
3220
|
-
"showTopBar": true,
|
|
3221
3221
|
"type": "game-shell",
|
|
3222
|
-
"
|
|
3222
|
+
"showTopBar": true
|
|
3223
3223
|
}
|
|
3224
3224
|
]
|
|
3225
3225
|
]
|
|
@@ -3233,40 +3233,40 @@
|
|
|
3233
3233
|
"render-ui",
|
|
3234
3234
|
"main",
|
|
3235
3235
|
{
|
|
3236
|
-
"type": "game-shell",
|
|
3237
|
-
"showTopBar": true,
|
|
3238
3236
|
"appName": "RPG Game",
|
|
3237
|
+
"showTopBar": true,
|
|
3239
3238
|
"children": [
|
|
3240
3239
|
{
|
|
3241
|
-
"
|
|
3240
|
+
"direction": "vertical",
|
|
3241
|
+
"type": "stack",
|
|
3242
3242
|
"children": [
|
|
3243
3243
|
{
|
|
3244
3244
|
"name": "x-circle",
|
|
3245
3245
|
"type": "icon"
|
|
3246
3246
|
},
|
|
3247
3247
|
{
|
|
3248
|
-
"variant": "h2",
|
|
3249
3248
|
"type": "typography",
|
|
3249
|
+
"variant": "h2",
|
|
3250
3250
|
"content": "Quest Failed"
|
|
3251
3251
|
},
|
|
3252
3252
|
{
|
|
3253
3253
|
"variant": "error",
|
|
3254
|
-
"
|
|
3255
|
-
"
|
|
3254
|
+
"type": "alert",
|
|
3255
|
+
"message": "The quest was not completed. You can try again."
|
|
3256
3256
|
},
|
|
3257
3257
|
{
|
|
3258
|
-
"variant": "primary",
|
|
3259
3258
|
"label": "View Quests",
|
|
3259
|
+
"variant": "primary",
|
|
3260
|
+
"icon": "arrow-left",
|
|
3260
3261
|
"action": "RESET",
|
|
3261
|
-
"type": "button"
|
|
3262
|
-
"icon": "arrow-left"
|
|
3262
|
+
"type": "button"
|
|
3263
3263
|
}
|
|
3264
3264
|
],
|
|
3265
|
-
"
|
|
3266
|
-
"
|
|
3267
|
-
"gap": "lg"
|
|
3265
|
+
"gap": "lg",
|
|
3266
|
+
"align": "center"
|
|
3268
3267
|
}
|
|
3269
|
-
]
|
|
3268
|
+
],
|
|
3269
|
+
"type": "game-shell"
|
|
3270
3270
|
}
|
|
3271
3271
|
]
|
|
3272
3272
|
]
|
|
@@ -3292,8 +3292,8 @@
|
|
|
3292
3292
|
"Mission",
|
|
3293
3293
|
{
|
|
3294
3294
|
"emit": {
|
|
3295
|
-
"
|
|
3296
|
-
"
|
|
3295
|
+
"success": "MissionLoaded",
|
|
3296
|
+
"failure": "MissionLoadFailed"
|
|
3297
3297
|
}
|
|
3298
3298
|
}
|
|
3299
3299
|
],
|
|
@@ -3301,11 +3301,11 @@
|
|
|
3301
3301
|
"render-ui",
|
|
3302
3302
|
"main",
|
|
3303
3303
|
{
|
|
3304
|
+
"type": "game-shell",
|
|
3305
|
+
"appName": "RPG Game",
|
|
3304
3306
|
"showTopBar": true,
|
|
3305
3307
|
"children": [
|
|
3306
3308
|
{
|
|
3307
|
-
"direction": "vertical",
|
|
3308
|
-
"type": "stack",
|
|
3309
3309
|
"children": [
|
|
3310
3310
|
{
|
|
3311
3311
|
"children": [
|
|
@@ -3321,33 +3321,35 @@
|
|
|
3321
3321
|
"variant": "h2"
|
|
3322
3322
|
}
|
|
3323
3323
|
],
|
|
3324
|
+
"type": "stack",
|
|
3324
3325
|
"direction": "horizontal",
|
|
3325
|
-
"gap": "md"
|
|
3326
|
-
"type": "stack"
|
|
3326
|
+
"gap": "md"
|
|
3327
3327
|
},
|
|
3328
3328
|
{
|
|
3329
|
-
"
|
|
3330
|
-
"
|
|
3329
|
+
"label": "Active",
|
|
3330
|
+
"type": "badge"
|
|
3331
3331
|
}
|
|
3332
3332
|
],
|
|
3333
|
+
"direction": "horizontal",
|
|
3333
3334
|
"type": "stack",
|
|
3334
3335
|
"gap": "md",
|
|
3335
|
-
"direction": "horizontal",
|
|
3336
3336
|
"justify": "between"
|
|
3337
3337
|
},
|
|
3338
3338
|
{
|
|
3339
3339
|
"type": "divider"
|
|
3340
3340
|
},
|
|
3341
3341
|
{
|
|
3342
|
-
"value": 50.0,
|
|
3343
3342
|
"type": "progress-bar",
|
|
3344
|
-
"showPercentage": true
|
|
3343
|
+
"showPercentage": true,
|
|
3344
|
+
"value": 50.0
|
|
3345
3345
|
},
|
|
3346
3346
|
{
|
|
3347
|
+
"entity": "Mission",
|
|
3348
|
+
"fields": [],
|
|
3347
3349
|
"itemActions": [
|
|
3348
3350
|
{
|
|
3349
|
-
"
|
|
3350
|
-
"
|
|
3351
|
+
"event": "PROGRESS",
|
|
3352
|
+
"label": "Progress"
|
|
3351
3353
|
},
|
|
3352
3354
|
{
|
|
3353
3355
|
"label": "Complete",
|
|
@@ -3359,35 +3361,27 @@
|
|
|
3359
3361
|
"label": "Fail"
|
|
3360
3362
|
}
|
|
3361
3363
|
],
|
|
3362
|
-
"fields": [],
|
|
3363
|
-
"type": "data-grid",
|
|
3364
|
-
"entity": "Mission",
|
|
3365
3364
|
"renderItem": [
|
|
3366
3365
|
"fn",
|
|
3367
3366
|
"item",
|
|
3368
3367
|
{
|
|
3369
|
-
"type": "stack",
|
|
3370
|
-
"gap": "sm",
|
|
3371
|
-
"direction": "vertical",
|
|
3372
3368
|
"children": [
|
|
3373
3369
|
{
|
|
3374
|
-
"type": "stack",
|
|
3375
|
-
"justify": "between",
|
|
3376
3370
|
"children": [
|
|
3377
3371
|
{
|
|
3378
|
-
"gap": "sm",
|
|
3379
|
-
"type": "stack",
|
|
3380
3372
|
"direction": "horizontal",
|
|
3381
3373
|
"align": "center",
|
|
3374
|
+
"gap": "sm",
|
|
3375
|
+
"type": "stack",
|
|
3382
3376
|
"children": [
|
|
3383
3377
|
{
|
|
3384
|
-
"
|
|
3385
|
-
"
|
|
3378
|
+
"name": "flag",
|
|
3379
|
+
"type": "icon"
|
|
3386
3380
|
},
|
|
3387
3381
|
{
|
|
3388
|
-
"content": "@item.title",
|
|
3389
3382
|
"variant": "h4",
|
|
3390
|
-
"type": "typography"
|
|
3383
|
+
"type": "typography",
|
|
3384
|
+
"content": "@item.title"
|
|
3391
3385
|
}
|
|
3392
3386
|
]
|
|
3393
3387
|
},
|
|
@@ -3396,24 +3390,30 @@
|
|
|
3396
3390
|
"label": "@item.description"
|
|
3397
3391
|
}
|
|
3398
3392
|
],
|
|
3393
|
+
"type": "stack",
|
|
3394
|
+
"justify": "between",
|
|
3399
3395
|
"direction": "horizontal",
|
|
3400
3396
|
"align": "center"
|
|
3401
3397
|
},
|
|
3402
3398
|
{
|
|
3399
|
+
"variant": "caption",
|
|
3403
3400
|
"type": "typography",
|
|
3404
|
-
"content": "@item.status"
|
|
3405
|
-
"variant": "caption"
|
|
3401
|
+
"content": "@item.status"
|
|
3406
3402
|
}
|
|
3407
|
-
]
|
|
3403
|
+
],
|
|
3404
|
+
"type": "stack",
|
|
3405
|
+
"gap": "sm",
|
|
3406
|
+
"direction": "vertical"
|
|
3408
3407
|
}
|
|
3409
|
-
]
|
|
3408
|
+
],
|
|
3409
|
+
"type": "data-grid"
|
|
3410
3410
|
}
|
|
3411
3411
|
],
|
|
3412
|
+
"type": "stack",
|
|
3413
|
+
"direction": "vertical",
|
|
3412
3414
|
"gap": "lg"
|
|
3413
3415
|
}
|
|
3414
|
-
]
|
|
3415
|
-
"type": "game-shell",
|
|
3416
|
-
"appName": "RPG Game"
|
|
3416
|
+
]
|
|
3417
3417
|
}
|
|
3418
3418
|
]
|
|
3419
3419
|
]
|
|
@@ -3433,8 +3433,8 @@
|
|
|
3433
3433
|
"Mission",
|
|
3434
3434
|
{
|
|
3435
3435
|
"emit": {
|
|
3436
|
-
"
|
|
3437
|
-
"
|
|
3436
|
+
"failure": "MissionLoadFailed",
|
|
3437
|
+
"success": "MissionLoaded"
|
|
3438
3438
|
}
|
|
3439
3439
|
}
|
|
3440
3440
|
],
|
|
@@ -3442,38 +3442,38 @@
|
|
|
3442
3442
|
"render-ui",
|
|
3443
3443
|
"main",
|
|
3444
3444
|
{
|
|
3445
|
-
"appName": "RPG Game",
|
|
3446
3445
|
"showTopBar": true,
|
|
3446
|
+
"type": "game-shell",
|
|
3447
3447
|
"children": [
|
|
3448
3448
|
{
|
|
3449
3449
|
"children": [
|
|
3450
3450
|
{
|
|
3451
|
-
"
|
|
3452
|
-
"justify": "between",
|
|
3451
|
+
"type": "stack",
|
|
3453
3452
|
"gap": "md",
|
|
3453
|
+
"justify": "between",
|
|
3454
|
+
"direction": "horizontal",
|
|
3454
3455
|
"children": [
|
|
3455
3456
|
{
|
|
3456
3457
|
"children": [
|
|
3457
3458
|
{
|
|
3458
|
-
"
|
|
3459
|
-
"
|
|
3459
|
+
"name": "flag",
|
|
3460
|
+
"type": "icon"
|
|
3460
3461
|
},
|
|
3461
3462
|
{
|
|
3463
|
+
"variant": "h2",
|
|
3462
3464
|
"type": "typography",
|
|
3463
|
-
"content": "Missions Board"
|
|
3464
|
-
"variant": "h2"
|
|
3465
|
+
"content": "Missions Board"
|
|
3465
3466
|
}
|
|
3466
3467
|
],
|
|
3468
|
+
"gap": "md",
|
|
3467
3469
|
"type": "stack",
|
|
3468
|
-
"direction": "horizontal"
|
|
3469
|
-
"gap": "md"
|
|
3470
|
+
"direction": "horizontal"
|
|
3470
3471
|
},
|
|
3471
3472
|
{
|
|
3472
3473
|
"type": "badge",
|
|
3473
3474
|
"label": "Active"
|
|
3474
3475
|
}
|
|
3475
|
-
]
|
|
3476
|
-
"type": "stack"
|
|
3476
|
+
]
|
|
3477
3477
|
},
|
|
3478
3478
|
{
|
|
3479
3479
|
"type": "divider"
|
|
@@ -3484,77 +3484,77 @@
|
|
|
3484
3484
|
"value": 50.0
|
|
3485
3485
|
},
|
|
3486
3486
|
{
|
|
3487
|
+
"type": "data-grid",
|
|
3488
|
+
"entity": "Mission",
|
|
3489
|
+
"itemActions": [
|
|
3490
|
+
{
|
|
3491
|
+
"event": "PROGRESS",
|
|
3492
|
+
"label": "Progress"
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"label": "Complete",
|
|
3496
|
+
"event": "COMPLETE"
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"variant": "danger",
|
|
3500
|
+
"label": "Fail",
|
|
3501
|
+
"event": "FAIL"
|
|
3502
|
+
}
|
|
3503
|
+
],
|
|
3504
|
+
"fields": [],
|
|
3487
3505
|
"renderItem": [
|
|
3488
3506
|
"fn",
|
|
3489
3507
|
"item",
|
|
3490
3508
|
{
|
|
3491
3509
|
"type": "stack",
|
|
3492
|
-
"direction": "vertical",
|
|
3493
3510
|
"children": [
|
|
3494
3511
|
{
|
|
3495
|
-
"type": "stack",
|
|
3496
|
-
"direction": "horizontal",
|
|
3497
3512
|
"children": [
|
|
3498
3513
|
{
|
|
3499
3514
|
"type": "stack",
|
|
3500
|
-
"direction": "horizontal",
|
|
3501
3515
|
"align": "center",
|
|
3516
|
+
"direction": "horizontal",
|
|
3517
|
+
"gap": "sm",
|
|
3502
3518
|
"children": [
|
|
3503
3519
|
{
|
|
3504
|
-
"
|
|
3505
|
-
"
|
|
3520
|
+
"name": "flag",
|
|
3521
|
+
"type": "icon"
|
|
3506
3522
|
},
|
|
3507
3523
|
{
|
|
3508
|
-
"content": "@item.title",
|
|
3509
3524
|
"variant": "h4",
|
|
3525
|
+
"content": "@item.title",
|
|
3510
3526
|
"type": "typography"
|
|
3511
3527
|
}
|
|
3512
|
-
]
|
|
3513
|
-
"gap": "sm"
|
|
3528
|
+
]
|
|
3514
3529
|
},
|
|
3515
3530
|
{
|
|
3516
|
-
"
|
|
3517
|
-
"
|
|
3531
|
+
"label": "@item.description",
|
|
3532
|
+
"type": "badge"
|
|
3518
3533
|
}
|
|
3519
3534
|
],
|
|
3520
3535
|
"align": "center",
|
|
3536
|
+
"type": "stack",
|
|
3537
|
+
"direction": "horizontal",
|
|
3521
3538
|
"justify": "between"
|
|
3522
3539
|
},
|
|
3523
3540
|
{
|
|
3524
|
-
"variant": "caption",
|
|
3525
3541
|
"type": "typography",
|
|
3542
|
+
"variant": "caption",
|
|
3526
3543
|
"content": "@item.status"
|
|
3527
3544
|
}
|
|
3528
3545
|
],
|
|
3546
|
+
"direction": "vertical",
|
|
3529
3547
|
"gap": "sm"
|
|
3530
3548
|
}
|
|
3531
|
-
],
|
|
3532
|
-
"fields": [],
|
|
3533
|
-
"entity": "Mission",
|
|
3534
|
-
"type": "data-grid",
|
|
3535
|
-
"itemActions": [
|
|
3536
|
-
{
|
|
3537
|
-
"label": "Progress",
|
|
3538
|
-
"event": "PROGRESS"
|
|
3539
|
-
},
|
|
3540
|
-
{
|
|
3541
|
-
"event": "COMPLETE",
|
|
3542
|
-
"label": "Complete"
|
|
3543
|
-
},
|
|
3544
|
-
{
|
|
3545
|
-
"variant": "danger",
|
|
3546
|
-
"label": "Fail",
|
|
3547
|
-
"event": "FAIL"
|
|
3548
|
-
}
|
|
3549
3549
|
]
|
|
3550
3550
|
}
|
|
3551
3551
|
],
|
|
3552
|
-
"direction": "vertical",
|
|
3553
3552
|
"type": "stack",
|
|
3553
|
+
"direction": "vertical",
|
|
3554
3554
|
"gap": "lg"
|
|
3555
3555
|
}
|
|
3556
3556
|
],
|
|
3557
|
-
"
|
|
3557
|
+
"appName": "RPG Game"
|
|
3558
3558
|
}
|
|
3559
3559
|
]
|
|
3560
3560
|
]
|
|
@@ -3583,119 +3583,119 @@
|
|
|
3583
3583
|
"render-ui",
|
|
3584
3584
|
"main",
|
|
3585
3585
|
{
|
|
3586
|
+
"type": "game-shell",
|
|
3587
|
+
"appName": "RPG Game",
|
|
3588
|
+
"showTopBar": true,
|
|
3586
3589
|
"children": [
|
|
3587
3590
|
{
|
|
3588
3591
|
"children": [
|
|
3589
3592
|
{
|
|
3590
3593
|
"justify": "between",
|
|
3591
|
-
"gap": "md",
|
|
3592
|
-
"type": "stack",
|
|
3593
|
-
"direction": "horizontal",
|
|
3594
3594
|
"children": [
|
|
3595
3595
|
{
|
|
3596
|
-
"gap": "md",
|
|
3597
3596
|
"direction": "horizontal",
|
|
3597
|
+
"gap": "md",
|
|
3598
|
+
"type": "stack",
|
|
3598
3599
|
"children": [
|
|
3599
3600
|
{
|
|
3600
3601
|
"type": "icon",
|
|
3601
3602
|
"name": "flag"
|
|
3602
3603
|
},
|
|
3603
3604
|
{
|
|
3604
|
-
"
|
|
3605
|
+
"content": "Missions Board",
|
|
3605
3606
|
"variant": "h2",
|
|
3606
|
-
"
|
|
3607
|
+
"type": "typography"
|
|
3607
3608
|
}
|
|
3608
|
-
]
|
|
3609
|
-
"type": "stack"
|
|
3609
|
+
]
|
|
3610
3610
|
},
|
|
3611
3611
|
{
|
|
3612
|
-
"
|
|
3613
|
-
"
|
|
3612
|
+
"label": "Active",
|
|
3613
|
+
"type": "badge"
|
|
3614
3614
|
}
|
|
3615
|
-
]
|
|
3615
|
+
],
|
|
3616
|
+
"direction": "horizontal",
|
|
3617
|
+
"type": "stack",
|
|
3618
|
+
"gap": "md"
|
|
3616
3619
|
},
|
|
3617
3620
|
{
|
|
3618
3621
|
"type": "divider"
|
|
3619
3622
|
},
|
|
3620
3623
|
{
|
|
3621
|
-
"value": 50.0,
|
|
3622
3624
|
"showPercentage": true,
|
|
3625
|
+
"value": 50.0,
|
|
3623
3626
|
"type": "progress-bar"
|
|
3624
3627
|
},
|
|
3625
3628
|
{
|
|
3626
|
-
"entity": "Mission",
|
|
3627
|
-
"fields": [],
|
|
3628
|
-
"itemActions": [
|
|
3629
|
-
{
|
|
3630
|
-
"label": "Progress",
|
|
3631
|
-
"event": "PROGRESS"
|
|
3632
|
-
},
|
|
3633
|
-
{
|
|
3634
|
-
"event": "COMPLETE",
|
|
3635
|
-
"label": "Complete"
|
|
3636
|
-
},
|
|
3637
|
-
{
|
|
3638
|
-
"label": "Fail",
|
|
3639
|
-
"event": "FAIL",
|
|
3640
|
-
"variant": "danger"
|
|
3641
|
-
}
|
|
3642
|
-
],
|
|
3643
|
-
"type": "data-grid",
|
|
3644
3629
|
"renderItem": [
|
|
3645
3630
|
"fn",
|
|
3646
3631
|
"item",
|
|
3647
3632
|
{
|
|
3648
3633
|
"direction": "vertical",
|
|
3649
|
-
"gap": "sm",
|
|
3650
3634
|
"type": "stack",
|
|
3635
|
+
"gap": "sm",
|
|
3651
3636
|
"children": [
|
|
3652
3637
|
{
|
|
3653
|
-
"align": "center",
|
|
3654
3638
|
"type": "stack",
|
|
3655
|
-
"
|
|
3639
|
+
"align": "center",
|
|
3656
3640
|
"direction": "horizontal",
|
|
3657
3641
|
"children": [
|
|
3658
3642
|
{
|
|
3659
|
-
"gap": "sm",
|
|
3660
|
-
"align": "center",
|
|
3661
|
-
"type": "stack",
|
|
3662
3643
|
"children": [
|
|
3663
3644
|
{
|
|
3664
|
-
"
|
|
3665
|
-
"
|
|
3645
|
+
"type": "icon",
|
|
3646
|
+
"name": "flag"
|
|
3666
3647
|
},
|
|
3667
3648
|
{
|
|
3668
3649
|
"type": "typography",
|
|
3669
|
-
"
|
|
3670
|
-
"
|
|
3650
|
+
"content": "@item.title",
|
|
3651
|
+
"variant": "h4"
|
|
3671
3652
|
}
|
|
3672
3653
|
],
|
|
3673
|
-
"
|
|
3654
|
+
"gap": "sm",
|
|
3655
|
+
"direction": "horizontal",
|
|
3656
|
+
"align": "center",
|
|
3657
|
+
"type": "stack"
|
|
3674
3658
|
},
|
|
3675
3659
|
{
|
|
3676
|
-
"
|
|
3677
|
-
"
|
|
3660
|
+
"label": "@item.description",
|
|
3661
|
+
"type": "badge"
|
|
3678
3662
|
}
|
|
3679
|
-
]
|
|
3663
|
+
],
|
|
3664
|
+
"justify": "between"
|
|
3680
3665
|
},
|
|
3681
3666
|
{
|
|
3682
3667
|
"content": "@item.status",
|
|
3683
|
-
"
|
|
3684
|
-
"
|
|
3668
|
+
"type": "typography",
|
|
3669
|
+
"variant": "caption"
|
|
3685
3670
|
}
|
|
3686
3671
|
]
|
|
3687
3672
|
}
|
|
3688
|
-
]
|
|
3673
|
+
],
|
|
3674
|
+
"fields": [],
|
|
3675
|
+
"entity": "Mission",
|
|
3676
|
+
"itemActions": [
|
|
3677
|
+
{
|
|
3678
|
+
"label": "Progress",
|
|
3679
|
+
"event": "PROGRESS"
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"label": "Complete",
|
|
3683
|
+
"event": "COMPLETE"
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"label": "Fail",
|
|
3687
|
+
"event": "FAIL",
|
|
3688
|
+
"variant": "danger"
|
|
3689
|
+
}
|
|
3690
|
+
],
|
|
3691
|
+
"type": "data-grid"
|
|
3689
3692
|
}
|
|
3690
3693
|
],
|
|
3691
|
-
"gap": "lg",
|
|
3692
3694
|
"direction": "vertical",
|
|
3693
|
-
"type": "stack"
|
|
3695
|
+
"type": "stack",
|
|
3696
|
+
"gap": "lg"
|
|
3694
3697
|
}
|
|
3695
|
-
]
|
|
3696
|
-
"appName": "RPG Game",
|
|
3697
|
-
"type": "game-shell",
|
|
3698
|
-
"showTopBar": true
|
|
3698
|
+
]
|
|
3699
3699
|
}
|
|
3700
3700
|
]
|
|
3701
3701
|
]
|
|
@@ -3720,16 +3720,17 @@
|
|
|
3720
3720
|
"main",
|
|
3721
3721
|
{
|
|
3722
3722
|
"type": "game-shell",
|
|
3723
|
-
"appName": "RPG Game",
|
|
3724
3723
|
"showTopBar": true,
|
|
3724
|
+
"appName": "RPG Game",
|
|
3725
3725
|
"children": [
|
|
3726
3726
|
{
|
|
3727
3727
|
"direction": "vertical",
|
|
3728
|
+
"gap": "lg",
|
|
3729
|
+
"type": "stack",
|
|
3728
3730
|
"children": [
|
|
3729
3731
|
{
|
|
3730
3732
|
"direction": "horizontal",
|
|
3731
3733
|
"justify": "between",
|
|
3732
|
-
"gap": "md",
|
|
3733
3734
|
"children": [
|
|
3734
3735
|
{
|
|
3735
3736
|
"type": "stack",
|
|
@@ -3748,21 +3749,13 @@
|
|
|
3748
3749
|
"gap": "md"
|
|
3749
3750
|
}
|
|
3750
3751
|
],
|
|
3751
|
-
"type": "stack"
|
|
3752
|
+
"type": "stack",
|
|
3753
|
+
"gap": "md"
|
|
3752
3754
|
},
|
|
3753
3755
|
{
|
|
3754
3756
|
"type": "divider"
|
|
3755
3757
|
},
|
|
3756
3758
|
{
|
|
3757
|
-
"entity": "Mission",
|
|
3758
|
-
"fields": [],
|
|
3759
|
-
"groupBy": "status",
|
|
3760
|
-
"itemActions": [
|
|
3761
|
-
{
|
|
3762
|
-
"label": "Accept",
|
|
3763
|
-
"event": "ACCEPT"
|
|
3764
|
-
}
|
|
3765
|
-
],
|
|
3766
3759
|
"renderItem": [
|
|
3767
3760
|
"fn",
|
|
3768
3761
|
"item",
|
|
@@ -3770,24 +3763,23 @@
|
|
|
3770
3763
|
"children": [
|
|
3771
3764
|
{
|
|
3772
3765
|
"direction": "horizontal",
|
|
3773
|
-
"align": "center",
|
|
3774
3766
|
"children": [
|
|
3775
3767
|
{
|
|
3776
|
-
"gap": "sm",
|
|
3777
|
-
"align": "center",
|
|
3778
3768
|
"children": [
|
|
3779
3769
|
{
|
|
3780
|
-
"
|
|
3781
|
-
"
|
|
3770
|
+
"type": "icon",
|
|
3771
|
+
"name": "flag"
|
|
3782
3772
|
},
|
|
3783
3773
|
{
|
|
3774
|
+
"type": "typography",
|
|
3784
3775
|
"content": "@item.title",
|
|
3785
|
-
"variant": "h4"
|
|
3786
|
-
"type": "typography"
|
|
3776
|
+
"variant": "h4"
|
|
3787
3777
|
}
|
|
3788
3778
|
],
|
|
3779
|
+
"direction": "horizontal",
|
|
3780
|
+
"gap": "sm",
|
|
3789
3781
|
"type": "stack",
|
|
3790
|
-
"
|
|
3782
|
+
"align": "center"
|
|
3791
3783
|
},
|
|
3792
3784
|
{
|
|
3793
3785
|
"label": "@item.description",
|
|
@@ -3795,24 +3787,32 @@
|
|
|
3795
3787
|
}
|
|
3796
3788
|
],
|
|
3797
3789
|
"type": "stack",
|
|
3798
|
-
"justify": "between"
|
|
3790
|
+
"justify": "between",
|
|
3791
|
+
"align": "center"
|
|
3799
3792
|
},
|
|
3800
3793
|
{
|
|
3801
|
-
"variant": "caption",
|
|
3802
3794
|
"content": "@item.status",
|
|
3803
|
-
"type": "typography"
|
|
3795
|
+
"type": "typography",
|
|
3796
|
+
"variant": "caption"
|
|
3804
3797
|
}
|
|
3805
3798
|
],
|
|
3799
|
+
"gap": "sm",
|
|
3806
3800
|
"direction": "vertical",
|
|
3807
|
-
"type": "stack"
|
|
3808
|
-
"gap": "sm"
|
|
3801
|
+
"type": "stack"
|
|
3809
3802
|
}
|
|
3810
3803
|
],
|
|
3811
|
-
"
|
|
3804
|
+
"entity": "Mission",
|
|
3805
|
+
"groupBy": "status",
|
|
3806
|
+
"type": "data-list",
|
|
3807
|
+
"fields": [],
|
|
3808
|
+
"itemActions": [
|
|
3809
|
+
{
|
|
3810
|
+
"label": "Accept",
|
|
3811
|
+
"event": "ACCEPT"
|
|
3812
|
+
}
|
|
3813
|
+
]
|
|
3812
3814
|
}
|
|
3813
|
-
]
|
|
3814
|
-
"type": "stack",
|
|
3815
|
-
"gap": "lg"
|
|
3815
|
+
]
|
|
3816
3816
|
}
|
|
3817
3817
|
]
|
|
3818
3818
|
}
|
|
@@ -3829,8 +3829,8 @@
|
|
|
3829
3829
|
"Mission",
|
|
3830
3830
|
{
|
|
3831
3831
|
"emit": {
|
|
3832
|
-
"
|
|
3833
|
-
"
|
|
3832
|
+
"failure": "MissionLoadFailed",
|
|
3833
|
+
"success": "MissionLoaded"
|
|
3834
3834
|
}
|
|
3835
3835
|
}
|
|
3836
3836
|
],
|
|
@@ -3843,80 +3843,73 @@
|
|
|
3843
3843
|
"type": "game-shell",
|
|
3844
3844
|
"children": [
|
|
3845
3845
|
{
|
|
3846
|
-
"gap": "lg",
|
|
3847
|
-
"type": "stack",
|
|
3848
|
-
"direction": "vertical",
|
|
3849
3846
|
"children": [
|
|
3850
3847
|
{
|
|
3851
3848
|
"justify": "between",
|
|
3852
|
-
"type": "stack",
|
|
3853
|
-
"direction": "horizontal",
|
|
3854
|
-
"gap": "md",
|
|
3855
3849
|
"children": [
|
|
3856
3850
|
{
|
|
3851
|
+
"type": "stack",
|
|
3852
|
+
"gap": "md",
|
|
3857
3853
|
"children": [
|
|
3858
3854
|
{
|
|
3859
3855
|
"name": "flag",
|
|
3860
3856
|
"type": "icon"
|
|
3861
3857
|
},
|
|
3862
3858
|
{
|
|
3863
|
-
"content": "Missions Board",
|
|
3864
3859
|
"variant": "h2",
|
|
3865
|
-
"type": "typography"
|
|
3860
|
+
"type": "typography",
|
|
3861
|
+
"content": "Missions Board"
|
|
3866
3862
|
}
|
|
3867
3863
|
],
|
|
3868
|
-
"gap": "md",
|
|
3869
|
-
"type": "stack",
|
|
3870
3864
|
"direction": "horizontal"
|
|
3871
3865
|
}
|
|
3872
|
-
]
|
|
3866
|
+
],
|
|
3867
|
+
"type": "stack",
|
|
3868
|
+
"direction": "horizontal",
|
|
3869
|
+
"gap": "md"
|
|
3873
3870
|
},
|
|
3874
3871
|
{
|
|
3875
3872
|
"type": "divider"
|
|
3876
3873
|
},
|
|
3877
3874
|
{
|
|
3875
|
+
"type": "data-list",
|
|
3876
|
+
"entity": "Mission",
|
|
3878
3877
|
"fields": [],
|
|
3879
|
-
"itemActions": [
|
|
3880
|
-
{
|
|
3881
|
-
"label": "Accept",
|
|
3882
|
-
"event": "ACCEPT"
|
|
3883
|
-
}
|
|
3884
|
-
],
|
|
3885
3878
|
"renderItem": [
|
|
3886
3879
|
"fn",
|
|
3887
3880
|
"item",
|
|
3888
3881
|
{
|
|
3889
|
-
"
|
|
3882
|
+
"type": "stack",
|
|
3890
3883
|
"gap": "sm",
|
|
3891
3884
|
"children": [
|
|
3892
3885
|
{
|
|
3893
3886
|
"direction": "horizontal",
|
|
3894
|
-
"justify": "between",
|
|
3895
3887
|
"align": "center",
|
|
3896
|
-
"type": "stack",
|
|
3897
3888
|
"children": [
|
|
3898
3889
|
{
|
|
3899
|
-
"
|
|
3900
|
-
"direction": "horizontal",
|
|
3890
|
+
"align": "center",
|
|
3901
3891
|
"gap": "sm",
|
|
3892
|
+
"direction": "horizontal",
|
|
3893
|
+
"type": "stack",
|
|
3902
3894
|
"children": [
|
|
3903
3895
|
{
|
|
3904
3896
|
"name": "flag",
|
|
3905
3897
|
"type": "icon"
|
|
3906
3898
|
},
|
|
3907
3899
|
{
|
|
3900
|
+
"content": "@item.title",
|
|
3908
3901
|
"type": "typography",
|
|
3909
|
-
"variant": "h4"
|
|
3910
|
-
"content": "@item.title"
|
|
3902
|
+
"variant": "h4"
|
|
3911
3903
|
}
|
|
3912
|
-
]
|
|
3913
|
-
"align": "center"
|
|
3904
|
+
]
|
|
3914
3905
|
},
|
|
3915
3906
|
{
|
|
3916
3907
|
"label": "@item.description",
|
|
3917
3908
|
"type": "badge"
|
|
3918
3909
|
}
|
|
3919
|
-
]
|
|
3910
|
+
],
|
|
3911
|
+
"type": "stack",
|
|
3912
|
+
"justify": "between"
|
|
3920
3913
|
},
|
|
3921
3914
|
{
|
|
3922
3915
|
"type": "typography",
|
|
@@ -3924,14 +3917,21 @@
|
|
|
3924
3917
|
"content": "@item.status"
|
|
3925
3918
|
}
|
|
3926
3919
|
],
|
|
3927
|
-
"
|
|
3920
|
+
"direction": "vertical"
|
|
3928
3921
|
}
|
|
3929
3922
|
],
|
|
3930
3923
|
"groupBy": "status",
|
|
3931
|
-
"
|
|
3932
|
-
|
|
3924
|
+
"itemActions": [
|
|
3925
|
+
{
|
|
3926
|
+
"label": "Accept",
|
|
3927
|
+
"event": "ACCEPT"
|
|
3928
|
+
}
|
|
3929
|
+
]
|
|
3933
3930
|
}
|
|
3934
|
-
]
|
|
3931
|
+
],
|
|
3932
|
+
"gap": "lg",
|
|
3933
|
+
"type": "stack",
|
|
3934
|
+
"direction": "vertical"
|
|
3935
3935
|
}
|
|
3936
3936
|
]
|
|
3937
3937
|
}
|