@almadar/patterns 2.43.1 → 2.45.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/dist/component-mapping.json +1 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +2217 -197
- package/dist/index.js +2547 -755
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +2545 -753
- package/dist/registry.json +2545 -753
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-06-
|
|
3
|
+
"exportedAt": "2026-06-17T02:07:52.301Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -275,7 +275,8 @@
|
|
|
275
275
|
},
|
|
276
276
|
"icon": {
|
|
277
277
|
"types": [
|
|
278
|
-
"icon"
|
|
278
|
+
"icon",
|
|
279
|
+
"string"
|
|
279
280
|
]
|
|
280
281
|
},
|
|
281
282
|
"variant": {
|
|
@@ -378,7 +379,8 @@
|
|
|
378
379
|
},
|
|
379
380
|
"icon": {
|
|
380
381
|
"types": [
|
|
381
|
-
"icon"
|
|
382
|
+
"icon",
|
|
383
|
+
"string"
|
|
382
384
|
]
|
|
383
385
|
},
|
|
384
386
|
"onClick": {
|
|
@@ -429,7 +431,8 @@
|
|
|
429
431
|
},
|
|
430
432
|
"icon": {
|
|
431
433
|
"types": [
|
|
432
|
-
"icon"
|
|
434
|
+
"icon",
|
|
435
|
+
"string"
|
|
433
436
|
]
|
|
434
437
|
},
|
|
435
438
|
"onClick": {
|
|
@@ -494,15 +497,6 @@
|
|
|
494
497
|
],
|
|
495
498
|
"typicalSize": "medium",
|
|
496
499
|
"propsSchema": {
|
|
497
|
-
"entity": {
|
|
498
|
-
"types": [
|
|
499
|
-
"object",
|
|
500
|
-
"array"
|
|
501
|
-
],
|
|
502
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
503
|
-
"kind": "entity",
|
|
504
|
-
"cardinality": "collection"
|
|
505
|
-
},
|
|
506
500
|
"className": {
|
|
507
501
|
"types": [
|
|
508
502
|
"string"
|
|
@@ -606,6 +600,15 @@
|
|
|
606
600
|
},
|
|
607
601
|
"default": []
|
|
608
602
|
},
|
|
603
|
+
"entity": {
|
|
604
|
+
"types": [
|
|
605
|
+
"object",
|
|
606
|
+
"array"
|
|
607
|
+
],
|
|
608
|
+
"description": "Entity data (single record or collection).",
|
|
609
|
+
"kind": "entity",
|
|
610
|
+
"cardinality": "collection"
|
|
611
|
+
},
|
|
609
612
|
"entityType": {
|
|
610
613
|
"types": [
|
|
611
614
|
"string"
|
|
@@ -738,7 +741,8 @@
|
|
|
738
741
|
},
|
|
739
742
|
"icon": {
|
|
740
743
|
"types": [
|
|
741
|
-
"icon"
|
|
744
|
+
"icon",
|
|
745
|
+
"string"
|
|
742
746
|
]
|
|
743
747
|
},
|
|
744
748
|
"avatar": {
|
|
@@ -748,7 +752,7 @@
|
|
|
748
752
|
"properties": {
|
|
749
753
|
"src": {
|
|
750
754
|
"types": [
|
|
751
|
-
"
|
|
755
|
+
"asset"
|
|
752
756
|
]
|
|
753
757
|
},
|
|
754
758
|
"alt": {
|
|
@@ -1225,14 +1229,6 @@
|
|
|
1225
1229
|
],
|
|
1226
1230
|
"typicalSize": "medium",
|
|
1227
1231
|
"propsSchema": {
|
|
1228
|
-
"entity": {
|
|
1229
|
-
"types": [
|
|
1230
|
-
"object"
|
|
1231
|
-
],
|
|
1232
|
-
"description": "RECORD-cardinality override: renders ONE record (see body collapse below).",
|
|
1233
|
-
"kind": "entity",
|
|
1234
|
-
"cardinality": "record"
|
|
1235
|
-
},
|
|
1236
1232
|
"className": {
|
|
1237
1233
|
"types": [
|
|
1238
1234
|
"string"
|
|
@@ -1335,6 +1331,14 @@
|
|
|
1335
1331
|
]
|
|
1336
1332
|
}
|
|
1337
1333
|
},
|
|
1334
|
+
"entity": {
|
|
1335
|
+
"types": [
|
|
1336
|
+
"object"
|
|
1337
|
+
],
|
|
1338
|
+
"description": "RECORD-cardinality: renders ONE record (see body collapse below).",
|
|
1339
|
+
"kind": "entity",
|
|
1340
|
+
"cardinality": "record"
|
|
1341
|
+
},
|
|
1338
1342
|
"title": {
|
|
1339
1343
|
"types": [
|
|
1340
1344
|
"string"
|
|
@@ -1418,7 +1422,8 @@
|
|
|
1418
1422
|
},
|
|
1419
1423
|
"icon": {
|
|
1420
1424
|
"types": [
|
|
1421
|
-
"icon"
|
|
1425
|
+
"icon",
|
|
1426
|
+
"string"
|
|
1422
1427
|
]
|
|
1423
1428
|
},
|
|
1424
1429
|
"copyable": {
|
|
@@ -1457,7 +1462,8 @@
|
|
|
1457
1462
|
},
|
|
1458
1463
|
"icon": {
|
|
1459
1464
|
"types": [
|
|
1460
|
-
"icon"
|
|
1465
|
+
"icon",
|
|
1466
|
+
"string"
|
|
1461
1467
|
]
|
|
1462
1468
|
},
|
|
1463
1469
|
"onClick": {
|
|
@@ -1741,7 +1747,8 @@
|
|
|
1741
1747
|
},
|
|
1742
1748
|
"icon": {
|
|
1743
1749
|
"types": [
|
|
1744
|
-
"icon"
|
|
1750
|
+
"icon",
|
|
1751
|
+
"string"
|
|
1745
1752
|
]
|
|
1746
1753
|
},
|
|
1747
1754
|
"loading": {
|
|
@@ -6637,23 +6644,20 @@
|
|
|
6637
6644
|
},
|
|
6638
6645
|
"leftIcon": {
|
|
6639
6646
|
"types": [
|
|
6640
|
-
"node",
|
|
6641
6647
|
"icon",
|
|
6642
6648
|
"string"
|
|
6643
6649
|
],
|
|
6644
|
-
"description": "Left icon
|
|
6650
|
+
"description": "Left icon: a Lucide component or a canonical icon name string (e.g. \"plus\", \"trash\")."
|
|
6645
6651
|
},
|
|
6646
6652
|
"rightIcon": {
|
|
6647
6653
|
"types": [
|
|
6648
|
-
"node",
|
|
6649
6654
|
"icon",
|
|
6650
6655
|
"string"
|
|
6651
6656
|
],
|
|
6652
|
-
"description": "Right icon
|
|
6657
|
+
"description": "Right icon: a Lucide component or a canonical icon name string."
|
|
6653
6658
|
},
|
|
6654
6659
|
"icon": {
|
|
6655
6660
|
"types": [
|
|
6656
|
-
"node",
|
|
6657
6661
|
"icon",
|
|
6658
6662
|
"string"
|
|
6659
6663
|
],
|
|
@@ -6661,7 +6665,6 @@
|
|
|
6661
6665
|
},
|
|
6662
6666
|
"iconRight": {
|
|
6663
6667
|
"types": [
|
|
6664
|
-
"node",
|
|
6665
6668
|
"icon",
|
|
6666
6669
|
"string"
|
|
6667
6670
|
],
|
|
@@ -6759,9 +6762,10 @@
|
|
|
6759
6762
|
},
|
|
6760
6763
|
"icon": {
|
|
6761
6764
|
"types": [
|
|
6762
|
-
"
|
|
6765
|
+
"icon",
|
|
6766
|
+
"string"
|
|
6763
6767
|
],
|
|
6764
|
-
"description": "
|
|
6768
|
+
"description": "Lucide icon component or canonical kebab-case icon name string"
|
|
6765
6769
|
},
|
|
6766
6770
|
"onRemove": {
|
|
6767
6771
|
"types": [
|
|
@@ -6794,7 +6798,7 @@
|
|
|
6794
6798
|
"propsSchema": {
|
|
6795
6799
|
"src": {
|
|
6796
6800
|
"types": [
|
|
6797
|
-
"
|
|
6801
|
+
"asset"
|
|
6798
6802
|
],
|
|
6799
6803
|
"description": "Image source URL"
|
|
6800
6804
|
},
|
|
@@ -7062,6 +7066,13 @@
|
|
|
7062
7066
|
"node"
|
|
7063
7067
|
],
|
|
7064
7068
|
"description": "Card content"
|
|
7069
|
+
},
|
|
7070
|
+
"action": {
|
|
7071
|
+
"types": [
|
|
7072
|
+
"string"
|
|
7073
|
+
],
|
|
7074
|
+
"description": "Declarative event key emitted on click for trait dispatch",
|
|
7075
|
+
"kind": "event"
|
|
7065
7076
|
}
|
|
7066
7077
|
}
|
|
7067
7078
|
},
|
|
@@ -7287,13 +7298,15 @@
|
|
|
7287
7298
|
},
|
|
7288
7299
|
"leftIcon": {
|
|
7289
7300
|
"types": [
|
|
7290
|
-
"
|
|
7301
|
+
"icon",
|
|
7302
|
+
"string"
|
|
7291
7303
|
],
|
|
7292
7304
|
"description": "leftIcon prop"
|
|
7293
7305
|
},
|
|
7294
7306
|
"rightIcon": {
|
|
7295
7307
|
"types": [
|
|
7296
|
-
"
|
|
7308
|
+
"icon",
|
|
7309
|
+
"string"
|
|
7297
7310
|
],
|
|
7298
7311
|
"description": "rightIcon prop"
|
|
7299
7312
|
},
|
|
@@ -7302,7 +7315,7 @@
|
|
|
7302
7315
|
"icon",
|
|
7303
7316
|
"string"
|
|
7304
7317
|
],
|
|
7305
|
-
"description": "Lucide icon component
|
|
7318
|
+
"description": "Lucide icon component or canonical kebab-case icon name string for left side"
|
|
7306
7319
|
},
|
|
7307
7320
|
"clearable": {
|
|
7308
7321
|
"types": [
|
|
@@ -7312,11 +7325,10 @@
|
|
|
7312
7325
|
},
|
|
7313
7326
|
"onClear": {
|
|
7314
7327
|
"types": [
|
|
7315
|
-
"function"
|
|
7328
|
+
"function",
|
|
7329
|
+
"string"
|
|
7316
7330
|
],
|
|
7317
|
-
"description": "Callback when clear button is clicked"
|
|
7318
|
-
"kind": "callback",
|
|
7319
|
-
"callbackArgs": []
|
|
7331
|
+
"description": "Callback or declarative event key when clear button is clicked"
|
|
7320
7332
|
},
|
|
7321
7333
|
"options": {
|
|
7322
7334
|
"types": [
|
|
@@ -7354,11 +7366,10 @@
|
|
|
7354
7366
|
},
|
|
7355
7367
|
"onChange": {
|
|
7356
7368
|
"types": [
|
|
7357
|
-
"function"
|
|
7369
|
+
"function",
|
|
7370
|
+
"string"
|
|
7358
7371
|
],
|
|
7359
|
-
"description": "onChange handler
|
|
7360
|
-
"kind": "callback",
|
|
7361
|
-
"callbackArgs": []
|
|
7372
|
+
"description": "onChange handler or declarative event key for trait dispatch"
|
|
7362
7373
|
}
|
|
7363
7374
|
}
|
|
7364
7375
|
},
|
|
@@ -7405,6 +7416,13 @@
|
|
|
7405
7416
|
"string"
|
|
7406
7417
|
],
|
|
7407
7418
|
"description": "Error message"
|
|
7419
|
+
},
|
|
7420
|
+
"onChange": {
|
|
7421
|
+
"types": [
|
|
7422
|
+
"function",
|
|
7423
|
+
"string"
|
|
7424
|
+
],
|
|
7425
|
+
"description": "onChange handler or declarative event key for trait dispatch"
|
|
7408
7426
|
}
|
|
7409
7427
|
}
|
|
7410
7428
|
},
|
|
@@ -7479,6 +7497,13 @@
|
|
|
7479
7497
|
"string"
|
|
7480
7498
|
],
|
|
7481
7499
|
"description": "Error message"
|
|
7500
|
+
},
|
|
7501
|
+
"onChange": {
|
|
7502
|
+
"types": [
|
|
7503
|
+
"function",
|
|
7504
|
+
"string"
|
|
7505
|
+
],
|
|
7506
|
+
"description": "onChange handler or declarative event key for trait dispatch"
|
|
7482
7507
|
}
|
|
7483
7508
|
}
|
|
7484
7509
|
},
|
|
@@ -7518,6 +7543,13 @@
|
|
|
7518
7543
|
"string"
|
|
7519
7544
|
],
|
|
7520
7545
|
"description": "label prop"
|
|
7546
|
+
},
|
|
7547
|
+
"onChange": {
|
|
7548
|
+
"types": [
|
|
7549
|
+
"function",
|
|
7550
|
+
"string"
|
|
7551
|
+
],
|
|
7552
|
+
"description": "onChange handler or declarative event key for trait dispatch"
|
|
7521
7553
|
}
|
|
7522
7554
|
}
|
|
7523
7555
|
},
|
|
@@ -9620,7 +9652,8 @@
|
|
|
9620
9652
|
},
|
|
9621
9653
|
"icon": {
|
|
9622
9654
|
"types": [
|
|
9623
|
-
"icon"
|
|
9655
|
+
"icon",
|
|
9656
|
+
"string"
|
|
9624
9657
|
]
|
|
9625
9658
|
},
|
|
9626
9659
|
"onClick": {
|
|
@@ -9655,9 +9688,10 @@
|
|
|
9655
9688
|
},
|
|
9656
9689
|
"icon": {
|
|
9657
9690
|
"types": [
|
|
9691
|
+
"icon",
|
|
9658
9692
|
"string"
|
|
9659
9693
|
],
|
|
9660
|
-
"description": "Icon
|
|
9694
|
+
"description": "Icon: a canonical icon name string (resolved by Button) or a Lucide component."
|
|
9661
9695
|
},
|
|
9662
9696
|
"onClick": {
|
|
9663
9697
|
"types": [
|
|
@@ -9826,9 +9860,10 @@
|
|
|
9826
9860
|
},
|
|
9827
9861
|
"icon": {
|
|
9828
9862
|
"types": [
|
|
9863
|
+
"icon",
|
|
9829
9864
|
"string"
|
|
9830
9865
|
],
|
|
9831
|
-
"description": "
|
|
9866
|
+
"description": "Lucide icon name or component to show before title"
|
|
9832
9867
|
},
|
|
9833
9868
|
"hasErrors": {
|
|
9834
9869
|
"types": [
|
|
@@ -10360,7 +10395,7 @@
|
|
|
10360
10395
|
},
|
|
10361
10396
|
"logoSrc": {
|
|
10362
10397
|
"types": [
|
|
10363
|
-
"
|
|
10398
|
+
"asset"
|
|
10364
10399
|
],
|
|
10365
10400
|
"description": "Logo image source"
|
|
10366
10401
|
},
|
|
@@ -10398,7 +10433,8 @@
|
|
|
10398
10433
|
},
|
|
10399
10434
|
"icon": {
|
|
10400
10435
|
"types": [
|
|
10401
|
-
"icon"
|
|
10436
|
+
"icon",
|
|
10437
|
+
"string"
|
|
10402
10438
|
]
|
|
10403
10439
|
},
|
|
10404
10440
|
"badge": {
|
|
@@ -10474,7 +10510,7 @@
|
|
|
10474
10510
|
"properties": {
|
|
10475
10511
|
"src": {
|
|
10476
10512
|
"types": [
|
|
10477
|
-
"
|
|
10513
|
+
"asset"
|
|
10478
10514
|
]
|
|
10479
10515
|
},
|
|
10480
10516
|
"alt": {
|
|
@@ -10724,7 +10760,8 @@
|
|
|
10724
10760
|
},
|
|
10725
10761
|
"icon": {
|
|
10726
10762
|
"types": [
|
|
10727
|
-
"icon"
|
|
10763
|
+
"icon",
|
|
10764
|
+
"string"
|
|
10728
10765
|
]
|
|
10729
10766
|
},
|
|
10730
10767
|
"badge": {
|
|
@@ -11197,7 +11234,7 @@
|
|
|
11197
11234
|
},
|
|
11198
11235
|
"logoSrc": {
|
|
11199
11236
|
"types": [
|
|
11200
|
-
"
|
|
11237
|
+
"asset"
|
|
11201
11238
|
],
|
|
11202
11239
|
"description": "Logo image source"
|
|
11203
11240
|
},
|
|
@@ -11231,7 +11268,8 @@
|
|
|
11231
11268
|
},
|
|
11232
11269
|
"icon": {
|
|
11233
11270
|
"types": [
|
|
11234
|
-
"icon"
|
|
11271
|
+
"icon",
|
|
11272
|
+
"string"
|
|
11235
11273
|
]
|
|
11236
11274
|
},
|
|
11237
11275
|
"badge": {
|
|
@@ -11631,7 +11669,7 @@
|
|
|
11631
11669
|
},
|
|
11632
11670
|
"backgroundImage": {
|
|
11633
11671
|
"types": [
|
|
11634
|
-
"
|
|
11672
|
+
"asset"
|
|
11635
11673
|
],
|
|
11636
11674
|
"description": "Background image URL"
|
|
11637
11675
|
},
|
|
@@ -11834,7 +11872,7 @@
|
|
|
11834
11872
|
},
|
|
11835
11873
|
"avatar": {
|
|
11836
11874
|
"types": [
|
|
11837
|
-
"
|
|
11875
|
+
"asset"
|
|
11838
11876
|
]
|
|
11839
11877
|
}
|
|
11840
11878
|
},
|
|
@@ -11897,6 +11935,7 @@
|
|
|
11897
11935
|
"properties": {
|
|
11898
11936
|
"icon": {
|
|
11899
11937
|
"types": [
|
|
11938
|
+
"icon",
|
|
11900
11939
|
"string"
|
|
11901
11940
|
]
|
|
11902
11941
|
},
|
|
@@ -12904,7 +12943,8 @@
|
|
|
12904
12943
|
},
|
|
12905
12944
|
"icon": {
|
|
12906
12945
|
"types": [
|
|
12907
|
-
"icon"
|
|
12946
|
+
"icon",
|
|
12947
|
+
"string"
|
|
12908
12948
|
]
|
|
12909
12949
|
},
|
|
12910
12950
|
"tags": {
|
|
@@ -13142,7 +13182,7 @@
|
|
|
13142
13182
|
},
|
|
13143
13183
|
"src": {
|
|
13144
13184
|
"types": [
|
|
13145
|
-
"
|
|
13185
|
+
"asset"
|
|
13146
13186
|
]
|
|
13147
13187
|
},
|
|
13148
13188
|
"alt": {
|
|
@@ -13152,7 +13192,7 @@
|
|
|
13152
13192
|
},
|
|
13153
13193
|
"thumbnail": {
|
|
13154
13194
|
"types": [
|
|
13155
|
-
"
|
|
13195
|
+
"asset"
|
|
13156
13196
|
]
|
|
13157
13197
|
},
|
|
13158
13198
|
"mediaType": {
|
|
@@ -13455,7 +13495,7 @@
|
|
|
13455
13495
|
},
|
|
13456
13496
|
"src": {
|
|
13457
13497
|
"types": [
|
|
13458
|
-
"
|
|
13498
|
+
"asset"
|
|
13459
13499
|
],
|
|
13460
13500
|
"description": "Document URL (for PDF/external documents)"
|
|
13461
13501
|
},
|
|
@@ -13577,7 +13617,7 @@
|
|
|
13577
13617
|
},
|
|
13578
13618
|
"src": {
|
|
13579
13619
|
"types": [
|
|
13580
|
-
"
|
|
13620
|
+
"asset"
|
|
13581
13621
|
]
|
|
13582
13622
|
},
|
|
13583
13623
|
"content": {
|
|
@@ -14046,6 +14086,323 @@
|
|
|
14046
14086
|
],
|
|
14047
14087
|
"description": "Canvas render scale",
|
|
14048
14088
|
"default": 0.45
|
|
14089
|
+
},
|
|
14090
|
+
"tiles": {
|
|
14091
|
+
"types": [
|
|
14092
|
+
"array"
|
|
14093
|
+
],
|
|
14094
|
+
"description": "Direct tile data — forwarded to CastleBoard; takes priority over entity.",
|
|
14095
|
+
"items": {
|
|
14096
|
+
"types": [
|
|
14097
|
+
"object"
|
|
14098
|
+
],
|
|
14099
|
+
"properties": {
|
|
14100
|
+
"id": {
|
|
14101
|
+
"types": [
|
|
14102
|
+
"string"
|
|
14103
|
+
]
|
|
14104
|
+
},
|
|
14105
|
+
"x": {
|
|
14106
|
+
"types": [
|
|
14107
|
+
"number"
|
|
14108
|
+
]
|
|
14109
|
+
},
|
|
14110
|
+
"y": {
|
|
14111
|
+
"types": [
|
|
14112
|
+
"number"
|
|
14113
|
+
]
|
|
14114
|
+
},
|
|
14115
|
+
"z": {
|
|
14116
|
+
"types": [
|
|
14117
|
+
"number"
|
|
14118
|
+
]
|
|
14119
|
+
},
|
|
14120
|
+
"terrain": {
|
|
14121
|
+
"types": [
|
|
14122
|
+
"string"
|
|
14123
|
+
]
|
|
14124
|
+
},
|
|
14125
|
+
"type": {
|
|
14126
|
+
"types": [
|
|
14127
|
+
"string"
|
|
14128
|
+
]
|
|
14129
|
+
},
|
|
14130
|
+
"terrainSprite": {
|
|
14131
|
+
"types": [
|
|
14132
|
+
"asset"
|
|
14133
|
+
]
|
|
14134
|
+
},
|
|
14135
|
+
"passable": {
|
|
14136
|
+
"types": [
|
|
14137
|
+
"boolean"
|
|
14138
|
+
]
|
|
14139
|
+
},
|
|
14140
|
+
"movementCost": {
|
|
14141
|
+
"types": [
|
|
14142
|
+
"number"
|
|
14143
|
+
]
|
|
14144
|
+
},
|
|
14145
|
+
"tileType": {
|
|
14146
|
+
"types": [
|
|
14147
|
+
"string"
|
|
14148
|
+
]
|
|
14149
|
+
},
|
|
14150
|
+
"elevation": {
|
|
14151
|
+
"types": [
|
|
14152
|
+
"number"
|
|
14153
|
+
]
|
|
14154
|
+
}
|
|
14155
|
+
},
|
|
14156
|
+
"required": [
|
|
14157
|
+
"x",
|
|
14158
|
+
"y"
|
|
14159
|
+
]
|
|
14160
|
+
}
|
|
14161
|
+
},
|
|
14162
|
+
"units": {
|
|
14163
|
+
"types": [
|
|
14164
|
+
"array"
|
|
14165
|
+
],
|
|
14166
|
+
"description": "Direct unit data — forwarded to CastleBoard; takes priority over entity.",
|
|
14167
|
+
"items": {
|
|
14168
|
+
"types": [
|
|
14169
|
+
"object"
|
|
14170
|
+
],
|
|
14171
|
+
"properties": {
|
|
14172
|
+
"id": {
|
|
14173
|
+
"types": [
|
|
14174
|
+
"string"
|
|
14175
|
+
]
|
|
14176
|
+
},
|
|
14177
|
+
"position": {
|
|
14178
|
+
"types": [
|
|
14179
|
+
"object"
|
|
14180
|
+
],
|
|
14181
|
+
"properties": {
|
|
14182
|
+
"x": {
|
|
14183
|
+
"types": [
|
|
14184
|
+
"number"
|
|
14185
|
+
]
|
|
14186
|
+
},
|
|
14187
|
+
"y": {
|
|
14188
|
+
"types": [
|
|
14189
|
+
"number"
|
|
14190
|
+
]
|
|
14191
|
+
}
|
|
14192
|
+
},
|
|
14193
|
+
"required": [
|
|
14194
|
+
"x",
|
|
14195
|
+
"y"
|
|
14196
|
+
]
|
|
14197
|
+
},
|
|
14198
|
+
"x": {
|
|
14199
|
+
"types": [
|
|
14200
|
+
"number"
|
|
14201
|
+
]
|
|
14202
|
+
},
|
|
14203
|
+
"y": {
|
|
14204
|
+
"types": [
|
|
14205
|
+
"number"
|
|
14206
|
+
]
|
|
14207
|
+
},
|
|
14208
|
+
"z": {
|
|
14209
|
+
"types": [
|
|
14210
|
+
"number"
|
|
14211
|
+
]
|
|
14212
|
+
},
|
|
14213
|
+
"sprite": {
|
|
14214
|
+
"types": [
|
|
14215
|
+
"object"
|
|
14216
|
+
]
|
|
14217
|
+
},
|
|
14218
|
+
"unitType": {
|
|
14219
|
+
"types": [
|
|
14220
|
+
"string"
|
|
14221
|
+
]
|
|
14222
|
+
},
|
|
14223
|
+
"heroId": {
|
|
14224
|
+
"types": [
|
|
14225
|
+
"string"
|
|
14226
|
+
]
|
|
14227
|
+
},
|
|
14228
|
+
"name": {
|
|
14229
|
+
"types": [
|
|
14230
|
+
"string"
|
|
14231
|
+
]
|
|
14232
|
+
},
|
|
14233
|
+
"team": {
|
|
14234
|
+
"types": [
|
|
14235
|
+
"string"
|
|
14236
|
+
],
|
|
14237
|
+
"enumValues": [
|
|
14238
|
+
"player",
|
|
14239
|
+
"enemy",
|
|
14240
|
+
"neutral"
|
|
14241
|
+
]
|
|
14242
|
+
},
|
|
14243
|
+
"faction": {
|
|
14244
|
+
"types": [
|
|
14245
|
+
"string"
|
|
14246
|
+
],
|
|
14247
|
+
"enumValues": [
|
|
14248
|
+
"player",
|
|
14249
|
+
"enemy",
|
|
14250
|
+
"neutral"
|
|
14251
|
+
]
|
|
14252
|
+
},
|
|
14253
|
+
"health": {
|
|
14254
|
+
"types": [
|
|
14255
|
+
"number"
|
|
14256
|
+
]
|
|
14257
|
+
},
|
|
14258
|
+
"maxHealth": {
|
|
14259
|
+
"types": [
|
|
14260
|
+
"number"
|
|
14261
|
+
]
|
|
14262
|
+
},
|
|
14263
|
+
"traits": {
|
|
14264
|
+
"types": [
|
|
14265
|
+
"array"
|
|
14266
|
+
],
|
|
14267
|
+
"items": {
|
|
14268
|
+
"types": [
|
|
14269
|
+
"object"
|
|
14270
|
+
],
|
|
14271
|
+
"properties": {
|
|
14272
|
+
"name": {
|
|
14273
|
+
"types": [
|
|
14274
|
+
"string"
|
|
14275
|
+
]
|
|
14276
|
+
},
|
|
14277
|
+
"currentState": {
|
|
14278
|
+
"types": [
|
|
14279
|
+
"string"
|
|
14280
|
+
]
|
|
14281
|
+
},
|
|
14282
|
+
"states": {
|
|
14283
|
+
"types": [
|
|
14284
|
+
"array"
|
|
14285
|
+
],
|
|
14286
|
+
"items": {
|
|
14287
|
+
"types": [
|
|
14288
|
+
"string"
|
|
14289
|
+
]
|
|
14290
|
+
}
|
|
14291
|
+
},
|
|
14292
|
+
"cooldown": {
|
|
14293
|
+
"types": [
|
|
14294
|
+
"number"
|
|
14295
|
+
]
|
|
14296
|
+
}
|
|
14297
|
+
},
|
|
14298
|
+
"required": [
|
|
14299
|
+
"name",
|
|
14300
|
+
"currentState",
|
|
14301
|
+
"states",
|
|
14302
|
+
"cooldown"
|
|
14303
|
+
]
|
|
14304
|
+
}
|
|
14305
|
+
},
|
|
14306
|
+
"previousPosition": {
|
|
14307
|
+
"types": [
|
|
14308
|
+
"object"
|
|
14309
|
+
],
|
|
14310
|
+
"properties": {
|
|
14311
|
+
"x": {
|
|
14312
|
+
"types": [
|
|
14313
|
+
"number"
|
|
14314
|
+
]
|
|
14315
|
+
},
|
|
14316
|
+
"y": {
|
|
14317
|
+
"types": [
|
|
14318
|
+
"number"
|
|
14319
|
+
]
|
|
14320
|
+
}
|
|
14321
|
+
},
|
|
14322
|
+
"required": [
|
|
14323
|
+
"x",
|
|
14324
|
+
"y"
|
|
14325
|
+
]
|
|
14326
|
+
},
|
|
14327
|
+
"elevation": {
|
|
14328
|
+
"types": [
|
|
14329
|
+
"number"
|
|
14330
|
+
]
|
|
14331
|
+
}
|
|
14332
|
+
},
|
|
14333
|
+
"required": [
|
|
14334
|
+
"id"
|
|
14335
|
+
]
|
|
14336
|
+
}
|
|
14337
|
+
},
|
|
14338
|
+
"features": {
|
|
14339
|
+
"types": [
|
|
14340
|
+
"array"
|
|
14341
|
+
],
|
|
14342
|
+
"description": "Direct feature data — forwarded to CastleBoard; takes priority over entity.",
|
|
14343
|
+
"items": {
|
|
14344
|
+
"types": [
|
|
14345
|
+
"object"
|
|
14346
|
+
],
|
|
14347
|
+
"properties": {
|
|
14348
|
+
"id": {
|
|
14349
|
+
"types": [
|
|
14350
|
+
"string"
|
|
14351
|
+
]
|
|
14352
|
+
},
|
|
14353
|
+
"x": {
|
|
14354
|
+
"types": [
|
|
14355
|
+
"number"
|
|
14356
|
+
]
|
|
14357
|
+
},
|
|
14358
|
+
"y": {
|
|
14359
|
+
"types": [
|
|
14360
|
+
"number"
|
|
14361
|
+
]
|
|
14362
|
+
},
|
|
14363
|
+
"z": {
|
|
14364
|
+
"types": [
|
|
14365
|
+
"number"
|
|
14366
|
+
]
|
|
14367
|
+
},
|
|
14368
|
+
"type": {
|
|
14369
|
+
"types": [
|
|
14370
|
+
"string"
|
|
14371
|
+
]
|
|
14372
|
+
},
|
|
14373
|
+
"sprite": {
|
|
14374
|
+
"types": [
|
|
14375
|
+
"object"
|
|
14376
|
+
]
|
|
14377
|
+
},
|
|
14378
|
+
"assetUrl": {
|
|
14379
|
+
"types": [
|
|
14380
|
+
"object"
|
|
14381
|
+
]
|
|
14382
|
+
},
|
|
14383
|
+
"color": {
|
|
14384
|
+
"types": [
|
|
14385
|
+
"string"
|
|
14386
|
+
]
|
|
14387
|
+
},
|
|
14388
|
+
"elevation": {
|
|
14389
|
+
"types": [
|
|
14390
|
+
"number"
|
|
14391
|
+
]
|
|
14392
|
+
}
|
|
14393
|
+
},
|
|
14394
|
+
"required": [
|
|
14395
|
+
"x",
|
|
14396
|
+
"y",
|
|
14397
|
+
"type"
|
|
14398
|
+
]
|
|
14399
|
+
}
|
|
14400
|
+
},
|
|
14401
|
+
"assetManifest": {
|
|
14402
|
+
"types": [
|
|
14403
|
+
"string"
|
|
14404
|
+
],
|
|
14405
|
+
"description": "Direct asset manifest — forwarded to CastleBoard; takes priority over entity."
|
|
14049
14406
|
}
|
|
14050
14407
|
}
|
|
14051
14408
|
},
|
|
@@ -14102,6 +14459,323 @@
|
|
|
14102
14459
|
],
|
|
14103
14460
|
"description": "Allow selecting / moving ALL heroes (including enemy). For testing.",
|
|
14104
14461
|
"default": false
|
|
14462
|
+
},
|
|
14463
|
+
"tiles": {
|
|
14464
|
+
"types": [
|
|
14465
|
+
"array"
|
|
14466
|
+
],
|
|
14467
|
+
"description": "Direct tile data — forwarded to WorldMapBoard; takes priority over entity.",
|
|
14468
|
+
"items": {
|
|
14469
|
+
"types": [
|
|
14470
|
+
"object"
|
|
14471
|
+
],
|
|
14472
|
+
"properties": {
|
|
14473
|
+
"id": {
|
|
14474
|
+
"types": [
|
|
14475
|
+
"string"
|
|
14476
|
+
]
|
|
14477
|
+
},
|
|
14478
|
+
"x": {
|
|
14479
|
+
"types": [
|
|
14480
|
+
"number"
|
|
14481
|
+
]
|
|
14482
|
+
},
|
|
14483
|
+
"y": {
|
|
14484
|
+
"types": [
|
|
14485
|
+
"number"
|
|
14486
|
+
]
|
|
14487
|
+
},
|
|
14488
|
+
"z": {
|
|
14489
|
+
"types": [
|
|
14490
|
+
"number"
|
|
14491
|
+
]
|
|
14492
|
+
},
|
|
14493
|
+
"terrain": {
|
|
14494
|
+
"types": [
|
|
14495
|
+
"string"
|
|
14496
|
+
]
|
|
14497
|
+
},
|
|
14498
|
+
"type": {
|
|
14499
|
+
"types": [
|
|
14500
|
+
"string"
|
|
14501
|
+
]
|
|
14502
|
+
},
|
|
14503
|
+
"terrainSprite": {
|
|
14504
|
+
"types": [
|
|
14505
|
+
"asset"
|
|
14506
|
+
]
|
|
14507
|
+
},
|
|
14508
|
+
"passable": {
|
|
14509
|
+
"types": [
|
|
14510
|
+
"boolean"
|
|
14511
|
+
]
|
|
14512
|
+
},
|
|
14513
|
+
"movementCost": {
|
|
14514
|
+
"types": [
|
|
14515
|
+
"number"
|
|
14516
|
+
]
|
|
14517
|
+
},
|
|
14518
|
+
"tileType": {
|
|
14519
|
+
"types": [
|
|
14520
|
+
"string"
|
|
14521
|
+
]
|
|
14522
|
+
},
|
|
14523
|
+
"elevation": {
|
|
14524
|
+
"types": [
|
|
14525
|
+
"number"
|
|
14526
|
+
]
|
|
14527
|
+
}
|
|
14528
|
+
},
|
|
14529
|
+
"required": [
|
|
14530
|
+
"x",
|
|
14531
|
+
"y"
|
|
14532
|
+
]
|
|
14533
|
+
}
|
|
14534
|
+
},
|
|
14535
|
+
"units": {
|
|
14536
|
+
"types": [
|
|
14537
|
+
"array"
|
|
14538
|
+
],
|
|
14539
|
+
"description": "Direct unit data — forwarded to WorldMapBoard; takes priority over entity.",
|
|
14540
|
+
"items": {
|
|
14541
|
+
"types": [
|
|
14542
|
+
"object"
|
|
14543
|
+
],
|
|
14544
|
+
"properties": {
|
|
14545
|
+
"id": {
|
|
14546
|
+
"types": [
|
|
14547
|
+
"string"
|
|
14548
|
+
]
|
|
14549
|
+
},
|
|
14550
|
+
"position": {
|
|
14551
|
+
"types": [
|
|
14552
|
+
"object"
|
|
14553
|
+
],
|
|
14554
|
+
"properties": {
|
|
14555
|
+
"x": {
|
|
14556
|
+
"types": [
|
|
14557
|
+
"number"
|
|
14558
|
+
]
|
|
14559
|
+
},
|
|
14560
|
+
"y": {
|
|
14561
|
+
"types": [
|
|
14562
|
+
"number"
|
|
14563
|
+
]
|
|
14564
|
+
}
|
|
14565
|
+
},
|
|
14566
|
+
"required": [
|
|
14567
|
+
"x",
|
|
14568
|
+
"y"
|
|
14569
|
+
]
|
|
14570
|
+
},
|
|
14571
|
+
"x": {
|
|
14572
|
+
"types": [
|
|
14573
|
+
"number"
|
|
14574
|
+
]
|
|
14575
|
+
},
|
|
14576
|
+
"y": {
|
|
14577
|
+
"types": [
|
|
14578
|
+
"number"
|
|
14579
|
+
]
|
|
14580
|
+
},
|
|
14581
|
+
"z": {
|
|
14582
|
+
"types": [
|
|
14583
|
+
"number"
|
|
14584
|
+
]
|
|
14585
|
+
},
|
|
14586
|
+
"sprite": {
|
|
14587
|
+
"types": [
|
|
14588
|
+
"object"
|
|
14589
|
+
]
|
|
14590
|
+
},
|
|
14591
|
+
"unitType": {
|
|
14592
|
+
"types": [
|
|
14593
|
+
"string"
|
|
14594
|
+
]
|
|
14595
|
+
},
|
|
14596
|
+
"heroId": {
|
|
14597
|
+
"types": [
|
|
14598
|
+
"string"
|
|
14599
|
+
]
|
|
14600
|
+
},
|
|
14601
|
+
"name": {
|
|
14602
|
+
"types": [
|
|
14603
|
+
"string"
|
|
14604
|
+
]
|
|
14605
|
+
},
|
|
14606
|
+
"team": {
|
|
14607
|
+
"types": [
|
|
14608
|
+
"string"
|
|
14609
|
+
],
|
|
14610
|
+
"enumValues": [
|
|
14611
|
+
"player",
|
|
14612
|
+
"enemy",
|
|
14613
|
+
"neutral"
|
|
14614
|
+
]
|
|
14615
|
+
},
|
|
14616
|
+
"faction": {
|
|
14617
|
+
"types": [
|
|
14618
|
+
"string"
|
|
14619
|
+
],
|
|
14620
|
+
"enumValues": [
|
|
14621
|
+
"player",
|
|
14622
|
+
"enemy",
|
|
14623
|
+
"neutral"
|
|
14624
|
+
]
|
|
14625
|
+
},
|
|
14626
|
+
"health": {
|
|
14627
|
+
"types": [
|
|
14628
|
+
"number"
|
|
14629
|
+
]
|
|
14630
|
+
},
|
|
14631
|
+
"maxHealth": {
|
|
14632
|
+
"types": [
|
|
14633
|
+
"number"
|
|
14634
|
+
]
|
|
14635
|
+
},
|
|
14636
|
+
"traits": {
|
|
14637
|
+
"types": [
|
|
14638
|
+
"array"
|
|
14639
|
+
],
|
|
14640
|
+
"items": {
|
|
14641
|
+
"types": [
|
|
14642
|
+
"object"
|
|
14643
|
+
],
|
|
14644
|
+
"properties": {
|
|
14645
|
+
"name": {
|
|
14646
|
+
"types": [
|
|
14647
|
+
"string"
|
|
14648
|
+
]
|
|
14649
|
+
},
|
|
14650
|
+
"currentState": {
|
|
14651
|
+
"types": [
|
|
14652
|
+
"string"
|
|
14653
|
+
]
|
|
14654
|
+
},
|
|
14655
|
+
"states": {
|
|
14656
|
+
"types": [
|
|
14657
|
+
"array"
|
|
14658
|
+
],
|
|
14659
|
+
"items": {
|
|
14660
|
+
"types": [
|
|
14661
|
+
"string"
|
|
14662
|
+
]
|
|
14663
|
+
}
|
|
14664
|
+
},
|
|
14665
|
+
"cooldown": {
|
|
14666
|
+
"types": [
|
|
14667
|
+
"number"
|
|
14668
|
+
]
|
|
14669
|
+
}
|
|
14670
|
+
},
|
|
14671
|
+
"required": [
|
|
14672
|
+
"name",
|
|
14673
|
+
"currentState",
|
|
14674
|
+
"states",
|
|
14675
|
+
"cooldown"
|
|
14676
|
+
]
|
|
14677
|
+
}
|
|
14678
|
+
},
|
|
14679
|
+
"previousPosition": {
|
|
14680
|
+
"types": [
|
|
14681
|
+
"object"
|
|
14682
|
+
],
|
|
14683
|
+
"properties": {
|
|
14684
|
+
"x": {
|
|
14685
|
+
"types": [
|
|
14686
|
+
"number"
|
|
14687
|
+
]
|
|
14688
|
+
},
|
|
14689
|
+
"y": {
|
|
14690
|
+
"types": [
|
|
14691
|
+
"number"
|
|
14692
|
+
]
|
|
14693
|
+
}
|
|
14694
|
+
},
|
|
14695
|
+
"required": [
|
|
14696
|
+
"x",
|
|
14697
|
+
"y"
|
|
14698
|
+
]
|
|
14699
|
+
},
|
|
14700
|
+
"elevation": {
|
|
14701
|
+
"types": [
|
|
14702
|
+
"number"
|
|
14703
|
+
]
|
|
14704
|
+
}
|
|
14705
|
+
},
|
|
14706
|
+
"required": [
|
|
14707
|
+
"id"
|
|
14708
|
+
]
|
|
14709
|
+
}
|
|
14710
|
+
},
|
|
14711
|
+
"features": {
|
|
14712
|
+
"types": [
|
|
14713
|
+
"array"
|
|
14714
|
+
],
|
|
14715
|
+
"description": "Direct feature data — forwarded to WorldMapBoard; takes priority over entity.",
|
|
14716
|
+
"items": {
|
|
14717
|
+
"types": [
|
|
14718
|
+
"object"
|
|
14719
|
+
],
|
|
14720
|
+
"properties": {
|
|
14721
|
+
"id": {
|
|
14722
|
+
"types": [
|
|
14723
|
+
"string"
|
|
14724
|
+
]
|
|
14725
|
+
},
|
|
14726
|
+
"x": {
|
|
14727
|
+
"types": [
|
|
14728
|
+
"number"
|
|
14729
|
+
]
|
|
14730
|
+
},
|
|
14731
|
+
"y": {
|
|
14732
|
+
"types": [
|
|
14733
|
+
"number"
|
|
14734
|
+
]
|
|
14735
|
+
},
|
|
14736
|
+
"z": {
|
|
14737
|
+
"types": [
|
|
14738
|
+
"number"
|
|
14739
|
+
]
|
|
14740
|
+
},
|
|
14741
|
+
"type": {
|
|
14742
|
+
"types": [
|
|
14743
|
+
"string"
|
|
14744
|
+
]
|
|
14745
|
+
},
|
|
14746
|
+
"sprite": {
|
|
14747
|
+
"types": [
|
|
14748
|
+
"object"
|
|
14749
|
+
]
|
|
14750
|
+
},
|
|
14751
|
+
"assetUrl": {
|
|
14752
|
+
"types": [
|
|
14753
|
+
"object"
|
|
14754
|
+
]
|
|
14755
|
+
},
|
|
14756
|
+
"color": {
|
|
14757
|
+
"types": [
|
|
14758
|
+
"string"
|
|
14759
|
+
]
|
|
14760
|
+
},
|
|
14761
|
+
"elevation": {
|
|
14762
|
+
"types": [
|
|
14763
|
+
"number"
|
|
14764
|
+
]
|
|
14765
|
+
}
|
|
14766
|
+
},
|
|
14767
|
+
"required": [
|
|
14768
|
+
"x",
|
|
14769
|
+
"y",
|
|
14770
|
+
"type"
|
|
14771
|
+
]
|
|
14772
|
+
}
|
|
14773
|
+
},
|
|
14774
|
+
"assetManifest": {
|
|
14775
|
+
"types": [
|
|
14776
|
+
"string"
|
|
14777
|
+
],
|
|
14778
|
+
"description": "Direct asset manifest — forwarded to WorldMapBoard; takes priority over entity."
|
|
14105
14779
|
}
|
|
14106
14780
|
}
|
|
14107
14781
|
},
|
|
@@ -15993,6 +16667,7 @@
|
|
|
15993
16667
|
},
|
|
15994
16668
|
"icon": {
|
|
15995
16669
|
"types": [
|
|
16670
|
+
"icon",
|
|
15996
16671
|
"string"
|
|
15997
16672
|
]
|
|
15998
16673
|
},
|
|
@@ -16060,6 +16735,7 @@
|
|
|
16060
16735
|
},
|
|
16061
16736
|
"icon": {
|
|
16062
16737
|
"types": [
|
|
16738
|
+
"icon",
|
|
16063
16739
|
"string"
|
|
16064
16740
|
]
|
|
16065
16741
|
},
|
|
@@ -16129,6 +16805,7 @@
|
|
|
16129
16805
|
},
|
|
16130
16806
|
"icon": {
|
|
16131
16807
|
"types": [
|
|
16808
|
+
"icon",
|
|
16132
16809
|
"string"
|
|
16133
16810
|
]
|
|
16134
16811
|
},
|
|
@@ -16435,6 +17112,7 @@
|
|
|
16435
17112
|
},
|
|
16436
17113
|
"icon": {
|
|
16437
17114
|
"types": [
|
|
17115
|
+
"icon",
|
|
16438
17116
|
"string"
|
|
16439
17117
|
]
|
|
16440
17118
|
},
|
|
@@ -16492,6 +17170,7 @@
|
|
|
16492
17170
|
},
|
|
16493
17171
|
"icon": {
|
|
16494
17172
|
"types": [
|
|
17173
|
+
"icon",
|
|
16495
17174
|
"string"
|
|
16496
17175
|
]
|
|
16497
17176
|
},
|
|
@@ -16551,6 +17230,7 @@
|
|
|
16551
17230
|
},
|
|
16552
17231
|
"icon": {
|
|
16553
17232
|
"types": [
|
|
17233
|
+
"icon",
|
|
16554
17234
|
"string"
|
|
16555
17235
|
]
|
|
16556
17236
|
},
|
|
@@ -16704,6 +17384,7 @@
|
|
|
16704
17384
|
},
|
|
16705
17385
|
"icon": {
|
|
16706
17386
|
"types": [
|
|
17387
|
+
"icon",
|
|
16707
17388
|
"string"
|
|
16708
17389
|
]
|
|
16709
17390
|
},
|
|
@@ -16748,6 +17429,7 @@
|
|
|
16748
17429
|
},
|
|
16749
17430
|
"icon": {
|
|
16750
17431
|
"types": [
|
|
17432
|
+
"icon",
|
|
16751
17433
|
"string"
|
|
16752
17434
|
]
|
|
16753
17435
|
},
|
|
@@ -17441,7 +18123,7 @@
|
|
|
17441
18123
|
"properties": {
|
|
17442
18124
|
"src": {
|
|
17443
18125
|
"types": [
|
|
17444
|
-
"
|
|
18126
|
+
"asset"
|
|
17445
18127
|
]
|
|
17446
18128
|
},
|
|
17447
18129
|
"alt": {
|
|
@@ -17758,9 +18440,10 @@
|
|
|
17758
18440
|
},
|
|
17759
18441
|
"icon": {
|
|
17760
18442
|
"types": [
|
|
18443
|
+
"icon",
|
|
17761
18444
|
"string"
|
|
17762
18445
|
],
|
|
17763
|
-
"description": "Icon name
|
|
18446
|
+
"description": "Icon name or component"
|
|
17764
18447
|
},
|
|
17765
18448
|
"disabled": {
|
|
17766
18449
|
"types": [
|
|
@@ -18285,6 +18968,7 @@
|
|
|
18285
18968
|
},
|
|
18286
18969
|
"icon": {
|
|
18287
18970
|
"types": [
|
|
18971
|
+
"icon",
|
|
18288
18972
|
"string"
|
|
18289
18973
|
]
|
|
18290
18974
|
},
|
|
@@ -18337,6 +19021,7 @@
|
|
|
18337
19021
|
},
|
|
18338
19022
|
"icon": {
|
|
18339
19023
|
"types": [
|
|
19024
|
+
"icon",
|
|
18340
19025
|
"string"
|
|
18341
19026
|
]
|
|
18342
19027
|
},
|
|
@@ -18498,9 +19183,10 @@
|
|
|
18498
19183
|
},
|
|
18499
19184
|
"icon": {
|
|
18500
19185
|
"types": [
|
|
18501
|
-
"
|
|
19186
|
+
"icon",
|
|
19187
|
+
"string"
|
|
18502
19188
|
],
|
|
18503
|
-
"description": "Lucide icon name or
|
|
19189
|
+
"description": "Lucide icon name or component"
|
|
18504
19190
|
},
|
|
18505
19191
|
"iconBg": {
|
|
18506
19192
|
"types": [
|
|
@@ -18955,10 +19641,10 @@
|
|
|
18955
19641
|
"propsSchema": {
|
|
18956
19642
|
"icon": {
|
|
18957
19643
|
"types": [
|
|
18958
|
-
"
|
|
18959
|
-
"
|
|
19644
|
+
"icon",
|
|
19645
|
+
"string"
|
|
18960
19646
|
],
|
|
18961
|
-
"description": "
|
|
19647
|
+
"description": "icon prop"
|
|
18962
19648
|
},
|
|
18963
19649
|
"title": {
|
|
18964
19650
|
"types": [
|
|
@@ -19046,8 +19732,8 @@
|
|
|
19046
19732
|
"properties": {
|
|
19047
19733
|
"icon": {
|
|
19048
19734
|
"types": [
|
|
19049
|
-
"
|
|
19050
|
-
"
|
|
19735
|
+
"icon",
|
|
19736
|
+
"string"
|
|
19051
19737
|
]
|
|
19052
19738
|
},
|
|
19053
19739
|
"title": {
|
|
@@ -19245,7 +19931,7 @@
|
|
|
19245
19931
|
"properties": {
|
|
19246
19932
|
"src": {
|
|
19247
19933
|
"types": [
|
|
19248
|
-
"
|
|
19934
|
+
"object"
|
|
19249
19935
|
]
|
|
19250
19936
|
},
|
|
19251
19937
|
"alt": {
|
|
@@ -19628,7 +20314,7 @@
|
|
|
19628
20314
|
"properties": {
|
|
19629
20315
|
"src": {
|
|
19630
20316
|
"types": [
|
|
19631
|
-
"
|
|
20317
|
+
"object"
|
|
19632
20318
|
]
|
|
19633
20319
|
},
|
|
19634
20320
|
"alt": {
|
|
@@ -19780,7 +20466,7 @@
|
|
|
19780
20466
|
"properties": {
|
|
19781
20467
|
"src": {
|
|
19782
20468
|
"types": [
|
|
19783
|
-
"
|
|
20469
|
+
"object"
|
|
19784
20470
|
]
|
|
19785
20471
|
},
|
|
19786
20472
|
"alt": {
|
|
@@ -19999,7 +20685,7 @@
|
|
|
19999
20685
|
},
|
|
20000
20686
|
"avatar": {
|
|
20001
20687
|
"types": [
|
|
20002
|
-
"
|
|
20688
|
+
"asset",
|
|
20003
20689
|
"object"
|
|
20004
20690
|
],
|
|
20005
20691
|
"description": "avatar prop",
|
|
@@ -21354,7 +22040,7 @@
|
|
|
21354
22040
|
},
|
|
21355
22041
|
"src": {
|
|
21356
22042
|
"types": [
|
|
21357
|
-
"
|
|
22043
|
+
"asset"
|
|
21358
22044
|
],
|
|
21359
22045
|
"description": "URL to an SVG file. Fetched and inlined to enable stroke/fill animations."
|
|
21360
22046
|
},
|
|
@@ -22187,9 +22873,10 @@
|
|
|
22187
22873
|
},
|
|
22188
22874
|
"icon": {
|
|
22189
22875
|
"types": [
|
|
22190
|
-
"
|
|
22876
|
+
"icon",
|
|
22877
|
+
"string"
|
|
22191
22878
|
],
|
|
22192
|
-
"description": "
|
|
22879
|
+
"description": "Lucide icon component or canonical kebab-case icon name string"
|
|
22193
22880
|
},
|
|
22194
22881
|
"onRemove": {
|
|
22195
22882
|
"types": [
|
|
@@ -23649,7 +24336,8 @@
|
|
|
23649
24336
|
},
|
|
23650
24337
|
"icon": {
|
|
23651
24338
|
"types": [
|
|
23652
|
-
"
|
|
24339
|
+
"icon",
|
|
24340
|
+
"string"
|
|
23653
24341
|
],
|
|
23654
24342
|
"description": "Icon displayed before the label"
|
|
23655
24343
|
},
|
|
@@ -23842,7 +24530,8 @@
|
|
|
23842
24530
|
},
|
|
23843
24531
|
"icon": {
|
|
23844
24532
|
"types": [
|
|
23845
|
-
"
|
|
24533
|
+
"icon",
|
|
24534
|
+
"string"
|
|
23846
24535
|
],
|
|
23847
24536
|
"description": "Icon component or emoji"
|
|
23848
24537
|
},
|
|
@@ -24017,7 +24706,7 @@
|
|
|
24017
24706
|
"asset"
|
|
24018
24707
|
],
|
|
24019
24708
|
"description": "URL for the speaker portrait image",
|
|
24020
|
-
"default": "https://almadar-kflow-assets.web.app/shared/characters/archetypes/
|
|
24709
|
+
"default": "https://almadar-kflow-assets.web.app/shared/characters/archetypes/04_hero.png"
|
|
24021
24710
|
},
|
|
24022
24711
|
"position": {
|
|
24023
24712
|
"types": [
|
|
@@ -24119,7 +24808,8 @@
|
|
|
24119
24808
|
"propsSchema": {
|
|
24120
24809
|
"icon": {
|
|
24121
24810
|
"types": [
|
|
24122
|
-
"
|
|
24811
|
+
"icon",
|
|
24812
|
+
"string"
|
|
24123
24813
|
],
|
|
24124
24814
|
"description": "Icon component or emoji"
|
|
24125
24815
|
},
|
|
@@ -24360,7 +25050,8 @@
|
|
|
24360
25050
|
"propsSchema": {
|
|
24361
25051
|
"icon": {
|
|
24362
25052
|
"types": [
|
|
24363
|
-
"
|
|
25053
|
+
"icon",
|
|
25054
|
+
"string"
|
|
24364
25055
|
],
|
|
24365
25056
|
"description": "Icon component or emoji"
|
|
24366
25057
|
},
|
|
@@ -24446,7 +25137,8 @@
|
|
|
24446
25137
|
},
|
|
24447
25138
|
"icon": {
|
|
24448
25139
|
"types": [
|
|
24449
|
-
"
|
|
25140
|
+
"icon",
|
|
25141
|
+
"string"
|
|
24450
25142
|
],
|
|
24451
25143
|
"description": "Icon component or emoji"
|
|
24452
25144
|
},
|
|
@@ -24668,6 +25360,7 @@
|
|
|
24668
25360
|
"properties": {
|
|
24669
25361
|
"icon": {
|
|
24670
25362
|
"types": [
|
|
25363
|
+
"icon",
|
|
24671
25364
|
"string"
|
|
24672
25365
|
]
|
|
24673
25366
|
},
|
|
@@ -24706,9 +25399,10 @@
|
|
|
24706
25399
|
"propsSchema": {
|
|
24707
25400
|
"icon": {
|
|
24708
25401
|
"types": [
|
|
25402
|
+
"icon",
|
|
24709
25403
|
"string"
|
|
24710
25404
|
],
|
|
24711
|
-
"description": "Lucide
|
|
25405
|
+
"description": "Lucide icon name or component",
|
|
24712
25406
|
"required": true
|
|
24713
25407
|
},
|
|
24714
25408
|
"label": {
|
|
@@ -24904,7 +25598,8 @@
|
|
|
24904
25598
|
},
|
|
24905
25599
|
"icon": {
|
|
24906
25600
|
"types": [
|
|
24907
|
-
"
|
|
25601
|
+
"icon",
|
|
25602
|
+
"string"
|
|
24908
25603
|
],
|
|
24909
25604
|
"description": "Custom icon to render inside the marker"
|
|
24910
25605
|
},
|
|
@@ -27286,7 +27981,8 @@
|
|
|
27286
27981
|
},
|
|
27287
27982
|
"icon": {
|
|
27288
27983
|
"types": [
|
|
27289
|
-
"
|
|
27984
|
+
"icon",
|
|
27985
|
+
"string"
|
|
27290
27986
|
]
|
|
27291
27987
|
},
|
|
27292
27988
|
"variant": {
|
|
@@ -27523,7 +28219,8 @@
|
|
|
27523
28219
|
"properties": {
|
|
27524
28220
|
"icon": {
|
|
27525
28221
|
"types": [
|
|
27526
|
-
"
|
|
28222
|
+
"icon",
|
|
28223
|
+
"string"
|
|
27527
28224
|
]
|
|
27528
28225
|
},
|
|
27529
28226
|
"label": {
|
|
@@ -27558,7 +28255,8 @@
|
|
|
27558
28255
|
"properties": {
|
|
27559
28256
|
"icon": {
|
|
27560
28257
|
"types": [
|
|
27561
|
-
"
|
|
28258
|
+
"icon",
|
|
28259
|
+
"string"
|
|
27562
28260
|
]
|
|
27563
28261
|
},
|
|
27564
28262
|
"label": {
|
|
@@ -27947,7 +28645,8 @@
|
|
|
27947
28645
|
"properties": {
|
|
27948
28646
|
"icon": {
|
|
27949
28647
|
"types": [
|
|
27950
|
-
"
|
|
28648
|
+
"icon",
|
|
28649
|
+
"string"
|
|
27951
28650
|
]
|
|
27952
28651
|
},
|
|
27953
28652
|
"label": {
|
|
@@ -28058,16 +28757,17 @@
|
|
|
28058
28757
|
},
|
|
28059
28758
|
"backgroundImage": {
|
|
28060
28759
|
"types": [
|
|
28061
|
-
"
|
|
28760
|
+
"asset"
|
|
28062
28761
|
],
|
|
28063
|
-
"description": "Background image URL"
|
|
28762
|
+
"description": "Background image URL",
|
|
28763
|
+
"default": "https://almadar-kflow-assets.web.app/shared/scenes/resonators.jpeg"
|
|
28064
28764
|
},
|
|
28065
28765
|
"assetBaseUrl": {
|
|
28066
28766
|
"types": [
|
|
28067
|
-
"
|
|
28767
|
+
"asset"
|
|
28068
28768
|
],
|
|
28069
28769
|
"description": "Base URL prefix for asset URLs",
|
|
28070
|
-
"default": ""
|
|
28770
|
+
"default": "https://almadar-kflow-assets.web.app/shared/"
|
|
28071
28771
|
},
|
|
28072
28772
|
"className": {
|
|
28073
28773
|
"types": [
|
|
@@ -28185,6 +28885,7 @@
|
|
|
28185
28885
|
},
|
|
28186
28886
|
"icon": {
|
|
28187
28887
|
"types": [
|
|
28888
|
+
"icon",
|
|
28188
28889
|
"string"
|
|
28189
28890
|
]
|
|
28190
28891
|
},
|
|
@@ -28536,7 +29237,8 @@
|
|
|
28536
29237
|
},
|
|
28537
29238
|
"icon": {
|
|
28538
29239
|
"types": [
|
|
28539
|
-
"
|
|
29240
|
+
"icon",
|
|
29241
|
+
"string"
|
|
28540
29242
|
]
|
|
28541
29243
|
}
|
|
28542
29244
|
},
|
|
@@ -28768,7 +29470,8 @@
|
|
|
28768
29470
|
"properties": {
|
|
28769
29471
|
"icon": {
|
|
28770
29472
|
"types": [
|
|
28771
|
-
"
|
|
29473
|
+
"icon",
|
|
29474
|
+
"string"
|
|
28772
29475
|
]
|
|
28773
29476
|
},
|
|
28774
29477
|
"label": {
|
|
@@ -28850,7 +29553,8 @@
|
|
|
28850
29553
|
},
|
|
28851
29554
|
"icon": {
|
|
28852
29555
|
"types": [
|
|
28853
|
-
"
|
|
29556
|
+
"icon",
|
|
29557
|
+
"string"
|
|
28854
29558
|
]
|
|
28855
29559
|
},
|
|
28856
29560
|
"label": {
|
|
@@ -29304,269 +30008,269 @@
|
|
|
29304
30008
|
"number"
|
|
29305
30009
|
]
|
|
29306
30010
|
},
|
|
29307
|
-
"terrain": {
|
|
29308
|
-
"types": [
|
|
29309
|
-
"string"
|
|
29310
|
-
]
|
|
29311
|
-
},
|
|
29312
|
-
"type": {
|
|
29313
|
-
"types": [
|
|
29314
|
-
"string"
|
|
29315
|
-
]
|
|
29316
|
-
},
|
|
29317
|
-
"terrainSprite": {
|
|
29318
|
-
"types": [
|
|
29319
|
-
"string"
|
|
29320
|
-
]
|
|
29321
|
-
},
|
|
29322
|
-
"passable": {
|
|
29323
|
-
"types": [
|
|
29324
|
-
"boolean"
|
|
29325
|
-
]
|
|
29326
|
-
},
|
|
29327
|
-
"movementCost": {
|
|
29328
|
-
"types": [
|
|
29329
|
-
"number"
|
|
29330
|
-
]
|
|
29331
|
-
},
|
|
29332
|
-
"tileType": {
|
|
29333
|
-
"types": [
|
|
29334
|
-
"string"
|
|
29335
|
-
]
|
|
29336
|
-
},
|
|
29337
|
-
"elevation": {
|
|
29338
|
-
"types": [
|
|
29339
|
-
"number"
|
|
29340
|
-
]
|
|
29341
|
-
}
|
|
29342
|
-
},
|
|
29343
|
-
"required": [
|
|
29344
|
-
"x",
|
|
29345
|
-
"y"
|
|
29346
|
-
]
|
|
29347
|
-
}
|
|
29348
|
-
},
|
|
29349
|
-
"units": {
|
|
29350
|
-
"types": [
|
|
29351
|
-
"array"
|
|
29352
|
-
],
|
|
29353
|
-
"description": "Array of units on the board",
|
|
29354
|
-
"items": {
|
|
29355
|
-
"types": [
|
|
29356
|
-
"object"
|
|
29357
|
-
],
|
|
29358
|
-
"properties": {
|
|
29359
|
-
"id": {
|
|
29360
|
-
"types": [
|
|
29361
|
-
"string"
|
|
29362
|
-
]
|
|
29363
|
-
},
|
|
29364
|
-
"position": {
|
|
29365
|
-
"types": [
|
|
29366
|
-
"object"
|
|
29367
|
-
],
|
|
29368
|
-
"properties": {
|
|
29369
|
-
"x": {
|
|
29370
|
-
"types": [
|
|
29371
|
-
"number"
|
|
29372
|
-
]
|
|
29373
|
-
},
|
|
29374
|
-
"y": {
|
|
29375
|
-
"types": [
|
|
29376
|
-
"number"
|
|
29377
|
-
]
|
|
29378
|
-
}
|
|
29379
|
-
},
|
|
29380
|
-
"required": [
|
|
29381
|
-
"x",
|
|
29382
|
-
"y"
|
|
29383
|
-
]
|
|
29384
|
-
},
|
|
29385
|
-
"x": {
|
|
29386
|
-
"types": [
|
|
29387
|
-
"number"
|
|
29388
|
-
]
|
|
29389
|
-
},
|
|
29390
|
-
"y": {
|
|
29391
|
-
"types": [
|
|
29392
|
-
"number"
|
|
29393
|
-
]
|
|
29394
|
-
},
|
|
29395
|
-
"z": {
|
|
29396
|
-
"types": [
|
|
29397
|
-
"number"
|
|
29398
|
-
]
|
|
29399
|
-
},
|
|
29400
|
-
"sprite": {
|
|
29401
|
-
"types": [
|
|
29402
|
-
"string"
|
|
29403
|
-
]
|
|
29404
|
-
},
|
|
29405
|
-
"unitType": {
|
|
29406
|
-
"types": [
|
|
29407
|
-
"string"
|
|
29408
|
-
]
|
|
29409
|
-
},
|
|
29410
|
-
"heroId": {
|
|
29411
|
-
"types": [
|
|
29412
|
-
"string"
|
|
29413
|
-
]
|
|
29414
|
-
},
|
|
29415
|
-
"name": {
|
|
29416
|
-
"types": [
|
|
29417
|
-
"string"
|
|
29418
|
-
]
|
|
29419
|
-
},
|
|
29420
|
-
"team": {
|
|
29421
|
-
"types": [
|
|
29422
|
-
"string"
|
|
29423
|
-
],
|
|
29424
|
-
"enumValues": [
|
|
29425
|
-
"player",
|
|
29426
|
-
"enemy",
|
|
29427
|
-
"neutral"
|
|
29428
|
-
]
|
|
29429
|
-
},
|
|
29430
|
-
"faction": {
|
|
29431
|
-
"types": [
|
|
29432
|
-
"string"
|
|
29433
|
-
],
|
|
29434
|
-
"enumValues": [
|
|
29435
|
-
"player",
|
|
29436
|
-
"enemy",
|
|
29437
|
-
"neutral"
|
|
29438
|
-
]
|
|
29439
|
-
},
|
|
29440
|
-
"health": {
|
|
29441
|
-
"types": [
|
|
29442
|
-
"number"
|
|
29443
|
-
]
|
|
29444
|
-
},
|
|
29445
|
-
"maxHealth": {
|
|
29446
|
-
"types": [
|
|
29447
|
-
"number"
|
|
29448
|
-
]
|
|
29449
|
-
},
|
|
29450
|
-
"traits": {
|
|
29451
|
-
"types": [
|
|
29452
|
-
"array"
|
|
29453
|
-
],
|
|
29454
|
-
"items": {
|
|
29455
|
-
"types": [
|
|
29456
|
-
"object"
|
|
29457
|
-
],
|
|
29458
|
-
"properties": {
|
|
29459
|
-
"name": {
|
|
29460
|
-
"types": [
|
|
29461
|
-
"string"
|
|
29462
|
-
]
|
|
29463
|
-
},
|
|
29464
|
-
"currentState": {
|
|
29465
|
-
"types": [
|
|
29466
|
-
"string"
|
|
29467
|
-
]
|
|
29468
|
-
},
|
|
29469
|
-
"states": {
|
|
29470
|
-
"types": [
|
|
29471
|
-
"array"
|
|
29472
|
-
],
|
|
29473
|
-
"items": {
|
|
29474
|
-
"types": [
|
|
29475
|
-
"string"
|
|
29476
|
-
]
|
|
29477
|
-
}
|
|
29478
|
-
},
|
|
29479
|
-
"cooldown": {
|
|
29480
|
-
"types": [
|
|
29481
|
-
"number"
|
|
29482
|
-
]
|
|
29483
|
-
}
|
|
29484
|
-
},
|
|
29485
|
-
"required": [
|
|
29486
|
-
"name",
|
|
29487
|
-
"currentState",
|
|
29488
|
-
"states",
|
|
29489
|
-
"cooldown"
|
|
29490
|
-
]
|
|
29491
|
-
}
|
|
29492
|
-
},
|
|
29493
|
-
"previousPosition": {
|
|
29494
|
-
"types": [
|
|
29495
|
-
"object"
|
|
29496
|
-
],
|
|
29497
|
-
"properties": {
|
|
29498
|
-
"x": {
|
|
29499
|
-
"types": [
|
|
29500
|
-
"number"
|
|
29501
|
-
]
|
|
29502
|
-
},
|
|
29503
|
-
"y": {
|
|
29504
|
-
"types": [
|
|
29505
|
-
"number"
|
|
29506
|
-
]
|
|
29507
|
-
}
|
|
29508
|
-
},
|
|
29509
|
-
"required": [
|
|
29510
|
-
"x",
|
|
29511
|
-
"y"
|
|
29512
|
-
]
|
|
29513
|
-
},
|
|
29514
|
-
"elevation": {
|
|
29515
|
-
"types": [
|
|
29516
|
-
"number"
|
|
29517
|
-
]
|
|
29518
|
-
}
|
|
29519
|
-
},
|
|
29520
|
-
"required": [
|
|
29521
|
-
"id"
|
|
29522
|
-
]
|
|
29523
|
-
}
|
|
29524
|
-
},
|
|
29525
|
-
"features": {
|
|
29526
|
-
"types": [
|
|
29527
|
-
"array"
|
|
29528
|
-
],
|
|
29529
|
-
"description": "Array of features (resources, portals, buildings, etc.)",
|
|
29530
|
-
"items": {
|
|
29531
|
-
"types": [
|
|
29532
|
-
"object"
|
|
29533
|
-
],
|
|
29534
|
-
"properties": {
|
|
29535
|
-
"id": {
|
|
29536
|
-
"types": [
|
|
29537
|
-
"string"
|
|
29538
|
-
]
|
|
29539
|
-
},
|
|
29540
|
-
"x": {
|
|
29541
|
-
"types": [
|
|
29542
|
-
"number"
|
|
29543
|
-
]
|
|
29544
|
-
},
|
|
29545
|
-
"y": {
|
|
29546
|
-
"types": [
|
|
29547
|
-
"number"
|
|
29548
|
-
]
|
|
29549
|
-
},
|
|
29550
|
-
"z": {
|
|
29551
|
-
"types": [
|
|
29552
|
-
"number"
|
|
29553
|
-
]
|
|
29554
|
-
},
|
|
30011
|
+
"terrain": {
|
|
30012
|
+
"types": [
|
|
30013
|
+
"string"
|
|
30014
|
+
]
|
|
30015
|
+
},
|
|
29555
30016
|
"type": {
|
|
29556
30017
|
"types": [
|
|
29557
30018
|
"string"
|
|
29558
30019
|
]
|
|
29559
30020
|
},
|
|
30021
|
+
"terrainSprite": {
|
|
30022
|
+
"types": [
|
|
30023
|
+
"asset"
|
|
30024
|
+
]
|
|
30025
|
+
},
|
|
30026
|
+
"passable": {
|
|
30027
|
+
"types": [
|
|
30028
|
+
"boolean"
|
|
30029
|
+
]
|
|
30030
|
+
},
|
|
30031
|
+
"movementCost": {
|
|
30032
|
+
"types": [
|
|
30033
|
+
"number"
|
|
30034
|
+
]
|
|
30035
|
+
},
|
|
30036
|
+
"tileType": {
|
|
30037
|
+
"types": [
|
|
30038
|
+
"string"
|
|
30039
|
+
]
|
|
30040
|
+
},
|
|
30041
|
+
"elevation": {
|
|
30042
|
+
"types": [
|
|
30043
|
+
"number"
|
|
30044
|
+
]
|
|
30045
|
+
}
|
|
30046
|
+
},
|
|
30047
|
+
"required": [
|
|
30048
|
+
"x",
|
|
30049
|
+
"y"
|
|
30050
|
+
]
|
|
30051
|
+
}
|
|
30052
|
+
},
|
|
30053
|
+
"units": {
|
|
30054
|
+
"types": [
|
|
30055
|
+
"array"
|
|
30056
|
+
],
|
|
30057
|
+
"description": "Array of units on the board",
|
|
30058
|
+
"items": {
|
|
30059
|
+
"types": [
|
|
30060
|
+
"object"
|
|
30061
|
+
],
|
|
30062
|
+
"properties": {
|
|
30063
|
+
"id": {
|
|
30064
|
+
"types": [
|
|
30065
|
+
"string"
|
|
30066
|
+
]
|
|
30067
|
+
},
|
|
30068
|
+
"position": {
|
|
30069
|
+
"types": [
|
|
30070
|
+
"object"
|
|
30071
|
+
],
|
|
30072
|
+
"properties": {
|
|
30073
|
+
"x": {
|
|
30074
|
+
"types": [
|
|
30075
|
+
"number"
|
|
30076
|
+
]
|
|
30077
|
+
},
|
|
30078
|
+
"y": {
|
|
30079
|
+
"types": [
|
|
30080
|
+
"number"
|
|
30081
|
+
]
|
|
30082
|
+
}
|
|
30083
|
+
},
|
|
30084
|
+
"required": [
|
|
30085
|
+
"x",
|
|
30086
|
+
"y"
|
|
30087
|
+
]
|
|
30088
|
+
},
|
|
30089
|
+
"x": {
|
|
30090
|
+
"types": [
|
|
30091
|
+
"number"
|
|
30092
|
+
]
|
|
30093
|
+
},
|
|
30094
|
+
"y": {
|
|
30095
|
+
"types": [
|
|
30096
|
+
"number"
|
|
30097
|
+
]
|
|
30098
|
+
},
|
|
30099
|
+
"z": {
|
|
30100
|
+
"types": [
|
|
30101
|
+
"number"
|
|
30102
|
+
]
|
|
30103
|
+
},
|
|
29560
30104
|
"sprite": {
|
|
30105
|
+
"types": [
|
|
30106
|
+
"asset"
|
|
30107
|
+
]
|
|
30108
|
+
},
|
|
30109
|
+
"unitType": {
|
|
29561
30110
|
"types": [
|
|
29562
30111
|
"string"
|
|
29563
30112
|
]
|
|
29564
30113
|
},
|
|
29565
|
-
"
|
|
30114
|
+
"heroId": {
|
|
30115
|
+
"types": [
|
|
30116
|
+
"string"
|
|
30117
|
+
]
|
|
30118
|
+
},
|
|
30119
|
+
"name": {
|
|
30120
|
+
"types": [
|
|
30121
|
+
"string"
|
|
30122
|
+
]
|
|
30123
|
+
},
|
|
30124
|
+
"team": {
|
|
30125
|
+
"types": [
|
|
30126
|
+
"string"
|
|
30127
|
+
],
|
|
30128
|
+
"enumValues": [
|
|
30129
|
+
"player",
|
|
30130
|
+
"enemy",
|
|
30131
|
+
"neutral"
|
|
30132
|
+
]
|
|
30133
|
+
},
|
|
30134
|
+
"faction": {
|
|
30135
|
+
"types": [
|
|
30136
|
+
"string"
|
|
30137
|
+
],
|
|
30138
|
+
"enumValues": [
|
|
30139
|
+
"player",
|
|
30140
|
+
"enemy",
|
|
30141
|
+
"neutral"
|
|
30142
|
+
]
|
|
30143
|
+
},
|
|
30144
|
+
"health": {
|
|
30145
|
+
"types": [
|
|
30146
|
+
"number"
|
|
30147
|
+
]
|
|
30148
|
+
},
|
|
30149
|
+
"maxHealth": {
|
|
30150
|
+
"types": [
|
|
30151
|
+
"number"
|
|
30152
|
+
]
|
|
30153
|
+
},
|
|
30154
|
+
"traits": {
|
|
30155
|
+
"types": [
|
|
30156
|
+
"array"
|
|
30157
|
+
],
|
|
30158
|
+
"items": {
|
|
30159
|
+
"types": [
|
|
30160
|
+
"object"
|
|
30161
|
+
],
|
|
30162
|
+
"properties": {
|
|
30163
|
+
"name": {
|
|
30164
|
+
"types": [
|
|
30165
|
+
"string"
|
|
30166
|
+
]
|
|
30167
|
+
},
|
|
30168
|
+
"currentState": {
|
|
30169
|
+
"types": [
|
|
30170
|
+
"string"
|
|
30171
|
+
]
|
|
30172
|
+
},
|
|
30173
|
+
"states": {
|
|
30174
|
+
"types": [
|
|
30175
|
+
"array"
|
|
30176
|
+
],
|
|
30177
|
+
"items": {
|
|
30178
|
+
"types": [
|
|
30179
|
+
"string"
|
|
30180
|
+
]
|
|
30181
|
+
}
|
|
30182
|
+
},
|
|
30183
|
+
"cooldown": {
|
|
30184
|
+
"types": [
|
|
30185
|
+
"number"
|
|
30186
|
+
]
|
|
30187
|
+
}
|
|
30188
|
+
},
|
|
30189
|
+
"required": [
|
|
30190
|
+
"name",
|
|
30191
|
+
"currentState",
|
|
30192
|
+
"states",
|
|
30193
|
+
"cooldown"
|
|
30194
|
+
]
|
|
30195
|
+
}
|
|
30196
|
+
},
|
|
30197
|
+
"previousPosition": {
|
|
30198
|
+
"types": [
|
|
30199
|
+
"object"
|
|
30200
|
+
],
|
|
30201
|
+
"properties": {
|
|
30202
|
+
"x": {
|
|
30203
|
+
"types": [
|
|
30204
|
+
"number"
|
|
30205
|
+
]
|
|
30206
|
+
},
|
|
30207
|
+
"y": {
|
|
30208
|
+
"types": [
|
|
30209
|
+
"number"
|
|
30210
|
+
]
|
|
30211
|
+
}
|
|
30212
|
+
},
|
|
30213
|
+
"required": [
|
|
30214
|
+
"x",
|
|
30215
|
+
"y"
|
|
30216
|
+
]
|
|
30217
|
+
},
|
|
30218
|
+
"elevation": {
|
|
30219
|
+
"types": [
|
|
30220
|
+
"number"
|
|
30221
|
+
]
|
|
30222
|
+
}
|
|
30223
|
+
},
|
|
30224
|
+
"required": [
|
|
30225
|
+
"id"
|
|
30226
|
+
]
|
|
30227
|
+
}
|
|
30228
|
+
},
|
|
30229
|
+
"features": {
|
|
30230
|
+
"types": [
|
|
30231
|
+
"array"
|
|
30232
|
+
],
|
|
30233
|
+
"description": "Array of features (resources, portals, buildings, etc.)",
|
|
30234
|
+
"items": {
|
|
30235
|
+
"types": [
|
|
30236
|
+
"object"
|
|
30237
|
+
],
|
|
30238
|
+
"properties": {
|
|
30239
|
+
"id": {
|
|
29566
30240
|
"types": [
|
|
29567
30241
|
"string"
|
|
29568
30242
|
]
|
|
29569
30243
|
},
|
|
30244
|
+
"x": {
|
|
30245
|
+
"types": [
|
|
30246
|
+
"number"
|
|
30247
|
+
]
|
|
30248
|
+
},
|
|
30249
|
+
"y": {
|
|
30250
|
+
"types": [
|
|
30251
|
+
"number"
|
|
30252
|
+
]
|
|
30253
|
+
},
|
|
30254
|
+
"z": {
|
|
30255
|
+
"types": [
|
|
30256
|
+
"number"
|
|
30257
|
+
]
|
|
30258
|
+
},
|
|
30259
|
+
"type": {
|
|
30260
|
+
"types": [
|
|
30261
|
+
"string"
|
|
30262
|
+
]
|
|
30263
|
+
},
|
|
30264
|
+
"sprite": {
|
|
30265
|
+
"types": [
|
|
30266
|
+
"asset"
|
|
30267
|
+
]
|
|
30268
|
+
},
|
|
30269
|
+
"assetUrl": {
|
|
30270
|
+
"types": [
|
|
30271
|
+
"asset"
|
|
30272
|
+
]
|
|
30273
|
+
},
|
|
29570
30274
|
"color": {
|
|
29571
30275
|
"types": [
|
|
29572
30276
|
"string"
|
|
@@ -29802,9 +30506,10 @@
|
|
|
29802
30506
|
},
|
|
29803
30507
|
"backgroundImage": {
|
|
29804
30508
|
"types": [
|
|
29805
|
-
"
|
|
30509
|
+
"asset"
|
|
29806
30510
|
],
|
|
29807
|
-
"description": "Background image URL tiled behind the isometric grid"
|
|
30511
|
+
"description": "Background image URL tiled behind the isometric grid",
|
|
30512
|
+
"default": "https://almadar-kflow-assets.web.app/shared/scenes/court.png"
|
|
29808
30513
|
},
|
|
29809
30514
|
"showMinimap": {
|
|
29810
30515
|
"types": [
|
|
@@ -29931,7 +30636,7 @@
|
|
|
29931
30636
|
},
|
|
29932
30637
|
"sprite": {
|
|
29933
30638
|
"types": [
|
|
29934
|
-
"
|
|
30639
|
+
"asset"
|
|
29935
30640
|
]
|
|
29936
30641
|
},
|
|
29937
30642
|
"unitType": {
|
|
@@ -30078,7 +30783,7 @@
|
|
|
30078
30783
|
"description": "Additional sprite URLs to preload (e.g., effect sprites)",
|
|
30079
30784
|
"items": {
|
|
30080
30785
|
"types": [
|
|
30081
|
-
"
|
|
30786
|
+
"asset"
|
|
30082
30787
|
]
|
|
30083
30788
|
},
|
|
30084
30789
|
"default": []
|
|
@@ -30114,9 +30819,10 @@
|
|
|
30114
30819
|
},
|
|
30115
30820
|
"assetBaseUrl": {
|
|
30116
30821
|
"types": [
|
|
30117
|
-
"
|
|
30822
|
+
"asset"
|
|
30118
30823
|
],
|
|
30119
|
-
"description": "--- Remote asset loading ---"
|
|
30824
|
+
"description": "--- Remote asset loading ---",
|
|
30825
|
+
"default": "https://almadar-kflow-assets.web.app/shared/"
|
|
30120
30826
|
},
|
|
30121
30827
|
"assetManifest": {
|
|
30122
30828
|
"types": [
|
|
@@ -30327,9 +31033,10 @@
|
|
|
30327
31033
|
},
|
|
30328
31034
|
"playerSprite": {
|
|
30329
31035
|
"types": [
|
|
30330
|
-
"
|
|
31036
|
+
"asset"
|
|
30331
31037
|
],
|
|
30332
|
-
"description": "Player sprite image URL"
|
|
31038
|
+
"description": "Player sprite image URL",
|
|
31039
|
+
"default": "https://almadar-kflow-assets.web.app/shared/platformer/characters/platformChar_idle.png"
|
|
30333
31040
|
},
|
|
30334
31041
|
"tileSprites": {
|
|
30335
31042
|
"types": [
|
|
@@ -30338,22 +31045,23 @@
|
|
|
30338
31045
|
"description": "Map of platform type to tile sprite URL",
|
|
30339
31046
|
"mapValue": {
|
|
30340
31047
|
"types": [
|
|
30341
|
-
"
|
|
31048
|
+
"asset"
|
|
30342
31049
|
]
|
|
30343
31050
|
}
|
|
30344
31051
|
},
|
|
30345
31052
|
"backgroundImage": {
|
|
30346
31053
|
"types": [
|
|
30347
|
-
"
|
|
31054
|
+
"asset"
|
|
30348
31055
|
],
|
|
30349
|
-
"description": "Background image URL"
|
|
31056
|
+
"description": "Background image URL",
|
|
31057
|
+
"default": "https://almadar-kflow-assets.web.app/shared/scenes/court.png"
|
|
30350
31058
|
},
|
|
30351
31059
|
"assetBaseUrl": {
|
|
30352
31060
|
"types": [
|
|
30353
|
-
"
|
|
31061
|
+
"asset"
|
|
30354
31062
|
],
|
|
30355
31063
|
"description": "Base URL prefix for asset URLs",
|
|
30356
|
-
"default": ""
|
|
31064
|
+
"default": "https://almadar-kflow-assets.web.app/shared/platformer/"
|
|
30357
31065
|
},
|
|
30358
31066
|
"leftEvent": {
|
|
30359
31067
|
"types": [
|
|
@@ -30442,7 +31150,8 @@
|
|
|
30442
31150
|
},
|
|
30443
31151
|
"icon": {
|
|
30444
31152
|
"types": [
|
|
30445
|
-
"
|
|
31153
|
+
"icon",
|
|
31154
|
+
"string"
|
|
30446
31155
|
]
|
|
30447
31156
|
},
|
|
30448
31157
|
"label": {
|
|
@@ -30580,7 +31289,8 @@
|
|
|
30580
31289
|
"properties": {
|
|
30581
31290
|
"icon": {
|
|
30582
31291
|
"types": [
|
|
30583
|
-
"
|
|
31292
|
+
"icon",
|
|
31293
|
+
"string"
|
|
30584
31294
|
]
|
|
30585
31295
|
},
|
|
30586
31296
|
"label": {
|
|
@@ -30737,7 +31447,8 @@
|
|
|
30737
31447
|
},
|
|
30738
31448
|
"icon": {
|
|
30739
31449
|
"types": [
|
|
30740
|
-
"
|
|
31450
|
+
"icon",
|
|
31451
|
+
"string"
|
|
30741
31452
|
],
|
|
30742
31453
|
"description": "Icon component or emoji"
|
|
30743
31454
|
},
|
|
@@ -30830,7 +31541,8 @@
|
|
|
30830
31541
|
},
|
|
30831
31542
|
"icon": {
|
|
30832
31543
|
"types": [
|
|
30833
|
-
"
|
|
31544
|
+
"icon",
|
|
31545
|
+
"string"
|
|
30834
31546
|
]
|
|
30835
31547
|
},
|
|
30836
31548
|
"event": {
|
|
@@ -30889,7 +31601,8 @@
|
|
|
30889
31601
|
},
|
|
30890
31602
|
"icon": {
|
|
30891
31603
|
"types": [
|
|
30892
|
-
"
|
|
31604
|
+
"icon",
|
|
31605
|
+
"string"
|
|
30893
31606
|
]
|
|
30894
31607
|
},
|
|
30895
31608
|
"event": {
|
|
@@ -31016,7 +31729,7 @@
|
|
|
31016
31729
|
},
|
|
31017
31730
|
"coverImageUrl": {
|
|
31018
31731
|
"types": [
|
|
31019
|
-
"
|
|
31732
|
+
"asset"
|
|
31020
31733
|
],
|
|
31021
31734
|
"description": "coverImageUrl prop"
|
|
31022
31735
|
},
|
|
@@ -31470,6 +32183,370 @@
|
|
|
31470
32183
|
"kind": "entity",
|
|
31471
32184
|
"cardinality": "collection"
|
|
31472
32185
|
},
|
|
32186
|
+
"tiles": {
|
|
32187
|
+
"types": [
|
|
32188
|
+
"array"
|
|
32189
|
+
],
|
|
32190
|
+
"description": "Direct tile data — takes priority over entity-derived tiles.",
|
|
32191
|
+
"items": {
|
|
32192
|
+
"types": [
|
|
32193
|
+
"object"
|
|
32194
|
+
],
|
|
32195
|
+
"properties": {
|
|
32196
|
+
"id": {
|
|
32197
|
+
"types": [
|
|
32198
|
+
"string"
|
|
32199
|
+
]
|
|
32200
|
+
},
|
|
32201
|
+
"x": {
|
|
32202
|
+
"types": [
|
|
32203
|
+
"number"
|
|
32204
|
+
]
|
|
32205
|
+
},
|
|
32206
|
+
"y": {
|
|
32207
|
+
"types": [
|
|
32208
|
+
"number"
|
|
32209
|
+
]
|
|
32210
|
+
},
|
|
32211
|
+
"z": {
|
|
32212
|
+
"types": [
|
|
32213
|
+
"number"
|
|
32214
|
+
]
|
|
32215
|
+
},
|
|
32216
|
+
"terrain": {
|
|
32217
|
+
"types": [
|
|
32218
|
+
"string"
|
|
32219
|
+
]
|
|
32220
|
+
},
|
|
32221
|
+
"type": {
|
|
32222
|
+
"types": [
|
|
32223
|
+
"string"
|
|
32224
|
+
]
|
|
32225
|
+
},
|
|
32226
|
+
"terrainSprite": {
|
|
32227
|
+
"types": [
|
|
32228
|
+
"asset"
|
|
32229
|
+
]
|
|
32230
|
+
},
|
|
32231
|
+
"passable": {
|
|
32232
|
+
"types": [
|
|
32233
|
+
"boolean"
|
|
32234
|
+
]
|
|
32235
|
+
},
|
|
32236
|
+
"movementCost": {
|
|
32237
|
+
"types": [
|
|
32238
|
+
"number"
|
|
32239
|
+
]
|
|
32240
|
+
},
|
|
32241
|
+
"tileType": {
|
|
32242
|
+
"types": [
|
|
32243
|
+
"string"
|
|
32244
|
+
]
|
|
32245
|
+
},
|
|
32246
|
+
"elevation": {
|
|
32247
|
+
"types": [
|
|
32248
|
+
"number"
|
|
32249
|
+
]
|
|
32250
|
+
}
|
|
32251
|
+
},
|
|
32252
|
+
"required": [
|
|
32253
|
+
"x",
|
|
32254
|
+
"y"
|
|
32255
|
+
]
|
|
32256
|
+
}
|
|
32257
|
+
},
|
|
32258
|
+
"units": {
|
|
32259
|
+
"types": [
|
|
32260
|
+
"array"
|
|
32261
|
+
],
|
|
32262
|
+
"description": "Direct unit data — takes priority over entity-derived units.",
|
|
32263
|
+
"items": {
|
|
32264
|
+
"types": [
|
|
32265
|
+
"object"
|
|
32266
|
+
],
|
|
32267
|
+
"properties": {
|
|
32268
|
+
"id": {
|
|
32269
|
+
"types": [
|
|
32270
|
+
"string"
|
|
32271
|
+
]
|
|
32272
|
+
},
|
|
32273
|
+
"position": {
|
|
32274
|
+
"types": [
|
|
32275
|
+
"object"
|
|
32276
|
+
],
|
|
32277
|
+
"properties": {
|
|
32278
|
+
"x": {
|
|
32279
|
+
"types": [
|
|
32280
|
+
"number"
|
|
32281
|
+
]
|
|
32282
|
+
},
|
|
32283
|
+
"y": {
|
|
32284
|
+
"types": [
|
|
32285
|
+
"number"
|
|
32286
|
+
]
|
|
32287
|
+
}
|
|
32288
|
+
},
|
|
32289
|
+
"required": [
|
|
32290
|
+
"x",
|
|
32291
|
+
"y"
|
|
32292
|
+
]
|
|
32293
|
+
},
|
|
32294
|
+
"x": {
|
|
32295
|
+
"types": [
|
|
32296
|
+
"number"
|
|
32297
|
+
]
|
|
32298
|
+
},
|
|
32299
|
+
"y": {
|
|
32300
|
+
"types": [
|
|
32301
|
+
"number"
|
|
32302
|
+
]
|
|
32303
|
+
},
|
|
32304
|
+
"z": {
|
|
32305
|
+
"types": [
|
|
32306
|
+
"number"
|
|
32307
|
+
]
|
|
32308
|
+
},
|
|
32309
|
+
"sprite": {
|
|
32310
|
+
"types": [
|
|
32311
|
+
"asset"
|
|
32312
|
+
]
|
|
32313
|
+
},
|
|
32314
|
+
"unitType": {
|
|
32315
|
+
"types": [
|
|
32316
|
+
"string"
|
|
32317
|
+
]
|
|
32318
|
+
},
|
|
32319
|
+
"heroId": {
|
|
32320
|
+
"types": [
|
|
32321
|
+
"string"
|
|
32322
|
+
]
|
|
32323
|
+
},
|
|
32324
|
+
"name": {
|
|
32325
|
+
"types": [
|
|
32326
|
+
"string"
|
|
32327
|
+
]
|
|
32328
|
+
},
|
|
32329
|
+
"team": {
|
|
32330
|
+
"types": [
|
|
32331
|
+
"string"
|
|
32332
|
+
],
|
|
32333
|
+
"enumValues": [
|
|
32334
|
+
"player",
|
|
32335
|
+
"enemy",
|
|
32336
|
+
"neutral"
|
|
32337
|
+
]
|
|
32338
|
+
},
|
|
32339
|
+
"faction": {
|
|
32340
|
+
"types": [
|
|
32341
|
+
"string"
|
|
32342
|
+
],
|
|
32343
|
+
"enumValues": [
|
|
32344
|
+
"player",
|
|
32345
|
+
"enemy",
|
|
32346
|
+
"neutral"
|
|
32347
|
+
]
|
|
32348
|
+
},
|
|
32349
|
+
"health": {
|
|
32350
|
+
"types": [
|
|
32351
|
+
"number"
|
|
32352
|
+
]
|
|
32353
|
+
},
|
|
32354
|
+
"maxHealth": {
|
|
32355
|
+
"types": [
|
|
32356
|
+
"number"
|
|
32357
|
+
]
|
|
32358
|
+
},
|
|
32359
|
+
"traits": {
|
|
32360
|
+
"types": [
|
|
32361
|
+
"array"
|
|
32362
|
+
],
|
|
32363
|
+
"items": {
|
|
32364
|
+
"types": [
|
|
32365
|
+
"object"
|
|
32366
|
+
],
|
|
32367
|
+
"properties": {
|
|
32368
|
+
"name": {
|
|
32369
|
+
"types": [
|
|
32370
|
+
"string"
|
|
32371
|
+
]
|
|
32372
|
+
},
|
|
32373
|
+
"currentState": {
|
|
32374
|
+
"types": [
|
|
32375
|
+
"string"
|
|
32376
|
+
]
|
|
32377
|
+
},
|
|
32378
|
+
"states": {
|
|
32379
|
+
"types": [
|
|
32380
|
+
"array"
|
|
32381
|
+
],
|
|
32382
|
+
"items": {
|
|
32383
|
+
"types": [
|
|
32384
|
+
"string"
|
|
32385
|
+
]
|
|
32386
|
+
}
|
|
32387
|
+
},
|
|
32388
|
+
"cooldown": {
|
|
32389
|
+
"types": [
|
|
32390
|
+
"number"
|
|
32391
|
+
]
|
|
32392
|
+
}
|
|
32393
|
+
},
|
|
32394
|
+
"required": [
|
|
32395
|
+
"name",
|
|
32396
|
+
"currentState",
|
|
32397
|
+
"states",
|
|
32398
|
+
"cooldown"
|
|
32399
|
+
]
|
|
32400
|
+
}
|
|
32401
|
+
},
|
|
32402
|
+
"previousPosition": {
|
|
32403
|
+
"types": [
|
|
32404
|
+
"object"
|
|
32405
|
+
],
|
|
32406
|
+
"properties": {
|
|
32407
|
+
"x": {
|
|
32408
|
+
"types": [
|
|
32409
|
+
"number"
|
|
32410
|
+
]
|
|
32411
|
+
},
|
|
32412
|
+
"y": {
|
|
32413
|
+
"types": [
|
|
32414
|
+
"number"
|
|
32415
|
+
]
|
|
32416
|
+
}
|
|
32417
|
+
},
|
|
32418
|
+
"required": [
|
|
32419
|
+
"x",
|
|
32420
|
+
"y"
|
|
32421
|
+
]
|
|
32422
|
+
},
|
|
32423
|
+
"elevation": {
|
|
32424
|
+
"types": [
|
|
32425
|
+
"number"
|
|
32426
|
+
]
|
|
32427
|
+
}
|
|
32428
|
+
},
|
|
32429
|
+
"required": [
|
|
32430
|
+
"id"
|
|
32431
|
+
]
|
|
32432
|
+
}
|
|
32433
|
+
},
|
|
32434
|
+
"features": {
|
|
32435
|
+
"types": [
|
|
32436
|
+
"array"
|
|
32437
|
+
],
|
|
32438
|
+
"description": "Direct feature data — takes priority over entity-derived features.",
|
|
32439
|
+
"items": {
|
|
32440
|
+
"types": [
|
|
32441
|
+
"object"
|
|
32442
|
+
],
|
|
32443
|
+
"properties": {
|
|
32444
|
+
"id": {
|
|
32445
|
+
"types": [
|
|
32446
|
+
"string"
|
|
32447
|
+
]
|
|
32448
|
+
},
|
|
32449
|
+
"x": {
|
|
32450
|
+
"types": [
|
|
32451
|
+
"number"
|
|
32452
|
+
]
|
|
32453
|
+
},
|
|
32454
|
+
"y": {
|
|
32455
|
+
"types": [
|
|
32456
|
+
"number"
|
|
32457
|
+
]
|
|
32458
|
+
},
|
|
32459
|
+
"z": {
|
|
32460
|
+
"types": [
|
|
32461
|
+
"number"
|
|
32462
|
+
]
|
|
32463
|
+
},
|
|
32464
|
+
"type": {
|
|
32465
|
+
"types": [
|
|
32466
|
+
"string"
|
|
32467
|
+
]
|
|
32468
|
+
},
|
|
32469
|
+
"sprite": {
|
|
32470
|
+
"types": [
|
|
32471
|
+
"asset"
|
|
32472
|
+
]
|
|
32473
|
+
},
|
|
32474
|
+
"assetUrl": {
|
|
32475
|
+
"types": [
|
|
32476
|
+
"asset"
|
|
32477
|
+
]
|
|
32478
|
+
},
|
|
32479
|
+
"color": {
|
|
32480
|
+
"types": [
|
|
32481
|
+
"string"
|
|
32482
|
+
]
|
|
32483
|
+
},
|
|
32484
|
+
"elevation": {
|
|
32485
|
+
"types": [
|
|
32486
|
+
"number"
|
|
32487
|
+
]
|
|
32488
|
+
}
|
|
32489
|
+
},
|
|
32490
|
+
"required": [
|
|
32491
|
+
"x",
|
|
32492
|
+
"y",
|
|
32493
|
+
"type"
|
|
32494
|
+
]
|
|
32495
|
+
}
|
|
32496
|
+
},
|
|
32497
|
+
"assetManifest": {
|
|
32498
|
+
"types": [
|
|
32499
|
+
"object"
|
|
32500
|
+
],
|
|
32501
|
+
"description": "Direct asset manifest — takes priority over entity-derived manifest.",
|
|
32502
|
+
"properties": {
|
|
32503
|
+
"baseUrl": {
|
|
32504
|
+
"types": [
|
|
32505
|
+
"asset"
|
|
32506
|
+
]
|
|
32507
|
+
},
|
|
32508
|
+
"terrains": {
|
|
32509
|
+
"types": [
|
|
32510
|
+
"object"
|
|
32511
|
+
],
|
|
32512
|
+
"mapValue": {
|
|
32513
|
+
"types": [
|
|
32514
|
+
"asset"
|
|
32515
|
+
]
|
|
32516
|
+
}
|
|
32517
|
+
},
|
|
32518
|
+
"units": {
|
|
32519
|
+
"types": [
|
|
32520
|
+
"object"
|
|
32521
|
+
],
|
|
32522
|
+
"mapValue": {
|
|
32523
|
+
"types": [
|
|
32524
|
+
"asset"
|
|
32525
|
+
]
|
|
32526
|
+
}
|
|
32527
|
+
},
|
|
32528
|
+
"features": {
|
|
32529
|
+
"types": [
|
|
32530
|
+
"object"
|
|
32531
|
+
],
|
|
32532
|
+
"mapValue": {
|
|
32533
|
+
"types": [
|
|
32534
|
+
"asset"
|
|
32535
|
+
]
|
|
32536
|
+
}
|
|
32537
|
+
},
|
|
32538
|
+
"effects": {
|
|
32539
|
+
"types": [
|
|
32540
|
+
"object"
|
|
32541
|
+
],
|
|
32542
|
+
"mapValue": {
|
|
32543
|
+
"types": [
|
|
32544
|
+
"asset"
|
|
32545
|
+
]
|
|
32546
|
+
}
|
|
32547
|
+
}
|
|
32548
|
+
}
|
|
32549
|
+
},
|
|
31473
32550
|
"scale": {
|
|
31474
32551
|
"types": [
|
|
31475
32552
|
"number"
|
|
@@ -32256,7 +33333,7 @@
|
|
|
32256
33333
|
"description": "effectSpriteUrls prop",
|
|
32257
33334
|
"items": {
|
|
32258
33335
|
"types": [
|
|
32259
|
-
"
|
|
33336
|
+
"asset"
|
|
32260
33337
|
]
|
|
32261
33338
|
},
|
|
32262
33339
|
"default": []
|
|
@@ -32495,15 +33572,17 @@
|
|
|
32495
33572
|
},
|
|
32496
33573
|
"effectSpriteUrl": {
|
|
32497
33574
|
"types": [
|
|
32498
|
-
"
|
|
33575
|
+
"asset"
|
|
32499
33576
|
],
|
|
32500
|
-
"description": "--- Remote asset loading ---"
|
|
33577
|
+
"description": "--- Remote asset loading ---",
|
|
33578
|
+
"default": "https://almadar-kflow-assets.web.app/shared/effects/gas/gas00.png"
|
|
32501
33579
|
},
|
|
32502
33580
|
"assetBaseUrl": {
|
|
32503
33581
|
"types": [
|
|
32504
|
-
"
|
|
33582
|
+
"asset"
|
|
32505
33583
|
],
|
|
32506
|
-
"description": "Base URL for remote assets. Prepended to relative effectSpriteUrl paths."
|
|
33584
|
+
"description": "Base URL for remote assets. Prepended to relative effectSpriteUrl paths.",
|
|
33585
|
+
"default": "https://almadar-kflow-assets.web.app/shared/effects/"
|
|
32507
33586
|
},
|
|
32508
33587
|
"assetManifest": {
|
|
32509
33588
|
"types": [
|
|
@@ -32513,7 +33592,7 @@
|
|
|
32513
33592
|
"properties": {
|
|
32514
33593
|
"baseUrl": {
|
|
32515
33594
|
"types": [
|
|
32516
|
-
"
|
|
33595
|
+
"asset"
|
|
32517
33596
|
]
|
|
32518
33597
|
},
|
|
32519
33598
|
"particles": {
|
|
@@ -32798,6 +33877,360 @@
|
|
|
32798
33877
|
"kind": "entity",
|
|
32799
33878
|
"cardinality": "collection"
|
|
32800
33879
|
},
|
|
33880
|
+
"tiles": {
|
|
33881
|
+
"types": [
|
|
33882
|
+
"array"
|
|
33883
|
+
],
|
|
33884
|
+
"description": "Direct tile data — takes priority over entity-derived tiles.",
|
|
33885
|
+
"items": {
|
|
33886
|
+
"types": [
|
|
33887
|
+
"object"
|
|
33888
|
+
],
|
|
33889
|
+
"properties": {
|
|
33890
|
+
"id": {
|
|
33891
|
+
"types": [
|
|
33892
|
+
"string"
|
|
33893
|
+
]
|
|
33894
|
+
},
|
|
33895
|
+
"x": {
|
|
33896
|
+
"types": [
|
|
33897
|
+
"number"
|
|
33898
|
+
]
|
|
33899
|
+
},
|
|
33900
|
+
"y": {
|
|
33901
|
+
"types": [
|
|
33902
|
+
"number"
|
|
33903
|
+
]
|
|
33904
|
+
},
|
|
33905
|
+
"z": {
|
|
33906
|
+
"types": [
|
|
33907
|
+
"number"
|
|
33908
|
+
]
|
|
33909
|
+
},
|
|
33910
|
+
"terrain": {
|
|
33911
|
+
"types": [
|
|
33912
|
+
"string"
|
|
33913
|
+
]
|
|
33914
|
+
},
|
|
33915
|
+
"type": {
|
|
33916
|
+
"types": [
|
|
33917
|
+
"string"
|
|
33918
|
+
]
|
|
33919
|
+
},
|
|
33920
|
+
"terrainSprite": {
|
|
33921
|
+
"types": [
|
|
33922
|
+
"asset"
|
|
33923
|
+
]
|
|
33924
|
+
},
|
|
33925
|
+
"passable": {
|
|
33926
|
+
"types": [
|
|
33927
|
+
"boolean"
|
|
33928
|
+
]
|
|
33929
|
+
},
|
|
33930
|
+
"movementCost": {
|
|
33931
|
+
"types": [
|
|
33932
|
+
"number"
|
|
33933
|
+
]
|
|
33934
|
+
},
|
|
33935
|
+
"tileType": {
|
|
33936
|
+
"types": [
|
|
33937
|
+
"string"
|
|
33938
|
+
]
|
|
33939
|
+
},
|
|
33940
|
+
"elevation": {
|
|
33941
|
+
"types": [
|
|
33942
|
+
"number"
|
|
33943
|
+
]
|
|
33944
|
+
}
|
|
33945
|
+
},
|
|
33946
|
+
"required": [
|
|
33947
|
+
"x",
|
|
33948
|
+
"y"
|
|
33949
|
+
]
|
|
33950
|
+
}
|
|
33951
|
+
},
|
|
33952
|
+
"units": {
|
|
33953
|
+
"types": [
|
|
33954
|
+
"array"
|
|
33955
|
+
],
|
|
33956
|
+
"description": "Direct unit data — takes priority over entity-derived units.",
|
|
33957
|
+
"items": {
|
|
33958
|
+
"types": [
|
|
33959
|
+
"object"
|
|
33960
|
+
],
|
|
33961
|
+
"properties": {
|
|
33962
|
+
"id": {
|
|
33963
|
+
"types": [
|
|
33964
|
+
"string"
|
|
33965
|
+
]
|
|
33966
|
+
},
|
|
33967
|
+
"position": {
|
|
33968
|
+
"types": [
|
|
33969
|
+
"object"
|
|
33970
|
+
],
|
|
33971
|
+
"properties": {
|
|
33972
|
+
"x": {
|
|
33973
|
+
"types": [
|
|
33974
|
+
"number"
|
|
33975
|
+
]
|
|
33976
|
+
},
|
|
33977
|
+
"y": {
|
|
33978
|
+
"types": [
|
|
33979
|
+
"number"
|
|
33980
|
+
]
|
|
33981
|
+
}
|
|
33982
|
+
},
|
|
33983
|
+
"required": [
|
|
33984
|
+
"x",
|
|
33985
|
+
"y"
|
|
33986
|
+
]
|
|
33987
|
+
},
|
|
33988
|
+
"x": {
|
|
33989
|
+
"types": [
|
|
33990
|
+
"number"
|
|
33991
|
+
]
|
|
33992
|
+
},
|
|
33993
|
+
"y": {
|
|
33994
|
+
"types": [
|
|
33995
|
+
"number"
|
|
33996
|
+
]
|
|
33997
|
+
},
|
|
33998
|
+
"z": {
|
|
33999
|
+
"types": [
|
|
34000
|
+
"number"
|
|
34001
|
+
]
|
|
34002
|
+
},
|
|
34003
|
+
"sprite": {
|
|
34004
|
+
"types": [
|
|
34005
|
+
"asset"
|
|
34006
|
+
]
|
|
34007
|
+
},
|
|
34008
|
+
"unitType": {
|
|
34009
|
+
"types": [
|
|
34010
|
+
"string"
|
|
34011
|
+
]
|
|
34012
|
+
},
|
|
34013
|
+
"heroId": {
|
|
34014
|
+
"types": [
|
|
34015
|
+
"string"
|
|
34016
|
+
]
|
|
34017
|
+
},
|
|
34018
|
+
"name": {
|
|
34019
|
+
"types": [
|
|
34020
|
+
"string"
|
|
34021
|
+
]
|
|
34022
|
+
},
|
|
34023
|
+
"team": {
|
|
34024
|
+
"types": [
|
|
34025
|
+
"string"
|
|
34026
|
+
],
|
|
34027
|
+
"enumValues": [
|
|
34028
|
+
"player",
|
|
34029
|
+
"enemy",
|
|
34030
|
+
"neutral"
|
|
34031
|
+
]
|
|
34032
|
+
},
|
|
34033
|
+
"faction": {
|
|
34034
|
+
"types": [
|
|
34035
|
+
"string"
|
|
34036
|
+
],
|
|
34037
|
+
"enumValues": [
|
|
34038
|
+
"player",
|
|
34039
|
+
"enemy",
|
|
34040
|
+
"neutral"
|
|
34041
|
+
]
|
|
34042
|
+
},
|
|
34043
|
+
"health": {
|
|
34044
|
+
"types": [
|
|
34045
|
+
"number"
|
|
34046
|
+
]
|
|
34047
|
+
},
|
|
34048
|
+
"maxHealth": {
|
|
34049
|
+
"types": [
|
|
34050
|
+
"number"
|
|
34051
|
+
]
|
|
34052
|
+
},
|
|
34053
|
+
"traits": {
|
|
34054
|
+
"types": [
|
|
34055
|
+
"array"
|
|
34056
|
+
],
|
|
34057
|
+
"items": {
|
|
34058
|
+
"types": [
|
|
34059
|
+
"object"
|
|
34060
|
+
],
|
|
34061
|
+
"properties": {
|
|
34062
|
+
"name": {
|
|
34063
|
+
"types": [
|
|
34064
|
+
"string"
|
|
34065
|
+
]
|
|
34066
|
+
},
|
|
34067
|
+
"currentState": {
|
|
34068
|
+
"types": [
|
|
34069
|
+
"string"
|
|
34070
|
+
]
|
|
34071
|
+
},
|
|
34072
|
+
"states": {
|
|
34073
|
+
"types": [
|
|
34074
|
+
"array"
|
|
34075
|
+
],
|
|
34076
|
+
"items": {
|
|
34077
|
+
"types": [
|
|
34078
|
+
"string"
|
|
34079
|
+
]
|
|
34080
|
+
}
|
|
34081
|
+
},
|
|
34082
|
+
"cooldown": {
|
|
34083
|
+
"types": [
|
|
34084
|
+
"number"
|
|
34085
|
+
]
|
|
34086
|
+
}
|
|
34087
|
+
},
|
|
34088
|
+
"required": [
|
|
34089
|
+
"name",
|
|
34090
|
+
"currentState",
|
|
34091
|
+
"states",
|
|
34092
|
+
"cooldown"
|
|
34093
|
+
]
|
|
34094
|
+
}
|
|
34095
|
+
},
|
|
34096
|
+
"previousPosition": {
|
|
34097
|
+
"types": [
|
|
34098
|
+
"object"
|
|
34099
|
+
],
|
|
34100
|
+
"properties": {
|
|
34101
|
+
"x": {
|
|
34102
|
+
"types": [
|
|
34103
|
+
"number"
|
|
34104
|
+
]
|
|
34105
|
+
},
|
|
34106
|
+
"y": {
|
|
34107
|
+
"types": [
|
|
34108
|
+
"number"
|
|
34109
|
+
]
|
|
34110
|
+
}
|
|
34111
|
+
},
|
|
34112
|
+
"required": [
|
|
34113
|
+
"x",
|
|
34114
|
+
"y"
|
|
34115
|
+
]
|
|
34116
|
+
},
|
|
34117
|
+
"elevation": {
|
|
34118
|
+
"types": [
|
|
34119
|
+
"number"
|
|
34120
|
+
]
|
|
34121
|
+
}
|
|
34122
|
+
},
|
|
34123
|
+
"required": [
|
|
34124
|
+
"id"
|
|
34125
|
+
]
|
|
34126
|
+
}
|
|
34127
|
+
},
|
|
34128
|
+
"features": {
|
|
34129
|
+
"types": [
|
|
34130
|
+
"array"
|
|
34131
|
+
],
|
|
34132
|
+
"description": "Direct feature data — takes priority over entity-derived features.",
|
|
34133
|
+
"items": {
|
|
34134
|
+
"types": [
|
|
34135
|
+
"object"
|
|
34136
|
+
],
|
|
34137
|
+
"properties": {
|
|
34138
|
+
"id": {
|
|
34139
|
+
"types": [
|
|
34140
|
+
"string"
|
|
34141
|
+
]
|
|
34142
|
+
},
|
|
34143
|
+
"x": {
|
|
34144
|
+
"types": [
|
|
34145
|
+
"number"
|
|
34146
|
+
]
|
|
34147
|
+
},
|
|
34148
|
+
"y": {
|
|
34149
|
+
"types": [
|
|
34150
|
+
"number"
|
|
34151
|
+
]
|
|
34152
|
+
},
|
|
34153
|
+
"z": {
|
|
34154
|
+
"types": [
|
|
34155
|
+
"number"
|
|
34156
|
+
]
|
|
34157
|
+
},
|
|
34158
|
+
"type": {
|
|
34159
|
+
"types": [
|
|
34160
|
+
"string"
|
|
34161
|
+
]
|
|
34162
|
+
},
|
|
34163
|
+
"sprite": {
|
|
34164
|
+
"types": [
|
|
34165
|
+
"asset"
|
|
34166
|
+
]
|
|
34167
|
+
},
|
|
34168
|
+
"assetUrl": {
|
|
34169
|
+
"types": [
|
|
34170
|
+
"asset"
|
|
34171
|
+
]
|
|
34172
|
+
},
|
|
34173
|
+
"color": {
|
|
34174
|
+
"types": [
|
|
34175
|
+
"string"
|
|
34176
|
+
]
|
|
34177
|
+
},
|
|
34178
|
+
"elevation": {
|
|
34179
|
+
"types": [
|
|
34180
|
+
"number"
|
|
34181
|
+
]
|
|
34182
|
+
}
|
|
34183
|
+
},
|
|
34184
|
+
"required": [
|
|
34185
|
+
"x",
|
|
34186
|
+
"y",
|
|
34187
|
+
"type"
|
|
34188
|
+
]
|
|
34189
|
+
}
|
|
34190
|
+
},
|
|
34191
|
+
"assetManifest": {
|
|
34192
|
+
"types": [
|
|
34193
|
+
"object"
|
|
34194
|
+
],
|
|
34195
|
+
"description": "Direct asset manifest — takes priority over entity-derived manifest.",
|
|
34196
|
+
"properties": {
|
|
34197
|
+
"baseUrl": {
|
|
34198
|
+
"types": [
|
|
34199
|
+
"asset"
|
|
34200
|
+
]
|
|
34201
|
+
},
|
|
34202
|
+
"terrains": {
|
|
34203
|
+
"types": [
|
|
34204
|
+
"object"
|
|
34205
|
+
],
|
|
34206
|
+
"mapValue": {
|
|
34207
|
+
"types": [
|
|
34208
|
+
"asset"
|
|
34209
|
+
]
|
|
34210
|
+
}
|
|
34211
|
+
},
|
|
34212
|
+
"units": {
|
|
34213
|
+
"types": [
|
|
34214
|
+
"object"
|
|
34215
|
+
],
|
|
34216
|
+
"mapValue": {
|
|
34217
|
+
"types": [
|
|
34218
|
+
"asset"
|
|
34219
|
+
]
|
|
34220
|
+
}
|
|
34221
|
+
},
|
|
34222
|
+
"features": {
|
|
34223
|
+
"types": [
|
|
34224
|
+
"object"
|
|
34225
|
+
],
|
|
34226
|
+
"mapValue": {
|
|
34227
|
+
"types": [
|
|
34228
|
+
"asset"
|
|
34229
|
+
]
|
|
34230
|
+
}
|
|
34231
|
+
}
|
|
34232
|
+
}
|
|
34233
|
+
},
|
|
32801
34234
|
"scale": {
|
|
32802
34235
|
"types": [
|
|
32803
34236
|
"number"
|
|
@@ -32873,12 +34306,12 @@
|
|
|
32873
34306
|
},
|
|
32874
34307
|
"sprite": {
|
|
32875
34308
|
"types": [
|
|
32876
|
-
"
|
|
34309
|
+
"asset"
|
|
32877
34310
|
]
|
|
32878
34311
|
},
|
|
32879
34312
|
"assetUrl": {
|
|
32880
34313
|
"types": [
|
|
32881
|
-
"
|
|
34314
|
+
"asset"
|
|
32882
34315
|
]
|
|
32883
34316
|
},
|
|
32884
34317
|
"color": {
|
|
@@ -32946,7 +34379,7 @@
|
|
|
32946
34379
|
},
|
|
32947
34380
|
"sprite": {
|
|
32948
34381
|
"types": [
|
|
32949
|
-
"
|
|
34382
|
+
"asset"
|
|
32950
34383
|
]
|
|
32951
34384
|
},
|
|
32952
34385
|
"unitType": {
|
|
@@ -33100,12 +34533,12 @@
|
|
|
33100
34533
|
},
|
|
33101
34534
|
"sprite": {
|
|
33102
34535
|
"types": [
|
|
33103
|
-
"
|
|
34536
|
+
"asset"
|
|
33104
34537
|
]
|
|
33105
34538
|
},
|
|
33106
34539
|
"assetUrl": {
|
|
33107
34540
|
"types": [
|
|
33108
|
-
"
|
|
34541
|
+
"asset"
|
|
33109
34542
|
]
|
|
33110
34543
|
},
|
|
33111
34544
|
"color": {
|
|
@@ -33223,12 +34656,12 @@
|
|
|
33223
34656
|
},
|
|
33224
34657
|
"sprite": {
|
|
33225
34658
|
"types": [
|
|
33226
|
-
"
|
|
34659
|
+
"asset"
|
|
33227
34660
|
]
|
|
33228
34661
|
},
|
|
33229
34662
|
"assetUrl": {
|
|
33230
34663
|
"types": [
|
|
33231
|
-
"
|
|
34664
|
+
"asset"
|
|
33232
34665
|
]
|
|
33233
34666
|
},
|
|
33234
34667
|
"color": {
|
|
@@ -33296,7 +34729,7 @@
|
|
|
33296
34729
|
},
|
|
33297
34730
|
"sprite": {
|
|
33298
34731
|
"types": [
|
|
33299
|
-
"
|
|
34732
|
+
"asset"
|
|
33300
34733
|
]
|
|
33301
34734
|
},
|
|
33302
34735
|
"unitType": {
|
|
@@ -33450,12 +34883,12 @@
|
|
|
33450
34883
|
},
|
|
33451
34884
|
"sprite": {
|
|
33452
34885
|
"types": [
|
|
33453
|
-
"
|
|
34886
|
+
"asset"
|
|
33454
34887
|
]
|
|
33455
34888
|
},
|
|
33456
34889
|
"assetUrl": {
|
|
33457
34890
|
"types": [
|
|
33458
|
-
"
|
|
34891
|
+
"asset"
|
|
33459
34892
|
]
|
|
33460
34893
|
},
|
|
33461
34894
|
"color": {
|
|
@@ -33573,12 +35006,12 @@
|
|
|
33573
35006
|
},
|
|
33574
35007
|
"sprite": {
|
|
33575
35008
|
"types": [
|
|
33576
|
-
"
|
|
35009
|
+
"asset"
|
|
33577
35010
|
]
|
|
33578
35011
|
},
|
|
33579
35012
|
"assetUrl": {
|
|
33580
35013
|
"types": [
|
|
33581
|
-
"
|
|
35014
|
+
"asset"
|
|
33582
35015
|
]
|
|
33583
35016
|
},
|
|
33584
35017
|
"color": {
|
|
@@ -33646,357 +35079,7 @@
|
|
|
33646
35079
|
},
|
|
33647
35080
|
"sprite": {
|
|
33648
35081
|
"types": [
|
|
33649
|
-
"
|
|
33650
|
-
]
|
|
33651
|
-
},
|
|
33652
|
-
"unitType": {
|
|
33653
|
-
"types": [
|
|
33654
|
-
"string"
|
|
33655
|
-
]
|
|
33656
|
-
},
|
|
33657
|
-
"heroId": {
|
|
33658
|
-
"types": [
|
|
33659
|
-
"string"
|
|
33660
|
-
]
|
|
33661
|
-
},
|
|
33662
|
-
"name": {
|
|
33663
|
-
"types": [
|
|
33664
|
-
"string"
|
|
33665
|
-
]
|
|
33666
|
-
},
|
|
33667
|
-
"team": {
|
|
33668
|
-
"types": [
|
|
33669
|
-
"string"
|
|
33670
|
-
],
|
|
33671
|
-
"enumValues": [
|
|
33672
|
-
"player",
|
|
33673
|
-
"enemy",
|
|
33674
|
-
"neutral"
|
|
33675
|
-
]
|
|
33676
|
-
},
|
|
33677
|
-
"faction": {
|
|
33678
|
-
"types": [
|
|
33679
|
-
"string"
|
|
33680
|
-
],
|
|
33681
|
-
"enumValues": [
|
|
33682
|
-
"player",
|
|
33683
|
-
"enemy",
|
|
33684
|
-
"neutral"
|
|
33685
|
-
]
|
|
33686
|
-
},
|
|
33687
|
-
"health": {
|
|
33688
|
-
"types": [
|
|
33689
|
-
"number"
|
|
33690
|
-
]
|
|
33691
|
-
},
|
|
33692
|
-
"maxHealth": {
|
|
33693
|
-
"types": [
|
|
33694
|
-
"number"
|
|
33695
|
-
]
|
|
33696
|
-
},
|
|
33697
|
-
"traits": {
|
|
33698
|
-
"types": [
|
|
33699
|
-
"array"
|
|
33700
|
-
],
|
|
33701
|
-
"items": {
|
|
33702
|
-
"types": [
|
|
33703
|
-
"object"
|
|
33704
|
-
],
|
|
33705
|
-
"properties": {
|
|
33706
|
-
"name": {
|
|
33707
|
-
"types": [
|
|
33708
|
-
"string"
|
|
33709
|
-
]
|
|
33710
|
-
},
|
|
33711
|
-
"currentState": {
|
|
33712
|
-
"types": [
|
|
33713
|
-
"string"
|
|
33714
|
-
]
|
|
33715
|
-
},
|
|
33716
|
-
"states": {
|
|
33717
|
-
"types": [
|
|
33718
|
-
"array"
|
|
33719
|
-
],
|
|
33720
|
-
"items": {
|
|
33721
|
-
"types": [
|
|
33722
|
-
"string"
|
|
33723
|
-
]
|
|
33724
|
-
}
|
|
33725
|
-
},
|
|
33726
|
-
"cooldown": {
|
|
33727
|
-
"types": [
|
|
33728
|
-
"number"
|
|
33729
|
-
]
|
|
33730
|
-
}
|
|
33731
|
-
},
|
|
33732
|
-
"required": [
|
|
33733
|
-
"name",
|
|
33734
|
-
"currentState",
|
|
33735
|
-
"states",
|
|
33736
|
-
"cooldown"
|
|
33737
|
-
]
|
|
33738
|
-
}
|
|
33739
|
-
},
|
|
33740
|
-
"previousPosition": {
|
|
33741
|
-
"types": [
|
|
33742
|
-
"object"
|
|
33743
|
-
],
|
|
33744
|
-
"properties": {
|
|
33745
|
-
"x": {
|
|
33746
|
-
"types": [
|
|
33747
|
-
"number"
|
|
33748
|
-
]
|
|
33749
|
-
},
|
|
33750
|
-
"y": {
|
|
33751
|
-
"types": [
|
|
33752
|
-
"number"
|
|
33753
|
-
]
|
|
33754
|
-
}
|
|
33755
|
-
},
|
|
33756
|
-
"required": [
|
|
33757
|
-
"x",
|
|
33758
|
-
"y"
|
|
33759
|
-
]
|
|
33760
|
-
},
|
|
33761
|
-
"elevation": {
|
|
33762
|
-
"types": [
|
|
33763
|
-
"number"
|
|
33764
|
-
]
|
|
33765
|
-
}
|
|
33766
|
-
},
|
|
33767
|
-
"required": [
|
|
33768
|
-
"id"
|
|
33769
|
-
]
|
|
33770
|
-
},
|
|
33771
|
-
"selectedFeature": {
|
|
33772
|
-
"types": [
|
|
33773
|
-
"object"
|
|
33774
|
-
],
|
|
33775
|
-
"properties": {
|
|
33776
|
-
"id": {
|
|
33777
|
-
"types": [
|
|
33778
|
-
"string"
|
|
33779
|
-
]
|
|
33780
|
-
},
|
|
33781
|
-
"x": {
|
|
33782
|
-
"types": [
|
|
33783
|
-
"number"
|
|
33784
|
-
]
|
|
33785
|
-
},
|
|
33786
|
-
"y": {
|
|
33787
|
-
"types": [
|
|
33788
|
-
"number"
|
|
33789
|
-
]
|
|
33790
|
-
},
|
|
33791
|
-
"z": {
|
|
33792
|
-
"types": [
|
|
33793
|
-
"number"
|
|
33794
|
-
]
|
|
33795
|
-
},
|
|
33796
|
-
"type": {
|
|
33797
|
-
"types": [
|
|
33798
|
-
"string"
|
|
33799
|
-
]
|
|
33800
|
-
},
|
|
33801
|
-
"sprite": {
|
|
33802
|
-
"types": [
|
|
33803
|
-
"string"
|
|
33804
|
-
]
|
|
33805
|
-
},
|
|
33806
|
-
"assetUrl": {
|
|
33807
|
-
"types": [
|
|
33808
|
-
"string"
|
|
33809
|
-
]
|
|
33810
|
-
},
|
|
33811
|
-
"color": {
|
|
33812
|
-
"types": [
|
|
33813
|
-
"string"
|
|
33814
|
-
]
|
|
33815
|
-
},
|
|
33816
|
-
"elevation": {
|
|
33817
|
-
"types": [
|
|
33818
|
-
"number"
|
|
33819
|
-
]
|
|
33820
|
-
}
|
|
33821
|
-
},
|
|
33822
|
-
"required": [
|
|
33823
|
-
"x",
|
|
33824
|
-
"y",
|
|
33825
|
-
"type"
|
|
33826
|
-
]
|
|
33827
|
-
},
|
|
33828
|
-
"clearSelection": {
|
|
33829
|
-
"types": [
|
|
33830
|
-
"function"
|
|
33831
|
-
]
|
|
33832
|
-
},
|
|
33833
|
-
"tileToScreen": {
|
|
33834
|
-
"types": [
|
|
33835
|
-
"function"
|
|
33836
|
-
]
|
|
33837
|
-
},
|
|
33838
|
-
"scale": {
|
|
33839
|
-
"types": [
|
|
33840
|
-
"number"
|
|
33841
|
-
]
|
|
33842
|
-
}
|
|
33843
|
-
},
|
|
33844
|
-
"required": [
|
|
33845
|
-
"hoveredTile",
|
|
33846
|
-
"hoveredFeature",
|
|
33847
|
-
"hoveredUnit",
|
|
33848
|
-
"selectedFeature",
|
|
33849
|
-
"clearSelection",
|
|
33850
|
-
"tileToScreen",
|
|
33851
|
-
"scale"
|
|
33852
|
-
]
|
|
33853
|
-
}
|
|
33854
|
-
}
|
|
33855
|
-
],
|
|
33856
|
-
"renderCallback": true
|
|
33857
|
-
},
|
|
33858
|
-
"footer": {
|
|
33859
|
-
"types": [
|
|
33860
|
-
"function"
|
|
33861
|
-
],
|
|
33862
|
-
"description": "Bottom bar (income summary, etc.)",
|
|
33863
|
-
"kind": "callback",
|
|
33864
|
-
"callbackArgs": [
|
|
33865
|
-
{
|
|
33866
|
-
"name": "ctx",
|
|
33867
|
-
"type": "object",
|
|
33868
|
-
"schema": {
|
|
33869
|
-
"types": [
|
|
33870
|
-
"object"
|
|
33871
|
-
],
|
|
33872
|
-
"properties": {
|
|
33873
|
-
"hoveredTile": {
|
|
33874
|
-
"types": [
|
|
33875
|
-
"object"
|
|
33876
|
-
],
|
|
33877
|
-
"properties": {
|
|
33878
|
-
"x": {
|
|
33879
|
-
"types": [
|
|
33880
|
-
"number"
|
|
33881
|
-
]
|
|
33882
|
-
},
|
|
33883
|
-
"y": {
|
|
33884
|
-
"types": [
|
|
33885
|
-
"number"
|
|
33886
|
-
]
|
|
33887
|
-
}
|
|
33888
|
-
},
|
|
33889
|
-
"required": [
|
|
33890
|
-
"x",
|
|
33891
|
-
"y"
|
|
33892
|
-
]
|
|
33893
|
-
},
|
|
33894
|
-
"hoveredFeature": {
|
|
33895
|
-
"types": [
|
|
33896
|
-
"object"
|
|
33897
|
-
],
|
|
33898
|
-
"properties": {
|
|
33899
|
-
"id": {
|
|
33900
|
-
"types": [
|
|
33901
|
-
"string"
|
|
33902
|
-
]
|
|
33903
|
-
},
|
|
33904
|
-
"x": {
|
|
33905
|
-
"types": [
|
|
33906
|
-
"number"
|
|
33907
|
-
]
|
|
33908
|
-
},
|
|
33909
|
-
"y": {
|
|
33910
|
-
"types": [
|
|
33911
|
-
"number"
|
|
33912
|
-
]
|
|
33913
|
-
},
|
|
33914
|
-
"z": {
|
|
33915
|
-
"types": [
|
|
33916
|
-
"number"
|
|
33917
|
-
]
|
|
33918
|
-
},
|
|
33919
|
-
"type": {
|
|
33920
|
-
"types": [
|
|
33921
|
-
"string"
|
|
33922
|
-
]
|
|
33923
|
-
},
|
|
33924
|
-
"sprite": {
|
|
33925
|
-
"types": [
|
|
33926
|
-
"string"
|
|
33927
|
-
]
|
|
33928
|
-
},
|
|
33929
|
-
"assetUrl": {
|
|
33930
|
-
"types": [
|
|
33931
|
-
"string"
|
|
33932
|
-
]
|
|
33933
|
-
},
|
|
33934
|
-
"color": {
|
|
33935
|
-
"types": [
|
|
33936
|
-
"string"
|
|
33937
|
-
]
|
|
33938
|
-
},
|
|
33939
|
-
"elevation": {
|
|
33940
|
-
"types": [
|
|
33941
|
-
"number"
|
|
33942
|
-
]
|
|
33943
|
-
}
|
|
33944
|
-
},
|
|
33945
|
-
"required": [
|
|
33946
|
-
"x",
|
|
33947
|
-
"y",
|
|
33948
|
-
"type"
|
|
33949
|
-
]
|
|
33950
|
-
},
|
|
33951
|
-
"hoveredUnit": {
|
|
33952
|
-
"types": [
|
|
33953
|
-
"object"
|
|
33954
|
-
],
|
|
33955
|
-
"properties": {
|
|
33956
|
-
"id": {
|
|
33957
|
-
"types": [
|
|
33958
|
-
"string"
|
|
33959
|
-
]
|
|
33960
|
-
},
|
|
33961
|
-
"position": {
|
|
33962
|
-
"types": [
|
|
33963
|
-
"object"
|
|
33964
|
-
],
|
|
33965
|
-
"properties": {
|
|
33966
|
-
"x": {
|
|
33967
|
-
"types": [
|
|
33968
|
-
"number"
|
|
33969
|
-
]
|
|
33970
|
-
},
|
|
33971
|
-
"y": {
|
|
33972
|
-
"types": [
|
|
33973
|
-
"number"
|
|
33974
|
-
]
|
|
33975
|
-
}
|
|
33976
|
-
},
|
|
33977
|
-
"required": [
|
|
33978
|
-
"x",
|
|
33979
|
-
"y"
|
|
33980
|
-
]
|
|
33981
|
-
},
|
|
33982
|
-
"x": {
|
|
33983
|
-
"types": [
|
|
33984
|
-
"number"
|
|
33985
|
-
]
|
|
33986
|
-
},
|
|
33987
|
-
"y": {
|
|
33988
|
-
"types": [
|
|
33989
|
-
"number"
|
|
33990
|
-
]
|
|
33991
|
-
},
|
|
33992
|
-
"z": {
|
|
33993
|
-
"types": [
|
|
33994
|
-
"number"
|
|
33995
|
-
]
|
|
33996
|
-
},
|
|
33997
|
-
"sprite": {
|
|
33998
|
-
"types": [
|
|
33999
|
-
"string"
|
|
35082
|
+
"asset"
|
|
34000
35083
|
]
|
|
34001
35084
|
},
|
|
34002
35085
|
"unitType": {
|
|
@@ -34149,15 +35232,365 @@
|
|
|
34149
35232
|
]
|
|
34150
35233
|
},
|
|
34151
35234
|
"sprite": {
|
|
35235
|
+
"types": [
|
|
35236
|
+
"asset"
|
|
35237
|
+
]
|
|
35238
|
+
},
|
|
35239
|
+
"assetUrl": {
|
|
35240
|
+
"types": [
|
|
35241
|
+
"asset"
|
|
35242
|
+
]
|
|
35243
|
+
},
|
|
35244
|
+
"color": {
|
|
35245
|
+
"types": [
|
|
35246
|
+
"string"
|
|
35247
|
+
]
|
|
35248
|
+
},
|
|
35249
|
+
"elevation": {
|
|
35250
|
+
"types": [
|
|
35251
|
+
"number"
|
|
35252
|
+
]
|
|
35253
|
+
}
|
|
35254
|
+
},
|
|
35255
|
+
"required": [
|
|
35256
|
+
"x",
|
|
35257
|
+
"y",
|
|
35258
|
+
"type"
|
|
35259
|
+
]
|
|
35260
|
+
},
|
|
35261
|
+
"clearSelection": {
|
|
35262
|
+
"types": [
|
|
35263
|
+
"function"
|
|
35264
|
+
]
|
|
35265
|
+
},
|
|
35266
|
+
"tileToScreen": {
|
|
35267
|
+
"types": [
|
|
35268
|
+
"function"
|
|
35269
|
+
]
|
|
35270
|
+
},
|
|
35271
|
+
"scale": {
|
|
35272
|
+
"types": [
|
|
35273
|
+
"number"
|
|
35274
|
+
]
|
|
35275
|
+
}
|
|
35276
|
+
},
|
|
35277
|
+
"required": [
|
|
35278
|
+
"hoveredTile",
|
|
35279
|
+
"hoveredFeature",
|
|
35280
|
+
"hoveredUnit",
|
|
35281
|
+
"selectedFeature",
|
|
35282
|
+
"clearSelection",
|
|
35283
|
+
"tileToScreen",
|
|
35284
|
+
"scale"
|
|
35285
|
+
]
|
|
35286
|
+
}
|
|
35287
|
+
}
|
|
35288
|
+
],
|
|
35289
|
+
"renderCallback": true
|
|
35290
|
+
},
|
|
35291
|
+
"footer": {
|
|
35292
|
+
"types": [
|
|
35293
|
+
"function"
|
|
35294
|
+
],
|
|
35295
|
+
"description": "Bottom bar (income summary, etc.)",
|
|
35296
|
+
"kind": "callback",
|
|
35297
|
+
"callbackArgs": [
|
|
35298
|
+
{
|
|
35299
|
+
"name": "ctx",
|
|
35300
|
+
"type": "object",
|
|
35301
|
+
"schema": {
|
|
35302
|
+
"types": [
|
|
35303
|
+
"object"
|
|
35304
|
+
],
|
|
35305
|
+
"properties": {
|
|
35306
|
+
"hoveredTile": {
|
|
35307
|
+
"types": [
|
|
35308
|
+
"object"
|
|
35309
|
+
],
|
|
35310
|
+
"properties": {
|
|
35311
|
+
"x": {
|
|
35312
|
+
"types": [
|
|
35313
|
+
"number"
|
|
35314
|
+
]
|
|
35315
|
+
},
|
|
35316
|
+
"y": {
|
|
35317
|
+
"types": [
|
|
35318
|
+
"number"
|
|
35319
|
+
]
|
|
35320
|
+
}
|
|
35321
|
+
},
|
|
35322
|
+
"required": [
|
|
35323
|
+
"x",
|
|
35324
|
+
"y"
|
|
35325
|
+
]
|
|
35326
|
+
},
|
|
35327
|
+
"hoveredFeature": {
|
|
35328
|
+
"types": [
|
|
35329
|
+
"object"
|
|
35330
|
+
],
|
|
35331
|
+
"properties": {
|
|
35332
|
+
"id": {
|
|
35333
|
+
"types": [
|
|
35334
|
+
"string"
|
|
35335
|
+
]
|
|
35336
|
+
},
|
|
35337
|
+
"x": {
|
|
35338
|
+
"types": [
|
|
35339
|
+
"number"
|
|
35340
|
+
]
|
|
35341
|
+
},
|
|
35342
|
+
"y": {
|
|
35343
|
+
"types": [
|
|
35344
|
+
"number"
|
|
35345
|
+
]
|
|
35346
|
+
},
|
|
35347
|
+
"z": {
|
|
35348
|
+
"types": [
|
|
35349
|
+
"number"
|
|
35350
|
+
]
|
|
35351
|
+
},
|
|
35352
|
+
"type": {
|
|
34152
35353
|
"types": [
|
|
34153
35354
|
"string"
|
|
34154
35355
|
]
|
|
34155
35356
|
},
|
|
35357
|
+
"sprite": {
|
|
35358
|
+
"types": [
|
|
35359
|
+
"asset"
|
|
35360
|
+
]
|
|
35361
|
+
},
|
|
34156
35362
|
"assetUrl": {
|
|
35363
|
+
"types": [
|
|
35364
|
+
"asset"
|
|
35365
|
+
]
|
|
35366
|
+
},
|
|
35367
|
+
"color": {
|
|
35368
|
+
"types": [
|
|
35369
|
+
"string"
|
|
35370
|
+
]
|
|
35371
|
+
},
|
|
35372
|
+
"elevation": {
|
|
35373
|
+
"types": [
|
|
35374
|
+
"number"
|
|
35375
|
+
]
|
|
35376
|
+
}
|
|
35377
|
+
},
|
|
35378
|
+
"required": [
|
|
35379
|
+
"x",
|
|
35380
|
+
"y",
|
|
35381
|
+
"type"
|
|
35382
|
+
]
|
|
35383
|
+
},
|
|
35384
|
+
"hoveredUnit": {
|
|
35385
|
+
"types": [
|
|
35386
|
+
"object"
|
|
35387
|
+
],
|
|
35388
|
+
"properties": {
|
|
35389
|
+
"id": {
|
|
35390
|
+
"types": [
|
|
35391
|
+
"string"
|
|
35392
|
+
]
|
|
35393
|
+
},
|
|
35394
|
+
"position": {
|
|
35395
|
+
"types": [
|
|
35396
|
+
"object"
|
|
35397
|
+
],
|
|
35398
|
+
"properties": {
|
|
35399
|
+
"x": {
|
|
35400
|
+
"types": [
|
|
35401
|
+
"number"
|
|
35402
|
+
]
|
|
35403
|
+
},
|
|
35404
|
+
"y": {
|
|
35405
|
+
"types": [
|
|
35406
|
+
"number"
|
|
35407
|
+
]
|
|
35408
|
+
}
|
|
35409
|
+
},
|
|
35410
|
+
"required": [
|
|
35411
|
+
"x",
|
|
35412
|
+
"y"
|
|
35413
|
+
]
|
|
35414
|
+
},
|
|
35415
|
+
"x": {
|
|
35416
|
+
"types": [
|
|
35417
|
+
"number"
|
|
35418
|
+
]
|
|
35419
|
+
},
|
|
35420
|
+
"y": {
|
|
35421
|
+
"types": [
|
|
35422
|
+
"number"
|
|
35423
|
+
]
|
|
35424
|
+
},
|
|
35425
|
+
"z": {
|
|
35426
|
+
"types": [
|
|
35427
|
+
"number"
|
|
35428
|
+
]
|
|
35429
|
+
},
|
|
35430
|
+
"sprite": {
|
|
35431
|
+
"types": [
|
|
35432
|
+
"asset"
|
|
35433
|
+
]
|
|
35434
|
+
},
|
|
35435
|
+
"unitType": {
|
|
35436
|
+
"types": [
|
|
35437
|
+
"string"
|
|
35438
|
+
]
|
|
35439
|
+
},
|
|
35440
|
+
"heroId": {
|
|
35441
|
+
"types": [
|
|
35442
|
+
"string"
|
|
35443
|
+
]
|
|
35444
|
+
},
|
|
35445
|
+
"name": {
|
|
35446
|
+
"types": [
|
|
35447
|
+
"string"
|
|
35448
|
+
]
|
|
35449
|
+
},
|
|
35450
|
+
"team": {
|
|
35451
|
+
"types": [
|
|
35452
|
+
"string"
|
|
35453
|
+
],
|
|
35454
|
+
"enumValues": [
|
|
35455
|
+
"player",
|
|
35456
|
+
"enemy",
|
|
35457
|
+
"neutral"
|
|
35458
|
+
]
|
|
35459
|
+
},
|
|
35460
|
+
"faction": {
|
|
35461
|
+
"types": [
|
|
35462
|
+
"string"
|
|
35463
|
+
],
|
|
35464
|
+
"enumValues": [
|
|
35465
|
+
"player",
|
|
35466
|
+
"enemy",
|
|
35467
|
+
"neutral"
|
|
35468
|
+
]
|
|
35469
|
+
},
|
|
35470
|
+
"health": {
|
|
35471
|
+
"types": [
|
|
35472
|
+
"number"
|
|
35473
|
+
]
|
|
35474
|
+
},
|
|
35475
|
+
"maxHealth": {
|
|
35476
|
+
"types": [
|
|
35477
|
+
"number"
|
|
35478
|
+
]
|
|
35479
|
+
},
|
|
35480
|
+
"traits": {
|
|
35481
|
+
"types": [
|
|
35482
|
+
"array"
|
|
35483
|
+
],
|
|
35484
|
+
"items": {
|
|
35485
|
+
"types": [
|
|
35486
|
+
"object"
|
|
35487
|
+
],
|
|
35488
|
+
"properties": {
|
|
35489
|
+
"name": {
|
|
35490
|
+
"types": [
|
|
35491
|
+
"string"
|
|
35492
|
+
]
|
|
35493
|
+
},
|
|
35494
|
+
"currentState": {
|
|
35495
|
+
"types": [
|
|
35496
|
+
"string"
|
|
35497
|
+
]
|
|
35498
|
+
},
|
|
35499
|
+
"states": {
|
|
35500
|
+
"types": [
|
|
35501
|
+
"array"
|
|
35502
|
+
],
|
|
35503
|
+
"items": {
|
|
35504
|
+
"types": [
|
|
35505
|
+
"string"
|
|
35506
|
+
]
|
|
35507
|
+
}
|
|
35508
|
+
},
|
|
35509
|
+
"cooldown": {
|
|
35510
|
+
"types": [
|
|
35511
|
+
"number"
|
|
35512
|
+
]
|
|
35513
|
+
}
|
|
35514
|
+
},
|
|
35515
|
+
"required": [
|
|
35516
|
+
"name",
|
|
35517
|
+
"currentState",
|
|
35518
|
+
"states",
|
|
35519
|
+
"cooldown"
|
|
35520
|
+
]
|
|
35521
|
+
}
|
|
35522
|
+
},
|
|
35523
|
+
"previousPosition": {
|
|
35524
|
+
"types": [
|
|
35525
|
+
"object"
|
|
35526
|
+
],
|
|
35527
|
+
"properties": {
|
|
35528
|
+
"x": {
|
|
35529
|
+
"types": [
|
|
35530
|
+
"number"
|
|
35531
|
+
]
|
|
35532
|
+
},
|
|
35533
|
+
"y": {
|
|
35534
|
+
"types": [
|
|
35535
|
+
"number"
|
|
35536
|
+
]
|
|
35537
|
+
}
|
|
35538
|
+
},
|
|
35539
|
+
"required": [
|
|
35540
|
+
"x",
|
|
35541
|
+
"y"
|
|
35542
|
+
]
|
|
35543
|
+
},
|
|
35544
|
+
"elevation": {
|
|
35545
|
+
"types": [
|
|
35546
|
+
"number"
|
|
35547
|
+
]
|
|
35548
|
+
}
|
|
35549
|
+
},
|
|
35550
|
+
"required": [
|
|
35551
|
+
"id"
|
|
35552
|
+
]
|
|
35553
|
+
},
|
|
35554
|
+
"selectedFeature": {
|
|
35555
|
+
"types": [
|
|
35556
|
+
"object"
|
|
35557
|
+
],
|
|
35558
|
+
"properties": {
|
|
35559
|
+
"id": {
|
|
35560
|
+
"types": [
|
|
35561
|
+
"string"
|
|
35562
|
+
]
|
|
35563
|
+
},
|
|
35564
|
+
"x": {
|
|
35565
|
+
"types": [
|
|
35566
|
+
"number"
|
|
35567
|
+
]
|
|
35568
|
+
},
|
|
35569
|
+
"y": {
|
|
35570
|
+
"types": [
|
|
35571
|
+
"number"
|
|
35572
|
+
]
|
|
35573
|
+
},
|
|
35574
|
+
"z": {
|
|
35575
|
+
"types": [
|
|
35576
|
+
"number"
|
|
35577
|
+
]
|
|
35578
|
+
},
|
|
35579
|
+
"type": {
|
|
34157
35580
|
"types": [
|
|
34158
35581
|
"string"
|
|
34159
35582
|
]
|
|
34160
35583
|
},
|
|
35584
|
+
"sprite": {
|
|
35585
|
+
"types": [
|
|
35586
|
+
"asset"
|
|
35587
|
+
]
|
|
35588
|
+
},
|
|
35589
|
+
"assetUrl": {
|
|
35590
|
+
"types": [
|
|
35591
|
+
"asset"
|
|
35592
|
+
]
|
|
35593
|
+
},
|
|
34161
35594
|
"color": {
|
|
34162
35595
|
"types": [
|
|
34163
35596
|
"string"
|
|
@@ -34247,12 +35680,12 @@
|
|
|
34247
35680
|
},
|
|
34248
35681
|
"sprite": {
|
|
34249
35682
|
"types": [
|
|
34250
|
-
"
|
|
35683
|
+
"asset"
|
|
34251
35684
|
]
|
|
34252
35685
|
},
|
|
34253
35686
|
"assetUrl": {
|
|
34254
35687
|
"types": [
|
|
34255
|
-
"
|
|
35688
|
+
"asset"
|
|
34256
35689
|
]
|
|
34257
35690
|
},
|
|
34258
35691
|
"color": {
|
|
@@ -34333,7 +35766,7 @@
|
|
|
34333
35766
|
},
|
|
34334
35767
|
"sprite": {
|
|
34335
35768
|
"types": [
|
|
34336
|
-
"
|
|
35769
|
+
"asset"
|
|
34337
35770
|
]
|
|
34338
35771
|
},
|
|
34339
35772
|
"unitType": {
|
|
@@ -34819,7 +36252,7 @@
|
|
|
34819
36252
|
},
|
|
34820
36253
|
"iconUrl": {
|
|
34821
36254
|
"types": [
|
|
34822
|
-
"
|
|
36255
|
+
"asset"
|
|
34823
36256
|
]
|
|
34824
36257
|
},
|
|
34825
36258
|
"stateMachine": {
|
|
@@ -34972,7 +36405,7 @@
|
|
|
34972
36405
|
},
|
|
34973
36406
|
"tooltipFrameUrl": {
|
|
34974
36407
|
"types": [
|
|
34975
|
-
"
|
|
36408
|
+
"asset"
|
|
34976
36409
|
],
|
|
34977
36410
|
"description": "Optional tooltip frame image URL"
|
|
34978
36411
|
},
|
|
@@ -35067,7 +36500,7 @@
|
|
|
35067
36500
|
},
|
|
35068
36501
|
"iconUrl": {
|
|
35069
36502
|
"types": [
|
|
35070
|
-
"
|
|
36503
|
+
"asset"
|
|
35071
36504
|
]
|
|
35072
36505
|
},
|
|
35073
36506
|
"stateMachine": {
|
|
@@ -35204,7 +36637,7 @@
|
|
|
35204
36637
|
},
|
|
35205
36638
|
"iconUrl": {
|
|
35206
36639
|
"types": [
|
|
35207
|
-
"
|
|
36640
|
+
"asset"
|
|
35208
36641
|
]
|
|
35209
36642
|
},
|
|
35210
36643
|
"stateMachine": {
|
|
@@ -35495,6 +36928,7 @@
|
|
|
35495
36928
|
"properties": {
|
|
35496
36929
|
"icon": {
|
|
35497
36930
|
"types": [
|
|
36931
|
+
"icon",
|
|
35498
36932
|
"string"
|
|
35499
36933
|
]
|
|
35500
36934
|
},
|
|
@@ -35652,6 +37086,360 @@
|
|
|
35652
37086
|
"kind": "entity",
|
|
35653
37087
|
"cardinality": "collection"
|
|
35654
37088
|
},
|
|
37089
|
+
"tiles": {
|
|
37090
|
+
"types": [
|
|
37091
|
+
"array"
|
|
37092
|
+
],
|
|
37093
|
+
"description": "Direct tile data — takes priority over entity-derived tiles.",
|
|
37094
|
+
"items": {
|
|
37095
|
+
"types": [
|
|
37096
|
+
"object"
|
|
37097
|
+
],
|
|
37098
|
+
"properties": {
|
|
37099
|
+
"id": {
|
|
37100
|
+
"types": [
|
|
37101
|
+
"string"
|
|
37102
|
+
]
|
|
37103
|
+
},
|
|
37104
|
+
"x": {
|
|
37105
|
+
"types": [
|
|
37106
|
+
"number"
|
|
37107
|
+
]
|
|
37108
|
+
},
|
|
37109
|
+
"y": {
|
|
37110
|
+
"types": [
|
|
37111
|
+
"number"
|
|
37112
|
+
]
|
|
37113
|
+
},
|
|
37114
|
+
"z": {
|
|
37115
|
+
"types": [
|
|
37116
|
+
"number"
|
|
37117
|
+
]
|
|
37118
|
+
},
|
|
37119
|
+
"terrain": {
|
|
37120
|
+
"types": [
|
|
37121
|
+
"string"
|
|
37122
|
+
]
|
|
37123
|
+
},
|
|
37124
|
+
"type": {
|
|
37125
|
+
"types": [
|
|
37126
|
+
"string"
|
|
37127
|
+
]
|
|
37128
|
+
},
|
|
37129
|
+
"terrainSprite": {
|
|
37130
|
+
"types": [
|
|
37131
|
+
"asset"
|
|
37132
|
+
]
|
|
37133
|
+
},
|
|
37134
|
+
"passable": {
|
|
37135
|
+
"types": [
|
|
37136
|
+
"boolean"
|
|
37137
|
+
]
|
|
37138
|
+
},
|
|
37139
|
+
"movementCost": {
|
|
37140
|
+
"types": [
|
|
37141
|
+
"number"
|
|
37142
|
+
]
|
|
37143
|
+
},
|
|
37144
|
+
"tileType": {
|
|
37145
|
+
"types": [
|
|
37146
|
+
"string"
|
|
37147
|
+
]
|
|
37148
|
+
},
|
|
37149
|
+
"elevation": {
|
|
37150
|
+
"types": [
|
|
37151
|
+
"number"
|
|
37152
|
+
]
|
|
37153
|
+
}
|
|
37154
|
+
},
|
|
37155
|
+
"required": [
|
|
37156
|
+
"x",
|
|
37157
|
+
"y"
|
|
37158
|
+
]
|
|
37159
|
+
}
|
|
37160
|
+
},
|
|
37161
|
+
"units": {
|
|
37162
|
+
"types": [
|
|
37163
|
+
"array"
|
|
37164
|
+
],
|
|
37165
|
+
"description": "Direct unit data — takes priority over entity-derived units.",
|
|
37166
|
+
"items": {
|
|
37167
|
+
"types": [
|
|
37168
|
+
"object"
|
|
37169
|
+
],
|
|
37170
|
+
"properties": {
|
|
37171
|
+
"id": {
|
|
37172
|
+
"types": [
|
|
37173
|
+
"string"
|
|
37174
|
+
]
|
|
37175
|
+
},
|
|
37176
|
+
"position": {
|
|
37177
|
+
"types": [
|
|
37178
|
+
"object"
|
|
37179
|
+
],
|
|
37180
|
+
"properties": {
|
|
37181
|
+
"x": {
|
|
37182
|
+
"types": [
|
|
37183
|
+
"number"
|
|
37184
|
+
]
|
|
37185
|
+
},
|
|
37186
|
+
"y": {
|
|
37187
|
+
"types": [
|
|
37188
|
+
"number"
|
|
37189
|
+
]
|
|
37190
|
+
}
|
|
37191
|
+
},
|
|
37192
|
+
"required": [
|
|
37193
|
+
"x",
|
|
37194
|
+
"y"
|
|
37195
|
+
]
|
|
37196
|
+
},
|
|
37197
|
+
"x": {
|
|
37198
|
+
"types": [
|
|
37199
|
+
"number"
|
|
37200
|
+
]
|
|
37201
|
+
},
|
|
37202
|
+
"y": {
|
|
37203
|
+
"types": [
|
|
37204
|
+
"number"
|
|
37205
|
+
]
|
|
37206
|
+
},
|
|
37207
|
+
"z": {
|
|
37208
|
+
"types": [
|
|
37209
|
+
"number"
|
|
37210
|
+
]
|
|
37211
|
+
},
|
|
37212
|
+
"sprite": {
|
|
37213
|
+
"types": [
|
|
37214
|
+
"asset"
|
|
37215
|
+
]
|
|
37216
|
+
},
|
|
37217
|
+
"unitType": {
|
|
37218
|
+
"types": [
|
|
37219
|
+
"string"
|
|
37220
|
+
]
|
|
37221
|
+
},
|
|
37222
|
+
"heroId": {
|
|
37223
|
+
"types": [
|
|
37224
|
+
"string"
|
|
37225
|
+
]
|
|
37226
|
+
},
|
|
37227
|
+
"name": {
|
|
37228
|
+
"types": [
|
|
37229
|
+
"string"
|
|
37230
|
+
]
|
|
37231
|
+
},
|
|
37232
|
+
"team": {
|
|
37233
|
+
"types": [
|
|
37234
|
+
"string"
|
|
37235
|
+
],
|
|
37236
|
+
"enumValues": [
|
|
37237
|
+
"player",
|
|
37238
|
+
"enemy",
|
|
37239
|
+
"neutral"
|
|
37240
|
+
]
|
|
37241
|
+
},
|
|
37242
|
+
"faction": {
|
|
37243
|
+
"types": [
|
|
37244
|
+
"string"
|
|
37245
|
+
],
|
|
37246
|
+
"enumValues": [
|
|
37247
|
+
"player",
|
|
37248
|
+
"enemy",
|
|
37249
|
+
"neutral"
|
|
37250
|
+
]
|
|
37251
|
+
},
|
|
37252
|
+
"health": {
|
|
37253
|
+
"types": [
|
|
37254
|
+
"number"
|
|
37255
|
+
]
|
|
37256
|
+
},
|
|
37257
|
+
"maxHealth": {
|
|
37258
|
+
"types": [
|
|
37259
|
+
"number"
|
|
37260
|
+
]
|
|
37261
|
+
},
|
|
37262
|
+
"traits": {
|
|
37263
|
+
"types": [
|
|
37264
|
+
"array"
|
|
37265
|
+
],
|
|
37266
|
+
"items": {
|
|
37267
|
+
"types": [
|
|
37268
|
+
"object"
|
|
37269
|
+
],
|
|
37270
|
+
"properties": {
|
|
37271
|
+
"name": {
|
|
37272
|
+
"types": [
|
|
37273
|
+
"string"
|
|
37274
|
+
]
|
|
37275
|
+
},
|
|
37276
|
+
"currentState": {
|
|
37277
|
+
"types": [
|
|
37278
|
+
"string"
|
|
37279
|
+
]
|
|
37280
|
+
},
|
|
37281
|
+
"states": {
|
|
37282
|
+
"types": [
|
|
37283
|
+
"array"
|
|
37284
|
+
],
|
|
37285
|
+
"items": {
|
|
37286
|
+
"types": [
|
|
37287
|
+
"string"
|
|
37288
|
+
]
|
|
37289
|
+
}
|
|
37290
|
+
},
|
|
37291
|
+
"cooldown": {
|
|
37292
|
+
"types": [
|
|
37293
|
+
"number"
|
|
37294
|
+
]
|
|
37295
|
+
}
|
|
37296
|
+
},
|
|
37297
|
+
"required": [
|
|
37298
|
+
"name",
|
|
37299
|
+
"currentState",
|
|
37300
|
+
"states",
|
|
37301
|
+
"cooldown"
|
|
37302
|
+
]
|
|
37303
|
+
}
|
|
37304
|
+
},
|
|
37305
|
+
"previousPosition": {
|
|
37306
|
+
"types": [
|
|
37307
|
+
"object"
|
|
37308
|
+
],
|
|
37309
|
+
"properties": {
|
|
37310
|
+
"x": {
|
|
37311
|
+
"types": [
|
|
37312
|
+
"number"
|
|
37313
|
+
]
|
|
37314
|
+
},
|
|
37315
|
+
"y": {
|
|
37316
|
+
"types": [
|
|
37317
|
+
"number"
|
|
37318
|
+
]
|
|
37319
|
+
}
|
|
37320
|
+
},
|
|
37321
|
+
"required": [
|
|
37322
|
+
"x",
|
|
37323
|
+
"y"
|
|
37324
|
+
]
|
|
37325
|
+
},
|
|
37326
|
+
"elevation": {
|
|
37327
|
+
"types": [
|
|
37328
|
+
"number"
|
|
37329
|
+
]
|
|
37330
|
+
}
|
|
37331
|
+
},
|
|
37332
|
+
"required": [
|
|
37333
|
+
"id"
|
|
37334
|
+
]
|
|
37335
|
+
}
|
|
37336
|
+
},
|
|
37337
|
+
"features": {
|
|
37338
|
+
"types": [
|
|
37339
|
+
"array"
|
|
37340
|
+
],
|
|
37341
|
+
"description": "Direct feature data — takes priority over entity-derived features.",
|
|
37342
|
+
"items": {
|
|
37343
|
+
"types": [
|
|
37344
|
+
"object"
|
|
37345
|
+
],
|
|
37346
|
+
"properties": {
|
|
37347
|
+
"id": {
|
|
37348
|
+
"types": [
|
|
37349
|
+
"string"
|
|
37350
|
+
]
|
|
37351
|
+
},
|
|
37352
|
+
"x": {
|
|
37353
|
+
"types": [
|
|
37354
|
+
"number"
|
|
37355
|
+
]
|
|
37356
|
+
},
|
|
37357
|
+
"y": {
|
|
37358
|
+
"types": [
|
|
37359
|
+
"number"
|
|
37360
|
+
]
|
|
37361
|
+
},
|
|
37362
|
+
"z": {
|
|
37363
|
+
"types": [
|
|
37364
|
+
"number"
|
|
37365
|
+
]
|
|
37366
|
+
},
|
|
37367
|
+
"type": {
|
|
37368
|
+
"types": [
|
|
37369
|
+
"string"
|
|
37370
|
+
]
|
|
37371
|
+
},
|
|
37372
|
+
"sprite": {
|
|
37373
|
+
"types": [
|
|
37374
|
+
"asset"
|
|
37375
|
+
]
|
|
37376
|
+
},
|
|
37377
|
+
"assetUrl": {
|
|
37378
|
+
"types": [
|
|
37379
|
+
"asset"
|
|
37380
|
+
]
|
|
37381
|
+
},
|
|
37382
|
+
"color": {
|
|
37383
|
+
"types": [
|
|
37384
|
+
"string"
|
|
37385
|
+
]
|
|
37386
|
+
},
|
|
37387
|
+
"elevation": {
|
|
37388
|
+
"types": [
|
|
37389
|
+
"number"
|
|
37390
|
+
]
|
|
37391
|
+
}
|
|
37392
|
+
},
|
|
37393
|
+
"required": [
|
|
37394
|
+
"x",
|
|
37395
|
+
"y",
|
|
37396
|
+
"type"
|
|
37397
|
+
]
|
|
37398
|
+
}
|
|
37399
|
+
},
|
|
37400
|
+
"assetManifest": {
|
|
37401
|
+
"types": [
|
|
37402
|
+
"object"
|
|
37403
|
+
],
|
|
37404
|
+
"description": "Direct asset manifest — takes priority over entity-derived manifest.",
|
|
37405
|
+
"properties": {
|
|
37406
|
+
"baseUrl": {
|
|
37407
|
+
"types": [
|
|
37408
|
+
"asset"
|
|
37409
|
+
]
|
|
37410
|
+
},
|
|
37411
|
+
"terrains": {
|
|
37412
|
+
"types": [
|
|
37413
|
+
"object"
|
|
37414
|
+
],
|
|
37415
|
+
"mapValue": {
|
|
37416
|
+
"types": [
|
|
37417
|
+
"asset"
|
|
37418
|
+
]
|
|
37419
|
+
}
|
|
37420
|
+
},
|
|
37421
|
+
"units": {
|
|
37422
|
+
"types": [
|
|
37423
|
+
"object"
|
|
37424
|
+
],
|
|
37425
|
+
"mapValue": {
|
|
37426
|
+
"types": [
|
|
37427
|
+
"asset"
|
|
37428
|
+
]
|
|
37429
|
+
}
|
|
37430
|
+
},
|
|
37431
|
+
"features": {
|
|
37432
|
+
"types": [
|
|
37433
|
+
"object"
|
|
37434
|
+
],
|
|
37435
|
+
"mapValue": {
|
|
37436
|
+
"types": [
|
|
37437
|
+
"asset"
|
|
37438
|
+
]
|
|
37439
|
+
}
|
|
37440
|
+
}
|
|
37441
|
+
}
|
|
37442
|
+
},
|
|
35655
37443
|
"scale": {
|
|
35656
37444
|
"types": [
|
|
35657
37445
|
"number"
|
|
@@ -36356,7 +38144,7 @@
|
|
|
36356
38144
|
"description": "effectSpriteUrls prop",
|
|
36357
38145
|
"items": {
|
|
36358
38146
|
"types": [
|
|
36359
|
-
"
|
|
38147
|
+
"asset"
|
|
36360
38148
|
]
|
|
36361
38149
|
},
|
|
36362
38150
|
"default": []
|
|
@@ -37975,7 +39763,7 @@
|
|
|
37975
39763
|
},
|
|
37976
39764
|
"iconUrl": {
|
|
37977
39765
|
"types": [
|
|
37978
|
-
"
|
|
39766
|
+
"object"
|
|
37979
39767
|
]
|
|
37980
39768
|
},
|
|
37981
39769
|
"stateMachine": {
|
|
@@ -38281,7 +40069,7 @@
|
|
|
38281
40069
|
},
|
|
38282
40070
|
"iconUrl": {
|
|
38283
40071
|
"types": [
|
|
38284
|
-
"
|
|
40072
|
+
"object"
|
|
38285
40073
|
]
|
|
38286
40074
|
},
|
|
38287
40075
|
"stateMachine": {
|
|
@@ -38465,7 +40253,7 @@
|
|
|
38465
40253
|
},
|
|
38466
40254
|
"iconUrl": {
|
|
38467
40255
|
"types": [
|
|
38468
|
-
"
|
|
40256
|
+
"object"
|
|
38469
40257
|
]
|
|
38470
40258
|
},
|
|
38471
40259
|
"stateMachine": {
|
|
@@ -38605,7 +40393,7 @@
|
|
|
38605
40393
|
},
|
|
38606
40394
|
"iconUrl": {
|
|
38607
40395
|
"types": [
|
|
38608
|
-
"
|
|
40396
|
+
"object"
|
|
38609
40397
|
]
|
|
38610
40398
|
},
|
|
38611
40399
|
"stateMachine": {
|
|
@@ -39544,12 +41332,12 @@
|
|
|
39544
41332
|
},
|
|
39545
41333
|
"sprite": {
|
|
39546
41334
|
"types": [
|
|
39547
|
-
"
|
|
41335
|
+
"object"
|
|
39548
41336
|
]
|
|
39549
41337
|
},
|
|
39550
41338
|
"assetUrl": {
|
|
39551
41339
|
"types": [
|
|
39552
|
-
"
|
|
41340
|
+
"object"
|
|
39553
41341
|
]
|
|
39554
41342
|
},
|
|
39555
41343
|
"color": {
|
|
@@ -39633,12 +41421,12 @@
|
|
|
39633
41421
|
},
|
|
39634
41422
|
"sprite": {
|
|
39635
41423
|
"types": [
|
|
39636
|
-
"
|
|
41424
|
+
"object"
|
|
39637
41425
|
]
|
|
39638
41426
|
},
|
|
39639
41427
|
"assetUrl": {
|
|
39640
41428
|
"types": [
|
|
39641
|
-
"
|
|
41429
|
+
"object"
|
|
39642
41430
|
]
|
|
39643
41431
|
},
|
|
39644
41432
|
"color": {
|
|
@@ -39703,12 +41491,12 @@
|
|
|
39703
41491
|
},
|
|
39704
41492
|
"sprite": {
|
|
39705
41493
|
"types": [
|
|
39706
|
-
"
|
|
41494
|
+
"object"
|
|
39707
41495
|
]
|
|
39708
41496
|
},
|
|
39709
41497
|
"assetUrl": {
|
|
39710
41498
|
"types": [
|
|
39711
|
-
"
|
|
41499
|
+
"object"
|
|
39712
41500
|
]
|
|
39713
41501
|
},
|
|
39714
41502
|
"color": {
|
|
@@ -40631,7 +42419,7 @@
|
|
|
40631
42419
|
"properties": {
|
|
40632
42420
|
"src": {
|
|
40633
42421
|
"types": [
|
|
40634
|
-
"
|
|
42422
|
+
"asset"
|
|
40635
42423
|
]
|
|
40636
42424
|
},
|
|
40637
42425
|
"alt": {
|
|
@@ -40804,6 +42592,7 @@
|
|
|
40804
42592
|
},
|
|
40805
42593
|
"icon": {
|
|
40806
42594
|
"types": [
|
|
42595
|
+
"icon",
|
|
40807
42596
|
"string"
|
|
40808
42597
|
]
|
|
40809
42598
|
},
|
|
@@ -40893,6 +42682,7 @@
|
|
|
40893
42682
|
},
|
|
40894
42683
|
"icon": {
|
|
40895
42684
|
"types": [
|
|
42685
|
+
"icon",
|
|
40896
42686
|
"string"
|
|
40897
42687
|
]
|
|
40898
42688
|
},
|
|
@@ -40931,6 +42721,7 @@
|
|
|
40931
42721
|
},
|
|
40932
42722
|
"icon": {
|
|
40933
42723
|
"types": [
|
|
42724
|
+
"icon",
|
|
40934
42725
|
"string"
|
|
40935
42726
|
]
|
|
40936
42727
|
},
|
|
@@ -41163,6 +42954,7 @@
|
|
|
41163
42954
|
},
|
|
41164
42955
|
"icon": {
|
|
41165
42956
|
"types": [
|
|
42957
|
+
"icon",
|
|
41166
42958
|
"string"
|
|
41167
42959
|
]
|
|
41168
42960
|
}
|