@almadar/std 16.108.0 → 16.109.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.
Files changed (90) hide show
  1. package/behaviors/registry/ui/game/2d/organisms/ui-battle-board.orb +213 -125
  2. package/behaviors/registry/ui/game/2d/organisms/ui-fishing-board.orb +2302 -705
  3. package/behaviors/registry/ui/game/2d/organisms/ui-minigolf-board.orb +7872 -1934
  4. package/behaviors/registry/ui/game/2d/organisms/ui-pinball-board.orb +2739 -3050
  5. package/behaviors/registry/ui/game/2d/organisms/ui-roguelike-board.orb +5204 -2967
  6. package/behaviors/registry/ui/game/2d/organisms/ui-sokoban-board.orb +3330 -1619
  7. package/behaviors/registry/ui/game/2d/organisms/ui-space-shmup-board.orb +4637 -4059
  8. package/behaviors/registry/ui/game/2d/organisms/ui-tanks-board.orb +76 -103
  9. package/behaviors/registry/ui/game/2d/organisms/ui-topdown-dungeon-board.orb +4579 -4356
  10. package/behaviors/registry/ui/game/2d/organisms/ui-uncontrolled-battle-board.orb +1164 -2247
  11. package/behaviors/registry/ui/game/2d/organisms/ui-winter-ski-board.orb +4573 -4553
  12. package/behaviors/registry/ui/game/3d/organisms/ui-arcade-board-3d.orb +379 -2
  13. package/behaviors/registry/ui/game/3d/organisms/ui-brick-sandbox-board-3d.orb +168 -1
  14. package/behaviors/registry/ui/game/3d/organisms/ui-city-board-3d.orb +801 -169
  15. package/behaviors/registry/ui/game/3d/organisms/ui-fantasy-town-board-3d.orb +1666 -702
  16. package/behaviors/registry/ui/game/3d/organisms/ui-game-board-3d.orb +1323 -514
  17. package/behaviors/registry/ui/game/3d/organisms/ui-graveyard-board-3d.orb +1186 -384
  18. package/behaviors/registry/ui/game/3d/organisms/ui-hex-strategy-board-3d.orb +342 -170
  19. package/behaviors/registry/ui/game/3d/organisms/ui-holiday-board-3d.orb +509 -3
  20. package/behaviors/registry/ui/game/3d/organisms/ui-market-board-3d.orb +632 -419
  21. package/behaviors/registry/ui/game/3d/organisms/ui-minigolf-board-3d.orb +503 -145
  22. package/behaviors/registry/ui/game/3d/organisms/ui-nature-survival-board-3d.orb +1157 -134
  23. package/behaviors/registry/ui/game/3d/organisms/ui-pirate-board-3d.orb +1203 -383
  24. package/behaviors/registry/ui/game/3d/organisms/ui-platformer-board-3d.orb +1157 -205
  25. package/behaviors/registry/ui/game/3d/organisms/ui-racing-board-3d.orb +656 -565
  26. package/behaviors/registry/ui/game/3d/organisms/ui-skatepark-board-3d.orb +1205 -137
  27. package/behaviors/registry/ui/game/3d/organisms/ui-space-board-3d.orb +1333 -513
  28. package/behaviors/registry/ui/game/3d/organisms/ui-tower-defense-board-3d.orb +332 -7
  29. package/behaviors/registry/ui/game/3d/organisms/ui-toy-track-board-3d.orb +1202 -287
  30. package/dist/behaviors/behaviors-registry.json +282 -273
  31. package/dist/behaviors/registry/ui/game/2d/organisms/ui-battle-board.orb +213 -125
  32. package/dist/behaviors/registry/ui/game/2d/organisms/ui-fishing-board.orb +2302 -705
  33. package/dist/behaviors/registry/ui/game/2d/organisms/ui-minigolf-board.orb +7872 -1934
  34. package/dist/behaviors/registry/ui/game/2d/organisms/ui-pinball-board.orb +2739 -3050
  35. package/dist/behaviors/registry/ui/game/2d/organisms/ui-roguelike-board.orb +5204 -2967
  36. package/dist/behaviors/registry/ui/game/2d/organisms/ui-sokoban-board.orb +3330 -1619
  37. package/dist/behaviors/registry/ui/game/2d/organisms/ui-space-shmup-board.orb +4637 -4059
  38. package/dist/behaviors/registry/ui/game/2d/organisms/ui-tanks-board.orb +76 -103
  39. package/dist/behaviors/registry/ui/game/2d/organisms/ui-topdown-dungeon-board.orb +4579 -4356
  40. package/dist/behaviors/registry/ui/game/2d/organisms/ui-uncontrolled-battle-board.orb +1164 -2247
  41. package/dist/behaviors/registry/ui/game/2d/organisms/ui-winter-ski-board.orb +4573 -4553
  42. package/dist/behaviors/registry/ui/game/3d/organisms/ui-arcade-board-3d.orb +379 -2
  43. package/dist/behaviors/registry/ui/game/3d/organisms/ui-brick-sandbox-board-3d.orb +168 -1
  44. package/dist/behaviors/registry/ui/game/3d/organisms/ui-city-board-3d.orb +801 -169
  45. package/dist/behaviors/registry/ui/game/3d/organisms/ui-fantasy-town-board-3d.orb +1666 -702
  46. package/dist/behaviors/registry/ui/game/3d/organisms/ui-game-board-3d.orb +1323 -514
  47. package/dist/behaviors/registry/ui/game/3d/organisms/ui-graveyard-board-3d.orb +1186 -384
  48. package/dist/behaviors/registry/ui/game/3d/organisms/ui-hex-strategy-board-3d.orb +342 -170
  49. package/dist/behaviors/registry/ui/game/3d/organisms/ui-holiday-board-3d.orb +509 -3
  50. package/dist/behaviors/registry/ui/game/3d/organisms/ui-market-board-3d.orb +632 -419
  51. package/dist/behaviors/registry/ui/game/3d/organisms/ui-minigolf-board-3d.orb +503 -145
  52. package/dist/behaviors/registry/ui/game/3d/organisms/ui-nature-survival-board-3d.orb +1157 -134
  53. package/dist/behaviors/registry/ui/game/3d/organisms/ui-pirate-board-3d.orb +1203 -383
  54. package/dist/behaviors/registry/ui/game/3d/organisms/ui-platformer-board-3d.orb +1157 -205
  55. package/dist/behaviors/registry/ui/game/3d/organisms/ui-racing-board-3d.orb +656 -565
  56. package/dist/behaviors/registry/ui/game/3d/organisms/ui-skatepark-board-3d.orb +1205 -137
  57. package/dist/behaviors/registry/ui/game/3d/organisms/ui-space-board-3d.orb +1333 -513
  58. package/dist/behaviors/registry/ui/game/3d/organisms/ui-tower-defense-board-3d.orb +332 -7
  59. package/dist/behaviors/registry/ui/game/3d/organisms/ui-toy-track-board-3d.orb +1202 -287
  60. package/dist/behaviors-registry.json +282 -273
  61. package/dist/registry/ui/game/2d/organisms/ui-battle-board.orb +213 -125
  62. package/dist/registry/ui/game/2d/organisms/ui-fishing-board.orb +2302 -705
  63. package/dist/registry/ui/game/2d/organisms/ui-minigolf-board.orb +7872 -1934
  64. package/dist/registry/ui/game/2d/organisms/ui-pinball-board.orb +2739 -3050
  65. package/dist/registry/ui/game/2d/organisms/ui-roguelike-board.orb +5204 -2967
  66. package/dist/registry/ui/game/2d/organisms/ui-sokoban-board.orb +3330 -1619
  67. package/dist/registry/ui/game/2d/organisms/ui-space-shmup-board.orb +4637 -4059
  68. package/dist/registry/ui/game/2d/organisms/ui-tanks-board.orb +76 -103
  69. package/dist/registry/ui/game/2d/organisms/ui-topdown-dungeon-board.orb +4579 -4356
  70. package/dist/registry/ui/game/2d/organisms/ui-uncontrolled-battle-board.orb +1164 -2247
  71. package/dist/registry/ui/game/2d/organisms/ui-winter-ski-board.orb +4573 -4553
  72. package/dist/registry/ui/game/3d/organisms/ui-arcade-board-3d.orb +379 -2
  73. package/dist/registry/ui/game/3d/organisms/ui-brick-sandbox-board-3d.orb +168 -1
  74. package/dist/registry/ui/game/3d/organisms/ui-city-board-3d.orb +801 -169
  75. package/dist/registry/ui/game/3d/organisms/ui-fantasy-town-board-3d.orb +1666 -702
  76. package/dist/registry/ui/game/3d/organisms/ui-game-board-3d.orb +1323 -514
  77. package/dist/registry/ui/game/3d/organisms/ui-graveyard-board-3d.orb +1186 -384
  78. package/dist/registry/ui/game/3d/organisms/ui-hex-strategy-board-3d.orb +342 -170
  79. package/dist/registry/ui/game/3d/organisms/ui-holiday-board-3d.orb +509 -3
  80. package/dist/registry/ui/game/3d/organisms/ui-market-board-3d.orb +632 -419
  81. package/dist/registry/ui/game/3d/organisms/ui-minigolf-board-3d.orb +503 -145
  82. package/dist/registry/ui/game/3d/organisms/ui-nature-survival-board-3d.orb +1157 -134
  83. package/dist/registry/ui/game/3d/organisms/ui-pirate-board-3d.orb +1203 -383
  84. package/dist/registry/ui/game/3d/organisms/ui-platformer-board-3d.orb +1157 -205
  85. package/dist/registry/ui/game/3d/organisms/ui-racing-board-3d.orb +656 -565
  86. package/dist/registry/ui/game/3d/organisms/ui-skatepark-board-3d.orb +1205 -137
  87. package/dist/registry/ui/game/3d/organisms/ui-space-board-3d.orb +1333 -513
  88. package/dist/registry/ui/game/3d/organisms/ui-tower-defense-board-3d.orb +332 -7
  89. package/dist/registry/ui/game/3d/organisms/ui-toy-track-board-3d.orb +1202 -287
  90. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "FishingBoard — game-shell composition with LOLO-driven sprite animation and catch effects.",
2
+ "description": "FishingBoard — cast/bite/reel fishing loop: hook drops, bites roll on a timer, reel within the window to land fish.",
3
3
  "name": "ui-fishing-board",
4
4
  "orbitals": [
5
5
  {
@@ -74,6 +74,11 @@
74
74
  "required": false,
75
75
  "type": "string"
76
76
  },
77
+ "atlas": {
78
+ "name": "atlas",
79
+ "required": false,
80
+ "type": "string"
81
+ },
77
82
  "category": {
78
83
  "name": "category",
79
84
  "required": false,
@@ -94,6 +99,11 @@
94
99
  "required": false,
95
100
  "type": "string"
96
101
  },
102
+ "sprite": {
103
+ "name": "sprite",
104
+ "required": false,
105
+ "type": "string"
106
+ },
97
107
  "style": {
98
108
  "name": "style",
99
109
  "required": false,
@@ -173,6 +183,11 @@
173
183
  "required": false,
174
184
  "type": "string"
175
185
  },
186
+ "atlas": {
187
+ "name": "atlas",
188
+ "required": false,
189
+ "type": "string"
190
+ },
176
191
  "category": {
177
192
  "name": "category",
178
193
  "required": false,
@@ -193,6 +208,11 @@
193
208
  "required": false,
194
209
  "type": "string"
195
210
  },
211
+ "sprite": {
212
+ "name": "sprite",
213
+ "required": false,
214
+ "type": "string"
215
+ },
196
216
  "style": {
197
217
  "name": "style",
198
218
  "required": false,
@@ -233,6 +253,11 @@
233
253
  "required": false,
234
254
  "type": "string"
235
255
  },
256
+ "atlas": {
257
+ "name": "atlas",
258
+ "required": false,
259
+ "type": "string"
260
+ },
236
261
  "category": {
237
262
  "name": "category",
238
263
  "required": false,
@@ -253,6 +278,11 @@
253
278
  "required": false,
254
279
  "type": "string"
255
280
  },
281
+ "sprite": {
282
+ "name": "sprite",
283
+ "required": false,
284
+ "type": "string"
285
+ },
256
286
  "style": {
257
287
  "name": "style",
258
288
  "required": false,
@@ -346,11 +376,6 @@
346
376
  "name": "units",
347
377
  "type": "array"
348
378
  },
349
- {
350
- "default": "",
351
- "name": "selectedUnitId",
352
- "type": "string"
353
- },
354
379
  {
355
380
  "default": 0.0,
356
381
  "name": "catchCount",
@@ -361,6 +386,25 @@
361
386
  "name": "score",
362
387
  "type": "number"
363
388
  },
389
+ {
390
+ "default": "idle",
391
+ "name": "phase",
392
+ "type": "string"
393
+ },
394
+ {
395
+ "default": 0.0,
396
+ "name": "reelWindow",
397
+ "type": "number"
398
+ },
399
+ {
400
+ "default": "none",
401
+ "name": "result",
402
+ "type": "string",
403
+ "values": [
404
+ "none",
405
+ "won"
406
+ ]
407
+ },
364
408
  {
365
409
  "default": [],
366
410
  "items": {
@@ -414,28 +458,39 @@
414
458
  {
415
459
  "category": "interaction",
416
460
  "config": {
417
- "activeFilters": {
418
- "default": {},
419
- "description": "Active filters",
420
- "label": "Active Filters",
421
- "tier": "presentation",
422
- "type": "json"
423
- },
424
461
  "assetManifest": {
425
462
  "default": {
426
463
  "effects": {
464
+ "bite": {
465
+ "animations": [
466
+ "static"
467
+ ],
468
+ "aspect": "1:1",
469
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
470
+ "category": "bite",
471
+ "dimension": "2d",
472
+ "name": "bite",
473
+ "role": "effect",
474
+ "sprite": "emote_exclamation.png",
475
+ "style": "vector",
476
+ "thumbnailUrl": "",
477
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
478
+ "variant": ""
479
+ },
427
480
  "splash": {
428
481
  "animations": [
429
482
  "static"
430
483
  ],
431
- "aspect": "8:1",
484
+ "aspect": "1:1",
485
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-explosion-pack/effects/spritesheet_particles.json",
432
486
  "category": "splash",
433
487
  "dimension": "2d",
434
488
  "name": "splash",
435
489
  "role": "effect",
436
- "style": "",
490
+ "sprite": "burst.png",
491
+ "style": "vector",
437
492
  "thumbnailUrl": "",
438
- "url": "https://almadar-kflow-assets.web.app/shared/ui-battle-board/default/effects/spark_06.png",
493
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-explosion-pack/effects/spritesheet_particles.png",
439
494
  "variant": ""
440
495
  }
441
496
  },
@@ -445,13 +500,31 @@
445
500
  "static"
446
501
  ],
447
502
  "aspect": "1:1",
503
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
448
504
  "category": "fish",
449
505
  "dimension": "2d",
450
506
  "name": "fish",
451
507
  "role": "decoration",
452
- "style": "",
508
+ "sprite": "fish_blue",
509
+ "style": "vector",
510
+ "thumbnailUrl": "",
511
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
512
+ "variant": ""
513
+ },
514
+ "rock": {
515
+ "animations": [
516
+ "static"
517
+ ],
518
+ "aspect": "1:1",
519
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
520
+ "category": "rock",
521
+ "dimension": "2d",
522
+ "name": "rock",
523
+ "role": "decoration",
524
+ "sprite": "rock_a",
525
+ "style": "vector",
453
526
  "thumbnailUrl": "",
454
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/features/fish-blue.png",
527
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
455
528
  "variant": ""
456
529
  },
457
530
  "seaweed": {
@@ -459,13 +532,15 @@
459
532
  "static"
460
533
  ],
461
534
  "aspect": "1:1",
535
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
462
536
  "category": "seaweed",
463
537
  "dimension": "2d",
464
538
  "name": "seaweed",
465
539
  "role": "decoration",
466
- "style": "",
540
+ "sprite": "seaweed_green_a",
541
+ "style": "vector",
467
542
  "thumbnailUrl": "",
468
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/features/seaweed.png",
543
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
469
544
  "variant": ""
470
545
  }
471
546
  },
@@ -475,13 +550,31 @@
475
550
  "static"
476
551
  ],
477
552
  "aspect": "1:1",
553
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
478
554
  "category": "seabed",
479
555
  "dimension": "2d",
480
556
  "name": "seabed",
481
557
  "role": "tile",
482
- "style": "",
558
+ "sprite": "terrain_sand_top_a",
559
+ "style": "vector",
560
+ "thumbnailUrl": "",
561
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
562
+ "variant": ""
563
+ },
564
+ "surface": {
565
+ "animations": [
566
+ "static"
567
+ ],
568
+ "aspect": "1:1",
569
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
570
+ "category": "surface",
571
+ "dimension": "2d",
572
+ "name": "surface",
573
+ "role": "tile",
574
+ "sprite": "background_terrain_top",
575
+ "style": "vector",
483
576
  "thumbnailUrl": "",
484
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
577
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
485
578
  "variant": ""
486
579
  },
487
580
  "water": {
@@ -489,13 +582,15 @@
489
582
  "static"
490
583
  ],
491
584
  "aspect": "1:1",
585
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
492
586
  "category": "water",
493
587
  "dimension": "2d",
494
588
  "name": "water",
495
589
  "role": "tile",
496
- "style": "",
590
+ "sprite": "background_terrain",
591
+ "style": "vector",
497
592
  "thumbnailUrl": "",
498
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/water.png",
593
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
499
594
  "variant": ""
500
595
  }
501
596
  },
@@ -509,13 +604,15 @@
509
604
  "death"
510
605
  ],
511
606
  "aspect": "1:1",
607
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-cartography-pack/ui/spritesheet_default.json",
512
608
  "category": "boat",
513
609
  "dimension": "2d",
514
610
  "name": "boat",
515
611
  "role": "npc",
516
- "style": "",
612
+ "sprite": "ship.png",
613
+ "style": "vector",
517
614
  "thumbnailUrl": "",
518
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/units/boat.png",
615
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-cartography-pack/ui/spritesheet_default.png",
519
616
  "variant": ""
520
617
  },
521
618
  "hook": {
@@ -527,13 +624,15 @@
527
624
  "death"
528
625
  ],
529
626
  "aspect": "1:1",
627
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
530
628
  "category": "hook",
531
629
  "dimension": "2d",
532
630
  "name": "hook",
533
631
  "role": "npc",
534
- "style": "",
632
+ "sprite": "bubble_a",
633
+ "style": "vector",
535
634
  "thumbnailUrl": "",
536
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/units/hook.png",
635
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
537
636
  "variant": ""
538
637
  }
539
638
  }
@@ -557,6 +656,11 @@
557
656
  "required": false,
558
657
  "type": "string"
559
658
  },
659
+ "atlas": {
660
+ "name": "atlas",
661
+ "required": false,
662
+ "type": "string"
663
+ },
560
664
  "category": {
561
665
  "name": "category",
562
666
  "required": false,
@@ -577,6 +681,11 @@
577
681
  "required": false,
578
682
  "type": "string"
579
683
  },
684
+ "sprite": {
685
+ "name": "sprite",
686
+ "required": false,
687
+ "type": "string"
688
+ },
580
689
  "style": {
581
690
  "name": "style",
582
691
  "required": false,
@@ -620,6 +729,11 @@
620
729
  "required": false,
621
730
  "type": "string"
622
731
  },
732
+ "atlas": {
733
+ "name": "atlas",
734
+ "required": false,
735
+ "type": "string"
736
+ },
623
737
  "category": {
624
738
  "name": "category",
625
739
  "required": false,
@@ -640,6 +754,11 @@
640
754
  "required": false,
641
755
  "type": "string"
642
756
  },
757
+ "sprite": {
758
+ "name": "sprite",
759
+ "required": false,
760
+ "type": "string"
761
+ },
643
762
  "style": {
644
763
  "name": "style",
645
764
  "required": false,
@@ -683,6 +802,11 @@
683
802
  "required": false,
684
803
  "type": "string"
685
804
  },
805
+ "atlas": {
806
+ "name": "atlas",
807
+ "required": false,
808
+ "type": "string"
809
+ },
686
810
  "category": {
687
811
  "name": "category",
688
812
  "required": false,
@@ -703,6 +827,11 @@
703
827
  "required": false,
704
828
  "type": "string"
705
829
  },
830
+ "sprite": {
831
+ "name": "sprite",
832
+ "required": false,
833
+ "type": "string"
834
+ },
706
835
  "style": {
707
836
  "name": "style",
708
837
  "required": false,
@@ -746,6 +875,11 @@
746
875
  "required": false,
747
876
  "type": "string"
748
877
  },
878
+ "atlas": {
879
+ "name": "atlas",
880
+ "required": false,
881
+ "type": "string"
882
+ },
749
883
  "category": {
750
884
  "name": "category",
751
885
  "required": false,
@@ -766,6 +900,11 @@
766
900
  "required": false,
767
901
  "type": "string"
768
902
  },
903
+ "sprite": {
904
+ "name": "sprite",
905
+ "required": false,
906
+ "type": "string"
907
+ },
769
908
  "style": {
770
909
  "name": "style",
771
910
  "required": false,
@@ -797,6 +936,20 @@
797
936
  "tier": "presentation",
798
937
  "type": "FishingBoardAssetManifest"
799
938
  },
939
+ "biteChance": {
940
+ "default": 0.35,
941
+ "description": "Per-tick probability of a bite while waiting",
942
+ "label": "Bite Chance",
943
+ "tier": "domain",
944
+ "type": "number"
945
+ },
946
+ "catchTarget": {
947
+ "default": 5.0,
948
+ "description": "Fish landed to win the session",
949
+ "label": "Catch Target",
950
+ "tier": "domain",
951
+ "type": "number"
952
+ },
800
953
  "className": {
801
954
  "default": "",
802
955
  "description": "Additional CSS classes",
@@ -841,17 +994,19 @@
841
994
  "static"
842
995
  ],
843
996
  "aspect": "1:1",
844
- "category": "seaweed",
997
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
998
+ "category": "fish",
845
999
  "dimension": "2d",
846
- "name": "seaweed",
1000
+ "name": "fish_blue",
847
1001
  "role": "decoration",
848
- "style": "",
1002
+ "sprite": "fish_blue",
1003
+ "style": "vector",
849
1004
  "thumbnailUrl": "",
850
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/features/seaweed.png",
1005
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
851
1006
  "variant": ""
852
1007
  },
853
- "type": "seaweed",
854
- "x": 0.0,
1008
+ "type": "fish",
1009
+ "x": 1.0,
855
1010
  "y": 2.0
856
1011
  },
857
1012
  {
@@ -861,17 +1016,19 @@
861
1016
  "static"
862
1017
  ],
863
1018
  "aspect": "1:1",
864
- "category": "fish-blue",
1019
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1020
+ "category": "fish",
865
1021
  "dimension": "2d",
866
- "name": "fish-blue",
1022
+ "name": "fish_orange",
867
1023
  "role": "decoration",
868
- "style": "",
1024
+ "sprite": "fish_orange",
1025
+ "style": "vector",
869
1026
  "thumbnailUrl": "",
870
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/features/fish-blue.png",
1027
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
871
1028
  "variant": ""
872
1029
  },
873
1030
  "type": "fish",
874
- "x": 1.0,
1031
+ "x": 5.0,
875
1032
  "y": 2.0
876
1033
  },
877
1034
  {
@@ -881,17 +1038,19 @@
881
1038
  "static"
882
1039
  ],
883
1040
  "aspect": "1:1",
884
- "category": "fish-orange",
1041
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1042
+ "category": "fish",
885
1043
  "dimension": "2d",
886
- "name": "fish-orange",
1044
+ "name": "fish_pink",
887
1045
  "role": "decoration",
888
- "style": "",
1046
+ "sprite": "fish_pink",
1047
+ "style": "vector",
889
1048
  "thumbnailUrl": "",
890
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/features/fish-orange.png",
1049
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
891
1050
  "variant": ""
892
1051
  },
893
1052
  "type": "fish",
894
- "x": 3.0,
1053
+ "x": 6.0,
895
1054
  "y": 2.0
896
1055
  },
897
1056
  {
@@ -901,18 +1060,20 @@
901
1060
  "static"
902
1061
  ],
903
1062
  "aspect": "1:1",
904
- "category": "seaweed",
1063
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1064
+ "category": "fish",
905
1065
  "dimension": "2d",
906
- "name": "seaweed",
1066
+ "name": "fish_green",
907
1067
  "role": "decoration",
908
- "style": "",
1068
+ "sprite": "fish_green",
1069
+ "style": "vector",
909
1070
  "thumbnailUrl": "",
910
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/features/seaweed.png",
1071
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
911
1072
  "variant": ""
912
1073
  },
913
- "type": "seaweed",
914
- "x": 4.0,
915
- "y": 2.0
1074
+ "type": "fish",
1075
+ "x": 2.0,
1076
+ "y": 3.0
916
1077
  },
917
1078
  {
918
1079
  "id": "f5",
@@ -921,17 +1082,19 @@
921
1082
  "static"
922
1083
  ],
923
1084
  "aspect": "1:1",
924
- "category": "fish-green",
1085
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1086
+ "category": "fish",
925
1087
  "dimension": "2d",
926
- "name": "fish-green",
1088
+ "name": "fish_red",
927
1089
  "role": "decoration",
928
- "style": "",
1090
+ "sprite": "fish_red",
1091
+ "style": "vector",
929
1092
  "thumbnailUrl": "",
930
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/features/fish-green.png",
1093
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
931
1094
  "variant": ""
932
1095
  },
933
1096
  "type": "fish",
934
- "x": 0.0,
1097
+ "x": 4.0,
935
1098
  "y": 3.0
936
1099
  },
937
1100
  {
@@ -941,18 +1104,20 @@
941
1104
  "static"
942
1105
  ],
943
1106
  "aspect": "1:1",
944
- "category": "fish-blue",
1107
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1108
+ "category": "seaweed",
945
1109
  "dimension": "2d",
946
- "name": "fish-blue",
1110
+ "name": "seaweed_green_a",
947
1111
  "role": "decoration",
948
- "style": "",
1112
+ "sprite": "seaweed_green_a",
1113
+ "style": "vector",
949
1114
  "thumbnailUrl": "",
950
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/features/fish-blue.png",
1115
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
951
1116
  "variant": ""
952
1117
  },
953
- "type": "fish",
954
- "x": 2.0,
955
- "y": 3.0
1118
+ "type": "seaweed",
1119
+ "x": 0.0,
1120
+ "y": 4.0
956
1121
  },
957
1122
  {
958
1123
  "id": "f7",
@@ -961,18 +1126,20 @@
961
1126
  "static"
962
1127
  ],
963
1128
  "aspect": "1:1",
964
- "category": "fish-orange",
1129
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1130
+ "category": "seaweed",
965
1131
  "dimension": "2d",
966
- "name": "fish-orange",
1132
+ "name": "seaweed_pink_a",
967
1133
  "role": "decoration",
968
- "style": "",
1134
+ "sprite": "seaweed_pink_a",
1135
+ "style": "vector",
969
1136
  "thumbnailUrl": "",
970
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/features/fish-orange.png",
1137
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
971
1138
  "variant": ""
972
1139
  },
973
- "type": "fish",
974
- "x": 4.0,
975
- "y": 3.0
1140
+ "type": "seaweed",
1141
+ "x": 2.0,
1142
+ "y": 4.0
976
1143
  },
977
1144
  {
978
1145
  "id": "f8",
@@ -981,17 +1148,19 @@
981
1148
  "static"
982
1149
  ],
983
1150
  "aspect": "1:1",
1151
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
984
1152
  "category": "seaweed",
985
1153
  "dimension": "2d",
986
- "name": "seaweed",
1154
+ "name": "seaweed_green_c",
987
1155
  "role": "decoration",
988
- "style": "",
1156
+ "sprite": "seaweed_green_c",
1157
+ "style": "vector",
989
1158
  "thumbnailUrl": "",
990
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/features/seaweed.png",
1159
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
991
1160
  "variant": ""
992
1161
  },
993
1162
  "type": "seaweed",
994
- "x": 1.0,
1163
+ "x": 5.0,
995
1164
  "y": 4.0
996
1165
  },
997
1166
  {
@@ -1001,17 +1170,19 @@
1001
1170
  "static"
1002
1171
  ],
1003
1172
  "aspect": "1:1",
1004
- "category": "fish-green",
1173
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1174
+ "category": "rock",
1005
1175
  "dimension": "2d",
1006
- "name": "fish-green",
1176
+ "name": "rock_a",
1007
1177
  "role": "decoration",
1008
- "style": "",
1178
+ "sprite": "rock_a",
1179
+ "style": "vector",
1009
1180
  "thumbnailUrl": "",
1010
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/features/fish-green.png",
1181
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1011
1182
  "variant": ""
1012
1183
  },
1013
- "type": "fish",
1014
- "x": 2.0,
1184
+ "type": "rock",
1185
+ "x": 3.0,
1015
1186
  "y": 4.0
1016
1187
  },
1017
1188
  {
@@ -1021,21 +1192,23 @@
1021
1192
  "static"
1022
1193
  ],
1023
1194
  "aspect": "1:1",
1024
- "category": "seaweed",
1195
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1196
+ "category": "rock",
1025
1197
  "dimension": "2d",
1026
- "name": "seaweed",
1198
+ "name": "rock_b",
1027
1199
  "role": "decoration",
1028
- "style": "",
1200
+ "sprite": "rock_b",
1201
+ "style": "vector",
1029
1202
  "thumbnailUrl": "",
1030
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/features/seaweed.png",
1203
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1031
1204
  "variant": ""
1032
1205
  },
1033
- "type": "seaweed",
1034
- "x": 3.0,
1206
+ "type": "rock",
1207
+ "x": 6.0,
1035
1208
  "y": 4.0
1036
1209
  }
1037
1210
  ],
1038
- "description": "Features on the board (fish spots, seaweed)",
1211
+ "description": "Features on the board (fish, seaweed, rocks)",
1039
1212
  "items": {
1040
1213
  "properties": {
1041
1214
  "assetUrl": {
@@ -1054,6 +1227,11 @@
1054
1227
  "required": false,
1055
1228
  "type": "string"
1056
1229
  },
1230
+ "atlas": {
1231
+ "name": "atlas",
1232
+ "required": false,
1233
+ "type": "string"
1234
+ },
1057
1235
  "category": {
1058
1236
  "name": "category",
1059
1237
  "required": false,
@@ -1074,6 +1252,11 @@
1074
1252
  "required": false,
1075
1253
  "type": "string"
1076
1254
  },
1255
+ "sprite": {
1256
+ "name": "sprite",
1257
+ "required": false,
1258
+ "type": "string"
1259
+ },
1077
1260
  "style": {
1078
1261
  "name": "style",
1079
1262
  "required": false,
@@ -1129,6 +1312,11 @@
1129
1312
  "required": false,
1130
1313
  "type": "string"
1131
1314
  },
1315
+ "atlas": {
1316
+ "name": "atlas",
1317
+ "required": false,
1318
+ "type": "string"
1319
+ },
1132
1320
  "category": {
1133
1321
  "name": "category",
1134
1322
  "required": false,
@@ -1149,6 +1337,11 @@
1149
1337
  "required": false,
1150
1338
  "type": "string"
1151
1339
  },
1340
+ "sprite": {
1341
+ "name": "sprite",
1342
+ "required": false,
1343
+ "type": "string"
1344
+ },
1152
1345
  "style": {
1153
1346
  "name": "style",
1154
1347
  "required": false,
@@ -1207,80 +1400,39 @@
1207
1400
  "tier": "presentation",
1208
1401
  "type": "boolean"
1209
1402
  },
1210
- "pageProp": {
1211
- "default": 0.0,
1212
- "description": "Current page number",
1213
- "label": "Page",
1214
- "synonyms": "page",
1215
- "tier": "presentation",
1216
- "type": "number"
1217
- },
1218
- "pageSize": {
1219
- "default": 0.0,
1220
- "description": "Number of items per page",
1221
- "label": "Page Size",
1222
- "tier": "presentation",
1403
+ "reelWindowTicks": {
1404
+ "default": 4.0,
1405
+ "description": "500ms ticks the player has to reel a hooked fish",
1406
+ "label": "Reel Window Ticks",
1407
+ "tier": "domain",
1223
1408
  "type": "number"
1224
1409
  },
1225
1410
  "scale": {
1226
- "default": 1.0,
1411
+ "default": 0.5,
1227
1412
  "description": "Render scale",
1228
1413
  "label": "Scale",
1229
1414
  "tier": "presentation",
1230
1415
  "type": "number"
1231
1416
  },
1232
- "searchValue": {
1233
- "default": "Search Value",
1234
- "description": "Current search query value",
1235
- "label": "Search Value",
1236
- "tier": "presentation",
1237
- "type": "string"
1238
- },
1239
- "selectedIds": {
1240
- "default": [],
1241
- "description": "Currently selected item IDs",
1242
- "items": {
1243
- "type": "string"
1244
- },
1245
- "label": "Selected Ids",
1246
- "tier": "presentation",
1247
- "type": "[string]"
1248
- },
1249
- "sortBy": {
1250
- "default": "Sort By",
1251
- "description": "Current sort field",
1252
- "label": "Sort By",
1253
- "tier": "presentation",
1254
- "type": "string"
1255
- },
1256
- "sortDirection": {
1257
- "default": "asc",
1258
- "description": "Current sort direction",
1259
- "label": "Sort Direction",
1260
- "tier": "presentation",
1261
- "type": "string",
1262
- "values": [
1263
- "asc",
1264
- "desc"
1265
- ]
1266
- },
1267
1417
  "tiles": {
1268
1418
  "default": [
1269
1419
  {
1270
1420
  "passable": true,
1271
- "terrain": "water",
1421
+ "terrain": "surface",
1272
1422
  "terrainSprite": {
1273
1423
  "animations": [
1274
1424
  "static"
1275
1425
  ],
1276
1426
  "aspect": "1:1",
1277
- "category": "water",
1427
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1428
+ "category": "surface",
1278
1429
  "dimension": "2d",
1279
- "name": "water",
1430
+ "name": "surface",
1280
1431
  "role": "tile",
1281
- "style": "",
1432
+ "sprite": "background_terrain_top",
1433
+ "style": "vector",
1282
1434
  "thumbnailUrl": "",
1283
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/water.png",
1435
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1284
1436
  "variant": ""
1285
1437
  },
1286
1438
  "x": 0.0,
@@ -1288,19 +1440,21 @@
1288
1440
  },
1289
1441
  {
1290
1442
  "passable": true,
1291
- "terrain": "water",
1443
+ "terrain": "surface",
1292
1444
  "terrainSprite": {
1293
1445
  "animations": [
1294
1446
  "static"
1295
1447
  ],
1296
1448
  "aspect": "1:1",
1297
- "category": "water",
1449
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1450
+ "category": "surface",
1298
1451
  "dimension": "2d",
1299
- "name": "water",
1452
+ "name": "surface",
1300
1453
  "role": "tile",
1301
- "style": "",
1454
+ "sprite": "background_terrain_top",
1455
+ "style": "vector",
1302
1456
  "thumbnailUrl": "",
1303
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/water.png",
1457
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1304
1458
  "variant": ""
1305
1459
  },
1306
1460
  "x": 1.0,
@@ -1308,19 +1462,21 @@
1308
1462
  },
1309
1463
  {
1310
1464
  "passable": true,
1311
- "terrain": "water",
1465
+ "terrain": "surface",
1312
1466
  "terrainSprite": {
1313
1467
  "animations": [
1314
1468
  "static"
1315
1469
  ],
1316
1470
  "aspect": "1:1",
1317
- "category": "water",
1471
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1472
+ "category": "surface",
1318
1473
  "dimension": "2d",
1319
- "name": "water",
1474
+ "name": "surface",
1320
1475
  "role": "tile",
1321
- "style": "",
1476
+ "sprite": "background_terrain_top",
1477
+ "style": "vector",
1322
1478
  "thumbnailUrl": "",
1323
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/water.png",
1479
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1324
1480
  "variant": ""
1325
1481
  },
1326
1482
  "x": 2.0,
@@ -1328,19 +1484,21 @@
1328
1484
  },
1329
1485
  {
1330
1486
  "passable": true,
1331
- "terrain": "water",
1487
+ "terrain": "surface",
1332
1488
  "terrainSprite": {
1333
1489
  "animations": [
1334
1490
  "static"
1335
1491
  ],
1336
1492
  "aspect": "1:1",
1337
- "category": "water",
1493
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1494
+ "category": "surface",
1338
1495
  "dimension": "2d",
1339
- "name": "water",
1496
+ "name": "surface",
1340
1497
  "role": "tile",
1341
- "style": "",
1498
+ "sprite": "background_terrain_top",
1499
+ "style": "vector",
1342
1500
  "thumbnailUrl": "",
1343
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/water.png",
1501
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1344
1502
  "variant": ""
1345
1503
  },
1346
1504
  "x": 3.0,
@@ -1348,24 +1506,70 @@
1348
1506
  },
1349
1507
  {
1350
1508
  "passable": true,
1351
- "terrain": "water",
1509
+ "terrain": "surface",
1352
1510
  "terrainSprite": {
1353
1511
  "animations": [
1354
1512
  "static"
1355
1513
  ],
1356
1514
  "aspect": "1:1",
1357
- "category": "water",
1515
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1516
+ "category": "surface",
1358
1517
  "dimension": "2d",
1359
- "name": "water",
1518
+ "name": "surface",
1360
1519
  "role": "tile",
1361
- "style": "",
1520
+ "sprite": "background_terrain_top",
1521
+ "style": "vector",
1362
1522
  "thumbnailUrl": "",
1363
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/water.png",
1523
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1364
1524
  "variant": ""
1365
1525
  },
1366
1526
  "x": 4.0,
1367
1527
  "y": 0.0
1368
1528
  },
1529
+ {
1530
+ "passable": true,
1531
+ "terrain": "surface",
1532
+ "terrainSprite": {
1533
+ "animations": [
1534
+ "static"
1535
+ ],
1536
+ "aspect": "1:1",
1537
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1538
+ "category": "surface",
1539
+ "dimension": "2d",
1540
+ "name": "surface",
1541
+ "role": "tile",
1542
+ "sprite": "background_terrain_top",
1543
+ "style": "vector",
1544
+ "thumbnailUrl": "",
1545
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1546
+ "variant": ""
1547
+ },
1548
+ "x": 5.0,
1549
+ "y": 0.0
1550
+ },
1551
+ {
1552
+ "passable": true,
1553
+ "terrain": "surface",
1554
+ "terrainSprite": {
1555
+ "animations": [
1556
+ "static"
1557
+ ],
1558
+ "aspect": "1:1",
1559
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1560
+ "category": "surface",
1561
+ "dimension": "2d",
1562
+ "name": "surface",
1563
+ "role": "tile",
1564
+ "sprite": "background_terrain_top",
1565
+ "style": "vector",
1566
+ "thumbnailUrl": "",
1567
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1568
+ "variant": ""
1569
+ },
1570
+ "x": 6.0,
1571
+ "y": 0.0
1572
+ },
1369
1573
  {
1370
1574
  "passable": true,
1371
1575
  "terrain": "water",
@@ -1374,13 +1578,15 @@
1374
1578
  "static"
1375
1579
  ],
1376
1580
  "aspect": "1:1",
1581
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1377
1582
  "category": "water",
1378
1583
  "dimension": "2d",
1379
1584
  "name": "water",
1380
1585
  "role": "tile",
1381
- "style": "",
1586
+ "sprite": "background_terrain",
1587
+ "style": "vector",
1382
1588
  "thumbnailUrl": "",
1383
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/water.png",
1589
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1384
1590
  "variant": ""
1385
1591
  },
1386
1592
  "x": 0.0,
@@ -1394,13 +1600,15 @@
1394
1600
  "static"
1395
1601
  ],
1396
1602
  "aspect": "1:1",
1603
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1397
1604
  "category": "water",
1398
1605
  "dimension": "2d",
1399
1606
  "name": "water",
1400
1607
  "role": "tile",
1401
- "style": "",
1608
+ "sprite": "background_terrain",
1609
+ "style": "vector",
1402
1610
  "thumbnailUrl": "",
1403
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/water.png",
1611
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1404
1612
  "variant": ""
1405
1613
  },
1406
1614
  "x": 1.0,
@@ -1414,13 +1622,15 @@
1414
1622
  "static"
1415
1623
  ],
1416
1624
  "aspect": "1:1",
1625
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1417
1626
  "category": "water",
1418
1627
  "dimension": "2d",
1419
1628
  "name": "water",
1420
1629
  "role": "tile",
1421
- "style": "",
1630
+ "sprite": "background_terrain",
1631
+ "style": "vector",
1422
1632
  "thumbnailUrl": "",
1423
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/water.png",
1633
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1424
1634
  "variant": ""
1425
1635
  },
1426
1636
  "x": 2.0,
@@ -1434,13 +1644,15 @@
1434
1644
  "static"
1435
1645
  ],
1436
1646
  "aspect": "1:1",
1647
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1437
1648
  "category": "water",
1438
1649
  "dimension": "2d",
1439
1650
  "name": "water",
1440
1651
  "role": "tile",
1441
- "style": "",
1652
+ "sprite": "background_terrain",
1653
+ "style": "vector",
1442
1654
  "thumbnailUrl": "",
1443
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/water.png",
1655
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1444
1656
  "variant": ""
1445
1657
  },
1446
1658
  "x": 3.0,
@@ -1454,13 +1666,15 @@
1454
1666
  "static"
1455
1667
  ],
1456
1668
  "aspect": "1:1",
1669
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1457
1670
  "category": "water",
1458
1671
  "dimension": "2d",
1459
1672
  "name": "water",
1460
1673
  "role": "tile",
1461
- "style": "",
1674
+ "sprite": "background_terrain",
1675
+ "style": "vector",
1462
1676
  "thumbnailUrl": "",
1463
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/water.png",
1677
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1464
1678
  "variant": ""
1465
1679
  },
1466
1680
  "x": 4.0,
@@ -1468,139 +1682,241 @@
1468
1682
  },
1469
1683
  {
1470
1684
  "passable": true,
1471
- "terrain": "seabed",
1685
+ "terrain": "water",
1472
1686
  "terrainSprite": {
1473
1687
  "animations": [
1474
1688
  "static"
1475
1689
  ],
1476
1690
  "aspect": "1:1",
1477
- "category": "seabed",
1691
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1692
+ "category": "water",
1478
1693
  "dimension": "2d",
1479
- "name": "seabed",
1694
+ "name": "water",
1480
1695
  "role": "tile",
1481
- "style": "",
1696
+ "sprite": "background_terrain",
1697
+ "style": "vector",
1482
1698
  "thumbnailUrl": "",
1483
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
1699
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1484
1700
  "variant": ""
1485
1701
  },
1486
- "x": 0.0,
1487
- "y": 2.0
1702
+ "x": 5.0,
1703
+ "y": 1.0
1488
1704
  },
1489
1705
  {
1490
1706
  "passable": true,
1491
- "terrain": "seabed",
1707
+ "terrain": "water",
1492
1708
  "terrainSprite": {
1493
1709
  "animations": [
1494
1710
  "static"
1495
1711
  ],
1496
1712
  "aspect": "1:1",
1497
- "category": "seabed",
1713
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1714
+ "category": "water",
1498
1715
  "dimension": "2d",
1499
- "name": "seabed",
1716
+ "name": "water",
1500
1717
  "role": "tile",
1501
- "style": "",
1718
+ "sprite": "background_terrain",
1719
+ "style": "vector",
1502
1720
  "thumbnailUrl": "",
1503
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
1721
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1504
1722
  "variant": ""
1505
1723
  },
1506
- "x": 1.0,
1507
- "y": 2.0
1724
+ "x": 6.0,
1725
+ "y": 1.0
1508
1726
  },
1509
1727
  {
1510
1728
  "passable": true,
1511
- "terrain": "seabed",
1729
+ "terrain": "water",
1512
1730
  "terrainSprite": {
1513
1731
  "animations": [
1514
1732
  "static"
1515
1733
  ],
1516
1734
  "aspect": "1:1",
1517
- "category": "seabed",
1735
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1736
+ "category": "water",
1518
1737
  "dimension": "2d",
1519
- "name": "seabed",
1738
+ "name": "water",
1520
1739
  "role": "tile",
1521
- "style": "",
1740
+ "sprite": "background_terrain",
1741
+ "style": "vector",
1522
1742
  "thumbnailUrl": "",
1523
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
1743
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1524
1744
  "variant": ""
1525
1745
  },
1526
- "x": 2.0,
1746
+ "x": 0.0,
1527
1747
  "y": 2.0
1528
1748
  },
1529
1749
  {
1530
1750
  "passable": true,
1531
- "terrain": "seabed",
1751
+ "terrain": "water",
1532
1752
  "terrainSprite": {
1533
1753
  "animations": [
1534
1754
  "static"
1535
1755
  ],
1536
1756
  "aspect": "1:1",
1537
- "category": "seabed",
1757
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1758
+ "category": "water",
1538
1759
  "dimension": "2d",
1539
- "name": "seabed",
1760
+ "name": "water",
1540
1761
  "role": "tile",
1541
- "style": "",
1762
+ "sprite": "background_terrain",
1763
+ "style": "vector",
1542
1764
  "thumbnailUrl": "",
1543
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
1765
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1544
1766
  "variant": ""
1545
1767
  },
1546
- "x": 3.0,
1768
+ "x": 1.0,
1547
1769
  "y": 2.0
1548
1770
  },
1549
1771
  {
1550
1772
  "passable": true,
1551
- "terrain": "seabed",
1773
+ "terrain": "water",
1552
1774
  "terrainSprite": {
1553
1775
  "animations": [
1554
1776
  "static"
1555
1777
  ],
1556
1778
  "aspect": "1:1",
1557
- "category": "seabed",
1779
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1780
+ "category": "water",
1558
1781
  "dimension": "2d",
1559
- "name": "seabed",
1782
+ "name": "water",
1560
1783
  "role": "tile",
1561
- "style": "",
1784
+ "sprite": "background_terrain",
1785
+ "style": "vector",
1562
1786
  "thumbnailUrl": "",
1563
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
1787
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1564
1788
  "variant": ""
1565
1789
  },
1566
- "x": 4.0,
1790
+ "x": 2.0,
1567
1791
  "y": 2.0
1568
1792
  },
1569
1793
  {
1570
1794
  "passable": true,
1571
- "terrain": "seabed",
1795
+ "terrain": "water",
1572
1796
  "terrainSprite": {
1573
1797
  "animations": [
1574
1798
  "static"
1575
1799
  ],
1576
1800
  "aspect": "1:1",
1577
- "category": "seabed",
1801
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1802
+ "category": "water",
1578
1803
  "dimension": "2d",
1579
- "name": "seabed",
1804
+ "name": "water",
1580
1805
  "role": "tile",
1581
- "style": "",
1806
+ "sprite": "background_terrain",
1807
+ "style": "vector",
1582
1808
  "thumbnailUrl": "",
1583
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
1809
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1584
1810
  "variant": ""
1585
1811
  },
1586
- "x": 0.0,
1587
- "y": 3.0
1812
+ "x": 3.0,
1813
+ "y": 2.0
1588
1814
  },
1589
1815
  {
1590
1816
  "passable": true,
1591
- "terrain": "seabed",
1817
+ "terrain": "water",
1592
1818
  "terrainSprite": {
1593
1819
  "animations": [
1594
1820
  "static"
1595
1821
  ],
1596
1822
  "aspect": "1:1",
1597
- "category": "seabed",
1823
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1824
+ "category": "water",
1598
1825
  "dimension": "2d",
1599
- "name": "seabed",
1826
+ "name": "water",
1827
+ "role": "tile",
1828
+ "sprite": "background_terrain",
1829
+ "style": "vector",
1830
+ "thumbnailUrl": "",
1831
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1832
+ "variant": ""
1833
+ },
1834
+ "x": 4.0,
1835
+ "y": 2.0
1836
+ },
1837
+ {
1838
+ "passable": true,
1839
+ "terrain": "water",
1840
+ "terrainSprite": {
1841
+ "animations": [
1842
+ "static"
1843
+ ],
1844
+ "aspect": "1:1",
1845
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1846
+ "category": "water",
1847
+ "dimension": "2d",
1848
+ "name": "water",
1849
+ "role": "tile",
1850
+ "sprite": "background_terrain",
1851
+ "style": "vector",
1852
+ "thumbnailUrl": "",
1853
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1854
+ "variant": ""
1855
+ },
1856
+ "x": 5.0,
1857
+ "y": 2.0
1858
+ },
1859
+ {
1860
+ "passable": true,
1861
+ "terrain": "water",
1862
+ "terrainSprite": {
1863
+ "animations": [
1864
+ "static"
1865
+ ],
1866
+ "aspect": "1:1",
1867
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1868
+ "category": "water",
1869
+ "dimension": "2d",
1870
+ "name": "water",
1871
+ "role": "tile",
1872
+ "sprite": "background_terrain",
1873
+ "style": "vector",
1874
+ "thumbnailUrl": "",
1875
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1876
+ "variant": ""
1877
+ },
1878
+ "x": 6.0,
1879
+ "y": 2.0
1880
+ },
1881
+ {
1882
+ "passable": true,
1883
+ "terrain": "water",
1884
+ "terrainSprite": {
1885
+ "animations": [
1886
+ "static"
1887
+ ],
1888
+ "aspect": "1:1",
1889
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1890
+ "category": "water",
1891
+ "dimension": "2d",
1892
+ "name": "water",
1893
+ "role": "tile",
1894
+ "sprite": "background_terrain",
1895
+ "style": "vector",
1896
+ "thumbnailUrl": "",
1897
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1898
+ "variant": ""
1899
+ },
1900
+ "x": 0.0,
1901
+ "y": 3.0
1902
+ },
1903
+ {
1904
+ "passable": true,
1905
+ "terrain": "water",
1906
+ "terrainSprite": {
1907
+ "animations": [
1908
+ "static"
1909
+ ],
1910
+ "aspect": "1:1",
1911
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1912
+ "category": "water",
1913
+ "dimension": "2d",
1914
+ "name": "water",
1600
1915
  "role": "tile",
1601
- "style": "",
1916
+ "sprite": "background_terrain",
1917
+ "style": "vector",
1602
1918
  "thumbnailUrl": "",
1603
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
1919
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1604
1920
  "variant": ""
1605
1921
  },
1606
1922
  "x": 1.0,
@@ -1608,19 +1924,21 @@
1608
1924
  },
1609
1925
  {
1610
1926
  "passable": true,
1611
- "terrain": "seabed",
1927
+ "terrain": "water",
1612
1928
  "terrainSprite": {
1613
1929
  "animations": [
1614
1930
  "static"
1615
1931
  ],
1616
1932
  "aspect": "1:1",
1617
- "category": "seabed",
1933
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1934
+ "category": "water",
1618
1935
  "dimension": "2d",
1619
- "name": "seabed",
1936
+ "name": "water",
1620
1937
  "role": "tile",
1621
- "style": "",
1938
+ "sprite": "background_terrain",
1939
+ "style": "vector",
1622
1940
  "thumbnailUrl": "",
1623
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
1941
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1624
1942
  "variant": ""
1625
1943
  },
1626
1944
  "x": 2.0,
@@ -1628,19 +1946,21 @@
1628
1946
  },
1629
1947
  {
1630
1948
  "passable": true,
1631
- "terrain": "seabed",
1949
+ "terrain": "water",
1632
1950
  "terrainSprite": {
1633
1951
  "animations": [
1634
1952
  "static"
1635
1953
  ],
1636
1954
  "aspect": "1:1",
1637
- "category": "seabed",
1955
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1956
+ "category": "water",
1638
1957
  "dimension": "2d",
1639
- "name": "seabed",
1958
+ "name": "water",
1640
1959
  "role": "tile",
1641
- "style": "",
1960
+ "sprite": "background_terrain",
1961
+ "style": "vector",
1642
1962
  "thumbnailUrl": "",
1643
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
1963
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1644
1964
  "variant": ""
1645
1965
  },
1646
1966
  "x": 3.0,
@@ -1648,24 +1968,70 @@
1648
1968
  },
1649
1969
  {
1650
1970
  "passable": true,
1651
- "terrain": "seabed",
1971
+ "terrain": "water",
1652
1972
  "terrainSprite": {
1653
1973
  "animations": [
1654
1974
  "static"
1655
1975
  ],
1656
1976
  "aspect": "1:1",
1657
- "category": "seabed",
1977
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1978
+ "category": "water",
1658
1979
  "dimension": "2d",
1659
- "name": "seabed",
1980
+ "name": "water",
1660
1981
  "role": "tile",
1661
- "style": "",
1982
+ "sprite": "background_terrain",
1983
+ "style": "vector",
1662
1984
  "thumbnailUrl": "",
1663
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
1985
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1664
1986
  "variant": ""
1665
1987
  },
1666
1988
  "x": 4.0,
1667
1989
  "y": 3.0
1668
1990
  },
1991
+ {
1992
+ "passable": true,
1993
+ "terrain": "water",
1994
+ "terrainSprite": {
1995
+ "animations": [
1996
+ "static"
1997
+ ],
1998
+ "aspect": "1:1",
1999
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
2000
+ "category": "water",
2001
+ "dimension": "2d",
2002
+ "name": "water",
2003
+ "role": "tile",
2004
+ "sprite": "background_terrain",
2005
+ "style": "vector",
2006
+ "thumbnailUrl": "",
2007
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
2008
+ "variant": ""
2009
+ },
2010
+ "x": 5.0,
2011
+ "y": 3.0
2012
+ },
2013
+ {
2014
+ "passable": true,
2015
+ "terrain": "water",
2016
+ "terrainSprite": {
2017
+ "animations": [
2018
+ "static"
2019
+ ],
2020
+ "aspect": "1:1",
2021
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
2022
+ "category": "water",
2023
+ "dimension": "2d",
2024
+ "name": "water",
2025
+ "role": "tile",
2026
+ "sprite": "background_terrain",
2027
+ "style": "vector",
2028
+ "thumbnailUrl": "",
2029
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
2030
+ "variant": ""
2031
+ },
2032
+ "x": 6.0,
2033
+ "y": 3.0
2034
+ },
1669
2035
  {
1670
2036
  "passable": true,
1671
2037
  "terrain": "seabed",
@@ -1674,13 +2040,15 @@
1674
2040
  "static"
1675
2041
  ],
1676
2042
  "aspect": "1:1",
2043
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1677
2044
  "category": "seabed",
1678
2045
  "dimension": "2d",
1679
2046
  "name": "seabed",
1680
2047
  "role": "tile",
1681
- "style": "",
2048
+ "sprite": "terrain_sand_top_a",
2049
+ "style": "vector",
1682
2050
  "thumbnailUrl": "",
1683
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
2051
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1684
2052
  "variant": ""
1685
2053
  },
1686
2054
  "x": 0.0,
@@ -1694,13 +2062,15 @@
1694
2062
  "static"
1695
2063
  ],
1696
2064
  "aspect": "1:1",
2065
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1697
2066
  "category": "seabed",
1698
2067
  "dimension": "2d",
1699
2068
  "name": "seabed",
1700
2069
  "role": "tile",
1701
- "style": "",
2070
+ "sprite": "terrain_sand_top_b",
2071
+ "style": "vector",
1702
2072
  "thumbnailUrl": "",
1703
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
2073
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1704
2074
  "variant": ""
1705
2075
  },
1706
2076
  "x": 1.0,
@@ -1714,13 +2084,15 @@
1714
2084
  "static"
1715
2085
  ],
1716
2086
  "aspect": "1:1",
2087
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1717
2088
  "category": "seabed",
1718
2089
  "dimension": "2d",
1719
2090
  "name": "seabed",
1720
2091
  "role": "tile",
1721
- "style": "",
2092
+ "sprite": "terrain_sand_top_a",
2093
+ "style": "vector",
1722
2094
  "thumbnailUrl": "",
1723
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
2095
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1724
2096
  "variant": ""
1725
2097
  },
1726
2098
  "x": 2.0,
@@ -1734,13 +2106,15 @@
1734
2106
  "static"
1735
2107
  ],
1736
2108
  "aspect": "1:1",
2109
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1737
2110
  "category": "seabed",
1738
2111
  "dimension": "2d",
1739
2112
  "name": "seabed",
1740
2113
  "role": "tile",
1741
- "style": "",
2114
+ "sprite": "terrain_sand_top_b",
2115
+ "style": "vector",
1742
2116
  "thumbnailUrl": "",
1743
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
2117
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1744
2118
  "variant": ""
1745
2119
  },
1746
2120
  "x": 3.0,
@@ -1754,20 +2128,66 @@
1754
2128
  "static"
1755
2129
  ],
1756
2130
  "aspect": "1:1",
2131
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
1757
2132
  "category": "seabed",
1758
2133
  "dimension": "2d",
1759
2134
  "name": "seabed",
1760
2135
  "role": "tile",
1761
- "style": "",
2136
+ "sprite": "terrain_sand_top_a",
2137
+ "style": "vector",
1762
2138
  "thumbnailUrl": "",
1763
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/terrain/seabed.png",
2139
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
1764
2140
  "variant": ""
1765
2141
  },
1766
2142
  "x": 4.0,
1767
2143
  "y": 4.0
2144
+ },
2145
+ {
2146
+ "passable": true,
2147
+ "terrain": "seabed",
2148
+ "terrainSprite": {
2149
+ "animations": [
2150
+ "static"
2151
+ ],
2152
+ "aspect": "1:1",
2153
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
2154
+ "category": "seabed",
2155
+ "dimension": "2d",
2156
+ "name": "seabed",
2157
+ "role": "tile",
2158
+ "sprite": "terrain_sand_top_b",
2159
+ "style": "vector",
2160
+ "thumbnailUrl": "",
2161
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
2162
+ "variant": ""
2163
+ },
2164
+ "x": 5.0,
2165
+ "y": 4.0
2166
+ },
2167
+ {
2168
+ "passable": true,
2169
+ "terrain": "seabed",
2170
+ "terrainSprite": {
2171
+ "animations": [
2172
+ "static"
2173
+ ],
2174
+ "aspect": "1:1",
2175
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
2176
+ "category": "seabed",
2177
+ "dimension": "2d",
2178
+ "name": "seabed",
2179
+ "role": "tile",
2180
+ "sprite": "terrain_sand_top_a",
2181
+ "style": "vector",
2182
+ "thumbnailUrl": "",
2183
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
2184
+ "variant": ""
2185
+ },
2186
+ "x": 6.0,
2187
+ "y": 4.0
1768
2188
  }
1769
2189
  ],
1770
- "description": "Flat top-down fishing scene tiles (water + seabed)",
2190
+ "description": "Pond cross-section tiles (surface, open water, sandy seabed)",
1771
2191
  "items": {
1772
2192
  "properties": {
1773
2193
  "elevation": {
@@ -1796,6 +2216,11 @@
1796
2216
  "required": false,
1797
2217
  "type": "string"
1798
2218
  },
2219
+ "atlas": {
2220
+ "name": "atlas",
2221
+ "required": false,
2222
+ "type": "string"
2223
+ },
1799
2224
  "category": {
1800
2225
  "name": "category",
1801
2226
  "required": false,
@@ -1816,6 +2241,11 @@
1816
2241
  "required": false,
1817
2242
  "type": "string"
1818
2243
  },
2244
+ "sprite": {
2245
+ "name": "sprite",
2246
+ "required": false,
2247
+ "type": "string"
2248
+ },
1819
2249
  "style": {
1820
2250
  "name": "style",
1821
2251
  "required": false,
@@ -1871,6 +2301,11 @@
1871
2301
  "required": false,
1872
2302
  "type": "string"
1873
2303
  },
2304
+ "atlas": {
2305
+ "name": "atlas",
2306
+ "required": false,
2307
+ "type": "string"
2308
+ },
1874
2309
  "category": {
1875
2310
  "name": "category",
1876
2311
  "required": false,
@@ -1891,6 +2326,11 @@
1891
2326
  "required": false,
1892
2327
  "type": "string"
1893
2328
  },
2329
+ "sprite": {
2330
+ "name": "sprite",
2331
+ "required": false,
2332
+ "type": "string"
2333
+ },
1894
2334
  "style": {
1895
2335
  "name": "style",
1896
2336
  "required": false,
@@ -1947,24 +2387,17 @@
1947
2387
  "tier": "presentation",
1948
2388
  "type": "[FishingBoardTilesItem]"
1949
2389
  },
1950
- "totalCount": {
1951
- "default": 0.0,
1952
- "description": "Total number of items",
1953
- "label": "Total Count",
1954
- "tier": "presentation",
1955
- "type": "number"
1956
- },
1957
2390
  "units": {
1958
2391
  "default": [
1959
2392
  {
1960
2393
  "animation": "idle",
1961
2394
  "frame": 0.0,
1962
2395
  "health": 10.0,
1963
- "id": "u1",
2396
+ "id": "boat",
1964
2397
  "maxHealth": 10.0,
1965
2398
  "name": "Fishing Boat",
1966
2399
  "position": {
1967
- "x": 2.0,
2400
+ "x": 3.0,
1968
2401
  "y": 0.0
1969
2402
  },
1970
2403
  "sprite": {
@@ -1976,13 +2409,15 @@
1976
2409
  "death"
1977
2410
  ],
1978
2411
  "aspect": "1:1",
2412
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-cartography-pack/ui/spritesheet_default.json",
1979
2413
  "category": "boat",
1980
2414
  "dimension": "2d",
1981
2415
  "name": "boat",
1982
2416
  "role": "npc",
1983
- "style": "",
2417
+ "sprite": "ship.png",
2418
+ "style": "vector",
1984
2419
  "thumbnailUrl": "",
1985
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/units/boat.png",
2420
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-cartography-pack/ui/spritesheet_default.png",
1986
2421
  "variant": ""
1987
2422
  },
1988
2423
  "team": "player",
@@ -1992,12 +2427,12 @@
1992
2427
  "animation": "idle",
1993
2428
  "frame": 0.0,
1994
2429
  "health": 10.0,
1995
- "id": "u2",
2430
+ "id": "hook",
1996
2431
  "maxHealth": 10.0,
1997
2432
  "name": "Hook",
1998
2433
  "position": {
1999
- "x": 2.0,
2000
- "y": 2.0
2434
+ "x": 3.0,
2435
+ "y": 1.0
2001
2436
  },
2002
2437
  "sprite": {
2003
2438
  "animations": [
@@ -2008,13 +2443,15 @@
2008
2443
  "death"
2009
2444
  ],
2010
2445
  "aspect": "1:1",
2446
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
2011
2447
  "category": "hook",
2012
2448
  "dimension": "2d",
2013
2449
  "name": "hook",
2014
2450
  "role": "npc",
2015
- "style": "",
2451
+ "sprite": "bubble_a",
2452
+ "style": "vector",
2016
2453
  "thumbnailUrl": "",
2017
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/units/hook.png",
2454
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
2018
2455
  "variant": ""
2019
2456
  },
2020
2457
  "team": "player",
@@ -2085,6 +2522,11 @@
2085
2522
  "required": false,
2086
2523
  "type": "string"
2087
2524
  },
2525
+ "atlas": {
2526
+ "name": "atlas",
2527
+ "required": false,
2528
+ "type": "string"
2529
+ },
2088
2530
  "category": {
2089
2531
  "name": "category",
2090
2532
  "required": false,
@@ -2105,6 +2547,11 @@
2105
2547
  "required": false,
2106
2548
  "type": "string"
2107
2549
  },
2550
+ "sprite": {
2551
+ "name": "sprite",
2552
+ "required": false,
2553
+ "type": "string"
2554
+ },
2108
2555
  "style": {
2109
2556
  "name": "style",
2110
2557
  "required": false,
@@ -2184,6 +2631,11 @@
2184
2631
  "required": false,
2185
2632
  "type": "string"
2186
2633
  },
2634
+ "atlas": {
2635
+ "name": "atlas",
2636
+ "required": false,
2637
+ "type": "string"
2638
+ },
2187
2639
  "category": {
2188
2640
  "name": "category",
2189
2641
  "required": false,
@@ -2204,6 +2656,11 @@
2204
2656
  "required": false,
2205
2657
  "type": "string"
2206
2658
  },
2659
+ "sprite": {
2660
+ "name": "sprite",
2661
+ "required": false,
2662
+ "type": "string"
2663
+ },
2207
2664
  "style": {
2208
2665
  "name": "style",
2209
2666
  "required": false,
@@ -2244,6 +2701,11 @@
2244
2701
  "required": false,
2245
2702
  "type": "string"
2246
2703
  },
2704
+ "atlas": {
2705
+ "name": "atlas",
2706
+ "required": false,
2707
+ "type": "string"
2708
+ },
2247
2709
  "category": {
2248
2710
  "name": "category",
2249
2711
  "required": false,
@@ -2264,6 +2726,11 @@
2264
2726
  "required": false,
2265
2727
  "type": "string"
2266
2728
  },
2729
+ "sprite": {
2730
+ "name": "sprite",
2731
+ "required": false,
2732
+ "type": "string"
2733
+ },
2267
2734
  "style": {
2268
2735
  "name": "style",
2269
2736
  "required": false,
@@ -2361,30 +2828,23 @@
2361
2828
  },
2362
2829
  "emits": [
2363
2830
  {
2364
- "description": "Emits UI:{tileClickEvent} with { x, y } on tile click",
2365
- "event": "TILE_CLICK",
2831
+ "description": "Emitted when the catch target is reached and the session ends.",
2832
+ "event": "GAME_END",
2366
2833
  "payloadSchema": [
2367
2834
  {
2368
- "name": "x",
2369
- "required": true,
2370
- "type": "number"
2371
- },
2372
- {
2373
- "name": "y",
2374
- "required": true,
2375
- "type": "number"
2835
+ "name": "result",
2836
+ "type": "string"
2376
2837
  }
2377
2838
  ],
2378
2839
  "scope": "external",
2379
2840
  "tier": "domain"
2380
2841
  },
2381
2842
  {
2382
- "description": "Emits UI:{unitClickEvent} with { unitId } on unit click",
2383
- "event": "UNIT_CLICK",
2843
+ "description": "Emits UI:CAST when the cast button is pressed.",
2844
+ "event": "CAST",
2384
2845
  "payloadSchema": [
2385
2846
  {
2386
- "name": "unitId",
2387
- "required": true,
2847
+ "name": "id",
2388
2848
  "type": "string"
2389
2849
  }
2390
2850
  ],
@@ -2392,31 +2852,24 @@
2392
2852
  "tier": "domain"
2393
2853
  },
2394
2854
  {
2395
- "description": "Emits when a cast action is triggered",
2396
- "event": "CAST",
2855
+ "description": "Emits UI:REEL when the reel button is pressed.",
2856
+ "event": "REEL",
2397
2857
  "payloadSchema": [
2398
2858
  {
2399
- "name": "unitId",
2400
- "required": true,
2859
+ "name": "id",
2401
2860
  "type": "string"
2402
- },
2403
- {
2404
- "name": "x",
2405
- "required": true,
2406
- "type": "number"
2407
- },
2408
- {
2409
- "name": "y",
2410
- "required": true,
2411
- "type": "number"
2412
- },
2413
- {
2414
- "name": "hitFish",
2415
- "type": "boolean"
2416
- },
2861
+ }
2862
+ ],
2863
+ "scope": "external",
2864
+ "tier": "domain"
2865
+ },
2866
+ {
2867
+ "description": "Emits UI:PLAY_AGAIN from the gameover menu.",
2868
+ "event": "PLAY_AGAIN",
2869
+ "payloadSchema": [
2417
2870
  {
2418
- "name": "points",
2419
- "type": "number"
2871
+ "name": "id",
2872
+ "type": "string"
2420
2873
  }
2421
2874
  ],
2422
2875
  "scope": "external",
@@ -2427,8 +2880,10 @@
2427
2880
  "provides": [
2428
2881
  "catchCount",
2429
2882
  "effects",
2883
+ "phase",
2884
+ "reelWindow",
2885
+ "result",
2430
2886
  "score",
2431
- "selectedUnitId",
2432
2887
  "units"
2433
2888
  ],
2434
2889
  "requires": []
@@ -2444,63 +2899,49 @@
2444
2899
  "name": "Initialize"
2445
2900
  },
2446
2901
  {
2447
- "description": "Emits UI:{tileClickEvent} with { x, y } on tile click",
2448
- "key": "TILE_CLICK",
2449
- "name": "Tile Click",
2902
+ "description": "Emits UI:CAST when the cast button is pressed.",
2903
+ "key": "CAST",
2904
+ "name": "Cast",
2450
2905
  "payloadSchema": [
2451
2906
  {
2452
- "name": "x",
2453
- "required": true,
2454
- "type": "number"
2455
- },
2456
- {
2457
- "name": "y",
2458
- "required": true,
2459
- "type": "number"
2907
+ "name": "id",
2908
+ "type": "string"
2460
2909
  }
2461
2910
  ],
2462
2911
  "tier": "domain"
2463
2912
  },
2464
2913
  {
2465
- "description": "Emits UI:{unitClickEvent} with { unitId } on unit click",
2466
- "key": "UNIT_CLICK",
2467
- "name": "Unit Click",
2914
+ "description": "Emits UI:REEL when the reel button is pressed.",
2915
+ "key": "REEL",
2916
+ "name": "Reel",
2468
2917
  "payloadSchema": [
2469
2918
  {
2470
- "name": "unitId",
2471
- "required": true,
2919
+ "name": "id",
2472
2920
  "type": "string"
2473
2921
  }
2474
2922
  ],
2475
2923
  "tier": "domain"
2476
2924
  },
2477
2925
  {
2478
- "description": "Emits when a cast action is triggered",
2479
- "key": "CAST",
2480
- "name": "Cast",
2926
+ "description": "Emitted when the catch target is reached and the session ends.",
2927
+ "key": "GAME_END",
2928
+ "name": "Game End",
2481
2929
  "payloadSchema": [
2482
2930
  {
2483
- "name": "unitId",
2484
- "required": true,
2931
+ "name": "result",
2485
2932
  "type": "string"
2486
- },
2487
- {
2488
- "name": "x",
2489
- "required": true,
2490
- "type": "number"
2491
- },
2492
- {
2493
- "name": "y",
2494
- "required": true,
2495
- "type": "number"
2496
- },
2497
- {
2498
- "name": "hitFish",
2499
- "type": "boolean"
2500
- },
2933
+ }
2934
+ ],
2935
+ "tier": "domain"
2936
+ },
2937
+ {
2938
+ "description": "Emits UI:PLAY_AGAIN from the gameover menu.",
2939
+ "key": "PLAY_AGAIN",
2940
+ "name": "Play Again",
2941
+ "payloadSchema": [
2501
2942
  {
2502
- "name": "points",
2503
- "type": "number"
2943
+ "name": "id",
2944
+ "type": "string"
2504
2945
  }
2505
2946
  ],
2506
2947
  "tier": "domain"
@@ -2510,6 +2951,9 @@
2510
2951
  {
2511
2952
  "isInitial": true,
2512
2953
  "name": "playing"
2954
+ },
2955
+ {
2956
+ "name": "gameover"
2513
2957
  }
2514
2958
  ],
2515
2959
  "transitions": [
@@ -2522,8 +2966,13 @@
2522
2966
  ],
2523
2967
  [
2524
2968
  "set",
2525
- "@entity.selectedUnitId",
2526
- ""
2969
+ "@entity.phase",
2970
+ "idle"
2971
+ ],
2972
+ [
2973
+ "set",
2974
+ "@entity.reelWindow",
2975
+ 0.0
2527
2976
  ],
2528
2977
  [
2529
2978
  "set",
@@ -2535,6 +2984,11 @@
2535
2984
  "@entity.score",
2536
2985
  0.0
2537
2986
  ],
2987
+ [
2988
+ "set",
2989
+ "@entity.result",
2990
+ "none"
2991
+ ],
2538
2992
  [
2539
2993
  "set",
2540
2994
  "@entity.effects",
@@ -2544,135 +2998,57 @@
2544
2998
  "render-ui",
2545
2999
  "main",
2546
3000
  {
2547
- "backgroundAsset": {
2548
- "animations": [],
2549
- "aspect": "1:1",
2550
- "category": "ui",
2551
- "dimension": "2d",
2552
- "name": "panel-frame",
2553
- "role": "ui",
2554
- "style": "adventure",
2555
- "thumbnailUrl": "",
2556
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/panel-frame.png",
2557
- "variant": ""
2558
- },
2559
- "children": [
2560
- {
2561
- "assetManifest": "@config.assetManifest",
2562
- "effects": "@entity.effects",
2563
- "features": "@config.features",
2564
- "projection": "flat",
2565
- "scale": "@config.scale",
2566
- "selectedUnitId": "@entity.selectedUnitId",
2567
- "showMinimap": false,
2568
- "tileClickEvent": "TILE_CLICK",
2569
- "tiles": "@config.tiles",
2570
- "type": "canvas-2d",
2571
- "unitClickEvent": "UNIT_CLICK",
2572
- "units": "@entity.units",
2573
- "validMoves": []
2574
- }
2575
- ],
2576
- "hud": {
3001
+ "addons": {
2577
3002
  "children": [
2578
- {
2579
- "stats": [
2580
- {
2581
- "iconUrl": {
2582
- "animations": [],
2583
- "aspect": "1:1",
2584
- "category": "ui",
2585
- "dimension": "2d",
2586
- "name": "catch-count",
2587
- "role": "ui",
2588
- "style": "adventure",
2589
- "thumbnailUrl": "",
2590
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/catch-count.png",
2591
- "variant": ""
2592
- },
2593
- "label": "Catch",
2594
- "value": "@entity.catchCount"
2595
- },
2596
- {
2597
- "iconUrl": {
2598
- "animations": [],
2599
- "aspect": "1:1",
2600
- "category": "ui",
2601
- "dimension": "2d",
2602
- "name": "score",
2603
- "role": "ui",
2604
- "style": "adventure",
2605
- "thumbnailUrl": "",
2606
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/score.png",
2607
- "variant": ""
2608
- },
2609
- "label": "Score",
2610
- "value": "@entity.score"
2611
- }
2612
- ],
2613
- "type": "game-hud"
2614
- },
2615
3003
  {
2616
3004
  "action": "CAST",
2617
3005
  "iconAsset": {
2618
- "animations": [],
3006
+ "animations": [
3007
+ "static"
3008
+ ],
2619
3009
  "aspect": "1:1",
3010
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
2620
3011
  "category": "ui",
2621
3012
  "dimension": "2d",
2622
3013
  "name": "icon-cast",
2623
3014
  "role": "ui",
2624
- "style": "adventure",
3015
+ "sprite": "emote_drop.png",
3016
+ "style": "vector",
2625
3017
  "thumbnailUrl": "",
2626
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/icon-cast.png",
3018
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
2627
3019
  "variant": ""
2628
3020
  },
2629
3021
  "label": "Cast",
2630
- "type": "action-button"
3022
+ "type": "button",
3023
+ "variant": "primary"
3024
+ },
3025
+ {
3026
+ "action": "REEL",
3027
+ "iconAsset": {
3028
+ "animations": [
3029
+ "static"
3030
+ ],
3031
+ "aspect": "1:1",
3032
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.json",
3033
+ "category": "ui",
3034
+ "dimension": "2d",
3035
+ "name": "icon-reel",
3036
+ "role": "ui",
3037
+ "sprite": "rotate_cw.png",
3038
+ "style": "vector",
3039
+ "thumbnailUrl": "",
3040
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.png",
3041
+ "variant": ""
3042
+ },
3043
+ "label": "Reel",
3044
+ "type": "button",
3045
+ "variant": "primary"
2631
3046
  }
2632
3047
  ],
2633
- "direction": "horizontal",
2634
- "gap": "md",
2635
- "justify": "between",
3048
+ "direction": "vertical",
3049
+ "gap": "sm",
2636
3050
  "type": "stack"
2637
3051
  },
2638
- "hudBackgroundAsset": {
2639
- "animations": [],
2640
- "aspect": "1:1",
2641
- "category": "ui",
2642
- "dimension": "2d",
2643
- "name": "panel-frame",
2644
- "role": "ui",
2645
- "style": "adventure",
2646
- "thumbnailUrl": "",
2647
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/panel-frame.png",
2648
- "variant": ""
2649
- },
2650
- "type": "game-shell"
2651
- }
2652
- ]
2653
- ],
2654
- "event": "INIT",
2655
- "from": "playing",
2656
- "to": "playing"
2657
- },
2658
- {
2659
- "effects": [
2660
- [
2661
- "render-ui",
2662
- "main",
2663
- {
2664
- "backgroundAsset": {
2665
- "animations": [],
2666
- "aspect": "1:1",
2667
- "category": "ui",
2668
- "dimension": "2d",
2669
- "name": "panel-frame",
2670
- "role": "ui",
2671
- "style": "adventure",
2672
- "thumbnailUrl": "",
2673
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/panel-frame.png",
2674
- "variant": ""
2675
- },
2676
3052
  "children": [
2677
3053
  {
2678
3054
  "assetManifest": "@config.assetManifest",
@@ -2680,31 +3056,32 @@
2680
3056
  "features": "@config.features",
2681
3057
  "projection": "flat",
2682
3058
  "scale": "@config.scale",
2683
- "selectedUnitId": "@entity.selectedUnitId",
2684
3059
  "showMinimap": false,
2685
- "tileClickEvent": "TILE_CLICK",
2686
3060
  "tiles": "@config.tiles",
2687
3061
  "type": "canvas-2d",
2688
- "unitClickEvent": "UNIT_CLICK",
2689
- "units": "@entity.units",
2690
- "validMoves": []
3062
+ "units": "@entity.units"
2691
3063
  }
2692
3064
  ],
3065
+ "fontFamily": "future",
2693
3066
  "hud": {
2694
3067
  "children": [
2695
3068
  {
2696
3069
  "stats": [
2697
3070
  {
2698
3071
  "iconUrl": {
2699
- "animations": [],
3072
+ "animations": [
3073
+ "static"
3074
+ ],
2700
3075
  "aspect": "1:1",
3076
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
2701
3077
  "category": "ui",
2702
3078
  "dimension": "2d",
2703
- "name": "catch-count",
3079
+ "name": "icon-catch",
2704
3080
  "role": "ui",
2705
- "style": "adventure",
3081
+ "sprite": "fish_orange",
3082
+ "style": "vector",
2706
3083
  "thumbnailUrl": "",
2707
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/catch-count.png",
3084
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
2708
3085
  "variant": ""
2709
3086
  },
2710
3087
  "label": "Catch",
@@ -2712,15 +3089,19 @@
2712
3089
  },
2713
3090
  {
2714
3091
  "iconUrl": {
2715
- "animations": [],
3092
+ "animations": [
3093
+ "static"
3094
+ ],
2716
3095
  "aspect": "1:1",
3096
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
2717
3097
  "category": "ui",
2718
3098
  "dimension": "2d",
2719
- "name": "score",
3099
+ "name": "icon-score",
2720
3100
  "role": "ui",
2721
- "style": "adventure",
3101
+ "sprite": "emote_star.png",
3102
+ "style": "vector",
2722
3103
  "thumbnailUrl": "",
2723
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/score.png",
3104
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
2724
3105
  "variant": ""
2725
3106
  },
2726
3107
  "label": "Score",
@@ -2728,23 +3109,6 @@
2728
3109
  }
2729
3110
  ],
2730
3111
  "type": "game-hud"
2731
- },
2732
- {
2733
- "action": "CAST",
2734
- "iconAsset": {
2735
- "animations": [],
2736
- "aspect": "1:1",
2737
- "category": "ui",
2738
- "dimension": "2d",
2739
- "name": "icon-cast",
2740
- "role": "ui",
2741
- "style": "adventure",
2742
- "thumbnailUrl": "",
2743
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/icon-cast.png",
2744
- "variant": ""
2745
- },
2746
- "label": "Cast",
2747
- "type": "action-button"
2748
3112
  }
2749
3113
  ],
2750
3114
  "direction": "horizontal",
@@ -2753,22 +3117,26 @@
2753
3117
  "type": "stack"
2754
3118
  },
2755
3119
  "hudBackgroundAsset": {
2756
- "animations": [],
3120
+ "animations": [
3121
+ "static"
3122
+ ],
2757
3123
  "aspect": "1:1",
3124
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.json",
2758
3125
  "category": "ui",
2759
3126
  "dimension": "2d",
2760
3127
  "name": "panel-frame",
2761
3128
  "role": "ui",
2762
- "style": "adventure",
3129
+ "sprite": "blue_panel.png",
3130
+ "style": "vector",
2763
3131
  "thumbnailUrl": "",
2764
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/panel-frame.png",
3132
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.png",
2765
3133
  "variant": ""
2766
3134
  },
2767
3135
  "type": "game-shell"
2768
3136
  }
2769
3137
  ]
2770
3138
  ],
2771
- "event": "TILE_CLICK",
3139
+ "event": "INIT",
2772
3140
  "from": "playing",
2773
3141
  "to": "playing"
2774
3142
  },
@@ -2776,24 +3144,109 @@
2776
3144
  "effects": [
2777
3145
  [
2778
3146
  "set",
2779
- "@entity.selectedUnitId",
2780
- "@payload.unitId"
3147
+ "@entity.phase",
3148
+ "waiting"
3149
+ ],
3150
+ [
3151
+ "set",
3152
+ "@entity.units",
3153
+ [
3154
+ "array/map",
3155
+ "@entity.units",
3156
+ [
3157
+ "fn",
3158
+ "u",
3159
+ [
3160
+ "if",
3161
+ [
3162
+ "==",
3163
+ "@u.id",
3164
+ "hook"
3165
+ ],
3166
+ [
3167
+ "object/merge",
3168
+ "@u",
3169
+ {
3170
+ "animation": "walk",
3171
+ "position": {
3172
+ "x": 3.0,
3173
+ "y": 2.0
3174
+ }
3175
+ }
3176
+ ],
3177
+ "@u"
3178
+ ]
3179
+ ]
3180
+ ]
3181
+ ],
3182
+ [
3183
+ "set",
3184
+ "@entity.effects",
3185
+ [
3186
+ "array/append",
3187
+ "@entity.effects",
3188
+ {
3189
+ "key": "splash",
3190
+ "ttl": 6.0,
3191
+ "x": 3.0,
3192
+ "y": 1.0
3193
+ }
3194
+ ]
2781
3195
  ],
2782
3196
  [
2783
3197
  "render-ui",
2784
3198
  "main",
2785
3199
  {
2786
- "backgroundAsset": {
2787
- "animations": [],
2788
- "aspect": "1:1",
2789
- "category": "ui",
2790
- "dimension": "2d",
2791
- "name": "panel-frame",
2792
- "role": "ui",
2793
- "style": "adventure",
2794
- "thumbnailUrl": "",
2795
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/panel-frame.png",
2796
- "variant": ""
3200
+ "addons": {
3201
+ "children": [
3202
+ {
3203
+ "action": "CAST",
3204
+ "iconAsset": {
3205
+ "animations": [
3206
+ "static"
3207
+ ],
3208
+ "aspect": "1:1",
3209
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
3210
+ "category": "ui",
3211
+ "dimension": "2d",
3212
+ "name": "icon-cast",
3213
+ "role": "ui",
3214
+ "sprite": "emote_drop.png",
3215
+ "style": "vector",
3216
+ "thumbnailUrl": "",
3217
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
3218
+ "variant": ""
3219
+ },
3220
+ "label": "Cast",
3221
+ "type": "button",
3222
+ "variant": "primary"
3223
+ },
3224
+ {
3225
+ "action": "REEL",
3226
+ "iconAsset": {
3227
+ "animations": [
3228
+ "static"
3229
+ ],
3230
+ "aspect": "1:1",
3231
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.json",
3232
+ "category": "ui",
3233
+ "dimension": "2d",
3234
+ "name": "icon-reel",
3235
+ "role": "ui",
3236
+ "sprite": "rotate_cw.png",
3237
+ "style": "vector",
3238
+ "thumbnailUrl": "",
3239
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.png",
3240
+ "variant": ""
3241
+ },
3242
+ "label": "Reel",
3243
+ "type": "button",
3244
+ "variant": "primary"
3245
+ }
3246
+ ],
3247
+ "direction": "vertical",
3248
+ "gap": "sm",
3249
+ "type": "stack"
2797
3250
  },
2798
3251
  "children": [
2799
3252
  {
@@ -2802,31 +3255,32 @@
2802
3255
  "features": "@config.features",
2803
3256
  "projection": "flat",
2804
3257
  "scale": "@config.scale",
2805
- "selectedUnitId": "@entity.selectedUnitId",
2806
3258
  "showMinimap": false,
2807
- "tileClickEvent": "TILE_CLICK",
2808
3259
  "tiles": "@config.tiles",
2809
3260
  "type": "canvas-2d",
2810
- "unitClickEvent": "UNIT_CLICK",
2811
- "units": "@entity.units",
2812
- "validMoves": []
3261
+ "units": "@entity.units"
2813
3262
  }
2814
3263
  ],
3264
+ "fontFamily": "future",
2815
3265
  "hud": {
2816
3266
  "children": [
2817
3267
  {
2818
3268
  "stats": [
2819
3269
  {
2820
3270
  "iconUrl": {
2821
- "animations": [],
3271
+ "animations": [
3272
+ "static"
3273
+ ],
2822
3274
  "aspect": "1:1",
3275
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
2823
3276
  "category": "ui",
2824
3277
  "dimension": "2d",
2825
- "name": "catch-count",
3278
+ "name": "icon-catch",
2826
3279
  "role": "ui",
2827
- "style": "adventure",
3280
+ "sprite": "fish_orange",
3281
+ "style": "vector",
2828
3282
  "thumbnailUrl": "",
2829
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/catch-count.png",
3283
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
2830
3284
  "variant": ""
2831
3285
  },
2832
3286
  "label": "Catch",
@@ -2834,15 +3288,19 @@
2834
3288
  },
2835
3289
  {
2836
3290
  "iconUrl": {
2837
- "animations": [],
3291
+ "animations": [
3292
+ "static"
3293
+ ],
2838
3294
  "aspect": "1:1",
3295
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
2839
3296
  "category": "ui",
2840
3297
  "dimension": "2d",
2841
- "name": "score",
3298
+ "name": "icon-score",
2842
3299
  "role": "ui",
2843
- "style": "adventure",
3300
+ "sprite": "emote_star.png",
3301
+ "style": "vector",
2844
3302
  "thumbnailUrl": "",
2845
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/score.png",
3303
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
2846
3304
  "variant": ""
2847
3305
  },
2848
3306
  "label": "Score",
@@ -2850,23 +3308,6 @@
2850
3308
  }
2851
3309
  ],
2852
3310
  "type": "game-hud"
2853
- },
2854
- {
2855
- "action": "CAST",
2856
- "iconAsset": {
2857
- "animations": [],
2858
- "aspect": "1:1",
2859
- "category": "ui",
2860
- "dimension": "2d",
2861
- "name": "icon-cast",
2862
- "role": "ui",
2863
- "style": "adventure",
2864
- "thumbnailUrl": "",
2865
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/icon-cast.png",
2866
- "variant": ""
2867
- },
2868
- "label": "Cast",
2869
- "type": "action-button"
2870
3311
  }
2871
3312
  ],
2872
3313
  "direction": "horizontal",
@@ -2875,116 +3316,211 @@
2875
3316
  "type": "stack"
2876
3317
  },
2877
3318
  "hudBackgroundAsset": {
2878
- "animations": [],
3319
+ "animations": [
3320
+ "static"
3321
+ ],
2879
3322
  "aspect": "1:1",
3323
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.json",
2880
3324
  "category": "ui",
2881
3325
  "dimension": "2d",
2882
3326
  "name": "panel-frame",
2883
3327
  "role": "ui",
2884
- "style": "adventure",
3328
+ "sprite": "blue_panel.png",
3329
+ "style": "vector",
2885
3330
  "thumbnailUrl": "",
2886
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/panel-frame.png",
3331
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.png",
2887
3332
  "variant": ""
2888
3333
  },
2889
3334
  "type": "game-shell"
2890
3335
  }
2891
3336
  ]
2892
3337
  ],
2893
- "event": "UNIT_CLICK",
3338
+ "event": "CAST",
2894
3339
  "from": "playing",
3340
+ "guard": [
3341
+ "and",
3342
+ [
3343
+ "==",
3344
+ "@entity.phase",
3345
+ "idle"
3346
+ ],
3347
+ [
3348
+ "==",
3349
+ "@entity.result",
3350
+ "none"
3351
+ ]
3352
+ ],
2895
3353
  "to": "playing"
2896
3354
  },
2897
3355
  {
2898
3356
  "effects": [
2899
3357
  [
2900
3358
  "set",
2901
- "@entity.selectedUnitId",
2902
- ""
3359
+ "@entity.phase",
3360
+ "idle"
2903
3361
  ],
2904
3362
  [
2905
3363
  "set",
2906
- "@entity.units",
3364
+ "@entity.reelWindow",
3365
+ 0.0
3366
+ ],
3367
+ [
3368
+ "set",
3369
+ "@entity.score",
2907
3370
  [
2908
- "array/map",
2909
- "@entity.units",
3371
+ "+",
3372
+ "@entity.score",
2910
3373
  [
2911
- "fn",
2912
- "u",
3374
+ "let",
3375
+ [
3376
+ [
3377
+ "roll",
3378
+ [
3379
+ "math/random"
3380
+ ]
3381
+ ]
3382
+ ],
2913
3383
  [
2914
3384
  "if",
2915
3385
  [
2916
- "==",
2917
- "@u.id",
2918
- "@payload.unitId"
3386
+ "<",
3387
+ "@roll",
3388
+ 0.5
2919
3389
  ],
3390
+ 10.0,
2920
3391
  [
2921
- "object/merge",
2922
- "@u",
2923
- {
2924
- "animation": "cast"
2925
- }
2926
- ],
2927
- "@u"
3392
+ "if",
3393
+ [
3394
+ "<",
3395
+ "@roll",
3396
+ 0.8
3397
+ ],
3398
+ 20.0,
3399
+ 30.0
3400
+ ]
2928
3401
  ]
2929
3402
  ]
2930
3403
  ]
2931
3404
  ],
2932
3405
  [
2933
- "if",
2934
- [
2935
- "==",
2936
- "@payload.hitFish",
2937
- true
2938
- ],
3406
+ "set",
3407
+ "@entity.catchCount",
2939
3408
  [
2940
- "set",
3409
+ "+",
2941
3410
  "@entity.catchCount",
2942
- [
2943
- "+",
2944
- "@entity.catchCount",
2945
- 1.0
2946
- ]
2947
- ],
2948
- null
3411
+ 1.0
3412
+ ]
2949
3413
  ],
2950
3414
  [
2951
- "if",
3415
+ "set",
3416
+ "@entity.effects",
2952
3417
  [
2953
- "==",
2954
- "@payload.hitFish",
2955
- true
2956
- ],
3418
+ "array/append",
3419
+ "@entity.effects",
3420
+ {
3421
+ "key": "splash",
3422
+ "ttl": 8.0,
3423
+ "x": [
3424
+ "object/get",
3425
+ [
3426
+ "object/get",
3427
+ [
3428
+ "array/find",
3429
+ "@entity.units",
3430
+ [
3431
+ "fn",
3432
+ "u",
3433
+ [
3434
+ "==",
3435
+ "@u.id",
3436
+ "hook"
3437
+ ]
3438
+ ]
3439
+ ],
3440
+ "position"
3441
+ ],
3442
+ "x"
3443
+ ],
3444
+ "y": [
3445
+ "object/get",
3446
+ [
3447
+ "object/get",
3448
+ [
3449
+ "array/find",
3450
+ "@entity.units",
3451
+ [
3452
+ "fn",
3453
+ "u",
3454
+ [
3455
+ "==",
3456
+ "@u.id",
3457
+ "hook"
3458
+ ]
3459
+ ]
3460
+ ],
3461
+ "position"
3462
+ ],
3463
+ "y"
3464
+ ]
3465
+ }
3466
+ ]
3467
+ ],
3468
+ [
3469
+ "set",
3470
+ "@entity.units",
2957
3471
  [
2958
- "set",
2959
- "@entity.score",
3472
+ "array/map",
3473
+ "@entity.units",
2960
3474
  [
2961
- "+",
2962
- "@entity.score",
2963
- "@payload.points"
3475
+ "fn",
3476
+ "u",
3477
+ [
3478
+ "if",
3479
+ [
3480
+ "==",
3481
+ "@u.id",
3482
+ "hook"
3483
+ ],
3484
+ [
3485
+ "object/merge",
3486
+ "@u",
3487
+ {
3488
+ "animation": "idle",
3489
+ "position": {
3490
+ "x": 3.0,
3491
+ "y": 1.0
3492
+ }
3493
+ }
3494
+ ],
3495
+ "@u"
3496
+ ]
2964
3497
  ]
2965
- ],
2966
- null
3498
+ ]
3499
+ ],
3500
+ [
3501
+ "set",
3502
+ "@entity.result",
3503
+ [
3504
+ "if",
3505
+ [
3506
+ ">=",
3507
+ "@entity.catchCount",
3508
+ "@config.catchTarget"
3509
+ ],
3510
+ "won",
3511
+ "@entity.result"
3512
+ ]
2967
3513
  ],
2968
3514
  [
2969
3515
  "if",
2970
3516
  [
2971
- "==",
2972
- "@payload.hitFish",
2973
- true
3517
+ "!=",
3518
+ "@entity.result",
3519
+ "none"
2974
3520
  ],
2975
3521
  [
2976
- "set",
2977
- "@entity.effects",
2978
- [
2979
- "array/append",
2980
- "@entity.effects",
2981
- {
2982
- "key": "splash",
2983
- "ttl": 4.0,
2984
- "x": "@payload.x",
2985
- "y": "@payload.y"
2986
- }
2987
- ]
3522
+ "emit",
3523
+ "GAME_END"
2988
3524
  ],
2989
3525
  null
2990
3526
  ],
@@ -2992,17 +3528,56 @@
2992
3528
  "render-ui",
2993
3529
  "main",
2994
3530
  {
2995
- "backgroundAsset": {
2996
- "animations": [],
2997
- "aspect": "1:1",
2998
- "category": "ui",
2999
- "dimension": "2d",
3000
- "name": "panel-frame",
3001
- "role": "ui",
3002
- "style": "adventure",
3003
- "thumbnailUrl": "",
3004
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/panel-frame.png",
3005
- "variant": ""
3531
+ "addons": {
3532
+ "children": [
3533
+ {
3534
+ "action": "CAST",
3535
+ "iconAsset": {
3536
+ "animations": [
3537
+ "static"
3538
+ ],
3539
+ "aspect": "1:1",
3540
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
3541
+ "category": "ui",
3542
+ "dimension": "2d",
3543
+ "name": "icon-cast",
3544
+ "role": "ui",
3545
+ "sprite": "emote_drop.png",
3546
+ "style": "vector",
3547
+ "thumbnailUrl": "",
3548
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
3549
+ "variant": ""
3550
+ },
3551
+ "label": "Cast",
3552
+ "type": "button",
3553
+ "variant": "primary"
3554
+ },
3555
+ {
3556
+ "action": "REEL",
3557
+ "iconAsset": {
3558
+ "animations": [
3559
+ "static"
3560
+ ],
3561
+ "aspect": "1:1",
3562
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.json",
3563
+ "category": "ui",
3564
+ "dimension": "2d",
3565
+ "name": "icon-reel",
3566
+ "role": "ui",
3567
+ "sprite": "rotate_cw.png",
3568
+ "style": "vector",
3569
+ "thumbnailUrl": "",
3570
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.png",
3571
+ "variant": ""
3572
+ },
3573
+ "label": "Reel",
3574
+ "type": "button",
3575
+ "variant": "primary"
3576
+ }
3577
+ ],
3578
+ "direction": "vertical",
3579
+ "gap": "sm",
3580
+ "type": "stack"
3006
3581
  },
3007
3582
  "children": [
3008
3583
  {
@@ -3011,31 +3586,32 @@
3011
3586
  "features": "@config.features",
3012
3587
  "projection": "flat",
3013
3588
  "scale": "@config.scale",
3014
- "selectedUnitId": "@entity.selectedUnitId",
3015
3589
  "showMinimap": false,
3016
- "tileClickEvent": "TILE_CLICK",
3017
3590
  "tiles": "@config.tiles",
3018
3591
  "type": "canvas-2d",
3019
- "unitClickEvent": "UNIT_CLICK",
3020
- "units": "@entity.units",
3021
- "validMoves": []
3592
+ "units": "@entity.units"
3022
3593
  }
3023
3594
  ],
3595
+ "fontFamily": "future",
3024
3596
  "hud": {
3025
3597
  "children": [
3026
3598
  {
3027
3599
  "stats": [
3028
3600
  {
3029
3601
  "iconUrl": {
3030
- "animations": [],
3602
+ "animations": [
3603
+ "static"
3604
+ ],
3031
3605
  "aspect": "1:1",
3606
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
3032
3607
  "category": "ui",
3033
3608
  "dimension": "2d",
3034
- "name": "catch-count",
3609
+ "name": "icon-catch",
3035
3610
  "role": "ui",
3036
- "style": "adventure",
3611
+ "sprite": "fish_orange",
3612
+ "style": "vector",
3037
3613
  "thumbnailUrl": "",
3038
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/catch-count.png",
3614
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
3039
3615
  "variant": ""
3040
3616
  },
3041
3617
  "label": "Catch",
@@ -3043,15 +3619,19 @@
3043
3619
  },
3044
3620
  {
3045
3621
  "iconUrl": {
3046
- "animations": [],
3622
+ "animations": [
3623
+ "static"
3624
+ ],
3047
3625
  "aspect": "1:1",
3626
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
3048
3627
  "category": "ui",
3049
3628
  "dimension": "2d",
3050
- "name": "score",
3629
+ "name": "icon-score",
3051
3630
  "role": "ui",
3052
- "style": "adventure",
3631
+ "sprite": "emote_star.png",
3632
+ "style": "vector",
3053
3633
  "thumbnailUrl": "",
3054
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/score.png",
3634
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
3055
3635
  "variant": ""
3056
3636
  },
3057
3637
  "label": "Score",
@@ -3059,23 +3639,159 @@
3059
3639
  }
3060
3640
  ],
3061
3641
  "type": "game-hud"
3062
- },
3642
+ }
3643
+ ],
3644
+ "direction": "horizontal",
3645
+ "gap": "md",
3646
+ "justify": "between",
3647
+ "type": "stack"
3648
+ },
3649
+ "hudBackgroundAsset": {
3650
+ "animations": [
3651
+ "static"
3652
+ ],
3653
+ "aspect": "1:1",
3654
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.json",
3655
+ "category": "ui",
3656
+ "dimension": "2d",
3657
+ "name": "panel-frame",
3658
+ "role": "ui",
3659
+ "sprite": "blue_panel.png",
3660
+ "style": "vector",
3661
+ "thumbnailUrl": "",
3662
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.png",
3663
+ "variant": ""
3664
+ },
3665
+ "type": "game-shell"
3666
+ }
3667
+ ]
3668
+ ],
3669
+ "event": "REEL",
3670
+ "from": "playing",
3671
+ "guard": [
3672
+ "==",
3673
+ "@entity.phase",
3674
+ "hooked"
3675
+ ],
3676
+ "to": "playing"
3677
+ },
3678
+ {
3679
+ "effects": [
3680
+ [
3681
+ "render-ui",
3682
+ "main",
3683
+ {
3684
+ "addons": {
3685
+ "children": [
3063
3686
  {
3064
3687
  "action": "CAST",
3065
3688
  "iconAsset": {
3066
- "animations": [],
3689
+ "animations": [
3690
+ "static"
3691
+ ],
3067
3692
  "aspect": "1:1",
3693
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
3068
3694
  "category": "ui",
3069
3695
  "dimension": "2d",
3070
3696
  "name": "icon-cast",
3071
3697
  "role": "ui",
3072
- "style": "adventure",
3698
+ "sprite": "emote_drop.png",
3699
+ "style": "vector",
3073
3700
  "thumbnailUrl": "",
3074
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/icon-cast.png",
3701
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
3075
3702
  "variant": ""
3076
3703
  },
3077
3704
  "label": "Cast",
3078
- "type": "action-button"
3705
+ "type": "button",
3706
+ "variant": "primary"
3707
+ },
3708
+ {
3709
+ "action": "REEL",
3710
+ "iconAsset": {
3711
+ "animations": [
3712
+ "static"
3713
+ ],
3714
+ "aspect": "1:1",
3715
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.json",
3716
+ "category": "ui",
3717
+ "dimension": "2d",
3718
+ "name": "icon-reel",
3719
+ "role": "ui",
3720
+ "sprite": "rotate_cw.png",
3721
+ "style": "vector",
3722
+ "thumbnailUrl": "",
3723
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.png",
3724
+ "variant": ""
3725
+ },
3726
+ "label": "Reel",
3727
+ "type": "button",
3728
+ "variant": "primary"
3729
+ }
3730
+ ],
3731
+ "direction": "vertical",
3732
+ "gap": "sm",
3733
+ "type": "stack"
3734
+ },
3735
+ "children": [
3736
+ {
3737
+ "assetManifest": "@config.assetManifest",
3738
+ "effects": "@entity.effects",
3739
+ "features": "@config.features",
3740
+ "projection": "flat",
3741
+ "scale": "@config.scale",
3742
+ "showMinimap": false,
3743
+ "tiles": "@config.tiles",
3744
+ "type": "canvas-2d",
3745
+ "units": "@entity.units"
3746
+ }
3747
+ ],
3748
+ "fontFamily": "future",
3749
+ "hud": {
3750
+ "children": [
3751
+ {
3752
+ "stats": [
3753
+ {
3754
+ "iconUrl": {
3755
+ "animations": [
3756
+ "static"
3757
+ ],
3758
+ "aspect": "1:1",
3759
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
3760
+ "category": "ui",
3761
+ "dimension": "2d",
3762
+ "name": "icon-catch",
3763
+ "role": "ui",
3764
+ "sprite": "fish_orange",
3765
+ "style": "vector",
3766
+ "thumbnailUrl": "",
3767
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
3768
+ "variant": ""
3769
+ },
3770
+ "label": "Catch",
3771
+ "value": "@entity.catchCount"
3772
+ },
3773
+ {
3774
+ "iconUrl": {
3775
+ "animations": [
3776
+ "static"
3777
+ ],
3778
+ "aspect": "1:1",
3779
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
3780
+ "category": "ui",
3781
+ "dimension": "2d",
3782
+ "name": "icon-score",
3783
+ "role": "ui",
3784
+ "sprite": "emote_star.png",
3785
+ "style": "vector",
3786
+ "thumbnailUrl": "",
3787
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
3788
+ "variant": ""
3789
+ },
3790
+ "label": "Score",
3791
+ "value": "@entity.score"
3792
+ }
3793
+ ],
3794
+ "type": "game-hud"
3079
3795
  }
3080
3796
  ],
3081
3797
  "direction": "horizontal",
@@ -3084,118 +3800,990 @@
3084
3800
  "type": "stack"
3085
3801
  },
3086
3802
  "hudBackgroundAsset": {
3087
- "animations": [],
3803
+ "animations": [
3804
+ "static"
3805
+ ],
3088
3806
  "aspect": "1:1",
3807
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.json",
3089
3808
  "category": "ui",
3090
3809
  "dimension": "2d",
3091
3810
  "name": "panel-frame",
3092
3811
  "role": "ui",
3093
- "style": "adventure",
3812
+ "sprite": "blue_panel.png",
3813
+ "style": "vector",
3094
3814
  "thumbnailUrl": "",
3095
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/panel-frame.png",
3815
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.png",
3096
3816
  "variant": ""
3097
3817
  },
3818
+ "overlay": {
3819
+ "options": [
3820
+ {
3821
+ "event": "PLAY_AGAIN",
3822
+ "id": "again",
3823
+ "label": "Play Again",
3824
+ "variant": "primary"
3825
+ }
3826
+ ],
3827
+ "subtitle": [
3828
+ "str/concat",
3829
+ "Full net! Score: ",
3830
+ "@entity.score"
3831
+ ],
3832
+ "title": "VICTORY",
3833
+ "type": "game-menu"
3834
+ },
3098
3835
  "type": "game-shell"
3099
3836
  }
3100
3837
  ]
3101
3838
  ],
3102
- "event": "CAST",
3839
+ "event": "GAME_END",
3103
3840
  "from": "playing",
3104
- "to": "playing"
3105
- }
3106
- ]
3107
- },
3108
- "ticks": [
3109
- {
3110
- "effects": [
3111
- [
3112
- "render-ui",
3113
- "main",
3114
- {
3115
- "backgroundAsset": {
3116
- "animations": [],
3117
- "aspect": "1:1",
3118
- "category": "ui",
3119
- "dimension": "2d",
3120
- "name": "panel-frame",
3121
- "role": "ui",
3122
- "style": "adventure",
3123
- "thumbnailUrl": "",
3124
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/panel-frame.png",
3125
- "variant": ""
3126
- },
3127
- "children": [
3128
- {
3129
- "assetManifest": "@config.assetManifest",
3130
- "effects": "@entity.effects",
3131
- "features": "@config.features",
3132
- "projection": "flat",
3133
- "scale": "@config.scale",
3134
- "selectedUnitId": "@entity.selectedUnitId",
3135
- "showMinimap": false,
3136
- "tileClickEvent": "TILE_CLICK",
3137
- "tiles": "@config.tiles",
3138
- "type": "canvas-2d",
3139
- "unitClickEvent": "UNIT_CLICK",
3140
- "units": "@entity.units",
3141
- "validMoves": []
3142
- }
3143
- ],
3144
- "hud": {
3145
- "children": [
3146
- {
3147
- "stats": [
3148
- {
3149
- "iconUrl": {
3150
- "animations": [],
3151
- "aspect": "1:1",
3152
- "category": "ui",
3153
- "dimension": "2d",
3154
- "name": "catch-count",
3155
- "role": "ui",
3156
- "style": "adventure",
3157
- "thumbnailUrl": "",
3158
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/catch-count.png",
3159
- "variant": ""
3160
- },
3161
- "label": "Catch",
3162
- "value": "@entity.catchCount"
3163
- },
3164
- {
3165
- "iconUrl": {
3166
- "animations": [],
3167
- "aspect": "1:1",
3168
- "category": "ui",
3169
- "dimension": "2d",
3170
- "name": "score",
3171
- "role": "ui",
3172
- "style": "adventure",
3173
- "thumbnailUrl": "",
3174
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/score.png",
3175
- "variant": ""
3176
- },
3177
- "label": "Score",
3178
- "value": "@entity.score"
3179
- }
3180
- ],
3181
- "type": "game-hud"
3182
- },
3183
- {
3184
- "action": "CAST",
3841
+ "guard": [
3842
+ "!=",
3843
+ "@entity.result",
3844
+ "none"
3845
+ ],
3846
+ "to": "gameover"
3847
+ },
3848
+ {
3849
+ "effects": [
3850
+ [
3851
+ "set",
3852
+ "@entity.units",
3853
+ "@config.units"
3854
+ ],
3855
+ [
3856
+ "set",
3857
+ "@entity.phase",
3858
+ "idle"
3859
+ ],
3860
+ [
3861
+ "set",
3862
+ "@entity.reelWindow",
3863
+ 0.0
3864
+ ],
3865
+ [
3866
+ "set",
3867
+ "@entity.catchCount",
3868
+ 0.0
3869
+ ],
3870
+ [
3871
+ "set",
3872
+ "@entity.score",
3873
+ 0.0
3874
+ ],
3875
+ [
3876
+ "set",
3877
+ "@entity.result",
3878
+ "none"
3879
+ ],
3880
+ [
3881
+ "set",
3882
+ "@entity.effects",
3883
+ []
3884
+ ],
3885
+ [
3886
+ "render-ui",
3887
+ "main",
3888
+ {
3889
+ "addons": {
3890
+ "children": [
3891
+ {
3892
+ "action": "CAST",
3893
+ "iconAsset": {
3894
+ "animations": [
3895
+ "static"
3896
+ ],
3897
+ "aspect": "1:1",
3898
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
3899
+ "category": "ui",
3900
+ "dimension": "2d",
3901
+ "name": "icon-cast",
3902
+ "role": "ui",
3903
+ "sprite": "emote_drop.png",
3904
+ "style": "vector",
3905
+ "thumbnailUrl": "",
3906
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
3907
+ "variant": ""
3908
+ },
3909
+ "label": "Cast",
3910
+ "type": "button",
3911
+ "variant": "primary"
3912
+ },
3913
+ {
3914
+ "action": "REEL",
3915
+ "iconAsset": {
3916
+ "animations": [
3917
+ "static"
3918
+ ],
3919
+ "aspect": "1:1",
3920
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.json",
3921
+ "category": "ui",
3922
+ "dimension": "2d",
3923
+ "name": "icon-reel",
3924
+ "role": "ui",
3925
+ "sprite": "rotate_cw.png",
3926
+ "style": "vector",
3927
+ "thumbnailUrl": "",
3928
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.png",
3929
+ "variant": ""
3930
+ },
3931
+ "label": "Reel",
3932
+ "type": "button",
3933
+ "variant": "primary"
3934
+ }
3935
+ ],
3936
+ "direction": "vertical",
3937
+ "gap": "sm",
3938
+ "type": "stack"
3939
+ },
3940
+ "children": [
3941
+ {
3942
+ "assetManifest": "@config.assetManifest",
3943
+ "effects": "@entity.effects",
3944
+ "features": "@config.features",
3945
+ "projection": "flat",
3946
+ "scale": "@config.scale",
3947
+ "showMinimap": false,
3948
+ "tiles": "@config.tiles",
3949
+ "type": "canvas-2d",
3950
+ "units": "@entity.units"
3951
+ }
3952
+ ],
3953
+ "fontFamily": "future",
3954
+ "hud": {
3955
+ "children": [
3956
+ {
3957
+ "stats": [
3958
+ {
3959
+ "iconUrl": {
3960
+ "animations": [
3961
+ "static"
3962
+ ],
3963
+ "aspect": "1:1",
3964
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
3965
+ "category": "ui",
3966
+ "dimension": "2d",
3967
+ "name": "icon-catch",
3968
+ "role": "ui",
3969
+ "sprite": "fish_orange",
3970
+ "style": "vector",
3971
+ "thumbnailUrl": "",
3972
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
3973
+ "variant": ""
3974
+ },
3975
+ "label": "Catch",
3976
+ "value": "@entity.catchCount"
3977
+ },
3978
+ {
3979
+ "iconUrl": {
3980
+ "animations": [
3981
+ "static"
3982
+ ],
3983
+ "aspect": "1:1",
3984
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
3985
+ "category": "ui",
3986
+ "dimension": "2d",
3987
+ "name": "icon-score",
3988
+ "role": "ui",
3989
+ "sprite": "emote_star.png",
3990
+ "style": "vector",
3991
+ "thumbnailUrl": "",
3992
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
3993
+ "variant": ""
3994
+ },
3995
+ "label": "Score",
3996
+ "value": "@entity.score"
3997
+ }
3998
+ ],
3999
+ "type": "game-hud"
4000
+ }
4001
+ ],
4002
+ "direction": "horizontal",
4003
+ "gap": "md",
4004
+ "justify": "between",
4005
+ "type": "stack"
4006
+ },
4007
+ "hudBackgroundAsset": {
4008
+ "animations": [
4009
+ "static"
4010
+ ],
4011
+ "aspect": "1:1",
4012
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.json",
4013
+ "category": "ui",
4014
+ "dimension": "2d",
4015
+ "name": "panel-frame",
4016
+ "role": "ui",
4017
+ "sprite": "blue_panel.png",
4018
+ "style": "vector",
4019
+ "thumbnailUrl": "",
4020
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.png",
4021
+ "variant": ""
4022
+ },
4023
+ "type": "game-shell"
4024
+ }
4025
+ ]
4026
+ ],
4027
+ "event": "PLAY_AGAIN",
4028
+ "from": "gameover",
4029
+ "to": "playing"
4030
+ }
4031
+ ]
4032
+ },
4033
+ "ticks": [
4034
+ {
4035
+ "effects": [
4036
+ [
4037
+ "set",
4038
+ "@entity.units",
4039
+ [
4040
+ "array/map",
4041
+ "@entity.units",
4042
+ [
4043
+ "fn",
4044
+ "u",
4045
+ [
4046
+ "if",
4047
+ [
4048
+ "and",
4049
+ [
4050
+ "==",
4051
+ "@u.id",
4052
+ "hook"
4053
+ ],
4054
+ [
4055
+ "<",
4056
+ [
4057
+ "object/get",
4058
+ [
4059
+ "object/get",
4060
+ "@u",
4061
+ "position"
4062
+ ],
4063
+ "y"
4064
+ ],
4065
+ 3.0
4066
+ ]
4067
+ ],
4068
+ [
4069
+ "object/merge",
4070
+ "@u",
4071
+ {
4072
+ "position": {
4073
+ "x": 3.0,
4074
+ "y": [
4075
+ "+",
4076
+ [
4077
+ "object/get",
4078
+ [
4079
+ "object/get",
4080
+ "@u",
4081
+ "position"
4082
+ ],
4083
+ "y"
4084
+ ],
4085
+ 1.0
4086
+ ]
4087
+ }
4088
+ }
4089
+ ],
4090
+ "@u"
4091
+ ]
4092
+ ]
4093
+ ]
4094
+ ],
4095
+ [
4096
+ "set",
4097
+ "@entity.reelWindow",
4098
+ [
4099
+ "if",
4100
+ [
4101
+ "<",
4102
+ [
4103
+ "math/random"
4104
+ ],
4105
+ "@config.biteChance"
4106
+ ],
4107
+ "@config.reelWindowTicks",
4108
+ 0.0
4109
+ ]
4110
+ ],
4111
+ [
4112
+ "set",
4113
+ "@entity.phase",
4114
+ [
4115
+ "if",
4116
+ [
4117
+ ">",
4118
+ "@entity.reelWindow",
4119
+ 0.0
4120
+ ],
4121
+ "hooked",
4122
+ "waiting"
4123
+ ]
4124
+ ],
4125
+ [
4126
+ "set",
4127
+ "@entity.effects",
4128
+ [
4129
+ "if",
4130
+ [
4131
+ "==",
4132
+ "@entity.phase",
4133
+ "hooked"
4134
+ ],
4135
+ [
4136
+ "array/append",
4137
+ "@entity.effects",
4138
+ {
4139
+ "key": "bite",
4140
+ "ttl": 20.0,
4141
+ "x": [
4142
+ "object/get",
4143
+ [
4144
+ "object/get",
4145
+ [
4146
+ "array/find",
4147
+ "@entity.units",
4148
+ [
4149
+ "fn",
4150
+ "u",
4151
+ [
4152
+ "==",
4153
+ "@u.id",
4154
+ "hook"
4155
+ ]
4156
+ ]
4157
+ ],
4158
+ "position"
4159
+ ],
4160
+ "x"
4161
+ ],
4162
+ "y": [
4163
+ "object/get",
4164
+ [
4165
+ "object/get",
4166
+ [
4167
+ "array/find",
4168
+ "@entity.units",
4169
+ [
4170
+ "fn",
4171
+ "u",
4172
+ [
4173
+ "==",
4174
+ "@u.id",
4175
+ "hook"
4176
+ ]
4177
+ ]
4178
+ ],
4179
+ "position"
4180
+ ],
4181
+ "y"
4182
+ ]
4183
+ }
4184
+ ],
4185
+ "@entity.effects"
4186
+ ]
4187
+ ],
4188
+ [
4189
+ "set",
4190
+ "@entity.units",
4191
+ [
4192
+ "if",
4193
+ [
4194
+ "==",
4195
+ "@entity.phase",
4196
+ "hooked"
4197
+ ],
4198
+ [
4199
+ "array/map",
4200
+ "@entity.units",
4201
+ [
4202
+ "fn",
4203
+ "u",
4204
+ [
4205
+ "if",
4206
+ [
4207
+ "==",
4208
+ "@u.id",
4209
+ "hook"
4210
+ ],
4211
+ [
4212
+ "object/merge",
4213
+ "@u",
4214
+ {
4215
+ "animation": "attack"
4216
+ }
4217
+ ],
4218
+ "@u"
4219
+ ]
4220
+ ]
4221
+ ],
4222
+ "@entity.units"
4223
+ ]
4224
+ ],
4225
+ [
4226
+ "render-ui",
4227
+ "main",
4228
+ {
4229
+ "addons": {
4230
+ "children": [
4231
+ {
4232
+ "action": "CAST",
4233
+ "iconAsset": {
4234
+ "animations": [
4235
+ "static"
4236
+ ],
4237
+ "aspect": "1:1",
4238
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
4239
+ "category": "ui",
4240
+ "dimension": "2d",
4241
+ "name": "icon-cast",
4242
+ "role": "ui",
4243
+ "sprite": "emote_drop.png",
4244
+ "style": "vector",
4245
+ "thumbnailUrl": "",
4246
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
4247
+ "variant": ""
4248
+ },
4249
+ "label": "Cast",
4250
+ "type": "button",
4251
+ "variant": "primary"
4252
+ },
4253
+ {
4254
+ "action": "REEL",
4255
+ "iconAsset": {
4256
+ "animations": [
4257
+ "static"
4258
+ ],
4259
+ "aspect": "1:1",
4260
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.json",
4261
+ "category": "ui",
4262
+ "dimension": "2d",
4263
+ "name": "icon-reel",
4264
+ "role": "ui",
4265
+ "sprite": "rotate_cw.png",
4266
+ "style": "vector",
4267
+ "thumbnailUrl": "",
4268
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.png",
4269
+ "variant": ""
4270
+ },
4271
+ "label": "Reel",
4272
+ "type": "button",
4273
+ "variant": "primary"
4274
+ }
4275
+ ],
4276
+ "direction": "vertical",
4277
+ "gap": "sm",
4278
+ "type": "stack"
4279
+ },
4280
+ "children": [
4281
+ {
4282
+ "assetManifest": "@config.assetManifest",
4283
+ "effects": "@entity.effects",
4284
+ "features": "@config.features",
4285
+ "projection": "flat",
4286
+ "scale": "@config.scale",
4287
+ "showMinimap": false,
4288
+ "tiles": "@config.tiles",
4289
+ "type": "canvas-2d",
4290
+ "units": "@entity.units"
4291
+ }
4292
+ ],
4293
+ "fontFamily": "future",
4294
+ "hud": {
4295
+ "children": [
4296
+ {
4297
+ "stats": [
4298
+ {
4299
+ "iconUrl": {
4300
+ "animations": [
4301
+ "static"
4302
+ ],
4303
+ "aspect": "1:1",
4304
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
4305
+ "category": "ui",
4306
+ "dimension": "2d",
4307
+ "name": "icon-catch",
4308
+ "role": "ui",
4309
+ "sprite": "fish_orange",
4310
+ "style": "vector",
4311
+ "thumbnailUrl": "",
4312
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
4313
+ "variant": ""
4314
+ },
4315
+ "label": "Catch",
4316
+ "value": "@entity.catchCount"
4317
+ },
4318
+ {
4319
+ "iconUrl": {
4320
+ "animations": [
4321
+ "static"
4322
+ ],
4323
+ "aspect": "1:1",
4324
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
4325
+ "category": "ui",
4326
+ "dimension": "2d",
4327
+ "name": "icon-score",
4328
+ "role": "ui",
4329
+ "sprite": "emote_star.png",
4330
+ "style": "vector",
4331
+ "thumbnailUrl": "",
4332
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
4333
+ "variant": ""
4334
+ },
4335
+ "label": "Score",
4336
+ "value": "@entity.score"
4337
+ }
4338
+ ],
4339
+ "type": "game-hud"
4340
+ }
4341
+ ],
4342
+ "direction": "horizontal",
4343
+ "gap": "md",
4344
+ "justify": "between",
4345
+ "type": "stack"
4346
+ },
4347
+ "hudBackgroundAsset": {
4348
+ "animations": [
4349
+ "static"
4350
+ ],
4351
+ "aspect": "1:1",
4352
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.json",
4353
+ "category": "ui",
4354
+ "dimension": "2d",
4355
+ "name": "panel-frame",
4356
+ "role": "ui",
4357
+ "sprite": "blue_panel.png",
4358
+ "style": "vector",
4359
+ "thumbnailUrl": "",
4360
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.png",
4361
+ "variant": ""
4362
+ },
4363
+ "type": "game-shell"
4364
+ }
4365
+ ]
4366
+ ],
4367
+ "guard": [
4368
+ "and",
4369
+ [
4370
+ "==",
4371
+ "@entity.phase",
4372
+ "waiting"
4373
+ ],
4374
+ [
4375
+ "==",
4376
+ "@entity.result",
4377
+ "none"
4378
+ ]
4379
+ ],
4380
+ "interval": 500.0,
4381
+ "name": "biteTick"
4382
+ },
4383
+ {
4384
+ "effects": [
4385
+ [
4386
+ "set",
4387
+ "@entity.reelWindow",
4388
+ [
4389
+ "-",
4390
+ "@entity.reelWindow",
4391
+ 1.0
4392
+ ]
4393
+ ],
4394
+ [
4395
+ "set",
4396
+ "@entity.phase",
4397
+ [
4398
+ "if",
4399
+ [
4400
+ "<=",
4401
+ "@entity.reelWindow",
4402
+ 0.0
4403
+ ],
4404
+ "idle",
4405
+ "hooked"
4406
+ ]
4407
+ ],
4408
+ [
4409
+ "set",
4410
+ "@entity.effects",
4411
+ [
4412
+ "if",
4413
+ [
4414
+ "==",
4415
+ "@entity.phase",
4416
+ "idle"
4417
+ ],
4418
+ [
4419
+ "array/append",
4420
+ "@entity.effects",
4421
+ {
4422
+ "key": "splash",
4423
+ "ttl": 6.0,
4424
+ "x": [
4425
+ "object/get",
4426
+ [
4427
+ "object/get",
4428
+ [
4429
+ "array/find",
4430
+ "@entity.units",
4431
+ [
4432
+ "fn",
4433
+ "u",
4434
+ [
4435
+ "==",
4436
+ "@u.id",
4437
+ "hook"
4438
+ ]
4439
+ ]
4440
+ ],
4441
+ "position"
4442
+ ],
4443
+ "x"
4444
+ ],
4445
+ "y": [
4446
+ "object/get",
4447
+ [
4448
+ "object/get",
4449
+ [
4450
+ "array/find",
4451
+ "@entity.units",
4452
+ [
4453
+ "fn",
4454
+ "u",
4455
+ [
4456
+ "==",
4457
+ "@u.id",
4458
+ "hook"
4459
+ ]
4460
+ ]
4461
+ ],
4462
+ "position"
4463
+ ],
4464
+ "y"
4465
+ ]
4466
+ }
4467
+ ],
4468
+ "@entity.effects"
4469
+ ]
4470
+ ],
4471
+ [
4472
+ "set",
4473
+ "@entity.units",
4474
+ [
4475
+ "if",
4476
+ [
4477
+ "==",
4478
+ "@entity.phase",
4479
+ "idle"
4480
+ ],
4481
+ [
4482
+ "array/map",
4483
+ "@entity.units",
4484
+ [
4485
+ "fn",
4486
+ "u",
4487
+ [
4488
+ "if",
4489
+ [
4490
+ "==",
4491
+ "@u.id",
4492
+ "hook"
4493
+ ],
4494
+ [
4495
+ "object/merge",
4496
+ "@u",
4497
+ {
4498
+ "animation": "idle",
4499
+ "position": {
4500
+ "x": 3.0,
4501
+ "y": 1.0
4502
+ }
4503
+ }
4504
+ ],
4505
+ "@u"
4506
+ ]
4507
+ ]
4508
+ ],
4509
+ "@entity.units"
4510
+ ]
4511
+ ],
4512
+ [
4513
+ "render-ui",
4514
+ "main",
4515
+ {
4516
+ "addons": {
4517
+ "children": [
4518
+ {
4519
+ "action": "CAST",
4520
+ "iconAsset": {
4521
+ "animations": [
4522
+ "static"
4523
+ ],
4524
+ "aspect": "1:1",
4525
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
4526
+ "category": "ui",
4527
+ "dimension": "2d",
4528
+ "name": "icon-cast",
4529
+ "role": "ui",
4530
+ "sprite": "emote_drop.png",
4531
+ "style": "vector",
4532
+ "thumbnailUrl": "",
4533
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
4534
+ "variant": ""
4535
+ },
4536
+ "label": "Cast",
4537
+ "type": "button",
4538
+ "variant": "primary"
4539
+ },
4540
+ {
4541
+ "action": "REEL",
4542
+ "iconAsset": {
4543
+ "animations": [
4544
+ "static"
4545
+ ],
4546
+ "aspect": "1:1",
4547
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.json",
4548
+ "category": "ui",
4549
+ "dimension": "2d",
4550
+ "name": "icon-reel",
4551
+ "role": "ui",
4552
+ "sprite": "rotate_cw.png",
4553
+ "style": "vector",
4554
+ "thumbnailUrl": "",
4555
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.png",
4556
+ "variant": ""
4557
+ },
4558
+ "label": "Reel",
4559
+ "type": "button",
4560
+ "variant": "primary"
4561
+ }
4562
+ ],
4563
+ "direction": "vertical",
4564
+ "gap": "sm",
4565
+ "type": "stack"
4566
+ },
4567
+ "children": [
4568
+ {
4569
+ "assetManifest": "@config.assetManifest",
4570
+ "effects": "@entity.effects",
4571
+ "features": "@config.features",
4572
+ "projection": "flat",
4573
+ "scale": "@config.scale",
4574
+ "showMinimap": false,
4575
+ "tiles": "@config.tiles",
4576
+ "type": "canvas-2d",
4577
+ "units": "@entity.units"
4578
+ }
4579
+ ],
4580
+ "fontFamily": "future",
4581
+ "hud": {
4582
+ "children": [
4583
+ {
4584
+ "stats": [
4585
+ {
4586
+ "iconUrl": {
4587
+ "animations": [
4588
+ "static"
4589
+ ],
4590
+ "aspect": "1:1",
4591
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
4592
+ "category": "ui",
4593
+ "dimension": "2d",
4594
+ "name": "icon-catch",
4595
+ "role": "ui",
4596
+ "sprite": "fish_orange",
4597
+ "style": "vector",
4598
+ "thumbnailUrl": "",
4599
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
4600
+ "variant": ""
4601
+ },
4602
+ "label": "Catch",
4603
+ "value": "@entity.catchCount"
4604
+ },
4605
+ {
4606
+ "iconUrl": {
4607
+ "animations": [
4608
+ "static"
4609
+ ],
4610
+ "aspect": "1:1",
4611
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
4612
+ "category": "ui",
4613
+ "dimension": "2d",
4614
+ "name": "icon-score",
4615
+ "role": "ui",
4616
+ "sprite": "emote_star.png",
4617
+ "style": "vector",
4618
+ "thumbnailUrl": "",
4619
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
4620
+ "variant": ""
4621
+ },
4622
+ "label": "Score",
4623
+ "value": "@entity.score"
4624
+ }
4625
+ ],
4626
+ "type": "game-hud"
4627
+ }
4628
+ ],
4629
+ "direction": "horizontal",
4630
+ "gap": "md",
4631
+ "justify": "between",
4632
+ "type": "stack"
4633
+ },
4634
+ "hudBackgroundAsset": {
4635
+ "animations": [
4636
+ "static"
4637
+ ],
4638
+ "aspect": "1:1",
4639
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.json",
4640
+ "category": "ui",
4641
+ "dimension": "2d",
4642
+ "name": "panel-frame",
4643
+ "role": "ui",
4644
+ "sprite": "blue_panel.png",
4645
+ "style": "vector",
4646
+ "thumbnailUrl": "",
4647
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.png",
4648
+ "variant": ""
4649
+ },
4650
+ "type": "game-shell"
4651
+ }
4652
+ ]
4653
+ ],
4654
+ "guard": [
4655
+ "and",
4656
+ [
4657
+ "==",
4658
+ "@entity.phase",
4659
+ "hooked"
4660
+ ],
4661
+ [
4662
+ "==",
4663
+ "@entity.result",
4664
+ "none"
4665
+ ]
4666
+ ],
4667
+ "interval": 500.0,
4668
+ "name": "reelTick"
4669
+ },
4670
+ {
4671
+ "effects": [
4672
+ [
4673
+ "render-ui",
4674
+ "main",
4675
+ {
4676
+ "addons": {
4677
+ "children": [
4678
+ {
4679
+ "action": "CAST",
3185
4680
  "iconAsset": {
3186
- "animations": [],
4681
+ "animations": [
4682
+ "static"
4683
+ ],
3187
4684
  "aspect": "1:1",
4685
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
3188
4686
  "category": "ui",
3189
4687
  "dimension": "2d",
3190
4688
  "name": "icon-cast",
3191
4689
  "role": "ui",
3192
- "style": "adventure",
4690
+ "sprite": "emote_drop.png",
4691
+ "style": "vector",
3193
4692
  "thumbnailUrl": "",
3194
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/icon-cast.png",
4693
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
3195
4694
  "variant": ""
3196
4695
  },
3197
4696
  "label": "Cast",
3198
- "type": "action-button"
4697
+ "type": "button",
4698
+ "variant": "primary"
4699
+ },
4700
+ {
4701
+ "action": "REEL",
4702
+ "iconAsset": {
4703
+ "animations": [
4704
+ "static"
4705
+ ],
4706
+ "aspect": "1:1",
4707
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.json",
4708
+ "category": "ui",
4709
+ "dimension": "2d",
4710
+ "name": "icon-reel",
4711
+ "role": "ui",
4712
+ "sprite": "rotate_cw.png",
4713
+ "style": "vector",
4714
+ "thumbnailUrl": "",
4715
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-cursor-pack/ui/kenney-cursor-pack.generated.png",
4716
+ "variant": ""
4717
+ },
4718
+ "label": "Reel",
4719
+ "type": "button",
4720
+ "variant": "primary"
4721
+ }
4722
+ ],
4723
+ "direction": "vertical",
4724
+ "gap": "sm",
4725
+ "type": "stack"
4726
+ },
4727
+ "children": [
4728
+ {
4729
+ "assetManifest": "@config.assetManifest",
4730
+ "effects": "@entity.effects",
4731
+ "features": "@config.features",
4732
+ "projection": "flat",
4733
+ "scale": "@config.scale",
4734
+ "showMinimap": false,
4735
+ "tiles": "@config.tiles",
4736
+ "type": "canvas-2d",
4737
+ "units": "@entity.units"
4738
+ }
4739
+ ],
4740
+ "fontFamily": "future",
4741
+ "hud": {
4742
+ "children": [
4743
+ {
4744
+ "stats": [
4745
+ {
4746
+ "iconUrl": {
4747
+ "animations": [
4748
+ "static"
4749
+ ],
4750
+ "aspect": "1:1",
4751
+ "atlas": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.json",
4752
+ "category": "ui",
4753
+ "dimension": "2d",
4754
+ "name": "icon-catch",
4755
+ "role": "ui",
4756
+ "sprite": "fish_orange",
4757
+ "style": "vector",
4758
+ "thumbnailUrl": "",
4759
+ "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/kenney-fish-pack/terrain/spritesheet.png",
4760
+ "variant": ""
4761
+ },
4762
+ "label": "Catch",
4763
+ "value": "@entity.catchCount"
4764
+ },
4765
+ {
4766
+ "iconUrl": {
4767
+ "animations": [
4768
+ "static"
4769
+ ],
4770
+ "aspect": "1:1",
4771
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.json",
4772
+ "category": "ui",
4773
+ "dimension": "2d",
4774
+ "name": "icon-score",
4775
+ "role": "ui",
4776
+ "sprite": "emote_star.png",
4777
+ "style": "vector",
4778
+ "thumbnailUrl": "",
4779
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-emote-pack/ui/vector_style1.png",
4780
+ "variant": ""
4781
+ },
4782
+ "label": "Score",
4783
+ "value": "@entity.score"
4784
+ }
4785
+ ],
4786
+ "type": "game-hud"
3199
4787
  }
3200
4788
  ],
3201
4789
  "direction": "horizontal",
@@ -3204,21 +4792,30 @@
3204
4792
  "type": "stack"
3205
4793
  },
3206
4794
  "hudBackgroundAsset": {
3207
- "animations": [],
4795
+ "animations": [
4796
+ "static"
4797
+ ],
3208
4798
  "aspect": "1:1",
4799
+ "atlas": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.json",
3209
4800
  "category": "ui",
3210
4801
  "dimension": "2d",
3211
4802
  "name": "panel-frame",
3212
4803
  "role": "ui",
3213
- "style": "adventure",
4804
+ "sprite": "blue_panel.png",
4805
+ "style": "vector",
3214
4806
  "thumbnailUrl": "",
3215
- "url": "https://almadar-kflow-assets.web.app/shared/ui-fishing-board/default/ui/panel-frame.png",
4807
+ "url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/blueSheet.png",
3216
4808
  "variant": ""
3217
4809
  },
3218
4810
  "type": "game-shell"
3219
4811
  }
3220
4812
  ]
3221
4813
  ],
4814
+ "guard": [
4815
+ "==",
4816
+ "@entity.result",
4817
+ "none"
4818
+ ],
3222
4819
  "interval": 100.0,
3223
4820
  "name": "renderTick"
3224
4821
  }