@almadar/std 16.67.0 → 16.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-header.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +1 -1
- package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +241 -0
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +4 -4
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +354 -0
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-action-button.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-combo-counter.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-control-button.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-damage-number.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-item-slot.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-resource-counter.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-score-display.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-sprite.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-status-effect.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-turn-indicator.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-waypoint-marker.orb +1 -1
- package/behaviors/registry/ui/game/molecules/ui-card-hand.orb +2 -2
- package/behaviors/registry/ui/game/molecules/ui-dialogue-box.orb +2 -2
- package/behaviors/registry/ui/game/molecules/ui-enemy-plate.orb +1 -1
- package/behaviors/registry/ui/game/molecules/ui-feature-renderer.orb +2 -2
- package/behaviors/registry/ui/game/molecules/ui-game-canvas-2d.orb +1 -1
- package/behaviors/registry/ui/game/molecules/ui-game-canvas-3d.orb +29 -29
- package/behaviors/registry/ui/game/molecules/ui-isometric-canvas.orb +42 -42
- package/behaviors/registry/ui/game/molecules/ui-platformer-canvas.orb +6 -6
- package/behaviors/registry/ui/game/molecules/ui-stat-badge.orb +1 -1
- package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +286 -286
- package/behaviors/registry/ui/game/organisms/ui-boardgame-board.orb +744 -0
- package/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +1 -1
- package/behaviors/registry/ui/game/organisms/ui-card-battler-board.orb +12 -12
- package/behaviors/registry/ui/game/organisms/ui-castle-board.orb +272 -272
- package/behaviors/registry/ui/game/organisms/ui-city-builder-board.orb +38 -38
- package/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +821 -0
- package/behaviors/registry/ui/game/organisms/ui-game-board-3d.orb +46 -46
- package/behaviors/registry/ui/game/organisms/ui-hex-strategy-board.orb +41 -41
- package/behaviors/registry/ui/game/organisms/ui-holiday-runner-board.orb +409 -0
- package/behaviors/registry/ui/game/organisms/ui-match-puzzle-board.orb +787 -0
- package/behaviors/registry/ui/game/organisms/ui-minigolf-board.orb +773 -0
- package/behaviors/registry/ui/game/organisms/ui-pinball-board.orb +689 -0
- package/behaviors/registry/ui/game/organisms/ui-pirate-board.orb +891 -0
- package/behaviors/registry/ui/game/organisms/ui-platformer-board.orb +5 -5
- package/behaviors/registry/ui/game/organisms/ui-racing-board.orb +300 -0
- package/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +265 -265
- package/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +794 -0
- package/behaviors/registry/ui/game/organisms/ui-space-shmup-board.orb +300 -0
- package/behaviors/registry/ui/game/organisms/ui-space-station-board.orb +794 -0
- package/behaviors/registry/ui/game/organisms/ui-sports-board.orb +904 -0
- package/behaviors/registry/ui/game/organisms/ui-tanks-board.orb +884 -0
- package/behaviors/registry/ui/game/organisms/ui-top-down-shooter-board.orb +5 -5
- package/behaviors/registry/ui/game/organisms/ui-tower-defense-board.orb +33 -33
- package/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +2 -2
- package/behaviors/registry/ui/game/organisms/ui-uncontrolled-battle-board.orb +29 -29
- package/behaviors/registry/ui/game/organisms/ui-visual-novel-board.orb +7 -7
- package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +277 -277
- package/behaviors/registry/ui/game/templates/ui-battle-template.orb +29 -29
- package/behaviors/registry/ui/game/templates/ui-card-battler-template.orb +12 -12
- package/behaviors/registry/ui/game/templates/ui-castle-template.orb +29 -29
- package/behaviors/registry/ui/game/templates/ui-city-builder-template.orb +25 -25
- package/behaviors/registry/ui/game/templates/ui-game-canvas-3d-battle-template.orb +27 -27
- package/behaviors/registry/ui/game/templates/ui-game-canvas-3d-castle-template.orb +27 -27
- package/behaviors/registry/ui/game/templates/ui-game-canvas-3d-world-map-template.orb +27 -27
- package/behaviors/registry/ui/game/templates/ui-platformer-template.orb +1 -1
- package/behaviors/registry/ui/game/templates/ui-roguelike-template.orb +25 -25
- package/behaviors/registry/ui/game/templates/ui-top-down-shooter-template.orb +5 -5
- package/behaviors/registry/ui/game/templates/ui-tower-defense-template.orb +25 -25
- package/behaviors/registry/ui/game/templates/ui-world-map-template.orb +29 -29
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +1 -1
- package/behaviors/registry/ui/marketing/molecules/ui-marketing-footer.orb +1 -1
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +1 -1
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +1 -1
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +1 -1
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +1 -1
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +2 -2
- package/behaviors/registry/ui/marketing/templates/ui-auth-layout.orb +1 -1
- package/dist/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-header.orb +2 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-lightbox.orb +2 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-sidebar.orb +1 -1
- package/dist/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +241 -0
- package/dist/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +4 -4
- package/dist/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +354 -0
- package/dist/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-action-button.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-combo-counter.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-control-button.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-damage-number.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-item-slot.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-resource-counter.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-score-display.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-sprite.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-status-effect.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-turn-indicator.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-waypoint-marker.orb +1 -1
- package/dist/behaviors/registry/ui/game/molecules/ui-card-hand.orb +2 -2
- package/dist/behaviors/registry/ui/game/molecules/ui-dialogue-box.orb +2 -2
- package/dist/behaviors/registry/ui/game/molecules/ui-enemy-plate.orb +1 -1
- package/dist/behaviors/registry/ui/game/molecules/ui-feature-renderer.orb +2 -2
- package/dist/behaviors/registry/ui/game/molecules/ui-game-canvas-2d.orb +1 -1
- package/dist/behaviors/registry/ui/game/molecules/ui-game-canvas-3d.orb +29 -29
- package/dist/behaviors/registry/ui/game/molecules/ui-isometric-canvas.orb +42 -42
- package/dist/behaviors/registry/ui/game/molecules/ui-platformer-canvas.orb +6 -6
- package/dist/behaviors/registry/ui/game/molecules/ui-stat-badge.orb +1 -1
- package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +286 -286
- package/dist/behaviors/registry/ui/game/organisms/ui-boardgame-board.orb +744 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +1 -1
- package/dist/behaviors/registry/ui/game/organisms/ui-card-battler-board.orb +12 -12
- package/dist/behaviors/registry/ui/game/organisms/ui-castle-board.orb +272 -272
- package/dist/behaviors/registry/ui/game/organisms/ui-city-builder-board.orb +38 -38
- package/dist/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +821 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-game-board-3d.orb +46 -46
- package/dist/behaviors/registry/ui/game/organisms/ui-hex-strategy-board.orb +41 -41
- package/dist/behaviors/registry/ui/game/organisms/ui-holiday-runner-board.orb +409 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-match-puzzle-board.orb +787 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-minigolf-board.orb +773 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-pinball-board.orb +689 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-pirate-board.orb +891 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-platformer-board.orb +5 -5
- package/dist/behaviors/registry/ui/game/organisms/ui-racing-board.orb +300 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +265 -265
- package/dist/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +794 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-space-shmup-board.orb +300 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-space-station-board.orb +794 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-sports-board.orb +904 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-tanks-board.orb +884 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-top-down-shooter-board.orb +5 -5
- package/dist/behaviors/registry/ui/game/organisms/ui-tower-defense-board.orb +33 -33
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +2 -2
- package/dist/behaviors/registry/ui/game/organisms/ui-uncontrolled-battle-board.orb +29 -29
- package/dist/behaviors/registry/ui/game/organisms/ui-visual-novel-board.orb +7 -7
- package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +277 -277
- package/dist/behaviors/registry/ui/game/templates/ui-battle-template.orb +29 -29
- package/dist/behaviors/registry/ui/game/templates/ui-card-battler-template.orb +12 -12
- package/dist/behaviors/registry/ui/game/templates/ui-castle-template.orb +29 -29
- package/dist/behaviors/registry/ui/game/templates/ui-city-builder-template.orb +25 -25
- package/dist/behaviors/registry/ui/game/templates/ui-game-canvas-3d-battle-template.orb +27 -27
- package/dist/behaviors/registry/ui/game/templates/ui-game-canvas-3d-castle-template.orb +27 -27
- package/dist/behaviors/registry/ui/game/templates/ui-game-canvas-3d-world-map-template.orb +27 -27
- package/dist/behaviors/registry/ui/game/templates/ui-platformer-template.orb +1 -1
- package/dist/behaviors/registry/ui/game/templates/ui-roguelike-template.orb +25 -25
- package/dist/behaviors/registry/ui/game/templates/ui-top-down-shooter-template.orb +5 -5
- package/dist/behaviors/registry/ui/game/templates/ui-tower-defense-template.orb +25 -25
- package/dist/behaviors/registry/ui/game/templates/ui-world-map-template.orb +29 -29
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/molecules/ui-marketing-footer.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +2 -2
- package/dist/behaviors/registry/ui/marketing/templates/ui-auth-layout.orb +1 -1
- package/dist/registry/ui/core/atoms/ui-avatar.orb +1 -1
- package/dist/registry/ui/core/molecules/ui-document-viewer.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-header.orb +2 -2
- package/dist/registry/ui/core/molecules/ui-lightbox.orb +2 -2
- package/dist/registry/ui/core/molecules/ui-sidebar.orb +1 -1
- package/dist/registry/ui/core/organisms/ui-chat-bar.orb +241 -0
- package/dist/registry/ui/core/organisms/ui-media-gallery.orb +4 -4
- package/dist/registry/ui/core/organisms/ui-subagent-trace-panel.orb +354 -0
- package/dist/registry/ui/core/templates/ui-dashboard-layout.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-action-button.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-combo-counter.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-control-button.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-damage-number.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-dialogue-bubble.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-item-slot.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-resource-counter.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-score-display.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-sprite.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-state-indicator.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-status-effect.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-turn-indicator.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-waypoint-marker.orb +1 -1
- package/dist/registry/ui/game/molecules/ui-card-hand.orb +2 -2
- package/dist/registry/ui/game/molecules/ui-dialogue-box.orb +2 -2
- package/dist/registry/ui/game/molecules/ui-enemy-plate.orb +1 -1
- package/dist/registry/ui/game/molecules/ui-feature-renderer.orb +2 -2
- package/dist/registry/ui/game/molecules/ui-game-canvas-2d.orb +1 -1
- package/dist/registry/ui/game/molecules/ui-game-canvas-3d.orb +29 -29
- package/dist/registry/ui/game/molecules/ui-isometric-canvas.orb +42 -42
- package/dist/registry/ui/game/molecules/ui-platformer-canvas.orb +6 -6
- package/dist/registry/ui/game/molecules/ui-stat-badge.orb +1 -1
- package/dist/registry/ui/game/organisms/ui-battle-board.orb +286 -286
- package/dist/registry/ui/game/organisms/ui-boardgame-board.orb +744 -0
- package/dist/registry/ui/game/organisms/ui-canvas-effect.orb +1 -1
- package/dist/registry/ui/game/organisms/ui-card-battler-board.orb +12 -12
- package/dist/registry/ui/game/organisms/ui-castle-board.orb +272 -272
- package/dist/registry/ui/game/organisms/ui-city-builder-board.orb +38 -38
- package/dist/registry/ui/game/organisms/ui-fishing-board.orb +821 -0
- package/dist/registry/ui/game/organisms/ui-game-board-3d.orb +46 -46
- package/dist/registry/ui/game/organisms/ui-hex-strategy-board.orb +41 -41
- package/dist/registry/ui/game/organisms/ui-holiday-runner-board.orb +409 -0
- package/dist/registry/ui/game/organisms/ui-match-puzzle-board.orb +787 -0
- package/dist/registry/ui/game/organisms/ui-minigolf-board.orb +773 -0
- package/dist/registry/ui/game/organisms/ui-pinball-board.orb +689 -0
- package/dist/registry/ui/game/organisms/ui-pirate-board.orb +891 -0
- package/dist/registry/ui/game/organisms/ui-platformer-board.orb +5 -5
- package/dist/registry/ui/game/organisms/ui-racing-board.orb +300 -0
- package/dist/registry/ui/game/organisms/ui-roguelike-board.orb +265 -265
- package/dist/registry/ui/game/organisms/ui-sokoban-board.orb +794 -0
- package/dist/registry/ui/game/organisms/ui-space-shmup-board.orb +300 -0
- package/dist/registry/ui/game/organisms/ui-space-station-board.orb +794 -0
- package/dist/registry/ui/game/organisms/ui-sports-board.orb +904 -0
- package/dist/registry/ui/game/organisms/ui-tanks-board.orb +884 -0
- package/dist/registry/ui/game/organisms/ui-top-down-shooter-board.orb +5 -5
- package/dist/registry/ui/game/organisms/ui-tower-defense-board.orb +33 -33
- package/dist/registry/ui/game/organisms/ui-trait-slot.orb +2 -2
- package/dist/registry/ui/game/organisms/ui-uncontrolled-battle-board.orb +29 -29
- package/dist/registry/ui/game/organisms/ui-visual-novel-board.orb +7 -7
- package/dist/registry/ui/game/organisms/ui-world-map-board.orb +277 -277
- package/dist/registry/ui/game/templates/ui-battle-template.orb +29 -29
- package/dist/registry/ui/game/templates/ui-card-battler-template.orb +12 -12
- package/dist/registry/ui/game/templates/ui-castle-template.orb +29 -29
- package/dist/registry/ui/game/templates/ui-city-builder-template.orb +25 -25
- package/dist/registry/ui/game/templates/ui-game-canvas-3d-battle-template.orb +27 -27
- package/dist/registry/ui/game/templates/ui-game-canvas-3d-castle-template.orb +27 -27
- package/dist/registry/ui/game/templates/ui-game-canvas-3d-world-map-template.orb +27 -27
- package/dist/registry/ui/game/templates/ui-platformer-template.orb +1 -1
- package/dist/registry/ui/game/templates/ui-roguelike-template.orb +25 -25
- package/dist/registry/ui/game/templates/ui-top-down-shooter-template.orb +5 -5
- package/dist/registry/ui/game/templates/ui-tower-defense-template.orb +25 -25
- package/dist/registry/ui/game/templates/ui-world-map-template.orb +29 -29
- package/dist/registry/ui/marketing/atoms/ui-animated-graphic.orb +1 -1
- package/dist/registry/ui/marketing/molecules/ui-marketing-footer.orb +1 -1
- package/dist/registry/ui/marketing/organisms/ui-book-cover-page.orb +1 -1
- package/dist/registry/ui/marketing/organisms/ui-hero-organism.orb +1 -1
- package/dist/registry/ui/marketing/organisms/ui-showcase-organism.orb +1 -1
- package/dist/registry/ui/marketing/organisms/ui-team-organism.orb +1 -1
- package/dist/registry/ui/marketing/templates/ui-about-page-template.orb +2 -2
- package/dist/registry/ui/marketing/templates/ui-auth-layout.orb +1 -1
- package/package.json +1 -1
|
@@ -97,14 +97,14 @@
|
|
|
97
97
|
"default": [
|
|
98
98
|
{
|
|
99
99
|
"id": "f1",
|
|
100
|
-
"sprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/Stone/stone_03.png",
|
|
100
|
+
"sprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kflow/hex/Stone/stone_03.png",
|
|
101
101
|
"type": "resource",
|
|
102
102
|
"x": 3.0,
|
|
103
103
|
"y": 2.0
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"id": "f2",
|
|
107
|
-
"sprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/Sand/sand_04.png",
|
|
107
|
+
"sprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kflow/hex/Sand/sand_04.png",
|
|
108
108
|
"type": "outpost",
|
|
109
109
|
"x": 2.0,
|
|
110
110
|
"y": 4.0
|
|
@@ -241,252 +241,252 @@
|
|
|
241
241
|
{
|
|
242
242
|
"passable": false,
|
|
243
243
|
"terrain": "stone",
|
|
244
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
244
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_12.png",
|
|
245
245
|
"x": 0.0,
|
|
246
246
|
"y": 0.0
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"passable": false,
|
|
250
250
|
"terrain": "stone",
|
|
251
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
251
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_14.png",
|
|
252
252
|
"x": 1.0,
|
|
253
253
|
"y": 0.0
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
"passable": false,
|
|
257
257
|
"terrain": "stone",
|
|
258
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
258
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_07.png",
|
|
259
259
|
"x": 2.0,
|
|
260
260
|
"y": 0.0
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"passable": false,
|
|
264
264
|
"terrain": "stone",
|
|
265
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
265
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_15.png",
|
|
266
266
|
"x": 3.0,
|
|
267
267
|
"y": 0.0
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
270
|
"passable": false,
|
|
271
271
|
"terrain": "stone",
|
|
272
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
272
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_09.png",
|
|
273
273
|
"x": 4.0,
|
|
274
274
|
"y": 0.0
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"passable": false,
|
|
278
278
|
"terrain": "stone",
|
|
279
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
279
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_17.png",
|
|
280
280
|
"x": 5.0,
|
|
281
281
|
"y": 0.0
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
284
|
"passable": false,
|
|
285
285
|
"terrain": "stone",
|
|
286
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
286
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_14.png",
|
|
287
287
|
"x": 0.0,
|
|
288
288
|
"y": 1.0
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
"passable": true,
|
|
292
292
|
"terrain": "grass",
|
|
293
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
293
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/grass_12.png",
|
|
294
294
|
"x": 1.0,
|
|
295
295
|
"y": 1.0
|
|
296
296
|
},
|
|
297
297
|
{
|
|
298
298
|
"passable": true,
|
|
299
299
|
"terrain": "dirt",
|
|
300
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
300
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/dirt_12.png",
|
|
301
301
|
"x": 2.0,
|
|
302
302
|
"y": 1.0
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
305
|
"passable": true,
|
|
306
306
|
"terrain": "grass",
|
|
307
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
307
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/grass_02.png",
|
|
308
308
|
"x": 3.0,
|
|
309
309
|
"y": 1.0
|
|
310
310
|
},
|
|
311
311
|
{
|
|
312
312
|
"passable": true,
|
|
313
313
|
"terrain": "grass",
|
|
314
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
314
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/grass_15.png",
|
|
315
315
|
"x": 4.0,
|
|
316
316
|
"y": 1.0
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
319
|
"passable": false,
|
|
320
320
|
"terrain": "stone",
|
|
321
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
321
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_12.png",
|
|
322
322
|
"x": 5.0,
|
|
323
323
|
"y": 1.0
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
326
|
"passable": false,
|
|
327
327
|
"terrain": "stone",
|
|
328
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
328
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_07.png",
|
|
329
329
|
"x": 0.0,
|
|
330
330
|
"y": 2.0
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
333
|
"passable": true,
|
|
334
334
|
"terrain": "sand",
|
|
335
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
335
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/sand_12.png",
|
|
336
336
|
"x": 1.0,
|
|
337
337
|
"y": 2.0
|
|
338
338
|
},
|
|
339
339
|
{
|
|
340
340
|
"passable": true,
|
|
341
341
|
"terrain": "grass",
|
|
342
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
342
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/grass_02.png",
|
|
343
343
|
"x": 2.0,
|
|
344
344
|
"y": 2.0
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
347
|
"passable": true,
|
|
348
348
|
"terrain": "dirt",
|
|
349
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
349
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/dirt_01.png",
|
|
350
350
|
"x": 3.0,
|
|
351
351
|
"y": 2.0
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
"passable": true,
|
|
355
355
|
"terrain": "grass",
|
|
356
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
356
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/grass_09.png",
|
|
357
357
|
"x": 4.0,
|
|
358
358
|
"y": 2.0
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"passable": false,
|
|
362
362
|
"terrain": "stone",
|
|
363
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
363
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_14.png",
|
|
364
364
|
"x": 5.0,
|
|
365
365
|
"y": 2.0
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"passable": false,
|
|
369
369
|
"terrain": "stone",
|
|
370
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
370
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_15.png",
|
|
371
371
|
"x": 0.0,
|
|
372
372
|
"y": 3.0
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"passable": true,
|
|
376
376
|
"terrain": "dirt",
|
|
377
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
377
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/dirt_12.png",
|
|
378
378
|
"x": 1.0,
|
|
379
379
|
"y": 3.0
|
|
380
380
|
},
|
|
381
381
|
{
|
|
382
382
|
"passable": true,
|
|
383
383
|
"terrain": "grass",
|
|
384
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
384
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/grass_15.png",
|
|
385
385
|
"x": 2.0,
|
|
386
386
|
"y": 3.0
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
389
|
"passable": true,
|
|
390
390
|
"terrain": "grass",
|
|
391
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
391
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/grass_09.png",
|
|
392
392
|
"x": 3.0,
|
|
393
393
|
"y": 3.0
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
396
|
"passable": true,
|
|
397
397
|
"terrain": "sand",
|
|
398
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
398
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/sand_09.png",
|
|
399
399
|
"x": 4.0,
|
|
400
400
|
"y": 3.0
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"passable": false,
|
|
404
404
|
"terrain": "stone",
|
|
405
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
405
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_07.png",
|
|
406
406
|
"x": 5.0,
|
|
407
407
|
"y": 3.0
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
410
|
"passable": false,
|
|
411
411
|
"terrain": "stone",
|
|
412
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
412
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_09.png",
|
|
413
413
|
"x": 0.0,
|
|
414
414
|
"y": 4.0
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
"passable": true,
|
|
418
418
|
"terrain": "grass",
|
|
419
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
419
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/grass_15.png",
|
|
420
420
|
"x": 1.0,
|
|
421
421
|
"y": 4.0
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
424
|
"passable": true,
|
|
425
425
|
"terrain": "dirt",
|
|
426
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
426
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/dirt_01.png",
|
|
427
427
|
"x": 2.0,
|
|
428
428
|
"y": 4.0
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"passable": true,
|
|
432
432
|
"terrain": "grass",
|
|
433
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
433
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/grass_14.png",
|
|
434
434
|
"x": 3.0,
|
|
435
435
|
"y": 4.0
|
|
436
436
|
},
|
|
437
437
|
{
|
|
438
438
|
"passable": true,
|
|
439
439
|
"terrain": "dirt",
|
|
440
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
440
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/dirt_09.png",
|
|
441
441
|
"x": 4.0,
|
|
442
442
|
"y": 4.0
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
445
|
"passable": false,
|
|
446
446
|
"terrain": "stone",
|
|
447
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
447
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_15.png",
|
|
448
448
|
"x": 5.0,
|
|
449
449
|
"y": 4.0
|
|
450
450
|
},
|
|
451
451
|
{
|
|
452
452
|
"passable": false,
|
|
453
453
|
"terrain": "stone",
|
|
454
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
454
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_17.png",
|
|
455
455
|
"x": 0.0,
|
|
456
456
|
"y": 5.0
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
459
|
"passable": false,
|
|
460
460
|
"terrain": "stone",
|
|
461
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
461
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_12.png",
|
|
462
462
|
"x": 1.0,
|
|
463
463
|
"y": 5.0
|
|
464
464
|
},
|
|
465
465
|
{
|
|
466
466
|
"passable": false,
|
|
467
467
|
"terrain": "stone",
|
|
468
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
468
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_14.png",
|
|
469
469
|
"x": 2.0,
|
|
470
470
|
"y": 5.0
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
"passable": false,
|
|
474
474
|
"terrain": "stone",
|
|
475
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
475
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_07.png",
|
|
476
476
|
"x": 3.0,
|
|
477
477
|
"y": 5.0
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
480
|
"passable": false,
|
|
481
481
|
"terrain": "stone",
|
|
482
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
482
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_15.png",
|
|
483
483
|
"x": 4.0,
|
|
484
484
|
"y": 5.0
|
|
485
485
|
},
|
|
486
486
|
{
|
|
487
487
|
"passable": false,
|
|
488
488
|
"terrain": "stone",
|
|
489
|
-
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/hex/
|
|
489
|
+
"terrainSprite": "https://almadar-kflow-assets.web.app/shared/terrains/tiles-hex/kenney-hexagon-pack/stone_09.png",
|
|
490
490
|
"x": 5.0,
|
|
491
491
|
"y": 5.0
|
|
492
492
|
}
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
"x": 1.0,
|
|
580
580
|
"y": 1.0
|
|
581
581
|
},
|
|
582
|
-
"sprite": "https://almadar-kflow-assets.web.app/shared/units/sprite-sheets/amir-sprite-sheet-se.png",
|
|
582
|
+
"sprite": "https://almadar-kflow-assets.web.app/shared/units/chars-roguelike/kflow/sprite-sheets/amir-sprite-sheet-se.png",
|
|
583
583
|
"team": "player",
|
|
584
584
|
"unitType": "worker"
|
|
585
585
|
},
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
"x": 2.0,
|
|
593
593
|
"y": 3.0
|
|
594
594
|
},
|
|
595
|
-
"sprite": "https://almadar-kflow-assets.web.app/shared/units/sprite-sheets/mender-sprite-sheet-se.png",
|
|
595
|
+
"sprite": "https://almadar-kflow-assets.web.app/shared/units/chars-roguelike/kflow/sprite-sheets/mender-sprite-sheet-se.png",
|
|
596
596
|
"team": "player",
|
|
597
597
|
"unitType": "ranger"
|
|
598
598
|
},
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
"x": 4.0,
|
|
606
606
|
"y": 4.0
|
|
607
607
|
},
|
|
608
|
-
"sprite": "https://almadar-kflow-assets.web.app/shared/units/sprite-sheets/guardian-sprite-sheet-se.png",
|
|
608
|
+
"sprite": "https://almadar-kflow-assets.web.app/shared/units/chars-roguelike/kflow/sprite-sheets/guardian-sprite-sheet-se.png",
|
|
609
609
|
"team": "enemy",
|
|
610
610
|
"unitType": "guardian"
|
|
611
611
|
}
|