@almadar/core 10.62.0 → 10.64.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/builders.d.ts +3 -3
- package/dist/builders.js.map +1 -1
- package/dist/{effect-M22diOHo.d.ts → effect-DOqkIe2M.d.ts} +55 -7
- package/dist/{entityAccess-BFmlJWS5.d.ts → entityAccess-BOIRacH7.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-BGTJcLOt.d.ts → index-BQkyHRT3.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +633 -16
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +11 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +1329 -18
- package/dist/patterns/index.js +627 -14
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +613 -12
- package/dist/patterns/registry.json +613 -12
- package/dist/{schema-CtOCXxsy.d.ts → schema-B648ulAY.d.ts} +16 -3
- package/dist/{trait-C7w1IVQm.d.ts → trait-C6Jqfflp.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +8 -2
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CTH6fbI8.d.ts → types-j7OsANcy.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-08-
|
|
3
|
+
"exportedAt": "2026-08-21T10:52:11.515Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -1518,6 +1518,12 @@
|
|
|
1518
1518
|
]
|
|
1519
1519
|
}
|
|
1520
1520
|
},
|
|
1521
|
+
"maxInlineActions": {
|
|
1522
|
+
"types": [
|
|
1523
|
+
"number"
|
|
1524
|
+
],
|
|
1525
|
+
"description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu (mirrors DataGrid's maxInlineActions). Omit = all inline."
|
|
1526
|
+
},
|
|
1521
1527
|
"backAction": {
|
|
1522
1528
|
"types": [
|
|
1523
1529
|
"object"
|
|
@@ -1800,9 +1806,10 @@
|
|
|
1800
1806
|
},
|
|
1801
1807
|
"status": {
|
|
1802
1808
|
"types": [
|
|
1803
|
-
"object"
|
|
1809
|
+
"object",
|
|
1810
|
+
"string"
|
|
1804
1811
|
],
|
|
1805
|
-
"description": "Status badge",
|
|
1812
|
+
"description": "Status badge — a bare string (an entity's status field bound directly, e.g. `status: @entity.status`) renders as a default-variant badge",
|
|
1806
1813
|
"properties": {
|
|
1807
1814
|
"label": {
|
|
1808
1815
|
"types": [
|
|
@@ -2549,7 +2556,12 @@
|
|
|
2549
2556
|
"formValues": {
|
|
2550
2557
|
"types": [
|
|
2551
2558
|
"object"
|
|
2552
|
-
]
|
|
2559
|
+
],
|
|
2560
|
+
"mapValue": {
|
|
2561
|
+
"types": [
|
|
2562
|
+
"object"
|
|
2563
|
+
]
|
|
2564
|
+
}
|
|
2553
2565
|
},
|
|
2554
2566
|
"globalVariables": {
|
|
2555
2567
|
"types": [
|
|
@@ -2576,7 +2588,12 @@
|
|
|
2576
2588
|
"entity": {
|
|
2577
2589
|
"types": [
|
|
2578
2590
|
"object"
|
|
2579
|
-
]
|
|
2591
|
+
],
|
|
2592
|
+
"mapValue": {
|
|
2593
|
+
"types": [
|
|
2594
|
+
"object"
|
|
2595
|
+
]
|
|
2596
|
+
}
|
|
2580
2597
|
}
|
|
2581
2598
|
},
|
|
2582
2599
|
"propertyRequired": [
|
|
@@ -3405,7 +3422,12 @@
|
|
|
3405
3422
|
"formValues": {
|
|
3406
3423
|
"types": [
|
|
3407
3424
|
"object"
|
|
3408
|
-
]
|
|
3425
|
+
],
|
|
3426
|
+
"mapValue": {
|
|
3427
|
+
"types": [
|
|
3428
|
+
"object"
|
|
3429
|
+
]
|
|
3430
|
+
}
|
|
3409
3431
|
},
|
|
3410
3432
|
"globalVariables": {
|
|
3411
3433
|
"types": [
|
|
@@ -3432,7 +3454,12 @@
|
|
|
3432
3454
|
"entity": {
|
|
3433
3455
|
"types": [
|
|
3434
3456
|
"object"
|
|
3435
|
-
]
|
|
3457
|
+
],
|
|
3458
|
+
"mapValue": {
|
|
3459
|
+
"types": [
|
|
3460
|
+
"object"
|
|
3461
|
+
]
|
|
3462
|
+
}
|
|
3436
3463
|
}
|
|
3437
3464
|
},
|
|
3438
3465
|
"propertyRequired": [
|
|
@@ -4397,8 +4424,9 @@
|
|
|
4397
4424
|
"types": [
|
|
4398
4425
|
"array"
|
|
4399
4426
|
],
|
|
4400
|
-
"description": "Breadcrumb items",
|
|
4401
|
-
"
|
|
4427
|
+
"description": "Breadcrumb items. Omit together with `fromNavStack` to render the orbital-scoped navigation stack instead of an authored trail.",
|
|
4428
|
+
"kind": "event-list",
|
|
4429
|
+
"eventField": "event",
|
|
4402
4430
|
"items": {
|
|
4403
4431
|
"types": [
|
|
4404
4432
|
"object"
|
|
@@ -4446,6 +4474,20 @@
|
|
|
4446
4474
|
]
|
|
4447
4475
|
}
|
|
4448
4476
|
},
|
|
4477
|
+
"fromNavStack": {
|
|
4478
|
+
"types": [
|
|
4479
|
+
"boolean"
|
|
4480
|
+
],
|
|
4481
|
+
"description": "Render the current orbital's navigation stack (NavStackProvider) as the trail: one crumb per visited/declared level, last entry current. The stack is client-session state both execution paths maintain; outside a provider this renders nothing.",
|
|
4482
|
+
"default": false
|
|
4483
|
+
},
|
|
4484
|
+
"itemEvent": {
|
|
4485
|
+
"types": [
|
|
4486
|
+
"string"
|
|
4487
|
+
],
|
|
4488
|
+
"description": "Event emitted when a non-current crumb is clicked, with payload `{ label, href, index }` — the trait handles it with `(navigate ?href)`. Without it, stack crumbs navigate directly.",
|
|
4489
|
+
"kind": "event"
|
|
4490
|
+
},
|
|
4449
4491
|
"separator": {
|
|
4450
4492
|
"types": [
|
|
4451
4493
|
"icon",
|
|
@@ -13019,7 +13061,7 @@
|
|
|
13019
13061
|
"types": [
|
|
13020
13062
|
"object"
|
|
13021
13063
|
],
|
|
13022
|
-
"description": "Current user info (optional - auto-populated from auth context if not provided)",
|
|
13064
|
+
"description": "Current user info (optional - auto-populated from auth context if not provided). Accepts `null` as well as `undefined`: the `.lolo` substrate's signed-out spelling is `(if @config.viewerName {…} null)`, and the compiled path passes that `null` through verbatim.",
|
|
13023
13065
|
"properties": {
|
|
13024
13066
|
"name": {
|
|
13025
13067
|
"types": [
|
|
@@ -13038,8 +13080,7 @@
|
|
|
13038
13080
|
}
|
|
13039
13081
|
},
|
|
13040
13082
|
"propertyRequired": [
|
|
13041
|
-
"name"
|
|
13042
|
-
"email"
|
|
13083
|
+
"name"
|
|
13043
13084
|
]
|
|
13044
13085
|
},
|
|
13045
13086
|
"headerActions": {
|
|
@@ -46991,6 +47032,566 @@
|
|
|
46991
47032
|
]
|
|
46992
47033
|
}
|
|
46993
47034
|
}
|
|
47035
|
+
},
|
|
47036
|
+
"fx-overlay": {
|
|
47037
|
+
"type": "fx-overlay",
|
|
47038
|
+
"category": "container",
|
|
47039
|
+
"tier": "molecules",
|
|
47040
|
+
"family": "core",
|
|
47041
|
+
"description": "FxOverlay component",
|
|
47042
|
+
"suggestedFor": [
|
|
47043
|
+
"overlay",
|
|
47044
|
+
"fx overlay"
|
|
47045
|
+
],
|
|
47046
|
+
"typicalSize": "medium",
|
|
47047
|
+
"propsSchema": {
|
|
47048
|
+
"items": {
|
|
47049
|
+
"types": [
|
|
47050
|
+
"array"
|
|
47051
|
+
],
|
|
47052
|
+
"description": "Live screen-space fx entries (the mechanic's fx list filtered to `space == \"screen\"`); mount starts each item's animation, ttl decay unmounts it.",
|
|
47053
|
+
"required": true,
|
|
47054
|
+
"items": {
|
|
47055
|
+
"types": [
|
|
47056
|
+
"object"
|
|
47057
|
+
],
|
|
47058
|
+
"properties": {
|
|
47059
|
+
"id": {
|
|
47060
|
+
"types": [
|
|
47061
|
+
"string"
|
|
47062
|
+
]
|
|
47063
|
+
},
|
|
47064
|
+
"type": {
|
|
47065
|
+
"types": [
|
|
47066
|
+
"string"
|
|
47067
|
+
]
|
|
47068
|
+
},
|
|
47069
|
+
"effect": {
|
|
47070
|
+
"types": [
|
|
47071
|
+
"string"
|
|
47072
|
+
],
|
|
47073
|
+
"enumValues": [
|
|
47074
|
+
"confetti",
|
|
47075
|
+
"flash",
|
|
47076
|
+
"shake",
|
|
47077
|
+
"sparkle",
|
|
47078
|
+
"float-text",
|
|
47079
|
+
"streak-glow"
|
|
47080
|
+
]
|
|
47081
|
+
},
|
|
47082
|
+
"message": {
|
|
47083
|
+
"types": [
|
|
47084
|
+
"string"
|
|
47085
|
+
]
|
|
47086
|
+
},
|
|
47087
|
+
"color": {
|
|
47088
|
+
"types": [
|
|
47089
|
+
"string"
|
|
47090
|
+
]
|
|
47091
|
+
},
|
|
47092
|
+
"size": {
|
|
47093
|
+
"types": [
|
|
47094
|
+
"number"
|
|
47095
|
+
]
|
|
47096
|
+
},
|
|
47097
|
+
"x": {
|
|
47098
|
+
"types": [
|
|
47099
|
+
"number"
|
|
47100
|
+
]
|
|
47101
|
+
},
|
|
47102
|
+
"z": {
|
|
47103
|
+
"types": [
|
|
47104
|
+
"number"
|
|
47105
|
+
]
|
|
47106
|
+
},
|
|
47107
|
+
"y": {
|
|
47108
|
+
"types": [
|
|
47109
|
+
"number"
|
|
47110
|
+
]
|
|
47111
|
+
},
|
|
47112
|
+
"ttl": {
|
|
47113
|
+
"types": [
|
|
47114
|
+
"number"
|
|
47115
|
+
]
|
|
47116
|
+
},
|
|
47117
|
+
"maxTtl": {
|
|
47118
|
+
"types": [
|
|
47119
|
+
"number"
|
|
47120
|
+
]
|
|
47121
|
+
},
|
|
47122
|
+
"bornAt": {
|
|
47123
|
+
"types": [
|
|
47124
|
+
"number"
|
|
47125
|
+
]
|
|
47126
|
+
},
|
|
47127
|
+
"space": {
|
|
47128
|
+
"types": [
|
|
47129
|
+
"string"
|
|
47130
|
+
],
|
|
47131
|
+
"enumValues": [
|
|
47132
|
+
"world",
|
|
47133
|
+
"screen"
|
|
47134
|
+
]
|
|
47135
|
+
},
|
|
47136
|
+
"particleCount": {
|
|
47137
|
+
"types": [
|
|
47138
|
+
"number"
|
|
47139
|
+
]
|
|
47140
|
+
},
|
|
47141
|
+
"vx": {
|
|
47142
|
+
"types": [
|
|
47143
|
+
"number"
|
|
47144
|
+
]
|
|
47145
|
+
},
|
|
47146
|
+
"vy": {
|
|
47147
|
+
"types": [
|
|
47148
|
+
"number"
|
|
47149
|
+
]
|
|
47150
|
+
},
|
|
47151
|
+
"vz": {
|
|
47152
|
+
"types": [
|
|
47153
|
+
"number"
|
|
47154
|
+
]
|
|
47155
|
+
}
|
|
47156
|
+
},
|
|
47157
|
+
"required": [
|
|
47158
|
+
"id",
|
|
47159
|
+
"type",
|
|
47160
|
+
"ttl"
|
|
47161
|
+
]
|
|
47162
|
+
}
|
|
47163
|
+
},
|
|
47164
|
+
"tickMs": {
|
|
47165
|
+
"types": [
|
|
47166
|
+
"number"
|
|
47167
|
+
],
|
|
47168
|
+
"description": "The fx mechanic's decay tick period in ms; per-item animation duration = maxTtl × tickMs. Default 500."
|
|
47169
|
+
},
|
|
47170
|
+
"children": {
|
|
47171
|
+
"types": [
|
|
47172
|
+
"node"
|
|
47173
|
+
],
|
|
47174
|
+
"description": "Wrapped content — the `shake` target and the overlay's bounds."
|
|
47175
|
+
},
|
|
47176
|
+
"className": {
|
|
47177
|
+
"types": [
|
|
47178
|
+
"string"
|
|
47179
|
+
],
|
|
47180
|
+
"description": "Additional class names on the outermost element."
|
|
47181
|
+
}
|
|
47182
|
+
}
|
|
47183
|
+
},
|
|
47184
|
+
"draw-fx-layer": {
|
|
47185
|
+
"type": "draw-fx-layer",
|
|
47186
|
+
"category": "game",
|
|
47187
|
+
"tier": "molecules",
|
|
47188
|
+
"family": "game",
|
|
47189
|
+
"description": "DrawFxLayer component",
|
|
47190
|
+
"suggestedFor": [
|
|
47191
|
+
"draw",
|
|
47192
|
+
"layer",
|
|
47193
|
+
"draw fx layer"
|
|
47194
|
+
],
|
|
47195
|
+
"typicalSize": "medium",
|
|
47196
|
+
"propsSchema": {
|
|
47197
|
+
"id": {
|
|
47198
|
+
"types": [
|
|
47199
|
+
"string"
|
|
47200
|
+
],
|
|
47201
|
+
"description": "Optional source-tagged hit-test handle — the host indexes the drawable's ScenePos→id so a pointer/raycast at that cell resolves to this id (unit/entity click). No id → the host emits only the coordinate (tile click)."
|
|
47202
|
+
},
|
|
47203
|
+
"type": {
|
|
47204
|
+
"types": [
|
|
47205
|
+
"unknown"
|
|
47206
|
+
],
|
|
47207
|
+
"description": "type prop",
|
|
47208
|
+
"required": true
|
|
47209
|
+
},
|
|
47210
|
+
"items": {
|
|
47211
|
+
"types": [
|
|
47212
|
+
"array"
|
|
47213
|
+
],
|
|
47214
|
+
"description": "The live fx entries — the mechanic's `@entity.fx` list passed whole; `space: \"screen\"` entries are skipped (the overlay owns those).",
|
|
47215
|
+
"required": true,
|
|
47216
|
+
"items": {
|
|
47217
|
+
"types": [
|
|
47218
|
+
"object"
|
|
47219
|
+
],
|
|
47220
|
+
"properties": {
|
|
47221
|
+
"id": {
|
|
47222
|
+
"types": [
|
|
47223
|
+
"string"
|
|
47224
|
+
]
|
|
47225
|
+
},
|
|
47226
|
+
"type": {
|
|
47227
|
+
"types": [
|
|
47228
|
+
"string"
|
|
47229
|
+
]
|
|
47230
|
+
},
|
|
47231
|
+
"position": {
|
|
47232
|
+
"types": [
|
|
47233
|
+
"object"
|
|
47234
|
+
],
|
|
47235
|
+
"scenePos": true,
|
|
47236
|
+
"properties": {
|
|
47237
|
+
"x": {
|
|
47238
|
+
"types": [
|
|
47239
|
+
"number"
|
|
47240
|
+
]
|
|
47241
|
+
},
|
|
47242
|
+
"y": {
|
|
47243
|
+
"types": [
|
|
47244
|
+
"number"
|
|
47245
|
+
]
|
|
47246
|
+
},
|
|
47247
|
+
"z": {
|
|
47248
|
+
"types": [
|
|
47249
|
+
"number"
|
|
47250
|
+
]
|
|
47251
|
+
}
|
|
47252
|
+
},
|
|
47253
|
+
"required": [
|
|
47254
|
+
"x",
|
|
47255
|
+
"y"
|
|
47256
|
+
]
|
|
47257
|
+
},
|
|
47258
|
+
"x": {
|
|
47259
|
+
"types": [
|
|
47260
|
+
"number"
|
|
47261
|
+
]
|
|
47262
|
+
},
|
|
47263
|
+
"z": {
|
|
47264
|
+
"types": [
|
|
47265
|
+
"number"
|
|
47266
|
+
]
|
|
47267
|
+
},
|
|
47268
|
+
"y": {
|
|
47269
|
+
"types": [
|
|
47270
|
+
"number"
|
|
47271
|
+
]
|
|
47272
|
+
},
|
|
47273
|
+
"message": {
|
|
47274
|
+
"types": [
|
|
47275
|
+
"string"
|
|
47276
|
+
]
|
|
47277
|
+
},
|
|
47278
|
+
"ttl": {
|
|
47279
|
+
"types": [
|
|
47280
|
+
"number"
|
|
47281
|
+
]
|
|
47282
|
+
},
|
|
47283
|
+
"maxTtl": {
|
|
47284
|
+
"types": [
|
|
47285
|
+
"number"
|
|
47286
|
+
]
|
|
47287
|
+
},
|
|
47288
|
+
"bornAt": {
|
|
47289
|
+
"types": [
|
|
47290
|
+
"number"
|
|
47291
|
+
]
|
|
47292
|
+
},
|
|
47293
|
+
"space": {
|
|
47294
|
+
"types": [
|
|
47295
|
+
"string"
|
|
47296
|
+
],
|
|
47297
|
+
"enumValues": [
|
|
47298
|
+
"world",
|
|
47299
|
+
"screen"
|
|
47300
|
+
]
|
|
47301
|
+
},
|
|
47302
|
+
"effect": {
|
|
47303
|
+
"types": [
|
|
47304
|
+
"string"
|
|
47305
|
+
],
|
|
47306
|
+
"enumValues": [
|
|
47307
|
+
"confetti",
|
|
47308
|
+
"flash",
|
|
47309
|
+
"shake",
|
|
47310
|
+
"sparkle",
|
|
47311
|
+
"float-text",
|
|
47312
|
+
"streak-glow"
|
|
47313
|
+
]
|
|
47314
|
+
},
|
|
47315
|
+
"color": {
|
|
47316
|
+
"types": [
|
|
47317
|
+
"string"
|
|
47318
|
+
]
|
|
47319
|
+
},
|
|
47320
|
+
"size": {
|
|
47321
|
+
"types": [
|
|
47322
|
+
"number"
|
|
47323
|
+
]
|
|
47324
|
+
},
|
|
47325
|
+
"vx": {
|
|
47326
|
+
"types": [
|
|
47327
|
+
"number"
|
|
47328
|
+
]
|
|
47329
|
+
},
|
|
47330
|
+
"vy": {
|
|
47331
|
+
"types": [
|
|
47332
|
+
"number"
|
|
47333
|
+
]
|
|
47334
|
+
},
|
|
47335
|
+
"vz": {
|
|
47336
|
+
"types": [
|
|
47337
|
+
"number"
|
|
47338
|
+
]
|
|
47339
|
+
},
|
|
47340
|
+
"particleCount": {
|
|
47341
|
+
"types": [
|
|
47342
|
+
"number"
|
|
47343
|
+
]
|
|
47344
|
+
}
|
|
47345
|
+
},
|
|
47346
|
+
"required": [
|
|
47347
|
+
"id",
|
|
47348
|
+
"type",
|
|
47349
|
+
"x",
|
|
47350
|
+
"ttl"
|
|
47351
|
+
]
|
|
47352
|
+
}
|
|
47353
|
+
},
|
|
47354
|
+
"presets": {
|
|
47355
|
+
"types": [
|
|
47356
|
+
"array"
|
|
47357
|
+
],
|
|
47358
|
+
"description": "Consumer-declared effect vocabulary — one row per fx `type` (look + recipe). Unknown types fall back to a neutral spark burst.",
|
|
47359
|
+
"items": {
|
|
47360
|
+
"types": [
|
|
47361
|
+
"object"
|
|
47362
|
+
],
|
|
47363
|
+
"properties": {
|
|
47364
|
+
"type": {
|
|
47365
|
+
"types": [
|
|
47366
|
+
"string"
|
|
47367
|
+
]
|
|
47368
|
+
},
|
|
47369
|
+
"color": {
|
|
47370
|
+
"types": [
|
|
47371
|
+
"string"
|
|
47372
|
+
]
|
|
47373
|
+
},
|
|
47374
|
+
"color2": {
|
|
47375
|
+
"types": [
|
|
47376
|
+
"string"
|
|
47377
|
+
]
|
|
47378
|
+
},
|
|
47379
|
+
"size": {
|
|
47380
|
+
"types": [
|
|
47381
|
+
"number"
|
|
47382
|
+
]
|
|
47383
|
+
},
|
|
47384
|
+
"shape": {
|
|
47385
|
+
"types": [
|
|
47386
|
+
"string"
|
|
47387
|
+
],
|
|
47388
|
+
"enumValues": [
|
|
47389
|
+
"spark",
|
|
47390
|
+
"ring",
|
|
47391
|
+
"puff",
|
|
47392
|
+
"streak"
|
|
47393
|
+
]
|
|
47394
|
+
},
|
|
47395
|
+
"count": {
|
|
47396
|
+
"types": [
|
|
47397
|
+
"number"
|
|
47398
|
+
]
|
|
47399
|
+
},
|
|
47400
|
+
"glow": {
|
|
47401
|
+
"types": [
|
|
47402
|
+
"number"
|
|
47403
|
+
]
|
|
47404
|
+
},
|
|
47405
|
+
"gravity": {
|
|
47406
|
+
"types": [
|
|
47407
|
+
"number"
|
|
47408
|
+
]
|
|
47409
|
+
},
|
|
47410
|
+
"vx": {
|
|
47411
|
+
"types": [
|
|
47412
|
+
"number"
|
|
47413
|
+
]
|
|
47414
|
+
},
|
|
47415
|
+
"vy": {
|
|
47416
|
+
"types": [
|
|
47417
|
+
"number"
|
|
47418
|
+
]
|
|
47419
|
+
},
|
|
47420
|
+
"vz": {
|
|
47421
|
+
"types": [
|
|
47422
|
+
"number"
|
|
47423
|
+
]
|
|
47424
|
+
},
|
|
47425
|
+
"space": {
|
|
47426
|
+
"types": [
|
|
47427
|
+
"string"
|
|
47428
|
+
],
|
|
47429
|
+
"enumValues": [
|
|
47430
|
+
"world",
|
|
47431
|
+
"screen"
|
|
47432
|
+
]
|
|
47433
|
+
},
|
|
47434
|
+
"effect": {
|
|
47435
|
+
"types": [
|
|
47436
|
+
"string"
|
|
47437
|
+
],
|
|
47438
|
+
"enumValues": [
|
|
47439
|
+
"confetti",
|
|
47440
|
+
"flash",
|
|
47441
|
+
"shake",
|
|
47442
|
+
"sparkle",
|
|
47443
|
+
"float-text",
|
|
47444
|
+
"streak-glow"
|
|
47445
|
+
]
|
|
47446
|
+
},
|
|
47447
|
+
"particleCount": {
|
|
47448
|
+
"types": [
|
|
47449
|
+
"number"
|
|
47450
|
+
]
|
|
47451
|
+
}
|
|
47452
|
+
},
|
|
47453
|
+
"required": [
|
|
47454
|
+
"type"
|
|
47455
|
+
]
|
|
47456
|
+
}
|
|
47457
|
+
},
|
|
47458
|
+
"art": {
|
|
47459
|
+
"types": [
|
|
47460
|
+
"object"
|
|
47461
|
+
],
|
|
47462
|
+
"description": "Vector art per fx type (an asset-art map: type → anim-state → drawables); a type's `idle` state wins over sprites/procedural.",
|
|
47463
|
+
"mapValue": {
|
|
47464
|
+
"types": [
|
|
47465
|
+
"object"
|
|
47466
|
+
],
|
|
47467
|
+
"mapValue": {
|
|
47468
|
+
"types": [
|
|
47469
|
+
"array"
|
|
47470
|
+
],
|
|
47471
|
+
"items": {
|
|
47472
|
+
"types": [
|
|
47473
|
+
"object"
|
|
47474
|
+
],
|
|
47475
|
+
"drawableSlot": true
|
|
47476
|
+
}
|
|
47477
|
+
}
|
|
47478
|
+
}
|
|
47479
|
+
},
|
|
47480
|
+
"sprites": {
|
|
47481
|
+
"types": [
|
|
47482
|
+
"object"
|
|
47483
|
+
],
|
|
47484
|
+
"description": "Sprite asset per fx type (an asset-manifest effects map) — used when no vector art matches.",
|
|
47485
|
+
"mapValue": {
|
|
47486
|
+
"types": [
|
|
47487
|
+
"object"
|
|
47488
|
+
],
|
|
47489
|
+
"properties": {
|
|
47490
|
+
"url": {
|
|
47491
|
+
"types": [
|
|
47492
|
+
"asset"
|
|
47493
|
+
]
|
|
47494
|
+
},
|
|
47495
|
+
"role": {
|
|
47496
|
+
"types": [
|
|
47497
|
+
"string"
|
|
47498
|
+
]
|
|
47499
|
+
},
|
|
47500
|
+
"category": {
|
|
47501
|
+
"types": [
|
|
47502
|
+
"string"
|
|
47503
|
+
]
|
|
47504
|
+
},
|
|
47505
|
+
"animations": {
|
|
47506
|
+
"types": [
|
|
47507
|
+
"array"
|
|
47508
|
+
],
|
|
47509
|
+
"items": {
|
|
47510
|
+
"types": [
|
|
47511
|
+
"string"
|
|
47512
|
+
]
|
|
47513
|
+
}
|
|
47514
|
+
},
|
|
47515
|
+
"style": {
|
|
47516
|
+
"types": [
|
|
47517
|
+
"string"
|
|
47518
|
+
],
|
|
47519
|
+
"enumValues": [
|
|
47520
|
+
"pixel",
|
|
47521
|
+
"vector",
|
|
47522
|
+
"hd",
|
|
47523
|
+
"1-bit",
|
|
47524
|
+
"isometric"
|
|
47525
|
+
]
|
|
47526
|
+
},
|
|
47527
|
+
"variant": {
|
|
47528
|
+
"types": [
|
|
47529
|
+
"string"
|
|
47530
|
+
]
|
|
47531
|
+
},
|
|
47532
|
+
"dimension": {
|
|
47533
|
+
"types": [
|
|
47534
|
+
"string"
|
|
47535
|
+
],
|
|
47536
|
+
"enumValues": [
|
|
47537
|
+
"2d",
|
|
47538
|
+
"3d"
|
|
47539
|
+
]
|
|
47540
|
+
},
|
|
47541
|
+
"aspect": {
|
|
47542
|
+
"types": [
|
|
47543
|
+
"string"
|
|
47544
|
+
],
|
|
47545
|
+
"enumValues": [
|
|
47546
|
+
"1:1",
|
|
47547
|
+
"16:9",
|
|
47548
|
+
"5:7",
|
|
47549
|
+
"8:1"
|
|
47550
|
+
]
|
|
47551
|
+
},
|
|
47552
|
+
"atlas": {
|
|
47553
|
+
"types": [
|
|
47554
|
+
"asset"
|
|
47555
|
+
]
|
|
47556
|
+
},
|
|
47557
|
+
"sprite": {
|
|
47558
|
+
"types": [
|
|
47559
|
+
"string"
|
|
47560
|
+
]
|
|
47561
|
+
},
|
|
47562
|
+
"name": {
|
|
47563
|
+
"types": [
|
|
47564
|
+
"string"
|
|
47565
|
+
]
|
|
47566
|
+
},
|
|
47567
|
+
"thumbnailUrl": {
|
|
47568
|
+
"types": [
|
|
47569
|
+
"string"
|
|
47570
|
+
]
|
|
47571
|
+
}
|
|
47572
|
+
},
|
|
47573
|
+
"required": [
|
|
47574
|
+
"url",
|
|
47575
|
+
"role",
|
|
47576
|
+
"category"
|
|
47577
|
+
]
|
|
47578
|
+
}
|
|
47579
|
+
},
|
|
47580
|
+
"tickMs": {
|
|
47581
|
+
"types": [
|
|
47582
|
+
"number"
|
|
47583
|
+
],
|
|
47584
|
+
"description": "The fx mechanic's decay tick period in ms; lifetime = maxTtl × tickMs. Default 500."
|
|
47585
|
+
},
|
|
47586
|
+
"textColor": {
|
|
47587
|
+
"types": [
|
|
47588
|
+
"string"
|
|
47589
|
+
],
|
|
47590
|
+
"description": "Floating-message text color when an item declares none. Default `#ffe066`."
|
|
47591
|
+
}
|
|
47592
|
+
},
|
|
47593
|
+
"drawable": true,
|
|
47594
|
+
"drawHost": true
|
|
46994
47595
|
}
|
|
46995
47596
|
},
|
|
46996
47597
|
"categories": [
|