@dcl/asset-packs 2.9.3 → 2.9.4

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.
Files changed (2) hide show
  1. package/catalog.json +1250 -8
  2. package/package.json +1 -1
package/catalog.json CHANGED
@@ -90222,6 +90222,356 @@
90222
90222
  "thumbnail.png": "bafkreies6hyp5lshziwa34mtvo6gtujad2co2celu5cejat5tc5sasp77m"
90223
90223
  }
90224
90224
  },
90225
+ {
90226
+ "id": "6dcca8b8-0cb2-4cc4-b369-c95ca5afa199",
90227
+ "name": "Clap Meter",
90228
+ "category": "party",
90229
+ "tags": [
90230
+ "clap",
90231
+ "meter",
90232
+ "party",
90233
+ "interactive",
90234
+ "display"
90235
+ ],
90236
+ "description": "A clap meter that displays the number of claps emotes from players in the scene.",
90237
+ "composite": {
90238
+ "version": 1,
90239
+ "components": [
90240
+ {
90241
+ "name": "core::Transform",
90242
+ "data": {
90243
+ "513": {
90244
+ "json": {
90245
+ "position": {
90246
+ "x": 0,
90247
+ "y": 0.05,
90248
+ "z": 0
90249
+ },
90250
+ "rotation": {
90251
+ "x": -5.929230630780102e-21,
90252
+ "y": 2.341712956877018e-8,
90253
+ "z": 3.028142786434124e-20,
90254
+ "w": 1
90255
+ },
90256
+ "scale": {
90257
+ "x": 1,
90258
+ "y": 1,
90259
+ "z": 1
90260
+ },
90261
+ "parent": 0
90262
+ }
90263
+ },
90264
+ "514": {
90265
+ "json": {
90266
+ "position": {
90267
+ "x": 0,
90268
+ "y": 3.799999952316284,
90269
+ "z": 0
90270
+ },
90271
+ "rotation": {
90272
+ "x": 0,
90273
+ "y": 0,
90274
+ "z": 0,
90275
+ "w": 1
90276
+ },
90277
+ "scale": {
90278
+ "x": 1.5,
90279
+ "y": 1.5,
90280
+ "z": 1.5
90281
+ },
90282
+ "parent": 0
90283
+ }
90284
+ }
90285
+ }
90286
+ },
90287
+ {
90288
+ "name": "core::Animator",
90289
+ "data": {
90290
+ "0": {
90291
+ "json": {
90292
+ "states": []
90293
+ }
90294
+ },
90295
+ "513": {
90296
+ "json": {
90297
+ "states": []
90298
+ }
90299
+ },
90300
+ "514": {
90301
+ "json": {
90302
+ "states": []
90303
+ }
90304
+ }
90305
+ }
90306
+ },
90307
+ {
90308
+ "name": "core::GltfContainer",
90309
+ "data": {
90310
+ "0": {
90311
+ "json": {
90312
+ "src": "{assetPath}/clapMeterBoard.glb",
90313
+ "visibleMeshesCollisionMask": 1,
90314
+ "invisibleMeshesCollisionMask": 3
90315
+ }
90316
+ },
90317
+ "513": {
90318
+ "json": {
90319
+ "src": "{assetPath}/clapMeterNeedle.glb",
90320
+ "visibleMeshesCollisionMask": 1,
90321
+ "invisibleMeshesCollisionMask": 3
90322
+ }
90323
+ }
90324
+ }
90325
+ },
90326
+ {
90327
+ "name": "core-schema::Name",
90328
+ "data": {
90329
+ "0": {
90330
+ "json": {
90331
+ "value": "clapMeter"
90332
+ }
90333
+ },
90334
+ "513": {
90335
+ "json": {
90336
+ "value": "Needle"
90337
+ }
90338
+ },
90339
+ "514": {
90340
+ "json": {
90341
+ "value": "clapMeterText"
90342
+ }
90343
+ }
90344
+ }
90345
+ },
90346
+ {
90347
+ "name": "core-schema::Sync-Components",
90348
+ "data": {
90349
+ "0": {
90350
+ "json": {
90351
+ "componentIds": [
90352
+ "asset-packs::Counter",
90353
+ "asset-packs::Actions",
90354
+ "asset-packs::States",
90355
+ "core::Transform"
90356
+ ]
90357
+ }
90358
+ },
90359
+ "513": {
90360
+ "json": {
90361
+ "componentIds": [
90362
+ "core::Transform",
90363
+ "asset-packs::Counter",
90364
+ "core::VisibilityComponent"
90365
+ ]
90366
+ }
90367
+ },
90368
+ "514": {
90369
+ "json": {
90370
+ "componentIds": [
90371
+ "core::TextShape",
90372
+ "asset-packs::Counter",
90373
+ "asset-packs::States"
90374
+ ]
90375
+ }
90376
+ }
90377
+ }
90378
+ },
90379
+ {
90380
+ "name": "core::VisibilityComponent",
90381
+ "data": {
90382
+ "0": {
90383
+ "json": {
90384
+ "visible": true
90385
+ }
90386
+ },
90387
+ "513": {
90388
+ "json": {
90389
+ "visible": true
90390
+ }
90391
+ }
90392
+ }
90393
+ },
90394
+ {
90395
+ "name": "asset-packs::Actions",
90396
+ "data": {
90397
+ "0": {
90398
+ "json": {
90399
+ "id": "{self}",
90400
+ "value": [
90401
+ {
90402
+ "name": "Activate",
90403
+ "type": "set_state",
90404
+ "jsonPayload": "{\"state\":\"On\"}"
90405
+ },
90406
+ {
90407
+ "name": "Deactivate",
90408
+ "type": "set_state",
90409
+ "jsonPayload": "{\"state\":\"Off\"}"
90410
+ },
90411
+ {
90412
+ "name": "Reset",
90413
+ "type": "set_state",
90414
+ "jsonPayload": "{\"state\":\"On\"}"
90415
+ }
90416
+ ]
90417
+ }
90418
+ },
90419
+ "513": {
90420
+ "json": {
90421
+ "id": "{self}",
90422
+ "value": [
90423
+ {
90424
+ "name": "Show",
90425
+ "type": "set_visibility",
90426
+ "jsonPayload": "{\"visible\":true,\"collider\":0}"
90427
+ },
90428
+ {
90429
+ "name": "Hide",
90430
+ "type": "set_visibility",
90431
+ "jsonPayload": "{\"visible\":false,\"collider\":0}"
90432
+ }
90433
+ ]
90434
+ }
90435
+ }
90436
+ }
90437
+ },
90438
+ {
90439
+ "name": "asset-packs::Counter",
90440
+ "data": {
90441
+ "513": {
90442
+ "json": {
90443
+ "id": "{self}",
90444
+ "value": 0
90445
+ }
90446
+ }
90447
+ }
90448
+ },
90449
+ {
90450
+ "name": "core::TextShape",
90451
+ "data": {
90452
+ "514": {
90453
+ "json": {
90454
+ "text": "",
90455
+ "font": 2,
90456
+ "fontSize": 5,
90457
+ "fontAutoSize": false,
90458
+ "textAlign": 4,
90459
+ "paddingTop": 0,
90460
+ "paddingRight": 0,
90461
+ "paddingBottom": 0,
90462
+ "paddingLeft": 0,
90463
+ "lineSpacing": 0,
90464
+ "outlineWidth": 0,
90465
+ "outlineColor": {
90466
+ "r": 1,
90467
+ "g": 1,
90468
+ "b": 1
90469
+ },
90470
+ "textColor": {
90471
+ "r": 0.7568627595901489,
90472
+ "g": 0.10196078568696976,
90473
+ "b": 0.10196078568696976,
90474
+ "a": 1
90475
+ }
90476
+ }
90477
+ }
90478
+ }
90479
+ },
90480
+ {
90481
+ "name": "asset-packs::Triggers",
90482
+ "data": {
90483
+ "0": {
90484
+ "json": {
90485
+ "value": [
90486
+ {
90487
+ "type": "on_state_change",
90488
+ "conditions": [
90489
+ {
90490
+ "id": "{self:asset-packs::States}",
90491
+ "type": "when_state_is",
90492
+ "value": "On"
90493
+ }
90494
+ ],
90495
+ "operation": "and",
90496
+ "actions": [
90497
+ {
90498
+ "id": "{513:asset-packs::Actions}",
90499
+ "name": "Show"
90500
+ },
90501
+ {
90502
+ "id": "{self:asset-packs::Actions}",
90503
+ "name": "Activate"
90504
+ }
90505
+ ]
90506
+ },
90507
+ {
90508
+ "type": "on_state_change",
90509
+ "conditions": [
90510
+ {
90511
+ "id": "{self:asset-packs::States}",
90512
+ "type": "when_state_is",
90513
+ "value": "Off"
90514
+ }
90515
+ ],
90516
+ "operation": "and",
90517
+ "actions": [
90518
+ {
90519
+ "id": "{513:asset-packs::Actions}",
90520
+ "name": "Hide"
90521
+ },
90522
+ {
90523
+ "id": "{self:asset-packs::Actions}",
90524
+ "name": "Deactivate"
90525
+ }
90526
+ ]
90527
+ }
90528
+ ]
90529
+ }
90530
+ }
90531
+ }
90532
+ },
90533
+ {
90534
+ "name": "asset-packs::States",
90535
+ "data": {
90536
+ "0": {
90537
+ "json": {
90538
+ "id": "{self}",
90539
+ "value": [
90540
+ "Off",
90541
+ "On"
90542
+ ],
90543
+ "defaultValue": "On"
90544
+ }
90545
+ }
90546
+ }
90547
+ },
90548
+ {
90549
+ "name": "asset-packs::Script",
90550
+ "data": {
90551
+ "0": {
90552
+ "json": {
90553
+ "value": [
90554
+ {
90555
+ "path": "{assetPath}/ClapMeter.ts",
90556
+ "priority": 0,
90557
+ "layout": "{\"params\":{\"emoteDetected\":{\"type\":\"string\",\"optional\":true,\"value\":\"clap\"},\"max_increment\":{\"type\":\"number\",\"optional\":true,\"value\":2},\"min_increment\":{\"type\":\"number\",\"optional\":true,\"value\":1},\"diminishing_threshold\":{\"type\":\"number\",\"optional\":true,\"value\":25}}}"
90558
+ }
90559
+ ]
90560
+ }
90561
+ }
90562
+ }
90563
+ }
90564
+ ]
90565
+ },
90566
+ "contents": {
90567
+ "ClapMeter.ts": "bafkreigynvdnhaui6w67ih3zjumfdner5trcwtqtonf6cjooqjvvl36vp4",
90568
+ "Genesis_TX.png": "bafkreid2aswbhebm5lwcjtsuwrrpz2jczgwvwavbelb22n7myftlhcpa4q",
90569
+ "clapMeterBoard.glb": "bafkreiesp5vcehmun2tiab657lxbbbbs4b76xprnnkbcy2v5xfexjayare",
90570
+ "clapMeterNeedle.glb": "bafkreiglxo4g7tvgnozve4k3ln7dvj2g67bvhhrfrpjjonytyd6hwgrzwu",
90571
+ "composite.json": "bafkreibovtq3eee3pndwzr3qhplxocfvwb7xpxdmaxqjkxngvycofj2usa",
90572
+ "thumbnail.png": "bafkreihduzosovew25xhuxhpxs4pidggerumpp53adruj5l6uzxfjbhex4"
90573
+ }
90574
+ },
90225
90575
  {
90226
90576
  "name": "Classic Bench",
90227
90577
  "category": "Seats",
@@ -91592,7 +91942,7 @@
91592
91942
  {
91593
91943
  "id": "39a19351-c101-4401-8a82-bbd809bc1299",
91594
91944
  "name": "Confetti",
91595
- "category": "pyrotechnics",
91945
+ "category": "party",
91596
91946
  "tags": [
91597
91947
  "confetti",
91598
91948
  "explosion",
@@ -93431,7 +93781,7 @@
93431
93781
  {
93432
93782
  "id": "01f19c0b-2a1c-4a56-ae7a-dc989861e19f",
93433
93783
  "name": "explosion",
93434
- "category": "pyrotechnics",
93784
+ "category": "party",
93435
93785
  "tags": [
93436
93786
  "explosion",
93437
93787
  "detonation",
@@ -94108,7 +94458,7 @@
94108
94458
  {
94109
94459
  "id": "5965c294-3fa3-454e-b974-b40ecb5d529a",
94110
94460
  "name": "Fireworks",
94111
- "category": "pyrotechnics",
94461
+ "category": "party",
94112
94462
  "tags": [
94113
94463
  "explosion",
94114
94464
  "party",
@@ -101344,7 +101694,7 @@
101344
101694
  {
101345
101695
  "id": "4519a0b9-98ef-4034-ab93-88134d1458e8",
101346
101696
  "name": "Padlock",
101347
- "category": "decorations",
101697
+ "category": "doors",
101348
101698
  "tags": [
101349
101699
  "padlock",
101350
101700
  "lock",
@@ -101352,7 +101702,7 @@
101352
101702
  "interactive",
101353
101703
  "genesis"
101354
101704
  ],
101355
- "description": "An interactive 4-digit combination lock that can be solved by clicking the wheels",
101705
+ "description": "An interactive 4-digit combination lock that can be solved by clicking the wheels. It calls the Open action on the unlocked entity when the combination is correct.",
101356
101706
  "author": "Decentraland Foundation",
101357
101707
  "composite": {
101358
101708
  "version": 1,
@@ -101423,7 +101773,7 @@
101423
101773
  ]
101424
101774
  },
101425
101775
  "contents": {
101426
- "PadlockScript.ts": "bafkreihchprm5j7g7syqug6zovlnupgktdadpi7tgejfh4x4nrsyjrf7vq",
101776
+ "PadlockScript.ts": "bafkreid3zoov4kmx6op4zaayklkrmrw7rqojugbbwo7x5asnbjd7uukvoy",
101427
101777
  "README.md": "bafkreihbbfkg34bcbfvs2n5n575lb5wjqj7ko4ofmsp43e2baolpvur42u",
101428
101778
  "composite.json": "bafkreicxswuawcvcipxpypow2w7faps47glq2hys3wscirwl5ozuvjeikq",
101429
101779
  "models/padlock/Padlock.glb": "bafkreibqr42hu6xa3gnude6aycza2boo7nabzbxtsw2busaimpu7hgxmn4",
@@ -101685,6 +102035,481 @@
101685
102035
  "thumbnail.png": "bafkreie3wvha7n2zg6jajpezhzbsz3tpxrxpml523llvuodbgu7izdxq6q"
101686
102036
  }
101687
102037
  },
102038
+ {
102039
+ "id": "14b8fec1-5d65-490e-83da-f5da1ada4c7a",
102040
+ "name": "Photo Mural",
102041
+ "category": "party",
102042
+ "tags": [
102043
+ "photo",
102044
+ "mural",
102045
+ "gallery",
102046
+ "display"
102047
+ ],
102048
+ "description": "A photo mural that displays photos taken by players in the provided coordinates.",
102049
+ "composite": {
102050
+ "version": 1,
102051
+ "components": [
102052
+ {
102053
+ "name": "core::Transform",
102054
+ "data": {
102055
+ "513": {
102056
+ "json": {
102057
+ "position": {
102058
+ "x": 0,
102059
+ "y": 0.08,
102060
+ "z": 0
102061
+ },
102062
+ "rotation": {
102063
+ "x": 0.7041,
102064
+ "y": 0,
102065
+ "z": 0,
102066
+ "w": -0.7101
102067
+ },
102068
+ "scale": {
102069
+ "x": 0.15,
102070
+ "y": 0.15,
102071
+ "z": 0.15
102072
+ },
102073
+ "parent": 514
102074
+ }
102075
+ },
102076
+ "514": {
102077
+ "json": {
102078
+ "position": {
102079
+ "x": 0,
102080
+ "y": 0.05,
102081
+ "z": 0
102082
+ },
102083
+ "rotation": {
102084
+ "x": 1,
102085
+ "y": 0,
102086
+ "z": 0,
102087
+ "w": 0
102088
+ },
102089
+ "scale": {
102090
+ "x": 1,
102091
+ "y": 1,
102092
+ "z": 1
102093
+ },
102094
+ "parent": 515
102095
+ }
102096
+ },
102097
+ "515": {
102098
+ "json": {
102099
+ "position": {
102100
+ "x": -1.75,
102101
+ "y": 1.25,
102102
+ "z": -0.331
102103
+ },
102104
+ "rotation": {
102105
+ "x": 0.707,
102106
+ "y": 0,
102107
+ "z": 0,
102108
+ "w": 0.707
102109
+ },
102110
+ "scale": {
102111
+ "x": 1,
102112
+ "y": 1,
102113
+ "z": 1
102114
+ },
102115
+ "parent": 0
102116
+ }
102117
+ },
102118
+ "516": {
102119
+ "json": {
102120
+ "position": {
102121
+ "x": 0,
102122
+ "y": 0.08,
102123
+ "z": 0
102124
+ },
102125
+ "rotation": {
102126
+ "x": 0.7041,
102127
+ "y": 0,
102128
+ "z": 0,
102129
+ "w": -0.7101
102130
+ },
102131
+ "scale": {
102132
+ "x": 0.15,
102133
+ "y": 0.15,
102134
+ "z": 0.15
102135
+ },
102136
+ "parent": 517
102137
+ }
102138
+ },
102139
+ "517": {
102140
+ "json": {
102141
+ "position": {
102142
+ "x": 0,
102143
+ "y": 0.052,
102144
+ "z": 0
102145
+ },
102146
+ "rotation": {
102147
+ "x": 1,
102148
+ "y": 0,
102149
+ "z": 0,
102150
+ "w": 0
102151
+ },
102152
+ "scale": {
102153
+ "x": 1,
102154
+ "y": 1,
102155
+ "z": 1
102156
+ },
102157
+ "parent": 518
102158
+ }
102159
+ },
102160
+ "518": {
102161
+ "json": {
102162
+ "position": {
102163
+ "x": 1.75,
102164
+ "y": 1.25,
102165
+ "z": -0.33
102166
+ },
102167
+ "rotation": {
102168
+ "x": 0.7071,
102169
+ "y": 0,
102170
+ "z": 0,
102171
+ "w": 0.7071
102172
+ },
102173
+ "scale": {
102174
+ "x": 1,
102175
+ "y": 1,
102176
+ "z": 1
102177
+ },
102178
+ "parent": 0
102179
+ }
102180
+ }
102181
+ }
102182
+ },
102183
+ {
102184
+ "name": "core-schema::Name",
102185
+ "data": {
102186
+ "0": {
102187
+ "json": {
102188
+ "value": "billboard.glb"
102189
+ }
102190
+ },
102191
+ "513": {
102192
+ "json": {
102193
+ "value": "Text"
102194
+ }
102195
+ },
102196
+ "514": {
102197
+ "json": {
102198
+ "value": "previous_red"
102199
+ }
102200
+ },
102201
+ "515": {
102202
+ "json": {
102203
+ "value": "previous_button"
102204
+ }
102205
+ },
102206
+ "516": {
102207
+ "json": {
102208
+ "value": "Text_2"
102209
+ }
102210
+ },
102211
+ "517": {
102212
+ "json": {
102213
+ "value": "next_red"
102214
+ }
102215
+ },
102216
+ "518": {
102217
+ "json": {
102218
+ "value": "next_button_2"
102219
+ }
102220
+ }
102221
+ }
102222
+ },
102223
+ {
102224
+ "name": "core-schema::Sync-Components",
102225
+ "data": {
102226
+ "513": {
102227
+ "json": {
102228
+ "componentIds": [
102229
+ "core::TextShape",
102230
+ "asset-packs::Counter"
102231
+ ]
102232
+ }
102233
+ },
102234
+ "516": {
102235
+ "json": {
102236
+ "componentIds": [
102237
+ "core::TextShape",
102238
+ "asset-packs::Counter"
102239
+ ]
102240
+ }
102241
+ }
102242
+ }
102243
+ },
102244
+ {
102245
+ "name": "core::TextShape",
102246
+ "data": {
102247
+ "513": {
102248
+ "json": {
102249
+ "text": "<",
102250
+ "font": 2,
102251
+ "fontSize": 4,
102252
+ "fontAutoSize": true,
102253
+ "textAlign": 4
102254
+ }
102255
+ },
102256
+ "516": {
102257
+ "json": {
102258
+ "text": ">",
102259
+ "font": 2,
102260
+ "fontSize": 4,
102261
+ "fontAutoSize": true,
102262
+ "textAlign": 4
102263
+ }
102264
+ }
102265
+ }
102266
+ },
102267
+ {
102268
+ "name": "inspector::Config",
102269
+ "data": {
102270
+ "513": {
102271
+ "json": {
102272
+ "isBasicViewEnabled": true,
102273
+ "componentName": "",
102274
+ "fields": [],
102275
+ "assetId": "dd0d51c1-f16f-41c2-9bf1-735fe5b17dc4",
102276
+ "label": "Text Settings",
102277
+ "sections": [
102278
+ {
102279
+ "id": "text-settings",
102280
+ "items": [
102281
+ {
102282
+ "component": "core::TextShape",
102283
+ "widget": "TextArea",
102284
+ "label": "Text",
102285
+ "type": "text",
102286
+ "path": "text"
102287
+ }
102288
+ ]
102289
+ },
102290
+ {
102291
+ "id": "font-size-settings",
102292
+ "items": [
102293
+ {
102294
+ "component": "core::TextShape",
102295
+ "widget": "TextField",
102296
+ "label": "Font Size",
102297
+ "type": "number",
102298
+ "path": "fontSize"
102299
+ },
102300
+ {
102301
+ "component": "core::TextShape",
102302
+ "widget": "CheckboxField",
102303
+ "label": "Auto-Size",
102304
+ "type": "boolean",
102305
+ "path": "fontAutoSize"
102306
+ }
102307
+ ],
102308
+ "columns": 2
102309
+ },
102310
+ {
102311
+ "id": "color-align-settings",
102312
+ "items": [
102313
+ {
102314
+ "component": "core::TextShape",
102315
+ "widget": "ColorField",
102316
+ "label": "Color",
102317
+ "type": "Color4",
102318
+ "path": "textColor",
102319
+ "props": {
102320
+ "basic": true
102321
+ },
102322
+ "transform": {
102323
+ "in": {
102324
+ "steps": [
102325
+ {
102326
+ "op": "toHex"
102327
+ }
102328
+ ]
102329
+ },
102330
+ "out": {
102331
+ "steps": [
102332
+ {
102333
+ "op": "toColor4"
102334
+ }
102335
+ ]
102336
+ }
102337
+ }
102338
+ },
102339
+ {
102340
+ "component": "core::TextShape",
102341
+ "widget": "Dropdown",
102342
+ "label": "Text align",
102343
+ "type": "text",
102344
+ "path": "textAlign",
102345
+ "dataSource": {
102346
+ "kind": "textAlign"
102347
+ }
102348
+ }
102349
+ ],
102350
+ "columns": 2
102351
+ }
102352
+ ],
102353
+ "version": 2
102354
+ }
102355
+ },
102356
+ "516": {
102357
+ "json": {
102358
+ "isBasicViewEnabled": true,
102359
+ "componentName": "",
102360
+ "fields": [],
102361
+ "assetId": "dd0d51c1-f16f-41c2-9bf1-735fe5b17dc4",
102362
+ "label": "Text Settings",
102363
+ "sections": [
102364
+ {
102365
+ "id": "text-settings",
102366
+ "items": [
102367
+ {
102368
+ "component": "core::TextShape",
102369
+ "widget": "TextArea",
102370
+ "label": "Text",
102371
+ "type": "text",
102372
+ "path": "text"
102373
+ }
102374
+ ]
102375
+ },
102376
+ {
102377
+ "id": "font-size-settings",
102378
+ "items": [
102379
+ {
102380
+ "component": "core::TextShape",
102381
+ "widget": "TextField",
102382
+ "label": "Font Size",
102383
+ "type": "number",
102384
+ "path": "fontSize"
102385
+ },
102386
+ {
102387
+ "component": "core::TextShape",
102388
+ "widget": "CheckboxField",
102389
+ "label": "Auto-Size",
102390
+ "type": "boolean",
102391
+ "path": "fontAutoSize"
102392
+ }
102393
+ ],
102394
+ "columns": 2
102395
+ },
102396
+ {
102397
+ "id": "color-align-settings",
102398
+ "items": [
102399
+ {
102400
+ "component": "core::TextShape",
102401
+ "widget": "ColorField",
102402
+ "label": "Color",
102403
+ "type": "Color4",
102404
+ "path": "textColor",
102405
+ "props": {
102406
+ "basic": true
102407
+ },
102408
+ "transform": {
102409
+ "in": {
102410
+ "steps": [
102411
+ {
102412
+ "op": "toHex"
102413
+ }
102414
+ ]
102415
+ },
102416
+ "out": {
102417
+ "steps": [
102418
+ {
102419
+ "op": "toColor4"
102420
+ }
102421
+ ]
102422
+ }
102423
+ }
102424
+ },
102425
+ {
102426
+ "component": "core::TextShape",
102427
+ "widget": "Dropdown",
102428
+ "label": "Text align",
102429
+ "type": "text",
102430
+ "path": "textAlign",
102431
+ "dataSource": {
102432
+ "kind": "textAlign"
102433
+ }
102434
+ }
102435
+ ],
102436
+ "columns": 2
102437
+ }
102438
+ ],
102439
+ "version": 2
102440
+ }
102441
+ }
102442
+ }
102443
+ },
102444
+ {
102445
+ "name": "core::GltfContainer",
102446
+ "data": {
102447
+ "0": {
102448
+ "json": {
102449
+ "src": "{assetPath}/billboard.glb",
102450
+ "visibleMeshesCollisionMask": 0,
102451
+ "invisibleMeshesCollisionMask": 3
102452
+ }
102453
+ },
102454
+ "514": {
102455
+ "json": {
102456
+ "src": "{assetPath}/button_square_red.glb",
102457
+ "visibleMeshesCollisionMask": 0,
102458
+ "invisibleMeshesCollisionMask": 3
102459
+ }
102460
+ },
102461
+ "515": {
102462
+ "json": {
102463
+ "src": "{assetPath}/button_base_square.glb",
102464
+ "visibleMeshesCollisionMask": 0,
102465
+ "invisibleMeshesCollisionMask": 3
102466
+ }
102467
+ },
102468
+ "517": {
102469
+ "json": {
102470
+ "src": "{assetPath}/button_square_red.glb",
102471
+ "visibleMeshesCollisionMask": 0,
102472
+ "invisibleMeshesCollisionMask": 3
102473
+ }
102474
+ },
102475
+ "518": {
102476
+ "json": {
102477
+ "src": "{assetPath}/button_base_square.glb",
102478
+ "visibleMeshesCollisionMask": 0,
102479
+ "invisibleMeshesCollisionMask": 3
102480
+ }
102481
+ }
102482
+ }
102483
+ },
102484
+ {
102485
+ "name": "asset-packs::Script",
102486
+ "data": {
102487
+ "0": {
102488
+ "json": {
102489
+ "value": [
102490
+ {
102491
+ "path": "{assetPath}/photoMural.ts",
102492
+ "priority": 0,
102493
+ "layout": "{\"params\":{\"button_prev\":{\"type\":\"entity\",\"optional\":false,\"value\":518},\"button_next\":{\"type\":\"entity\",\"optional\":false,\"value\":522},\"coordinates\":{\"type\":\"string\",\"optional\":false,\"value\":\"0,0\"}}}"
102494
+ }
102495
+ ]
102496
+ }
102497
+ }
102498
+ }
102499
+ }
102500
+ ]
102501
+ },
102502
+ "contents": {
102503
+ "billboard.glb": "bafybeibae7uc6ahesmeodbuxfjsngj5kgl3urzqssqh5wawn4wpfqr2cwy",
102504
+ "button-sound.mp3": "bafkreifzmhe2n6lslneawyejfdurlk43oiuqygt523fva7k46irgahlwza",
102505
+ "button_base_square.glb": "bafkreifbcy63wxwvx6xw3mvkgedyotxnn6xax254yf7inh7spjjgk6laaa",
102506
+ "button_square_red.glb": "bafkreiajr6nskbsz24ahak6e5ex73ol65uq46g5jcc52vjstc2buv6w6wy",
102507
+ "composite.json": "bafkreihneixbvpaf6trxvbu6rcovxd2c7d2gaxgavqv7hv4lhec47mw4hq",
102508
+ "photoMural.ts": "bafkreic37jpizhtysbojg6e43wdqeli6b64it2bttkca43zweeibrnxr6y",
102509
+ "spinner.png": "bafkreifr2uq6dm3np5ohutl3qyuqhufqghf2srijbtzs4i5gf3f5ax25ie",
102510
+ "thumbnail.png": "bafkreibd6rlfiqxegjf3qrsgcsua3kdphvutnwkaxvkjy7si6s5dmlfliu"
102511
+ }
102512
+ },
101688
102513
  {
101689
102514
  "id": "accdfb9c-30e5-483b-8754-1809e1f1e743",
101690
102515
  "name": "Pink Button",
@@ -113360,7 +114185,7 @@
113360
114185
  {
113361
114186
  "id": "7ab9a4b4-1da2-437e-935f-0de922b414bb",
113362
114187
  "name": "Square Spiral",
113363
- "category": "pyrotechnics",
114188
+ "category": "party",
113364
114189
  "tags": [
113365
114190
  "trippy",
113366
114191
  "hypnotic",
@@ -114545,7 +115370,7 @@
114545
115370
  {
114546
115371
  "id": "71a15f2d-8189-4ec3-95be-0ae651f886df",
114547
115372
  "name": "Sunny Spinner",
114548
- "category": "pyrotechnics",
115373
+ "category": "party",
114549
115374
  "tags": [
114550
115375
  "light",
114551
115376
  "rays",
@@ -121418,6 +122243,319 @@
121418
122243
  "thumbnail.png": "bafkreigqxqonm65nkwpw67x5aa3zmlzxqnbb7pvqqg65zgqq5ioimuawyu"
121419
122244
  }
121420
122245
  },
122246
+ {
122247
+ "id": "b70f285f-804a-40fb-bad2-80e7c34aa4ed",
122248
+ "name": "Wearable Scanner",
122249
+ "category": "doors",
122250
+ "tags": [
122251
+ "wearable",
122252
+ "scanner",
122253
+ "door",
122254
+ "interactive",
122255
+ "security"
122256
+ ],
122257
+ "description": "A wearable scanner that checks the wearables a player is wearing. It calls the Open action on the unlocked entity when the required wearable is detected.",
122258
+ "author": "Decentraland Foundation",
122259
+ "composite": {
122260
+ "version": 1,
122261
+ "components": [
122262
+ {
122263
+ "name": "core::Transform",
122264
+ "data": {
122265
+ "513": {
122266
+ "json": {
122267
+ "position": {
122268
+ "x": 0,
122269
+ "y": 1.56,
122270
+ "z": 0.07
122271
+ },
122272
+ "rotation": {
122273
+ "x": 0,
122274
+ "y": 0,
122275
+ "z": 0,
122276
+ "w": 1
122277
+ },
122278
+ "scale": {
122279
+ "x": 0.7,
122280
+ "y": 0.7,
122281
+ "z": 0.7
122282
+ },
122283
+ "parent": 0
122284
+ }
122285
+ }
122286
+ }
122287
+ },
122288
+ {
122289
+ "name": "core::Material",
122290
+ "data": {
122291
+ "513": {
122292
+ "json": {
122293
+ "material": {
122294
+ "$case": "pbr",
122295
+ "pbr": {
122296
+ "alphaTest": 0.5,
122297
+ "castShadows": true,
122298
+ "transparencyMode": 4,
122299
+ "metallic": 0.5,
122300
+ "roughness": 0.5,
122301
+ "specularIntensity": 1,
122302
+ "emissiveIntensity": 0,
122303
+ "directIntensity": 1,
122304
+ "albedoColor": {
122305
+ "r": 1,
122306
+ "g": 1,
122307
+ "b": 1,
122308
+ "a": 1
122309
+ },
122310
+ "emissiveColor": {
122311
+ "r": 1,
122312
+ "g": 1,
122313
+ "b": 1
122314
+ },
122315
+ "reflectivityColor": {
122316
+ "r": 1,
122317
+ "g": 1,
122318
+ "b": 1
122319
+ },
122320
+ "texture": {
122321
+ "tex": {
122322
+ "$case": "texture",
122323
+ "texture": {
122324
+ "src": "{assetPath}/image-logo.png",
122325
+ "wrapMode": 0,
122326
+ "filterMode": 0,
122327
+ "offset": {
122328
+ "x": 0,
122329
+ "y": 0
122330
+ },
122331
+ "tiling": {
122332
+ "x": 1,
122333
+ "y": 1
122334
+ }
122335
+ }
122336
+ }
122337
+ },
122338
+ "alphaTexture": {
122339
+ "tex": {
122340
+ "$case": "texture",
122341
+ "texture": {
122342
+ "src": "",
122343
+ "wrapMode": 0,
122344
+ "filterMode": 0,
122345
+ "offset": {
122346
+ "x": 0,
122347
+ "y": 0
122348
+ },
122349
+ "tiling": {
122350
+ "x": 1,
122351
+ "y": 1
122352
+ }
122353
+ }
122354
+ }
122355
+ },
122356
+ "bumpTexture": {
122357
+ "tex": {
122358
+ "$case": "texture",
122359
+ "texture": {
122360
+ "src": "",
122361
+ "wrapMode": 0,
122362
+ "filterMode": 0,
122363
+ "offset": {
122364
+ "x": 0,
122365
+ "y": 0
122366
+ },
122367
+ "tiling": {
122368
+ "x": 1,
122369
+ "y": 1
122370
+ }
122371
+ }
122372
+ }
122373
+ },
122374
+ "emissiveTexture": {
122375
+ "tex": {
122376
+ "$case": "texture",
122377
+ "texture": {
122378
+ "src": "",
122379
+ "wrapMode": 0,
122380
+ "filterMode": 0,
122381
+ "offset": {
122382
+ "x": 0,
122383
+ "y": 0
122384
+ },
122385
+ "tiling": {
122386
+ "x": 1,
122387
+ "y": 1
122388
+ }
122389
+ }
122390
+ }
122391
+ }
122392
+ }
122393
+ }
122394
+ }
122395
+ }
122396
+ }
122397
+ },
122398
+ {
122399
+ "name": "core::MeshCollider",
122400
+ "data": {
122401
+ "513": {
122402
+ "json": {
122403
+ "collisionMask": 1,
122404
+ "mesh": {
122405
+ "$case": "plane",
122406
+ "plane": {}
122407
+ }
122408
+ }
122409
+ }
122410
+ }
122411
+ },
122412
+ {
122413
+ "name": "core::MeshRenderer",
122414
+ "data": {
122415
+ "513": {
122416
+ "json": {
122417
+ "mesh": {
122418
+ "$case": "plane",
122419
+ "plane": {
122420
+ "uvs": []
122421
+ }
122422
+ }
122423
+ }
122424
+ }
122425
+ }
122426
+ },
122427
+ {
122428
+ "name": "core-schema::Name",
122429
+ "data": {
122430
+ "0": {
122431
+ "json": {
122432
+ "value": "Wearable-Reader"
122433
+ }
122434
+ },
122435
+ "513": {
122436
+ "json": {
122437
+ "value": "Wearable-thumbnail"
122438
+ }
122439
+ }
122440
+ }
122441
+ },
122442
+ {
122443
+ "name": "core-schema::Sync-Components",
122444
+ "data": {
122445
+ "0": {
122446
+ "json": {
122447
+ "componentIds": [
122448
+ "core::Animator",
122449
+ "core::AudioSource"
122450
+ ]
122451
+ }
122452
+ }
122453
+ }
122454
+ },
122455
+ {
122456
+ "name": "inspector::Config",
122457
+ "data": {
122458
+ "513": {
122459
+ "json": {
122460
+ "isBasicViewEnabled": true,
122461
+ "componentName": "",
122462
+ "fields": [],
122463
+ "assetId": "37460a1e-affc-4f87-b725-118cc11d86fc",
122464
+ "label": "Image",
122465
+ "sections": [
122466
+ {
122467
+ "id": "texture",
122468
+ "items": [
122469
+ {
122470
+ "component": "core::Material",
122471
+ "widget": "FileUploadField",
122472
+ "label": "Path",
122473
+ "path": "material.pbr.texture.tex.texture.src",
122474
+ "props": {}
122475
+ }
122476
+ ]
122477
+ }
122478
+ ],
122479
+ "helpTooltip": {
122480
+ "text": "Upload a .png or .jpg image file, or paste a URL to use as a texture on this item."
122481
+ },
122482
+ "version": 2
122483
+ }
122484
+ }
122485
+ }
122486
+ },
122487
+ {
122488
+ "name": "core::Animator",
122489
+ "data": {
122490
+ "0": {
122491
+ "json": {
122492
+ "states": [
122493
+ {
122494
+ "weight": 1,
122495
+ "clip": "Allow_Action",
122496
+ "playing": false,
122497
+ "speed": 1,
122498
+ "loop": false,
122499
+ "shouldReset": false
122500
+ },
122501
+ {
122502
+ "weight": 1,
122503
+ "clip": "Laser_Action",
122504
+ "playing": false,
122505
+ "speed": 1,
122506
+ "loop": false,
122507
+ "shouldReset": false
122508
+ },
122509
+ {
122510
+ "weight": 1,
122511
+ "clip": "NotAllow_Action",
122512
+ "playing": false,
122513
+ "speed": 1,
122514
+ "loop": false,
122515
+ "shouldReset": false
122516
+ }
122517
+ ]
122518
+ }
122519
+ }
122520
+ }
122521
+ },
122522
+ {
122523
+ "name": "core::GltfContainer",
122524
+ "data": {
122525
+ "0": {
122526
+ "json": {
122527
+ "src": "{assetPath}/wearable-scanner.glb",
122528
+ "visibleMeshesCollisionMask": 0,
122529
+ "invisibleMeshesCollisionMask": 3
122530
+ }
122531
+ }
122532
+ }
122533
+ },
122534
+ {
122535
+ "name": "asset-packs::Script",
122536
+ "data": {
122537
+ "0": {
122538
+ "json": {
122539
+ "value": [
122540
+ {
122541
+ "path": "{assetPath}/WearableScanner.ts",
122542
+ "priority": 0,
122543
+ "layout": "{\"params\":{\"imageEntity\":{\"type\":\"entity\",\"optional\":false,\"value\":513},\"wearableId\":{\"type\":\"string\",\"optional\":false,\"value\":\"urn:decentraland:off-chain:base-avatars:thug_life\"},\"unlockedEntity\":{\"type\":\"entity\",\"optional\":true,\"value\":null}}}"
122544
+ }
122545
+ ]
122546
+ }
122547
+ }
122548
+ }
122549
+ }
122550
+ ]
122551
+ },
122552
+ "contents": {
122553
+ "WearableScanner.ts": "bafkreicpco3bi75tlduddth3cj3lkbdem2dmyv22alk7ofwclx2vapo6pa",
122554
+ "composite.json": "bafkreiax7ol7jb7ksjbphh7cl32rkavkdikc2ulvgxg7vqs7ib5r3j7gfa",
122555
+ "thumbnail.png": "bafkreihkq4ylw6gilq5cuvmtekdidtv7qh37xawvk3llolwvge4dgaxrk4",
122556
+ "wearable-scanner.glb": "bafkreidzmp5z3eoy65hphpou2rmpxpgd7wuhv3pggwh4qbrydy5ufn3zne"
122557
+ }
122558
+ },
121421
122559
  {
121422
122560
  "name": "Wooden Chair",
121423
122561
  "category": "Seats",
@@ -123142,6 +124280,110 @@
123142
124280
  "win3.glb": "bafkreihahkikgftbhb55jgxmjnrlu3jesyxmr4j4k443ptkfxsl747vip4",
123143
124281
  "wingame.mp3": "bafkreifboogkwotg3qz4hyssbvruy5murtsjxrv5vbrhi6n66y6772waci"
123144
124282
  }
124283
+ },
124284
+ {
124285
+ "id": "c3a5a19b-04bb-419b-ae4b-866f1849be4f",
124286
+ "name": "zombie",
124287
+ "category": "health",
124288
+ "tags": [
124289
+ "enemy",
124290
+ "zombie"
124291
+ ],
124292
+ "description": "A zombie that can chase the player and cause damage.",
124293
+ "author": "Decentraland Foundation",
124294
+ "composite": {
124295
+ "version": 1,
124296
+ "components": [
124297
+ {
124298
+ "name": "core::Animator",
124299
+ "data": {
124300
+ "0": {
124301
+ "json": {
124302
+ "states": [
124303
+ {
124304
+ "clip": "Attacking",
124305
+ "playing": false,
124306
+ "weight": 1,
124307
+ "speed": 1,
124308
+ "loop": false,
124309
+ "shouldReset": false
124310
+ },
124311
+ {
124312
+ "clip": "Walking",
124313
+ "playing": false,
124314
+ "weight": 1,
124315
+ "speed": 1,
124316
+ "loop": false,
124317
+ "shouldReset": false
124318
+ }
124319
+ ]
124320
+ }
124321
+ }
124322
+ }
124323
+ },
124324
+ {
124325
+ "name": "core::GltfContainer",
124326
+ "data": {
124327
+ "0": {
124328
+ "json": {
124329
+ "src": "{assetPath}/fixed-zombie.glb",
124330
+ "visibleMeshesCollisionMask": 0,
124331
+ "invisibleMeshesCollisionMask": 3
124332
+ }
124333
+ }
124334
+ }
124335
+ },
124336
+ {
124337
+ "name": "core-schema::Name",
124338
+ "data": {
124339
+ "0": {
124340
+ "json": {
124341
+ "value": "zombie"
124342
+ }
124343
+ }
124344
+ }
124345
+ },
124346
+ {
124347
+ "name": "asset-packs::Actions",
124348
+ "data": {
124349
+ "0": {
124350
+ "json": {
124351
+ "id": "{self}",
124352
+ "value": [
124353
+ {
124354
+ "type": "damage",
124355
+ "name": "Attach",
124356
+ "jsonPayload": "{\"radius\":3,\"layer\":\"all\"}"
124357
+ }
124358
+ ]
124359
+ }
124360
+ }
124361
+ }
124362
+ },
124363
+ {
124364
+ "name": "asset-packs::Script",
124365
+ "data": {
124366
+ "0": {
124367
+ "json": {
124368
+ "value": [
124369
+ {
124370
+ "path": "{assetPath}/Zombie.ts",
124371
+ "priority": 0,
124372
+ "layout": "{\"params\":{\"CHASE_RANGE_METERS\":{\"type\":\"number\",\"optional\":true,\"value\":20},\"WANDER_RADIUS_METERS\":{\"type\":\"number\",\"optional\":true,\"value\":6},\"WANDER_SPEED\":{\"type\":\"number\",\"optional\":true,\"value\":0.8},\"CHASE_SPEED\":{\"type\":\"number\",\"optional\":true,\"value\":1.6},\"OBSTACLE_CHECK_DISTANCE\":{\"type\":\"number\",\"optional\":true,\"value\":1}}}"
124373
+ }
124374
+ ]
124375
+ }
124376
+ }
124377
+ }
124378
+ }
124379
+ ]
124380
+ },
124381
+ "contents": {
124382
+ "Zombie.ts": "bafkreiecm5gw46jdb7vumqvamd3ztjbbadt4mn3p5h3upom2gv42wqbtee",
124383
+ "composite.json": "bafkreigxm7id4kerr3uyqk5n2eksiyfzclxtvoqafuxgmzlcalpoy6ctwi",
124384
+ "fixed-zombie.glb": "bafybeihlwee3n62wmdhc4sfgdnznxglqyeybwe5w5gzgft5pymitzalw3u",
124385
+ "thumbnail.png": "bafkreicl5f47qhclfrfz5jothw565kmeghp3k2ikmeu6drsu7cj75dxfyq"
124386
+ }
123145
124387
  }
123146
124388
  ]
123147
124389
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/asset-packs",
3
3
  "description": "Decentraland Asset Packs - curated collections of 3D assets for Decentraland scenes",
4
- "version": "2.9.3",
4
+ "version": "2.9.4",
5
5
  "author": {
6
6
  "email": "hello@decentraland.org",
7
7
  "name": "Decentraland Foundation",