@almadar/std 16.45.0 → 16.47.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/registry/ui/game/organisms/ui-battle-board.orb +16 -2
- package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +18 -0
- package/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +18 -0
- package/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +18 -0
- package/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +18 -0
- package/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +28 -0
- package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +6 -1
- package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +16 -2
- package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +18 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +18 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +18 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +18 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +28 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +6 -1
- package/dist/registry/ui/game/organisms/ui-battle-board.orb +16 -2
- package/dist/registry/ui/game/organisms/ui-builder-board.orb +18 -0
- package/dist/registry/ui/game/organisms/ui-classifier-board.orb +18 -0
- package/dist/registry/ui/game/organisms/ui-debugger-board.orb +18 -0
- package/dist/registry/ui/game/organisms/ui-negotiator-board.orb +18 -0
- package/dist/registry/ui/game/organisms/ui-simulator-board.orb +28 -0
- package/dist/registry/ui/game/organisms/ui-world-map-board.orb +6 -1
- package/package.json +1 -1
|
@@ -228,7 +228,16 @@
|
|
|
228
228
|
},
|
|
229
229
|
"assetManifest": {
|
|
230
230
|
"default": {
|
|
231
|
-
"effects": {
|
|
231
|
+
"effects": {
|
|
232
|
+
"death": "effects/explosions/pixel/pixelExplosion07.png",
|
|
233
|
+
"fire": "effects/particles/fire_02.png",
|
|
234
|
+
"heal": "effects/particles/magic_02.png",
|
|
235
|
+
"hit": "effects/particles/spark_06.png",
|
|
236
|
+
"magic": "effects/particles/magic_02.png",
|
|
237
|
+
"melee": "effects/particles/slash_03.png",
|
|
238
|
+
"ranged": "effects/particles/spark_06.png",
|
|
239
|
+
"smoke": "effects/particles/smoke_02.png"
|
|
240
|
+
},
|
|
232
241
|
"features": {
|
|
233
242
|
"castle": "castle/resonator_citadel.png",
|
|
234
243
|
"gold_mine": "world-map/gold_mine.png",
|
|
@@ -300,7 +309,12 @@
|
|
|
300
309
|
"type": "string"
|
|
301
310
|
},
|
|
302
311
|
"effectSpriteUrls": {
|
|
303
|
-
"default": [
|
|
312
|
+
"default": [
|
|
313
|
+
"https://almadar-kflow-assets.web.app/shared/effects/particles/slash_03.png",
|
|
314
|
+
"https://almadar-kflow-assets.web.app/shared/effects/particles/magic_02.png",
|
|
315
|
+
"https://almadar-kflow-assets.web.app/shared/effects/particles/spark_06.png",
|
|
316
|
+
"https://almadar-kflow-assets.web.app/shared/effects/explosions/pixel/pixelExplosion07.png"
|
|
317
|
+
],
|
|
304
318
|
"description": "effectSpriteUrls prop",
|
|
305
319
|
"items": {
|
|
306
320
|
"type": "string"
|
|
@@ -500,6 +500,7 @@
|
|
|
500
500
|
"main",
|
|
501
501
|
{
|
|
502
502
|
"activeFilters": "@config.activeFilters",
|
|
503
|
+
"checkEvent": "CHECK",
|
|
503
504
|
"className": "@config.className",
|
|
504
505
|
"completeEvent": "COMPLETE",
|
|
505
506
|
"entity": "@entity",
|
|
@@ -507,6 +508,8 @@
|
|
|
507
508
|
"isLoading": "@config.isLoading",
|
|
508
509
|
"page": "@config.pageProp",
|
|
509
510
|
"pageSize": "@config.pageSize",
|
|
511
|
+
"placeEvent": "PLACE",
|
|
512
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
510
513
|
"searchValue": "@config.searchValue",
|
|
511
514
|
"selectedIds": "@config.selectedIds",
|
|
512
515
|
"sortBy": "@config.sortBy",
|
|
@@ -546,8 +549,11 @@
|
|
|
546
549
|
"render-ui",
|
|
547
550
|
"main",
|
|
548
551
|
{
|
|
552
|
+
"checkEvent": "CHECK",
|
|
549
553
|
"completeEvent": "COMPLETE",
|
|
550
554
|
"entity": "@entity",
|
|
555
|
+
"placeEvent": "PLACE",
|
|
556
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
551
557
|
"type": "builder-board"
|
|
552
558
|
}
|
|
553
559
|
]
|
|
@@ -590,8 +596,11 @@
|
|
|
590
596
|
"render-ui",
|
|
591
597
|
"main",
|
|
592
598
|
{
|
|
599
|
+
"checkEvent": "CHECK",
|
|
593
600
|
"completeEvent": "COMPLETE",
|
|
594
601
|
"entity": "@entity",
|
|
602
|
+
"placeEvent": "PLACE",
|
|
603
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
595
604
|
"type": "builder-board"
|
|
596
605
|
}
|
|
597
606
|
]
|
|
@@ -620,8 +629,11 @@
|
|
|
620
629
|
"render-ui",
|
|
621
630
|
"main",
|
|
622
631
|
{
|
|
632
|
+
"checkEvent": "CHECK",
|
|
623
633
|
"completeEvent": "COMPLETE",
|
|
624
634
|
"entity": "@entity",
|
|
635
|
+
"placeEvent": "PLACE",
|
|
636
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
625
637
|
"type": "builder-board"
|
|
626
638
|
}
|
|
627
639
|
]
|
|
@@ -673,8 +685,11 @@
|
|
|
673
685
|
"render-ui",
|
|
674
686
|
"main",
|
|
675
687
|
{
|
|
688
|
+
"checkEvent": "CHECK",
|
|
676
689
|
"completeEvent": "COMPLETE",
|
|
677
690
|
"entity": "@entity",
|
|
691
|
+
"placeEvent": "PLACE",
|
|
692
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
678
693
|
"type": "builder-board"
|
|
679
694
|
}
|
|
680
695
|
]
|
|
@@ -732,8 +747,11 @@
|
|
|
732
747
|
"render-ui",
|
|
733
748
|
"main",
|
|
734
749
|
{
|
|
750
|
+
"checkEvent": "CHECK",
|
|
735
751
|
"completeEvent": "COMPLETE",
|
|
736
752
|
"entity": "@entity",
|
|
753
|
+
"placeEvent": "PLACE",
|
|
754
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
737
755
|
"type": "builder-board"
|
|
738
756
|
}
|
|
739
757
|
]
|
|
@@ -452,6 +452,8 @@
|
|
|
452
452
|
"main",
|
|
453
453
|
{
|
|
454
454
|
"activeFilters": "@config.activeFilters",
|
|
455
|
+
"assignEvent": "ASSIGN",
|
|
456
|
+
"checkEvent": "CHECK",
|
|
455
457
|
"className": "@config.className",
|
|
456
458
|
"completeEvent": "COMPLETE",
|
|
457
459
|
"entity": "@entity",
|
|
@@ -459,6 +461,7 @@
|
|
|
459
461
|
"isLoading": "@config.isLoading",
|
|
460
462
|
"page": "@config.pageProp",
|
|
461
463
|
"pageSize": "@config.pageSize",
|
|
464
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
462
465
|
"searchValue": "@config.searchValue",
|
|
463
466
|
"selectedIds": "@config.selectedIds",
|
|
464
467
|
"sortBy": "@config.sortBy",
|
|
@@ -493,8 +496,11 @@
|
|
|
493
496
|
"render-ui",
|
|
494
497
|
"main",
|
|
495
498
|
{
|
|
499
|
+
"assignEvent": "ASSIGN",
|
|
500
|
+
"checkEvent": "CHECK",
|
|
496
501
|
"completeEvent": "COMPLETE",
|
|
497
502
|
"entity": "@entity",
|
|
503
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
498
504
|
"type": "classifier-board"
|
|
499
505
|
}
|
|
500
506
|
]
|
|
@@ -537,8 +543,11 @@
|
|
|
537
543
|
"render-ui",
|
|
538
544
|
"main",
|
|
539
545
|
{
|
|
546
|
+
"assignEvent": "ASSIGN",
|
|
547
|
+
"checkEvent": "CHECK",
|
|
540
548
|
"completeEvent": "COMPLETE",
|
|
541
549
|
"entity": "@entity",
|
|
550
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
542
551
|
"type": "classifier-board"
|
|
543
552
|
}
|
|
544
553
|
]
|
|
@@ -567,8 +576,11 @@
|
|
|
567
576
|
"render-ui",
|
|
568
577
|
"main",
|
|
569
578
|
{
|
|
579
|
+
"assignEvent": "ASSIGN",
|
|
580
|
+
"checkEvent": "CHECK",
|
|
570
581
|
"completeEvent": "COMPLETE",
|
|
571
582
|
"entity": "@entity",
|
|
583
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
572
584
|
"type": "classifier-board"
|
|
573
585
|
}
|
|
574
586
|
]
|
|
@@ -620,8 +632,11 @@
|
|
|
620
632
|
"render-ui",
|
|
621
633
|
"main",
|
|
622
634
|
{
|
|
635
|
+
"assignEvent": "ASSIGN",
|
|
636
|
+
"checkEvent": "CHECK",
|
|
623
637
|
"completeEvent": "COMPLETE",
|
|
624
638
|
"entity": "@entity",
|
|
639
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
625
640
|
"type": "classifier-board"
|
|
626
641
|
}
|
|
627
642
|
]
|
|
@@ -679,8 +694,11 @@
|
|
|
679
694
|
"render-ui",
|
|
680
695
|
"main",
|
|
681
696
|
{
|
|
697
|
+
"assignEvent": "ASSIGN",
|
|
698
|
+
"checkEvent": "CHECK",
|
|
682
699
|
"completeEvent": "COMPLETE",
|
|
683
700
|
"entity": "@entity",
|
|
701
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
684
702
|
"type": "classifier-board"
|
|
685
703
|
}
|
|
686
704
|
]
|
|
@@ -424,6 +424,7 @@
|
|
|
424
424
|
"main",
|
|
425
425
|
{
|
|
426
426
|
"activeFilters": "@config.activeFilters",
|
|
427
|
+
"checkEvent": "CHECK",
|
|
427
428
|
"className": "@config.className",
|
|
428
429
|
"completeEvent": "COMPLETE",
|
|
429
430
|
"entity": "@entity",
|
|
@@ -431,10 +432,12 @@
|
|
|
431
432
|
"isLoading": "@config.isLoading",
|
|
432
433
|
"page": "@config.pageProp",
|
|
433
434
|
"pageSize": "@config.pageSize",
|
|
435
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
434
436
|
"searchValue": "@config.searchValue",
|
|
435
437
|
"selectedIds": "@config.selectedIds",
|
|
436
438
|
"sortBy": "@config.sortBy",
|
|
437
439
|
"sortDirection": "@config.sortDirection",
|
|
440
|
+
"toggleFlagEvent": "TOGGLE_FLAG",
|
|
438
441
|
"totalCount": "@config.totalCount",
|
|
439
442
|
"type": "debugger-board"
|
|
440
443
|
}
|
|
@@ -465,8 +468,11 @@
|
|
|
465
468
|
"render-ui",
|
|
466
469
|
"main",
|
|
467
470
|
{
|
|
471
|
+
"checkEvent": "CHECK",
|
|
468
472
|
"completeEvent": "COMPLETE",
|
|
469
473
|
"entity": "@entity",
|
|
474
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
475
|
+
"toggleFlagEvent": "TOGGLE_FLAG",
|
|
470
476
|
"type": "debugger-board"
|
|
471
477
|
}
|
|
472
478
|
]
|
|
@@ -520,8 +526,11 @@
|
|
|
520
526
|
"render-ui",
|
|
521
527
|
"main",
|
|
522
528
|
{
|
|
529
|
+
"checkEvent": "CHECK",
|
|
523
530
|
"completeEvent": "COMPLETE",
|
|
524
531
|
"entity": "@entity",
|
|
532
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
533
|
+
"toggleFlagEvent": "TOGGLE_FLAG",
|
|
525
534
|
"type": "debugger-board"
|
|
526
535
|
}
|
|
527
536
|
]
|
|
@@ -550,8 +559,11 @@
|
|
|
550
559
|
"render-ui",
|
|
551
560
|
"main",
|
|
552
561
|
{
|
|
562
|
+
"checkEvent": "CHECK",
|
|
553
563
|
"completeEvent": "COMPLETE",
|
|
554
564
|
"entity": "@entity",
|
|
565
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
566
|
+
"toggleFlagEvent": "TOGGLE_FLAG",
|
|
555
567
|
"type": "debugger-board"
|
|
556
568
|
}
|
|
557
569
|
]
|
|
@@ -640,8 +652,11 @@
|
|
|
640
652
|
"render-ui",
|
|
641
653
|
"main",
|
|
642
654
|
{
|
|
655
|
+
"checkEvent": "CHECK",
|
|
643
656
|
"completeEvent": "COMPLETE",
|
|
644
657
|
"entity": "@entity",
|
|
658
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
659
|
+
"toggleFlagEvent": "TOGGLE_FLAG",
|
|
645
660
|
"type": "debugger-board"
|
|
646
661
|
}
|
|
647
662
|
]
|
|
@@ -736,8 +751,11 @@
|
|
|
736
751
|
"render-ui",
|
|
737
752
|
"main",
|
|
738
753
|
{
|
|
754
|
+
"checkEvent": "CHECK",
|
|
739
755
|
"completeEvent": "COMPLETE",
|
|
740
756
|
"entity": "@entity",
|
|
757
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
758
|
+
"toggleFlagEvent": "TOGGLE_FLAG",
|
|
741
759
|
"type": "debugger-board"
|
|
742
760
|
}
|
|
743
761
|
]
|
|
@@ -525,9 +525,12 @@
|
|
|
525
525
|
"completeEvent": "COMPLETE",
|
|
526
526
|
"entity": "@entity",
|
|
527
527
|
"error": "@config.error",
|
|
528
|
+
"finishEvent": "FINISH",
|
|
528
529
|
"isLoading": "@config.isLoading",
|
|
529
530
|
"page": "@config.pageProp",
|
|
530
531
|
"pageSize": "@config.pageSize",
|
|
532
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
533
|
+
"playRoundEvent": "PLAY_ROUND",
|
|
531
534
|
"searchValue": "@config.searchValue",
|
|
532
535
|
"selectedIds": "@config.selectedIds",
|
|
533
536
|
"sortBy": "@config.sortBy",
|
|
@@ -574,6 +577,9 @@
|
|
|
574
577
|
{
|
|
575
578
|
"completeEvent": "COMPLETE",
|
|
576
579
|
"entity": "@entity",
|
|
580
|
+
"finishEvent": "FINISH",
|
|
581
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
582
|
+
"playRoundEvent": "PLAY_ROUND",
|
|
577
583
|
"type": "negotiator-board"
|
|
578
584
|
}
|
|
579
585
|
]
|
|
@@ -617,6 +623,9 @@
|
|
|
617
623
|
{
|
|
618
624
|
"completeEvent": "COMPLETE",
|
|
619
625
|
"entity": "@entity",
|
|
626
|
+
"finishEvent": "FINISH",
|
|
627
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
628
|
+
"playRoundEvent": "PLAY_ROUND",
|
|
620
629
|
"type": "negotiator-board"
|
|
621
630
|
}
|
|
622
631
|
]
|
|
@@ -643,6 +652,9 @@
|
|
|
643
652
|
{
|
|
644
653
|
"completeEvent": "COMPLETE",
|
|
645
654
|
"entity": "@entity",
|
|
655
|
+
"finishEvent": "FINISH",
|
|
656
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
657
|
+
"playRoundEvent": "PLAY_ROUND",
|
|
646
658
|
"type": "negotiator-board"
|
|
647
659
|
}
|
|
648
660
|
]
|
|
@@ -669,6 +681,9 @@
|
|
|
669
681
|
{
|
|
670
682
|
"completeEvent": "COMPLETE",
|
|
671
683
|
"entity": "@entity",
|
|
684
|
+
"finishEvent": "FINISH",
|
|
685
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
686
|
+
"playRoundEvent": "PLAY_ROUND",
|
|
672
687
|
"type": "negotiator-board"
|
|
673
688
|
}
|
|
674
689
|
]
|
|
@@ -705,6 +720,9 @@
|
|
|
705
720
|
{
|
|
706
721
|
"completeEvent": "COMPLETE",
|
|
707
722
|
"entity": "@entity",
|
|
723
|
+
"finishEvent": "FINISH",
|
|
724
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
725
|
+
"playRoundEvent": "PLAY_ROUND",
|
|
708
726
|
"type": "negotiator-board"
|
|
709
727
|
}
|
|
710
728
|
]
|
|
@@ -389,6 +389,7 @@
|
|
|
389
389
|
"main",
|
|
390
390
|
{
|
|
391
391
|
"activeFilters": "@config.activeFilters",
|
|
392
|
+
"checkEvent": "CHECK",
|
|
392
393
|
"className": "@config.className",
|
|
393
394
|
"completeEvent": "COMPLETE",
|
|
394
395
|
"entity": "@entity",
|
|
@@ -396,8 +397,11 @@
|
|
|
396
397
|
"isLoading": "@config.isLoading",
|
|
397
398
|
"page": "@config.pageProp",
|
|
398
399
|
"pageSize": "@config.pageSize",
|
|
400
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
399
401
|
"searchValue": "@config.searchValue",
|
|
400
402
|
"selectedIds": "@config.selectedIds",
|
|
403
|
+
"setAEvent": "SET_A",
|
|
404
|
+
"setBEvent": "SET_B",
|
|
401
405
|
"sortBy": "@config.sortBy",
|
|
402
406
|
"sortDirection": "@config.sortDirection",
|
|
403
407
|
"totalCount": "@config.totalCount",
|
|
@@ -435,8 +439,12 @@
|
|
|
435
439
|
"render-ui",
|
|
436
440
|
"main",
|
|
437
441
|
{
|
|
442
|
+
"checkEvent": "CHECK",
|
|
438
443
|
"completeEvent": "COMPLETE",
|
|
439
444
|
"entity": "@entity",
|
|
445
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
446
|
+
"setAEvent": "SET_A",
|
|
447
|
+
"setBEvent": "SET_B",
|
|
440
448
|
"type": "simulator-board"
|
|
441
449
|
}
|
|
442
450
|
]
|
|
@@ -456,8 +464,12 @@
|
|
|
456
464
|
"render-ui",
|
|
457
465
|
"main",
|
|
458
466
|
{
|
|
467
|
+
"checkEvent": "CHECK",
|
|
459
468
|
"completeEvent": "COMPLETE",
|
|
460
469
|
"entity": "@entity",
|
|
470
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
471
|
+
"setAEvent": "SET_A",
|
|
472
|
+
"setBEvent": "SET_B",
|
|
461
473
|
"type": "simulator-board"
|
|
462
474
|
}
|
|
463
475
|
]
|
|
@@ -482,8 +494,12 @@
|
|
|
482
494
|
"render-ui",
|
|
483
495
|
"main",
|
|
484
496
|
{
|
|
497
|
+
"checkEvent": "CHECK",
|
|
485
498
|
"completeEvent": "COMPLETE",
|
|
486
499
|
"entity": "@entity",
|
|
500
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
501
|
+
"setAEvent": "SET_A",
|
|
502
|
+
"setBEvent": "SET_B",
|
|
487
503
|
"type": "simulator-board"
|
|
488
504
|
}
|
|
489
505
|
]
|
|
@@ -517,8 +533,12 @@
|
|
|
517
533
|
"render-ui",
|
|
518
534
|
"main",
|
|
519
535
|
{
|
|
536
|
+
"checkEvent": "CHECK",
|
|
520
537
|
"completeEvent": "COMPLETE",
|
|
521
538
|
"entity": "@entity",
|
|
539
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
540
|
+
"setAEvent": "SET_A",
|
|
541
|
+
"setBEvent": "SET_B",
|
|
522
542
|
"type": "simulator-board"
|
|
523
543
|
}
|
|
524
544
|
]
|
|
@@ -554,8 +574,12 @@
|
|
|
554
574
|
"render-ui",
|
|
555
575
|
"main",
|
|
556
576
|
{
|
|
577
|
+
"checkEvent": "CHECK",
|
|
557
578
|
"completeEvent": "COMPLETE",
|
|
558
579
|
"entity": "@entity",
|
|
580
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
581
|
+
"setAEvent": "SET_A",
|
|
582
|
+
"setBEvent": "SET_B",
|
|
559
583
|
"type": "simulator-board"
|
|
560
584
|
}
|
|
561
585
|
]
|
|
@@ -602,8 +626,12 @@
|
|
|
602
626
|
"render-ui",
|
|
603
627
|
"main",
|
|
604
628
|
{
|
|
629
|
+
"checkEvent": "CHECK",
|
|
605
630
|
"completeEvent": "COMPLETE",
|
|
606
631
|
"entity": "@entity",
|
|
632
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
633
|
+
"setAEvent": "SET_A",
|
|
634
|
+
"setBEvent": "SET_B",
|
|
607
635
|
"type": "simulator-board"
|
|
608
636
|
}
|
|
609
637
|
]
|
|
@@ -109,7 +109,12 @@
|
|
|
109
109
|
"type": "number"
|
|
110
110
|
},
|
|
111
111
|
"effectSpriteUrls": {
|
|
112
|
-
"default": [
|
|
112
|
+
"default": [
|
|
113
|
+
"https://almadar-kflow-assets.web.app/shared/effects/particles/slash_03.png",
|
|
114
|
+
"https://almadar-kflow-assets.web.app/shared/effects/particles/magic_02.png",
|
|
115
|
+
"https://almadar-kflow-assets.web.app/shared/effects/particles/spark_06.png",
|
|
116
|
+
"https://almadar-kflow-assets.web.app/shared/effects/explosions/pixel/pixelExplosion07.png"
|
|
117
|
+
],
|
|
113
118
|
"description": "effectSpriteUrls prop",
|
|
114
119
|
"items": {
|
|
115
120
|
"type": "string"
|
|
@@ -228,7 +228,16 @@
|
|
|
228
228
|
},
|
|
229
229
|
"assetManifest": {
|
|
230
230
|
"default": {
|
|
231
|
-
"effects": {
|
|
231
|
+
"effects": {
|
|
232
|
+
"death": "effects/explosions/pixel/pixelExplosion07.png",
|
|
233
|
+
"fire": "effects/particles/fire_02.png",
|
|
234
|
+
"heal": "effects/particles/magic_02.png",
|
|
235
|
+
"hit": "effects/particles/spark_06.png",
|
|
236
|
+
"magic": "effects/particles/magic_02.png",
|
|
237
|
+
"melee": "effects/particles/slash_03.png",
|
|
238
|
+
"ranged": "effects/particles/spark_06.png",
|
|
239
|
+
"smoke": "effects/particles/smoke_02.png"
|
|
240
|
+
},
|
|
232
241
|
"features": {
|
|
233
242
|
"castle": "castle/resonator_citadel.png",
|
|
234
243
|
"gold_mine": "world-map/gold_mine.png",
|
|
@@ -300,7 +309,12 @@
|
|
|
300
309
|
"type": "string"
|
|
301
310
|
},
|
|
302
311
|
"effectSpriteUrls": {
|
|
303
|
-
"default": [
|
|
312
|
+
"default": [
|
|
313
|
+
"https://almadar-kflow-assets.web.app/shared/effects/particles/slash_03.png",
|
|
314
|
+
"https://almadar-kflow-assets.web.app/shared/effects/particles/magic_02.png",
|
|
315
|
+
"https://almadar-kflow-assets.web.app/shared/effects/particles/spark_06.png",
|
|
316
|
+
"https://almadar-kflow-assets.web.app/shared/effects/explosions/pixel/pixelExplosion07.png"
|
|
317
|
+
],
|
|
304
318
|
"description": "effectSpriteUrls prop",
|
|
305
319
|
"items": {
|
|
306
320
|
"type": "string"
|
|
@@ -500,6 +500,7 @@
|
|
|
500
500
|
"main",
|
|
501
501
|
{
|
|
502
502
|
"activeFilters": "@config.activeFilters",
|
|
503
|
+
"checkEvent": "CHECK",
|
|
503
504
|
"className": "@config.className",
|
|
504
505
|
"completeEvent": "COMPLETE",
|
|
505
506
|
"entity": "@entity",
|
|
@@ -507,6 +508,8 @@
|
|
|
507
508
|
"isLoading": "@config.isLoading",
|
|
508
509
|
"page": "@config.pageProp",
|
|
509
510
|
"pageSize": "@config.pageSize",
|
|
511
|
+
"placeEvent": "PLACE",
|
|
512
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
510
513
|
"searchValue": "@config.searchValue",
|
|
511
514
|
"selectedIds": "@config.selectedIds",
|
|
512
515
|
"sortBy": "@config.sortBy",
|
|
@@ -546,8 +549,11 @@
|
|
|
546
549
|
"render-ui",
|
|
547
550
|
"main",
|
|
548
551
|
{
|
|
552
|
+
"checkEvent": "CHECK",
|
|
549
553
|
"completeEvent": "COMPLETE",
|
|
550
554
|
"entity": "@entity",
|
|
555
|
+
"placeEvent": "PLACE",
|
|
556
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
551
557
|
"type": "builder-board"
|
|
552
558
|
}
|
|
553
559
|
]
|
|
@@ -590,8 +596,11 @@
|
|
|
590
596
|
"render-ui",
|
|
591
597
|
"main",
|
|
592
598
|
{
|
|
599
|
+
"checkEvent": "CHECK",
|
|
593
600
|
"completeEvent": "COMPLETE",
|
|
594
601
|
"entity": "@entity",
|
|
602
|
+
"placeEvent": "PLACE",
|
|
603
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
595
604
|
"type": "builder-board"
|
|
596
605
|
}
|
|
597
606
|
]
|
|
@@ -620,8 +629,11 @@
|
|
|
620
629
|
"render-ui",
|
|
621
630
|
"main",
|
|
622
631
|
{
|
|
632
|
+
"checkEvent": "CHECK",
|
|
623
633
|
"completeEvent": "COMPLETE",
|
|
624
634
|
"entity": "@entity",
|
|
635
|
+
"placeEvent": "PLACE",
|
|
636
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
625
637
|
"type": "builder-board"
|
|
626
638
|
}
|
|
627
639
|
]
|
|
@@ -673,8 +685,11 @@
|
|
|
673
685
|
"render-ui",
|
|
674
686
|
"main",
|
|
675
687
|
{
|
|
688
|
+
"checkEvent": "CHECK",
|
|
676
689
|
"completeEvent": "COMPLETE",
|
|
677
690
|
"entity": "@entity",
|
|
691
|
+
"placeEvent": "PLACE",
|
|
692
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
678
693
|
"type": "builder-board"
|
|
679
694
|
}
|
|
680
695
|
]
|
|
@@ -732,8 +747,11 @@
|
|
|
732
747
|
"render-ui",
|
|
733
748
|
"main",
|
|
734
749
|
{
|
|
750
|
+
"checkEvent": "CHECK",
|
|
735
751
|
"completeEvent": "COMPLETE",
|
|
736
752
|
"entity": "@entity",
|
|
753
|
+
"placeEvent": "PLACE",
|
|
754
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
737
755
|
"type": "builder-board"
|
|
738
756
|
}
|
|
739
757
|
]
|
|
@@ -452,6 +452,8 @@
|
|
|
452
452
|
"main",
|
|
453
453
|
{
|
|
454
454
|
"activeFilters": "@config.activeFilters",
|
|
455
|
+
"assignEvent": "ASSIGN",
|
|
456
|
+
"checkEvent": "CHECK",
|
|
455
457
|
"className": "@config.className",
|
|
456
458
|
"completeEvent": "COMPLETE",
|
|
457
459
|
"entity": "@entity",
|
|
@@ -459,6 +461,7 @@
|
|
|
459
461
|
"isLoading": "@config.isLoading",
|
|
460
462
|
"page": "@config.pageProp",
|
|
461
463
|
"pageSize": "@config.pageSize",
|
|
464
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
462
465
|
"searchValue": "@config.searchValue",
|
|
463
466
|
"selectedIds": "@config.selectedIds",
|
|
464
467
|
"sortBy": "@config.sortBy",
|
|
@@ -493,8 +496,11 @@
|
|
|
493
496
|
"render-ui",
|
|
494
497
|
"main",
|
|
495
498
|
{
|
|
499
|
+
"assignEvent": "ASSIGN",
|
|
500
|
+
"checkEvent": "CHECK",
|
|
496
501
|
"completeEvent": "COMPLETE",
|
|
497
502
|
"entity": "@entity",
|
|
503
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
498
504
|
"type": "classifier-board"
|
|
499
505
|
}
|
|
500
506
|
]
|
|
@@ -537,8 +543,11 @@
|
|
|
537
543
|
"render-ui",
|
|
538
544
|
"main",
|
|
539
545
|
{
|
|
546
|
+
"assignEvent": "ASSIGN",
|
|
547
|
+
"checkEvent": "CHECK",
|
|
540
548
|
"completeEvent": "COMPLETE",
|
|
541
549
|
"entity": "@entity",
|
|
550
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
542
551
|
"type": "classifier-board"
|
|
543
552
|
}
|
|
544
553
|
]
|
|
@@ -567,8 +576,11 @@
|
|
|
567
576
|
"render-ui",
|
|
568
577
|
"main",
|
|
569
578
|
{
|
|
579
|
+
"assignEvent": "ASSIGN",
|
|
580
|
+
"checkEvent": "CHECK",
|
|
570
581
|
"completeEvent": "COMPLETE",
|
|
571
582
|
"entity": "@entity",
|
|
583
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
572
584
|
"type": "classifier-board"
|
|
573
585
|
}
|
|
574
586
|
]
|
|
@@ -620,8 +632,11 @@
|
|
|
620
632
|
"render-ui",
|
|
621
633
|
"main",
|
|
622
634
|
{
|
|
635
|
+
"assignEvent": "ASSIGN",
|
|
636
|
+
"checkEvent": "CHECK",
|
|
623
637
|
"completeEvent": "COMPLETE",
|
|
624
638
|
"entity": "@entity",
|
|
639
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
625
640
|
"type": "classifier-board"
|
|
626
641
|
}
|
|
627
642
|
]
|
|
@@ -679,8 +694,11 @@
|
|
|
679
694
|
"render-ui",
|
|
680
695
|
"main",
|
|
681
696
|
{
|
|
697
|
+
"assignEvent": "ASSIGN",
|
|
698
|
+
"checkEvent": "CHECK",
|
|
682
699
|
"completeEvent": "COMPLETE",
|
|
683
700
|
"entity": "@entity",
|
|
701
|
+
"playAgainEvent": "PLAY_AGAIN",
|
|
684
702
|
"type": "classifier-board"
|
|
685
703
|
}
|
|
686
704
|
]
|