@almadar/std 16.69.0 → 16.70.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "BattleBoard —
|
|
2
|
+
"description": "BattleBoard — game-shell composition with LOLO-driven sprite animation and combat effects.",
|
|
3
3
|
"name": "ui-battle-board",
|
|
4
4
|
"orbitals": [
|
|
5
5
|
{
|
|
@@ -13,6 +13,11 @@
|
|
|
13
13
|
{
|
|
14
14
|
"items": {
|
|
15
15
|
"properties": {
|
|
16
|
+
"animation": {
|
|
17
|
+
"name": "animation",
|
|
18
|
+
"required": false,
|
|
19
|
+
"type": "string"
|
|
20
|
+
},
|
|
16
21
|
"elevation": {
|
|
17
22
|
"name": "elevation",
|
|
18
23
|
"required": false,
|
|
@@ -28,6 +33,11 @@
|
|
|
28
33
|
"neutral"
|
|
29
34
|
]
|
|
30
35
|
},
|
|
36
|
+
"frame": {
|
|
37
|
+
"name": "frame",
|
|
38
|
+
"required": false,
|
|
39
|
+
"type": "number"
|
|
40
|
+
},
|
|
31
41
|
"health": {
|
|
32
42
|
"name": "health",
|
|
33
43
|
"required": false,
|
|
@@ -209,6 +219,36 @@
|
|
|
209
219
|
"default": false,
|
|
210
220
|
"name": "enemyTurn",
|
|
211
221
|
"type": "boolean"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"default": [],
|
|
225
|
+
"items": {
|
|
226
|
+
"properties": {
|
|
227
|
+
"key": {
|
|
228
|
+
"name": "key",
|
|
229
|
+
"required": true,
|
|
230
|
+
"type": "string"
|
|
231
|
+
},
|
|
232
|
+
"ttl": {
|
|
233
|
+
"name": "ttl",
|
|
234
|
+
"required": true,
|
|
235
|
+
"type": "number"
|
|
236
|
+
},
|
|
237
|
+
"x": {
|
|
238
|
+
"name": "x",
|
|
239
|
+
"required": true,
|
|
240
|
+
"type": "number"
|
|
241
|
+
},
|
|
242
|
+
"y": {
|
|
243
|
+
"name": "y",
|
|
244
|
+
"required": true,
|
|
245
|
+
"type": "number"
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"type": "object"
|
|
249
|
+
},
|
|
250
|
+
"name": "effects",
|
|
251
|
+
"type": "array"
|
|
212
252
|
}
|
|
213
253
|
],
|
|
214
254
|
"name": "BattleBoardItem",
|
|
@@ -2490,6 +2530,11 @@
|
|
|
2490
2530
|
"description": "Direct unit data — takes priority over entity-derived units.",
|
|
2491
2531
|
"items": {
|
|
2492
2532
|
"properties": {
|
|
2533
|
+
"animation": {
|
|
2534
|
+
"name": "animation",
|
|
2535
|
+
"required": false,
|
|
2536
|
+
"type": "string"
|
|
2537
|
+
},
|
|
2493
2538
|
"elevation": {
|
|
2494
2539
|
"name": "elevation",
|
|
2495
2540
|
"required": false,
|
|
@@ -2505,6 +2550,11 @@
|
|
|
2505
2550
|
"neutral"
|
|
2506
2551
|
]
|
|
2507
2552
|
},
|
|
2553
|
+
"frame": {
|
|
2554
|
+
"name": "frame",
|
|
2555
|
+
"required": false,
|
|
2556
|
+
"type": "number"
|
|
2557
|
+
},
|
|
2508
2558
|
"health": {
|
|
2509
2559
|
"name": "health",
|
|
2510
2560
|
"required": false,
|
|
@@ -2786,6 +2836,7 @@
|
|
|
2786
2836
|
],
|
|
2787
2837
|
"entityContract": {
|
|
2788
2838
|
"provides": [
|
|
2839
|
+
"effects",
|
|
2789
2840
|
"enemyTurn",
|
|
2790
2841
|
"gridHeight",
|
|
2791
2842
|
"gridWidth",
|
|
@@ -2995,28 +3046,43 @@
|
|
|
2995
3046
|
"@entity.enemyTurn",
|
|
2996
3047
|
false
|
|
2997
3048
|
],
|
|
3049
|
+
[
|
|
3050
|
+
"set",
|
|
3051
|
+
"@entity.effects",
|
|
3052
|
+
[]
|
|
3053
|
+
],
|
|
2998
3054
|
[
|
|
2999
3055
|
"render-ui",
|
|
3000
3056
|
"main",
|
|
3001
3057
|
{
|
|
3002
|
-
"
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
"
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3058
|
+
"children": [
|
|
3059
|
+
{
|
|
3060
|
+
"assetManifest": "@config.assetManifest",
|
|
3061
|
+
"effects": "@entity.effects",
|
|
3062
|
+
"features": "@config.features",
|
|
3063
|
+
"scale": "@config.scale",
|
|
3064
|
+
"showMinimap": true,
|
|
3065
|
+
"tileLayout": "isometric",
|
|
3066
|
+
"tiles": "@config.tiles",
|
|
3067
|
+
"type": "isometric-canvas",
|
|
3068
|
+
"units": "@entity.units"
|
|
3069
|
+
}
|
|
3070
|
+
],
|
|
3071
|
+
"hud": {
|
|
3072
|
+
"stats": [
|
|
3073
|
+
{
|
|
3074
|
+
"icon": "https://almadar-kflow-assets.web.app/shared/ui-battle-board/default/features/gold_mine.png",
|
|
3075
|
+
"label": "Turn",
|
|
3076
|
+
"value": "@entity.turn"
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"label": "Result",
|
|
3080
|
+
"value": "@entity.result"
|
|
3081
|
+
}
|
|
3082
|
+
],
|
|
3083
|
+
"type": "game-hud"
|
|
3084
|
+
},
|
|
3085
|
+
"type": "game-shell"
|
|
3020
3086
|
}
|
|
3021
3087
|
]
|
|
3022
3088
|
],
|
|
@@ -3056,6 +3122,11 @@
|
|
|
3056
3122
|
"@entity.enemyTurn",
|
|
3057
3123
|
false
|
|
3058
3124
|
],
|
|
3125
|
+
[
|
|
3126
|
+
"set",
|
|
3127
|
+
"@entity.effects",
|
|
3128
|
+
[]
|
|
3129
|
+
],
|
|
3059
3130
|
[
|
|
3060
3131
|
"set",
|
|
3061
3132
|
"@entity.gridWidth",
|
|
@@ -3075,26 +3146,34 @@
|
|
|
3075
3146
|
"render-ui",
|
|
3076
3147
|
"main",
|
|
3077
3148
|
{
|
|
3078
|
-
"
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
"
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3149
|
+
"children": [
|
|
3150
|
+
{
|
|
3151
|
+
"assetManifest": "@config.assetManifest",
|
|
3152
|
+
"effects": "@entity.effects",
|
|
3153
|
+
"features": "@config.features",
|
|
3154
|
+
"scale": "@config.scale",
|
|
3155
|
+
"showMinimap": true,
|
|
3156
|
+
"tileLayout": "isometric",
|
|
3157
|
+
"tiles": "@config.tiles",
|
|
3158
|
+
"type": "isometric-canvas",
|
|
3159
|
+
"units": "@entity.units"
|
|
3160
|
+
}
|
|
3161
|
+
],
|
|
3162
|
+
"hud": {
|
|
3163
|
+
"stats": [
|
|
3164
|
+
{
|
|
3165
|
+
"icon": "https://almadar-kflow-assets.web.app/shared/ui-battle-board/default/features/gold_mine.png",
|
|
3166
|
+
"label": "Turn",
|
|
3167
|
+
"value": "@entity.turn"
|
|
3168
|
+
},
|
|
3169
|
+
{
|
|
3170
|
+
"label": "Result",
|
|
3171
|
+
"value": "@entity.result"
|
|
3172
|
+
}
|
|
3173
|
+
],
|
|
3174
|
+
"type": "game-hud"
|
|
3175
|
+
},
|
|
3176
|
+
"type": "game-shell"
|
|
3098
3177
|
}
|
|
3099
3178
|
]
|
|
3100
3179
|
],
|
|
@@ -3113,24 +3192,34 @@
|
|
|
3113
3192
|
"render-ui",
|
|
3114
3193
|
"main",
|
|
3115
3194
|
{
|
|
3116
|
-
"
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
"
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3195
|
+
"children": [
|
|
3196
|
+
{
|
|
3197
|
+
"assetManifest": "@config.assetManifest",
|
|
3198
|
+
"effects": "@entity.effects",
|
|
3199
|
+
"features": "@config.features",
|
|
3200
|
+
"scale": "@config.scale",
|
|
3201
|
+
"showMinimap": true,
|
|
3202
|
+
"tileLayout": "isometric",
|
|
3203
|
+
"tiles": "@config.tiles",
|
|
3204
|
+
"type": "isometric-canvas",
|
|
3205
|
+
"units": "@entity.units"
|
|
3206
|
+
}
|
|
3207
|
+
],
|
|
3208
|
+
"hud": {
|
|
3209
|
+
"stats": [
|
|
3210
|
+
{
|
|
3211
|
+
"icon": "https://almadar-kflow-assets.web.app/shared/ui-battle-board/default/features/gold_mine.png",
|
|
3212
|
+
"label": "Turn",
|
|
3213
|
+
"value": "@entity.turn"
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
"label": "Result",
|
|
3217
|
+
"value": "@entity.result"
|
|
3218
|
+
}
|
|
3219
|
+
],
|
|
3220
|
+
"type": "game-hud"
|
|
3221
|
+
},
|
|
3222
|
+
"type": "game-shell"
|
|
3134
3223
|
}
|
|
3135
3224
|
]
|
|
3136
3225
|
],
|
|
@@ -3183,24 +3272,34 @@
|
|
|
3183
3272
|
"render-ui",
|
|
3184
3273
|
"main",
|
|
3185
3274
|
{
|
|
3186
|
-
"
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
"
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3275
|
+
"children": [
|
|
3276
|
+
{
|
|
3277
|
+
"assetManifest": "@config.assetManifest",
|
|
3278
|
+
"effects": "@entity.effects",
|
|
3279
|
+
"features": "@config.features",
|
|
3280
|
+
"scale": "@config.scale",
|
|
3281
|
+
"showMinimap": true,
|
|
3282
|
+
"tileLayout": "isometric",
|
|
3283
|
+
"tiles": "@config.tiles",
|
|
3284
|
+
"type": "isometric-canvas",
|
|
3285
|
+
"units": "@entity.units"
|
|
3286
|
+
}
|
|
3287
|
+
],
|
|
3288
|
+
"hud": {
|
|
3289
|
+
"stats": [
|
|
3290
|
+
{
|
|
3291
|
+
"icon": "https://almadar-kflow-assets.web.app/shared/ui-battle-board/default/features/gold_mine.png",
|
|
3292
|
+
"label": "Turn",
|
|
3293
|
+
"value": "@entity.turn"
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
"label": "Result",
|
|
3297
|
+
"value": "@entity.result"
|
|
3298
|
+
}
|
|
3299
|
+
],
|
|
3300
|
+
"type": "game-hud"
|
|
3301
|
+
},
|
|
3302
|
+
"type": "game-shell"
|
|
3204
3303
|
}
|
|
3205
3304
|
]
|
|
3206
3305
|
],
|
|
@@ -3276,24 +3375,34 @@
|
|
|
3276
3375
|
"render-ui",
|
|
3277
3376
|
"main",
|
|
3278
3377
|
{
|
|
3279
|
-
"
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
"
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3378
|
+
"children": [
|
|
3379
|
+
{
|
|
3380
|
+
"assetManifest": "@config.assetManifest",
|
|
3381
|
+
"effects": "@entity.effects",
|
|
3382
|
+
"features": "@config.features",
|
|
3383
|
+
"scale": "@config.scale",
|
|
3384
|
+
"showMinimap": true,
|
|
3385
|
+
"tileLayout": "isometric",
|
|
3386
|
+
"tiles": "@config.tiles",
|
|
3387
|
+
"type": "isometric-canvas",
|
|
3388
|
+
"units": "@entity.units"
|
|
3389
|
+
}
|
|
3390
|
+
],
|
|
3391
|
+
"hud": {
|
|
3392
|
+
"stats": [
|
|
3393
|
+
{
|
|
3394
|
+
"icon": "https://almadar-kflow-assets.web.app/shared/ui-battle-board/default/features/gold_mine.png",
|
|
3395
|
+
"label": "Turn",
|
|
3396
|
+
"value": "@entity.turn"
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"label": "Result",
|
|
3400
|
+
"value": "@entity.result"
|
|
3401
|
+
}
|
|
3402
|
+
],
|
|
3403
|
+
"type": "game-hud"
|
|
3404
|
+
},
|
|
3405
|
+
"type": "game-shell"
|
|
3297
3406
|
}
|
|
3298
3407
|
]
|
|
3299
3408
|
],
|
|
@@ -3418,6 +3527,28 @@
|
|
|
3418
3527
|
"object/merge",
|
|
3419
3528
|
"@u",
|
|
3420
3529
|
{
|
|
3530
|
+
"animation": [
|
|
3531
|
+
"if",
|
|
3532
|
+
[
|
|
3533
|
+
"<=",
|
|
3534
|
+
[
|
|
3535
|
+
"math/max",
|
|
3536
|
+
0.0,
|
|
3537
|
+
[
|
|
3538
|
+
"-",
|
|
3539
|
+
[
|
|
3540
|
+
"object/get",
|
|
3541
|
+
"@u",
|
|
3542
|
+
"health"
|
|
3543
|
+
],
|
|
3544
|
+
"@payload.damage"
|
|
3545
|
+
]
|
|
3546
|
+
],
|
|
3547
|
+
0.0
|
|
3548
|
+
],
|
|
3549
|
+
"death",
|
|
3550
|
+
"hit"
|
|
3551
|
+
],
|
|
3421
3552
|
"health": [
|
|
3422
3553
|
"math/max",
|
|
3423
3554
|
0.0,
|
|
@@ -3433,11 +3564,159 @@
|
|
|
3433
3564
|
]
|
|
3434
3565
|
}
|
|
3435
3566
|
],
|
|
3436
|
-
|
|
3567
|
+
[
|
|
3568
|
+
"if",
|
|
3569
|
+
[
|
|
3570
|
+
"==",
|
|
3571
|
+
"@u.id",
|
|
3572
|
+
"@payload.attackerId"
|
|
3573
|
+
],
|
|
3574
|
+
[
|
|
3575
|
+
"object/merge",
|
|
3576
|
+
"@u",
|
|
3577
|
+
{
|
|
3578
|
+
"animation": "attack"
|
|
3579
|
+
}
|
|
3580
|
+
],
|
|
3581
|
+
"@u"
|
|
3582
|
+
]
|
|
3437
3583
|
]
|
|
3438
3584
|
]
|
|
3439
3585
|
]
|
|
3440
3586
|
],
|
|
3587
|
+
[
|
|
3588
|
+
"set",
|
|
3589
|
+
"@entity.effects",
|
|
3590
|
+
[
|
|
3591
|
+
"array/append",
|
|
3592
|
+
"@entity.effects",
|
|
3593
|
+
{
|
|
3594
|
+
"key": "slash",
|
|
3595
|
+
"ttl": 4.0,
|
|
3596
|
+
"x": [
|
|
3597
|
+
"object/get",
|
|
3598
|
+
[
|
|
3599
|
+
"object/get",
|
|
3600
|
+
[
|
|
3601
|
+
"array/find",
|
|
3602
|
+
"@entity.units",
|
|
3603
|
+
[
|
|
3604
|
+
"fn",
|
|
3605
|
+
"u",
|
|
3606
|
+
[
|
|
3607
|
+
"==",
|
|
3608
|
+
"@u.id",
|
|
3609
|
+
"@payload.targetId"
|
|
3610
|
+
]
|
|
3611
|
+
]
|
|
3612
|
+
],
|
|
3613
|
+
"position"
|
|
3614
|
+
],
|
|
3615
|
+
"x"
|
|
3616
|
+
],
|
|
3617
|
+
"y": [
|
|
3618
|
+
"object/get",
|
|
3619
|
+
[
|
|
3620
|
+
"object/get",
|
|
3621
|
+
[
|
|
3622
|
+
"array/find",
|
|
3623
|
+
"@entity.units",
|
|
3624
|
+
[
|
|
3625
|
+
"fn",
|
|
3626
|
+
"u",
|
|
3627
|
+
[
|
|
3628
|
+
"==",
|
|
3629
|
+
"@u.id",
|
|
3630
|
+
"@payload.targetId"
|
|
3631
|
+
]
|
|
3632
|
+
]
|
|
3633
|
+
],
|
|
3634
|
+
"position"
|
|
3635
|
+
],
|
|
3636
|
+
"y"
|
|
3637
|
+
]
|
|
3638
|
+
}
|
|
3639
|
+
]
|
|
3640
|
+
],
|
|
3641
|
+
[
|
|
3642
|
+
"if",
|
|
3643
|
+
[
|
|
3644
|
+
"<=",
|
|
3645
|
+
[
|
|
3646
|
+
"object/get",
|
|
3647
|
+
[
|
|
3648
|
+
"array/find",
|
|
3649
|
+
"@entity.units",
|
|
3650
|
+
[
|
|
3651
|
+
"fn",
|
|
3652
|
+
"u",
|
|
3653
|
+
[
|
|
3654
|
+
"==",
|
|
3655
|
+
"@u.id",
|
|
3656
|
+
"@payload.targetId"
|
|
3657
|
+
]
|
|
3658
|
+
]
|
|
3659
|
+
],
|
|
3660
|
+
"health"
|
|
3661
|
+
],
|
|
3662
|
+
0.0
|
|
3663
|
+
],
|
|
3664
|
+
[
|
|
3665
|
+
"set",
|
|
3666
|
+
"@entity.effects",
|
|
3667
|
+
[
|
|
3668
|
+
"array/append",
|
|
3669
|
+
"@entity.effects",
|
|
3670
|
+
{
|
|
3671
|
+
"key": "explosion",
|
|
3672
|
+
"ttl": 5.0,
|
|
3673
|
+
"x": [
|
|
3674
|
+
"object/get",
|
|
3675
|
+
[
|
|
3676
|
+
"object/get",
|
|
3677
|
+
[
|
|
3678
|
+
"array/find",
|
|
3679
|
+
"@entity.units",
|
|
3680
|
+
[
|
|
3681
|
+
"fn",
|
|
3682
|
+
"u",
|
|
3683
|
+
[
|
|
3684
|
+
"==",
|
|
3685
|
+
"@u.id",
|
|
3686
|
+
"@payload.targetId"
|
|
3687
|
+
]
|
|
3688
|
+
]
|
|
3689
|
+
],
|
|
3690
|
+
"position"
|
|
3691
|
+
],
|
|
3692
|
+
"x"
|
|
3693
|
+
],
|
|
3694
|
+
"y": [
|
|
3695
|
+
"object/get",
|
|
3696
|
+
[
|
|
3697
|
+
"object/get",
|
|
3698
|
+
[
|
|
3699
|
+
"array/find",
|
|
3700
|
+
"@entity.units",
|
|
3701
|
+
[
|
|
3702
|
+
"fn",
|
|
3703
|
+
"u",
|
|
3704
|
+
[
|
|
3705
|
+
"==",
|
|
3706
|
+
"@u.id",
|
|
3707
|
+
"@payload.targetId"
|
|
3708
|
+
]
|
|
3709
|
+
]
|
|
3710
|
+
],
|
|
3711
|
+
"position"
|
|
3712
|
+
],
|
|
3713
|
+
"y"
|
|
3714
|
+
]
|
|
3715
|
+
}
|
|
3716
|
+
]
|
|
3717
|
+
],
|
|
3718
|
+
null
|
|
3719
|
+
],
|
|
3441
3720
|
[
|
|
3442
3721
|
"set",
|
|
3443
3722
|
"@entity.selectedUnitId",
|
|
@@ -3452,24 +3731,34 @@
|
|
|
3452
3731
|
"render-ui",
|
|
3453
3732
|
"main",
|
|
3454
3733
|
{
|
|
3455
|
-
"
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
"
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3734
|
+
"children": [
|
|
3735
|
+
{
|
|
3736
|
+
"assetManifest": "@config.assetManifest",
|
|
3737
|
+
"effects": "@entity.effects",
|
|
3738
|
+
"features": "@config.features",
|
|
3739
|
+
"scale": "@config.scale",
|
|
3740
|
+
"showMinimap": true,
|
|
3741
|
+
"tileLayout": "isometric",
|
|
3742
|
+
"tiles": "@config.tiles",
|
|
3743
|
+
"type": "isometric-canvas",
|
|
3744
|
+
"units": "@entity.units"
|
|
3745
|
+
}
|
|
3746
|
+
],
|
|
3747
|
+
"hud": {
|
|
3748
|
+
"stats": [
|
|
3749
|
+
{
|
|
3750
|
+
"icon": "https://almadar-kflow-assets.web.app/shared/ui-battle-board/default/features/gold_mine.png",
|
|
3751
|
+
"label": "Turn",
|
|
3752
|
+
"value": "@entity.turn"
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"label": "Result",
|
|
3756
|
+
"value": "@entity.result"
|
|
3757
|
+
}
|
|
3758
|
+
],
|
|
3759
|
+
"type": "game-hud"
|
|
3760
|
+
},
|
|
3761
|
+
"type": "game-shell"
|
|
3473
3762
|
}
|
|
3474
3763
|
]
|
|
3475
3764
|
],
|
|
@@ -3603,24 +3892,34 @@
|
|
|
3603
3892
|
"render-ui",
|
|
3604
3893
|
"main",
|
|
3605
3894
|
{
|
|
3606
|
-
"
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
"
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3895
|
+
"children": [
|
|
3896
|
+
{
|
|
3897
|
+
"assetManifest": "@config.assetManifest",
|
|
3898
|
+
"effects": "@entity.effects",
|
|
3899
|
+
"features": "@config.features",
|
|
3900
|
+
"scale": "@config.scale",
|
|
3901
|
+
"showMinimap": true,
|
|
3902
|
+
"tileLayout": "isometric",
|
|
3903
|
+
"tiles": "@config.tiles",
|
|
3904
|
+
"type": "isometric-canvas",
|
|
3905
|
+
"units": "@entity.units"
|
|
3906
|
+
}
|
|
3907
|
+
],
|
|
3908
|
+
"hud": {
|
|
3909
|
+
"stats": [
|
|
3910
|
+
{
|
|
3911
|
+
"icon": "https://almadar-kflow-assets.web.app/shared/ui-battle-board/default/features/gold_mine.png",
|
|
3912
|
+
"label": "Turn",
|
|
3913
|
+
"value": "@entity.turn"
|
|
3914
|
+
},
|
|
3915
|
+
{
|
|
3916
|
+
"label": "Result",
|
|
3917
|
+
"value": "@entity.result"
|
|
3918
|
+
}
|
|
3919
|
+
],
|
|
3920
|
+
"type": "game-hud"
|
|
3921
|
+
},
|
|
3922
|
+
"type": "game-shell"
|
|
3624
3923
|
}
|
|
3625
3924
|
]
|
|
3626
3925
|
],
|
|
@@ -3649,24 +3948,34 @@
|
|
|
3649
3948
|
"render-ui",
|
|
3650
3949
|
"main",
|
|
3651
3950
|
{
|
|
3652
|
-
"
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
"
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3951
|
+
"children": [
|
|
3952
|
+
{
|
|
3953
|
+
"assetManifest": "@config.assetManifest",
|
|
3954
|
+
"effects": "@entity.effects",
|
|
3955
|
+
"features": "@config.features",
|
|
3956
|
+
"scale": "@config.scale",
|
|
3957
|
+
"showMinimap": true,
|
|
3958
|
+
"tileLayout": "isometric",
|
|
3959
|
+
"tiles": "@config.tiles",
|
|
3960
|
+
"type": "isometric-canvas",
|
|
3961
|
+
"units": "@entity.units"
|
|
3962
|
+
}
|
|
3963
|
+
],
|
|
3964
|
+
"hud": {
|
|
3965
|
+
"stats": [
|
|
3966
|
+
{
|
|
3967
|
+
"icon": "https://almadar-kflow-assets.web.app/shared/ui-battle-board/default/features/gold_mine.png",
|
|
3968
|
+
"label": "Turn",
|
|
3969
|
+
"value": "@entity.turn"
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"label": "Result",
|
|
3973
|
+
"value": "@entity.result"
|
|
3974
|
+
}
|
|
3975
|
+
],
|
|
3976
|
+
"type": "game-hud"
|
|
3977
|
+
},
|
|
3978
|
+
"type": "game-shell"
|
|
3670
3979
|
}
|
|
3671
3980
|
]
|
|
3672
3981
|
],
|
|
@@ -3731,24 +4040,34 @@
|
|
|
3731
4040
|
"render-ui",
|
|
3732
4041
|
"main",
|
|
3733
4042
|
{
|
|
3734
|
-
"
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
"
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
4043
|
+
"children": [
|
|
4044
|
+
{
|
|
4045
|
+
"assetManifest": "@config.assetManifest",
|
|
4046
|
+
"effects": "@entity.effects",
|
|
4047
|
+
"features": "@config.features",
|
|
4048
|
+
"scale": "@config.scale",
|
|
4049
|
+
"showMinimap": true,
|
|
4050
|
+
"tileLayout": "isometric",
|
|
4051
|
+
"tiles": "@config.tiles",
|
|
4052
|
+
"type": "isometric-canvas",
|
|
4053
|
+
"units": "@entity.units"
|
|
4054
|
+
}
|
|
4055
|
+
],
|
|
4056
|
+
"hud": {
|
|
4057
|
+
"stats": [
|
|
4058
|
+
{
|
|
4059
|
+
"icon": "https://almadar-kflow-assets.web.app/shared/ui-battle-board/default/features/gold_mine.png",
|
|
4060
|
+
"label": "Turn",
|
|
4061
|
+
"value": "@entity.turn"
|
|
4062
|
+
},
|
|
4063
|
+
{
|
|
4064
|
+
"label": "Result",
|
|
4065
|
+
"value": "@entity.result"
|
|
4066
|
+
}
|
|
4067
|
+
],
|
|
4068
|
+
"type": "game-hud"
|
|
4069
|
+
},
|
|
4070
|
+
"type": "game-shell"
|
|
3752
4071
|
}
|
|
3753
4072
|
]
|
|
3754
4073
|
],
|
|
@@ -3855,28 +4174,43 @@
|
|
|
3855
4174
|
"@entity.enemyTurn",
|
|
3856
4175
|
false
|
|
3857
4176
|
],
|
|
4177
|
+
[
|
|
4178
|
+
"set",
|
|
4179
|
+
"@entity.effects",
|
|
4180
|
+
[]
|
|
4181
|
+
],
|
|
3858
4182
|
[
|
|
3859
4183
|
"render-ui",
|
|
3860
4184
|
"main",
|
|
3861
4185
|
{
|
|
3862
|
-
"
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
"
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
4186
|
+
"children": [
|
|
4187
|
+
{
|
|
4188
|
+
"assetManifest": "@config.assetManifest",
|
|
4189
|
+
"effects": "@entity.effects",
|
|
4190
|
+
"features": "@config.features",
|
|
4191
|
+
"scale": "@config.scale",
|
|
4192
|
+
"showMinimap": true,
|
|
4193
|
+
"tileLayout": "isometric",
|
|
4194
|
+
"tiles": "@config.tiles",
|
|
4195
|
+
"type": "isometric-canvas",
|
|
4196
|
+
"units": "@entity.units"
|
|
4197
|
+
}
|
|
4198
|
+
],
|
|
4199
|
+
"hud": {
|
|
4200
|
+
"stats": [
|
|
4201
|
+
{
|
|
4202
|
+
"icon": "https://almadar-kflow-assets.web.app/shared/ui-battle-board/default/features/gold_mine.png",
|
|
4203
|
+
"label": "Turn",
|
|
4204
|
+
"value": "@entity.turn"
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"label": "Result",
|
|
4208
|
+
"value": "@entity.result"
|
|
4209
|
+
}
|
|
4210
|
+
],
|
|
4211
|
+
"type": "game-hud"
|
|
4212
|
+
},
|
|
4213
|
+
"type": "game-shell"
|
|
3880
4214
|
}
|
|
3881
4215
|
]
|
|
3882
4216
|
],
|