@almadar/std 16.165.0 → 16.166.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/lolo/infra/atoms/std-status-lifecycle.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-modal.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-notification-panel.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/std-chase-ai.lolo +3 -3
- package/behaviors/lolo/ui/game/atoms/std-dungeon-combat.lolo +3 -3
- package/behaviors/lolo/ui/game/atoms/std-grid-tactics.lolo +3 -3
- package/behaviors/lolo/ui/game/atoms/std-hero-nav.lolo +3 -3
- package/behaviors/lolo/ui/game/molecules/std-arcade-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-crew-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-dungeon-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-market-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-objective-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-survival-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-tactics-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-tactics-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-worldmap-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/organisms/ui-arena-board.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-astargraph.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-bfs.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-binarysearch.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-bubblesort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-dfs.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-dijkstra.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-heapsort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-insertionsort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-mergesort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-mst.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-quicksort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-selectionsort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-slidingwindow.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-toposort.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-twopointer.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-bio-cell.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-bio-foodweb.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-bio-mitosis.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-bio-population.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-chem-osmosis.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-linear.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-numberline.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-sequence.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-sinewave.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-unitcircle.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-circular.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-collision.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-freefall.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-friction.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-gas.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-incline.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-physics-magnetic.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-orbit.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-pendulum.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-projectile.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-reflection.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-physics-spring.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-wave.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-prob-galton.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-prob-montecarlo.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-prob-walk.lolo +1 -1
- package/behaviors/lolo/ui/learning/organisms/learning-biology-lab.lolo +3 -3
- package/behaviors/lolo/ui/learning/organisms/learning-chemistry-lab.lolo +1 -1
- package/behaviors/lolo/ui/learning/organisms/learning-math-lab.lolo +2 -2
- package/behaviors/lolo/ui/learning/organisms/learning-physics-lab.lolo +2 -2
- package/behaviors/lolo/ui/learning/organisms/learning-probability-lab.lolo +2 -2
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +1 -1
- package/behaviors/registry/ui/core/atoms/std-modal.orb +1 -1
- package/behaviors/registry/ui/core/atoms/std-notification-panel.orb +1 -1
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +3 -3
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +3 -3
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +3 -3
- package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +3 -3
- package/behaviors/registry/ui/game/molecules/std-arcade-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-crew-board-2d.orb +5 -8
- package/behaviors/registry/ui/game/molecules/std-dungeon-board-2d.orb +7 -12
- package/behaviors/registry/ui/game/molecules/std-market-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-objective-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-survival-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-tactics-board-2d.orb +8 -14
- package/behaviors/registry/ui/game/molecules/std-tactics-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +5 -8
- package/behaviors/registry/ui/game/organisms/ui-arena-board.orb +7 -12
- package/behaviors/registry/ui/learning/atoms/std-algo-astargraph.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-bfs.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-binarysearch.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-bubblesort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-dfs.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-dijkstra.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-heapsort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-insertionsort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-mergesort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-mst.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-quicksort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-selectionsort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-slidingwindow.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-toposort.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-twopointer.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-bio-cell.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-bio-foodweb.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-bio-mitosis.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-bio-population.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-chem-osmosis.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-linear.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-numberline.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-sequence.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-sinewave.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-unitcircle.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-circular.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-collision.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-freefall.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-friction.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-gas.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-incline.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-physics-magnetic.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-orbit.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-pendulum.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-projectile.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-reflection.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-physics-spring.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-wave.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-prob-galton.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-prob-montecarlo.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-prob-walk.orb +1 -1
- package/behaviors/registry/ui/learning/organisms/learning-biology-lab.orb +3 -3
- package/behaviors/registry/ui/learning/organisms/learning-chemistry-lab.orb +1 -1
- package/behaviors/registry/ui/learning/organisms/learning-math-lab.orb +2 -2
- package/behaviors/registry/ui/learning/organisms/learning-physics-lab.orb +2 -2
- package/behaviors/registry/ui/learning/organisms/learning-probability-lab.orb +2 -2
- package/dist/behaviors/exports-reader.js +12 -12
- package/dist/behaviors/functions/index.js +12 -12
- package/dist/behaviors/index.js +12 -12
- package/dist/behaviors/query.js +12 -12
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +224 -224
- package/dist/behaviors-registry.json +213 -14
- package/dist/index.js +12 -12
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/package.json +2 -2
|
@@ -1516,8 +1516,7 @@
|
|
|
1516
1516
|
"linkedEntity": "GameState",
|
|
1517
1517
|
"linkedEntityId": "ent_01KXG04VG2ZQ650PGTAAX6CT08",
|
|
1518
1518
|
"name": "HeroAuthority",
|
|
1519
|
-
"ref": "Nav.traits.HeroNav"
|
|
1520
|
-
"refId": "trt_01KXG04TJB91GE3PMCMF5EBAQX"
|
|
1519
|
+
"ref": "Nav.traits.HeroNav"
|
|
1521
1520
|
},
|
|
1522
1521
|
{
|
|
1523
1522
|
"config": {
|
|
@@ -1542,8 +1541,7 @@
|
|
|
1542
1541
|
"linkedEntity": "GameState",
|
|
1543
1542
|
"linkedEntityId": "ent_01KXG04VG2ZQ650PGTAAX6CT08",
|
|
1544
1543
|
"name": "Collector",
|
|
1545
|
-
"ref": "Objective.traits.ObjectiveReach"
|
|
1546
|
-
"refId": "trt_01KXG04TKVF4P1VR3W6BFJ78NH"
|
|
1544
|
+
"ref": "Objective.traits.ObjectiveReach"
|
|
1547
1545
|
},
|
|
1548
1546
|
{
|
|
1549
1547
|
"config": {
|
|
@@ -1556,8 +1554,7 @@
|
|
|
1556
1554
|
"linkedEntity": "GameState",
|
|
1557
1555
|
"linkedEntityId": "ent_01KXG04VG2ZQ650PGTAAX6CT08",
|
|
1558
1556
|
"name": "FxDecay",
|
|
1559
|
-
"ref": "Particles.traits.FxParticles"
|
|
1560
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
1557
|
+
"ref": "Particles.traits.FxParticles"
|
|
1561
1558
|
},
|
|
1562
1559
|
{
|
|
1563
1560
|
"config": {
|
|
@@ -1570,8 +1567,7 @@
|
|
|
1570
1567
|
"linkedEntity": "GameState",
|
|
1571
1568
|
"linkedEntityId": "ent_01KXG04VG2ZQ650PGTAAX6CT08",
|
|
1572
1569
|
"name": "RoundGate",
|
|
1573
|
-
"ref": "Gate.traits.ObjectiveFlow"
|
|
1574
|
-
"refId": "trt_01KXG04TKBC6DPS2TWD1P0Z0K5"
|
|
1570
|
+
"ref": "Gate.traits.ObjectiveFlow"
|
|
1575
1571
|
},
|
|
1576
1572
|
{
|
|
1577
1573
|
"category": "interaction",
|
|
@@ -1922,14 +1918,14 @@
|
|
|
1922
1918
|
"default": 12.0,
|
|
1923
1919
|
"description": "Grid row count (matches HeroAuthority.gridHeight).",
|
|
1924
1920
|
"label": "Grid Height",
|
|
1925
|
-
"tier": "
|
|
1921
|
+
"tier": "presentation",
|
|
1926
1922
|
"type": "number"
|
|
1927
1923
|
},
|
|
1928
1924
|
"gridWidth": {
|
|
1929
1925
|
"default": 12.0,
|
|
1930
1926
|
"description": "Grid column count (matches HeroAuthority.gridWidth).",
|
|
1931
1927
|
"label": "Grid Width",
|
|
1932
|
-
"tier": "
|
|
1928
|
+
"tier": "presentation",
|
|
1933
1929
|
"type": "number"
|
|
1934
1930
|
},
|
|
1935
1931
|
"movementRange": {
|
|
@@ -949,8 +949,7 @@
|
|
|
949
949
|
"linkedEntity": "GameState",
|
|
950
950
|
"linkedEntityId": "ent_01KXG04VJ18M068KWPWJYCD7DS",
|
|
951
951
|
"name": "HeroAuthority",
|
|
952
|
-
"ref": "Nav.traits.HeroNav"
|
|
953
|
-
"refId": "trt_01KXG04TJB91GE3PMCMF5EBAQX"
|
|
952
|
+
"ref": "Nav.traits.HeroNav"
|
|
954
953
|
},
|
|
955
954
|
{
|
|
956
955
|
"config": {
|
|
@@ -975,8 +974,7 @@
|
|
|
975
974
|
"linkedEntity": "GameState",
|
|
976
975
|
"linkedEntityId": "ent_01KXG04VJ18M068KWPWJYCD7DS",
|
|
977
976
|
"name": "Gather",
|
|
978
|
-
"ref": "Harvest.traits.Gather"
|
|
979
|
-
"refId": "trt_01KXG04TGG6JKGWFNS68C642NS"
|
|
977
|
+
"ref": "Harvest.traits.Gather"
|
|
980
978
|
},
|
|
981
979
|
{
|
|
982
980
|
"config": {
|
|
@@ -989,8 +987,7 @@
|
|
|
989
987
|
"linkedEntity": "GameState",
|
|
990
988
|
"linkedEntityId": "ent_01KXG04VJ18M068KWPWJYCD7DS",
|
|
991
989
|
"name": "FxDecay",
|
|
992
|
-
"ref": "Particles.traits.FxParticles"
|
|
993
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
990
|
+
"ref": "Particles.traits.FxParticles"
|
|
994
991
|
},
|
|
995
992
|
{
|
|
996
993
|
"config": {
|
|
@@ -1003,8 +1000,7 @@
|
|
|
1003
1000
|
"linkedEntity": "GameState",
|
|
1004
1001
|
"linkedEntityId": "ent_01KXG04VJ18M068KWPWJYCD7DS",
|
|
1005
1002
|
"name": "Flow",
|
|
1006
|
-
"ref": "Survival.traits.SurvivalFlow"
|
|
1007
|
-
"refId": "trt_01KXG04TP6E5JMZ7QFF41F69Y8"
|
|
1003
|
+
"ref": "Survival.traits.SurvivalFlow"
|
|
1008
1004
|
},
|
|
1009
1005
|
{
|
|
1010
1006
|
"category": "interaction",
|
|
@@ -1369,14 +1365,14 @@
|
|
|
1369
1365
|
"default": 16.0,
|
|
1370
1366
|
"description": "Grid row count (matches HeroAuthority.gridHeight).",
|
|
1371
1367
|
"label": "Grid Height",
|
|
1372
|
-
"tier": "
|
|
1368
|
+
"tier": "presentation",
|
|
1373
1369
|
"type": "number"
|
|
1374
1370
|
},
|
|
1375
1371
|
"gridWidth": {
|
|
1376
1372
|
"default": 16.0,
|
|
1377
1373
|
"description": "Grid column count (matches HeroAuthority.gridWidth).",
|
|
1378
1374
|
"label": "Grid Width",
|
|
1379
|
-
"tier": "
|
|
1375
|
+
"tier": "presentation",
|
|
1380
1376
|
"type": "number"
|
|
1381
1377
|
},
|
|
1382
1378
|
"movementRange": {
|
|
@@ -974,8 +974,7 @@
|
|
|
974
974
|
"linkedEntity": "GameState",
|
|
975
975
|
"linkedEntityId": "ent_01KXG04VM7YPKBFY12VFNBQ3RS",
|
|
976
976
|
"name": "TacticsAuthority",
|
|
977
|
-
"ref": "Tactics.traits.GridTactics"
|
|
978
|
-
"refId": "trt_01KXG04THREP6VTN7SEQ5QND02"
|
|
977
|
+
"ref": "Tactics.traits.GridTactics"
|
|
979
978
|
},
|
|
980
979
|
{
|
|
981
980
|
"config": {
|
|
@@ -988,8 +987,7 @@
|
|
|
988
987
|
"linkedEntity": "GameState",
|
|
989
988
|
"linkedEntityId": "ent_01KXG04VM7YPKBFY12VFNBQ3RS",
|
|
990
989
|
"name": "FxDecay",
|
|
991
|
-
"ref": "Particles.traits.FxParticles"
|
|
992
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
990
|
+
"ref": "Particles.traits.FxParticles"
|
|
993
991
|
},
|
|
994
992
|
{
|
|
995
993
|
"config": {
|
|
@@ -1002,8 +1000,7 @@
|
|
|
1002
1000
|
"linkedEntity": "GameState",
|
|
1003
1001
|
"linkedEntityId": "ent_01KXG04VM7YPKBFY12VFNBQ3RS",
|
|
1004
1002
|
"name": "RoundLogic",
|
|
1005
|
-
"ref": "Round.traits.RoundFlow"
|
|
1006
|
-
"refId": "trt_01KXG04TNCJQBQBHH17BMMRPXT"
|
|
1003
|
+
"ref": "Round.traits.RoundFlow"
|
|
1007
1004
|
},
|
|
1008
1005
|
{
|
|
1009
1006
|
"config": {
|
|
@@ -1028,8 +1025,7 @@
|
|
|
1028
1025
|
"linkedEntity": "GameState",
|
|
1029
1026
|
"linkedEntityId": "ent_01KXG04VM7YPKBFY12VFNBQ3RS",
|
|
1030
1027
|
"name": "ScoreKeeper",
|
|
1031
|
-
"ref": "Score.traits.ScoreKeeper"
|
|
1032
|
-
"refId": "trt_01KXG04TNS3RZ75H9PBTJ6F5HQ"
|
|
1028
|
+
"ref": "Score.traits.ScoreKeeper"
|
|
1033
1029
|
},
|
|
1034
1030
|
{
|
|
1035
1031
|
"config": {
|
|
@@ -1042,16 +1038,14 @@
|
|
|
1042
1038
|
"linkedEntity": "GameState",
|
|
1043
1039
|
"linkedEntityId": "ent_01KXG04VM7YPKBFY12VFNBQ3RS",
|
|
1044
1040
|
"name": "AnimClock",
|
|
1045
|
-
"ref": "AnimTick.traits.AnimTick"
|
|
1046
|
-
"refId": "trt_01KXG04EVEQNTAB0NYX7ZC392F"
|
|
1041
|
+
"ref": "AnimTick.traits.AnimTick"
|
|
1047
1042
|
},
|
|
1048
1043
|
{
|
|
1049
1044
|
"id": "trt_01KYV4MJ0KFSF1DW1C9DHC6CNY",
|
|
1050
1045
|
"linkedEntity": "GameState",
|
|
1051
1046
|
"linkedEntityId": "ent_01KXG04VM7YPKBFY12VFNBQ3RS",
|
|
1052
1047
|
"name": "VectorArt",
|
|
1053
|
-
"ref": "SvgArt.traits.SvgAssetArtCollector"
|
|
1054
|
-
"refId": "trt_01KYV3PJKCPXQE46SNJFFV0KSA"
|
|
1048
|
+
"ref": "SvgArt.traits.SvgAssetArtCollector"
|
|
1055
1049
|
},
|
|
1056
1050
|
{
|
|
1057
1051
|
"category": "interaction",
|
|
@@ -1663,14 +1657,14 @@
|
|
|
1663
1657
|
"default": 2.0,
|
|
1664
1658
|
"description": "Grid row count (matches TacticsAuthority.gridHeight).",
|
|
1665
1659
|
"label": "Grid Height",
|
|
1666
|
-
"tier": "
|
|
1660
|
+
"tier": "presentation",
|
|
1667
1661
|
"type": "number"
|
|
1668
1662
|
},
|
|
1669
1663
|
"gridWidth": {
|
|
1670
1664
|
"default": 2.0,
|
|
1671
1665
|
"description": "Grid column count (matches TacticsAuthority.gridWidth).",
|
|
1672
1666
|
"label": "Grid Width",
|
|
1673
|
-
"tier": "
|
|
1667
|
+
"tier": "presentation",
|
|
1674
1668
|
"type": "number"
|
|
1675
1669
|
},
|
|
1676
1670
|
"hudBackgroundAsset": {
|
|
@@ -885,8 +885,7 @@
|
|
|
885
885
|
"linkedEntity": "GameState",
|
|
886
886
|
"linkedEntityId": "ent_01KXG04VPEKABGCCR0VDS99H4Y",
|
|
887
887
|
"name": "TacticsAuthority",
|
|
888
|
-
"ref": "Tactics.traits.GridTactics"
|
|
889
|
-
"refId": "trt_01KXG04THREP6VTN7SEQ5QND02"
|
|
888
|
+
"ref": "Tactics.traits.GridTactics"
|
|
890
889
|
},
|
|
891
890
|
{
|
|
892
891
|
"config": {
|
|
@@ -899,8 +898,7 @@
|
|
|
899
898
|
"linkedEntity": "GameState",
|
|
900
899
|
"linkedEntityId": "ent_01KXG04VPEKABGCCR0VDS99H4Y",
|
|
901
900
|
"name": "FxDecay",
|
|
902
|
-
"ref": "Particles.traits.FxParticles"
|
|
903
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
901
|
+
"ref": "Particles.traits.FxParticles"
|
|
904
902
|
},
|
|
905
903
|
{
|
|
906
904
|
"config": {
|
|
@@ -913,16 +911,14 @@
|
|
|
913
911
|
"linkedEntity": "GameState",
|
|
914
912
|
"linkedEntityId": "ent_01KXG04VPEKABGCCR0VDS99H4Y",
|
|
915
913
|
"name": "RoundLogic",
|
|
916
|
-
"ref": "Round.traits.RoundFlow"
|
|
917
|
-
"refId": "trt_01KXG04TNCJQBQBHH17BMMRPXT"
|
|
914
|
+
"ref": "Round.traits.RoundFlow"
|
|
918
915
|
},
|
|
919
916
|
{
|
|
920
917
|
"id": "trt_01KYW79GSCBG6991JKGS1SA26C",
|
|
921
918
|
"linkedEntity": "GameState",
|
|
922
919
|
"linkedEntityId": "ent_01KXG04VPEKABGCCR0VDS99H4Y",
|
|
923
920
|
"name": "VolumetricArt",
|
|
924
|
-
"ref": "MeshArt.traits.MeshAssetArtCollector"
|
|
925
|
-
"refId": "trt_01KYW6V1CFWJSN9W5G2GEK78QS"
|
|
921
|
+
"ref": "MeshArt.traits.MeshAssetArtCollector"
|
|
926
922
|
},
|
|
927
923
|
{
|
|
928
924
|
"category": "interaction",
|
|
@@ -1343,14 +1339,14 @@
|
|
|
1343
1339
|
"default": 2.0,
|
|
1344
1340
|
"description": "Grid row count (matches TacticsAuthority.gridHeight).",
|
|
1345
1341
|
"label": "Grid Height",
|
|
1346
|
-
"tier": "
|
|
1342
|
+
"tier": "presentation",
|
|
1347
1343
|
"type": "number"
|
|
1348
1344
|
},
|
|
1349
1345
|
"gridWidth": {
|
|
1350
1346
|
"default": 2.0,
|
|
1351
1347
|
"description": "Grid column count (matches TacticsAuthority.gridWidth).",
|
|
1352
1348
|
"label": "Grid Width",
|
|
1353
|
-
"tier": "
|
|
1349
|
+
"tier": "presentation",
|
|
1354
1350
|
"type": "number"
|
|
1355
1351
|
},
|
|
1356
1352
|
"lighting": {
|
|
@@ -1042,8 +1042,7 @@
|
|
|
1042
1042
|
"linkedEntity": "GameState",
|
|
1043
1043
|
"linkedEntityId": "ent_01KXG04VRWJXZNZBK4QSXVFZK6",
|
|
1044
1044
|
"name": "TacticsAuthority",
|
|
1045
|
-
"ref": "Tactics.traits.GridTactics"
|
|
1046
|
-
"refId": "trt_01KXG04THREP6VTN7SEQ5QND02"
|
|
1045
|
+
"ref": "Tactics.traits.GridTactics"
|
|
1047
1046
|
},
|
|
1048
1047
|
{
|
|
1049
1048
|
"config": {
|
|
@@ -1056,8 +1055,7 @@
|
|
|
1056
1055
|
"linkedEntity": "GameState",
|
|
1057
1056
|
"linkedEntityId": "ent_01KXG04VRWJXZNZBK4QSXVFZK6",
|
|
1058
1057
|
"name": "RoundLogic",
|
|
1059
|
-
"ref": "Round.traits.RoundFlow"
|
|
1060
|
-
"refId": "trt_01KXG04TNCJQBQBHH17BMMRPXT"
|
|
1058
|
+
"ref": "Round.traits.RoundFlow"
|
|
1061
1059
|
},
|
|
1062
1060
|
{
|
|
1063
1061
|
"config": {
|
|
@@ -1078,8 +1076,7 @@
|
|
|
1078
1076
|
"linkedEntity": "GameState",
|
|
1079
1077
|
"linkedEntityId": "ent_01KXG04VRWJXZNZBK4QSXVFZK6",
|
|
1080
1078
|
"name": "GoldAuthority",
|
|
1081
|
-
"ref": "Gold.traits.GoldMine"
|
|
1082
|
-
"refId": "trt_01KXG04TH34ES2DPDMM3BSZE0W"
|
|
1079
|
+
"ref": "Gold.traits.GoldMine"
|
|
1083
1080
|
},
|
|
1084
1081
|
{
|
|
1085
1082
|
"category": "interaction",
|
|
@@ -1771,14 +1768,14 @@
|
|
|
1771
1768
|
"default": 4.0,
|
|
1772
1769
|
"description": "Grid row count (matches TacticsAuthority.gridHeight).",
|
|
1773
1770
|
"label": "Grid Height",
|
|
1774
|
-
"tier": "
|
|
1771
|
+
"tier": "presentation",
|
|
1775
1772
|
"type": "number"
|
|
1776
1773
|
},
|
|
1777
1774
|
"gridWidth": {
|
|
1778
1775
|
"default": 4.0,
|
|
1779
1776
|
"description": "Grid column count (matches TacticsAuthority.gridWidth).",
|
|
1780
1777
|
"label": "Grid Width",
|
|
1781
|
-
"tier": "
|
|
1778
|
+
"tier": "presentation",
|
|
1782
1779
|
"type": "number"
|
|
1783
1780
|
},
|
|
1784
1781
|
"hudBackgroundAsset": {
|
|
@@ -1752,8 +1752,7 @@
|
|
|
1752
1752
|
"linkedEntity": "GameState",
|
|
1753
1753
|
"linkedEntityId": "ent_01KXG04WJHHVKHWKFWX7TFEEAH",
|
|
1754
1754
|
"name": "TacticsAuthority",
|
|
1755
|
-
"ref": "Tactics.traits.GridTactics"
|
|
1756
|
-
"refId": "trt_01KXG04THREP6VTN7SEQ5QND02"
|
|
1755
|
+
"ref": "Tactics.traits.GridTactics"
|
|
1757
1756
|
},
|
|
1758
1757
|
{
|
|
1759
1758
|
"config": {
|
|
@@ -1766,8 +1765,7 @@
|
|
|
1766
1765
|
"linkedEntity": "GameState",
|
|
1767
1766
|
"linkedEntityId": "ent_01KXG04WJHHVKHWKFWX7TFEEAH",
|
|
1768
1767
|
"name": "FxDecay",
|
|
1769
|
-
"ref": "Particles.traits.FxParticles"
|
|
1770
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
1768
|
+
"ref": "Particles.traits.FxParticles"
|
|
1771
1769
|
},
|
|
1772
1770
|
{
|
|
1773
1771
|
"config": {
|
|
@@ -1780,8 +1778,7 @@
|
|
|
1780
1778
|
"linkedEntity": "GameState",
|
|
1781
1779
|
"linkedEntityId": "ent_01KXG04WJHHVKHWKFWX7TFEEAH",
|
|
1782
1780
|
"name": "RoundLogic",
|
|
1783
|
-
"ref": "Round.traits.RoundFlow"
|
|
1784
|
-
"refId": "trt_01KXG04TNCJQBQBHH17BMMRPXT"
|
|
1781
|
+
"ref": "Round.traits.RoundFlow"
|
|
1785
1782
|
},
|
|
1786
1783
|
{
|
|
1787
1784
|
"config": {
|
|
@@ -1806,8 +1803,7 @@
|
|
|
1806
1803
|
"linkedEntity": "GameState",
|
|
1807
1804
|
"linkedEntityId": "ent_01KXG04WJHHVKHWKFWX7TFEEAH",
|
|
1808
1805
|
"name": "ScoreKeeper",
|
|
1809
|
-
"ref": "Score.traits.ScoreKeeper"
|
|
1810
|
-
"refId": "trt_01KXG04TNS3RZ75H9PBTJ6F5HQ"
|
|
1806
|
+
"ref": "Score.traits.ScoreKeeper"
|
|
1811
1807
|
},
|
|
1812
1808
|
{
|
|
1813
1809
|
"config": {
|
|
@@ -1820,8 +1816,7 @@
|
|
|
1820
1816
|
"linkedEntity": "GameState",
|
|
1821
1817
|
"linkedEntityId": "ent_01KXG04WJHHVKHWKFWX7TFEEAH",
|
|
1822
1818
|
"name": "AnimClock",
|
|
1823
|
-
"ref": "AnimTick.traits.AnimTick"
|
|
1824
|
-
"refId": "trt_01KXG04EVEQNTAB0NYX7ZC392F"
|
|
1819
|
+
"ref": "AnimTick.traits.AnimTick"
|
|
1825
1820
|
},
|
|
1826
1821
|
{
|
|
1827
1822
|
"category": "lifecycle",
|
|
@@ -2584,14 +2579,14 @@
|
|
|
2584
2579
|
"default": 8.0,
|
|
2585
2580
|
"description": "Grid row count (matches TacticsAuthority.gridHeight).",
|
|
2586
2581
|
"label": "Grid Height",
|
|
2587
|
-
"tier": "
|
|
2582
|
+
"tier": "presentation",
|
|
2588
2583
|
"type": "number"
|
|
2589
2584
|
},
|
|
2590
2585
|
"gridWidth": {
|
|
2591
2586
|
"default": 8.0,
|
|
2592
2587
|
"description": "Grid column count (matches TacticsAuthority.gridWidth).",
|
|
2593
2588
|
"label": "Grid Width",
|
|
2594
|
-
"tier": "
|
|
2589
|
+
"tier": "presentation",
|
|
2595
2590
|
"type": "number"
|
|
2596
2591
|
},
|
|
2597
2592
|
"hudBackgroundAsset": {
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
"type": "object"
|
|
375
375
|
},
|
|
376
376
|
"label": "Edges",
|
|
377
|
-
"tier": "
|
|
377
|
+
"tier": "presentation",
|
|
378
378
|
"type": "[GraphEdge]"
|
|
379
379
|
},
|
|
380
380
|
"goal": {
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"type": "object"
|
|
557
557
|
},
|
|
558
558
|
"label": "Nodes",
|
|
559
|
-
"tier": "
|
|
559
|
+
"tier": "presentation",
|
|
560
560
|
"type": "[GraphNode]"
|
|
561
561
|
},
|
|
562
562
|
"running": {
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"type": "object"
|
|
291
291
|
},
|
|
292
292
|
"label": "Edges",
|
|
293
|
-
"tier": "
|
|
293
|
+
"tier": "presentation",
|
|
294
294
|
"type": "[GraphEdge]"
|
|
295
295
|
},
|
|
296
296
|
"height": {
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
"type": "object"
|
|
415
415
|
},
|
|
416
416
|
"label": "Nodes",
|
|
417
|
-
"tier": "
|
|
417
|
+
"tier": "presentation",
|
|
418
418
|
"type": "[GraphNode]"
|
|
419
419
|
},
|
|
420
420
|
"running": {
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"type": "object"
|
|
291
291
|
},
|
|
292
292
|
"label": "Edges",
|
|
293
|
-
"tier": "
|
|
293
|
+
"tier": "presentation",
|
|
294
294
|
"type": "[GraphEdge]"
|
|
295
295
|
},
|
|
296
296
|
"height": {
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
"type": "object"
|
|
415
415
|
},
|
|
416
416
|
"label": "Nodes",
|
|
417
|
-
"tier": "
|
|
417
|
+
"tier": "presentation",
|
|
418
418
|
"type": "[GraphNode]"
|
|
419
419
|
},
|
|
420
420
|
"running": {
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"type": "object"
|
|
398
398
|
},
|
|
399
399
|
"label": "Edges",
|
|
400
|
-
"tier": "
|
|
400
|
+
"tier": "presentation",
|
|
401
401
|
"type": "[GraphEdge]"
|
|
402
402
|
},
|
|
403
403
|
"height": {
|
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
"type": "object"
|
|
522
522
|
},
|
|
523
523
|
"label": "Nodes",
|
|
524
|
-
"tier": "
|
|
524
|
+
"tier": "presentation",
|
|
525
525
|
"type": "[GraphNode]"
|
|
526
526
|
},
|
|
527
527
|
"running": {
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"type": "object"
|
|
347
347
|
},
|
|
348
348
|
"label": "Edges",
|
|
349
|
-
"tier": "
|
|
349
|
+
"tier": "presentation",
|
|
350
350
|
"type": "[GraphEdge]"
|
|
351
351
|
},
|
|
352
352
|
"height": {
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
"type": "object"
|
|
471
471
|
},
|
|
472
472
|
"label": "Nodes",
|
|
473
|
-
"tier": "
|
|
473
|
+
"tier": "presentation",
|
|
474
474
|
"type": "[GraphNode]"
|
|
475
475
|
},
|
|
476
476
|
"running": {
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"type": "object"
|
|
271
271
|
},
|
|
272
272
|
"label": "Edges",
|
|
273
|
-
"tier": "
|
|
273
|
+
"tier": "presentation",
|
|
274
274
|
"type": "[GraphEdge]"
|
|
275
275
|
},
|
|
276
276
|
"height": {
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"type": "object"
|
|
386
386
|
},
|
|
387
387
|
"label": "Nodes",
|
|
388
|
-
"tier": "
|
|
388
|
+
"tier": "presentation",
|
|
389
389
|
"type": "[GraphNode]"
|
|
390
390
|
},
|
|
391
391
|
"running": {
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"type": "object"
|
|
217
217
|
},
|
|
218
218
|
"label": "Edges",
|
|
219
|
-
"tier": "
|
|
219
|
+
"tier": "presentation",
|
|
220
220
|
"type": "[BioEdge]"
|
|
221
221
|
},
|
|
222
222
|
"height": {
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
"type": "object"
|
|
332
332
|
},
|
|
333
333
|
"label": "Nodes",
|
|
334
|
-
"tier": "
|
|
334
|
+
"tier": "presentation",
|
|
335
335
|
"type": "[BioNode]"
|
|
336
336
|
},
|
|
337
337
|
"running": {
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"type": "object"
|
|
217
217
|
},
|
|
218
218
|
"label": "Edges",
|
|
219
|
-
"tier": "
|
|
219
|
+
"tier": "presentation",
|
|
220
220
|
"type": "[BioEdge]"
|
|
221
221
|
},
|
|
222
222
|
"height": {
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"type": "object"
|
|
323
323
|
},
|
|
324
324
|
"label": "Nodes",
|
|
325
|
-
"tier": "
|
|
325
|
+
"tier": "presentation",
|
|
326
326
|
"type": "[BioNode]"
|
|
327
327
|
},
|
|
328
328
|
"running": {
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"type": "object"
|
|
193
193
|
},
|
|
194
194
|
"label": "Edges",
|
|
195
|
-
"tier": "
|
|
195
|
+
"tier": "presentation",
|
|
196
196
|
"type": "[BioEdge]"
|
|
197
197
|
},
|
|
198
198
|
"height": {
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
"type": "object"
|
|
272
272
|
},
|
|
273
273
|
"label": "Nodes",
|
|
274
|
-
"tier": "
|
|
274
|
+
"tier": "presentation",
|
|
275
275
|
"type": "[BioNode]"
|
|
276
276
|
},
|
|
277
277
|
"running": {
|