@dcl/asset-packs 2.10.1 → 2.10.3

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 +57 -201
  2. package/package.json +1 -1
package/catalog.json CHANGED
@@ -25852,9 +25852,6 @@
25852
25852
  "health",
25853
25853
  "blossom",
25854
25854
  "botanical",
25855
- "branch",
25856
- "crystal",
25857
- "crystals",
25858
25855
  "flora",
25859
25856
  "foliage",
25860
25857
  "forest",
@@ -26073,17 +26070,9 @@
26073
26070
  "mushroom",
26074
26071
  "herb",
26075
26072
  "forest",
26076
- "ingredient",
26077
- "crystal",
26078
- "cut",
26079
- "faceted",
26080
- "jewel",
26081
- "luxury",
26082
- "precious",
26083
- "sparkling",
26084
- "valuable"
26073
+ "ingredient"
26085
26074
  ],
26086
- "caption": "Green gemstone with faceted surface.",
26075
+ "caption": "Green glowing poisonous mushroom.",
26087
26076
  "author": "Decentraland Foundation",
26088
26077
  "composite": {
26089
26078
  "version": 1,
@@ -90386,7 +90375,7 @@
90386
90375
  "json": {
90387
90376
  "position": {
90388
90377
  "x": 0,
90389
- "y": 3.799999952316284,
90378
+ "y": 3.8,
90390
90379
  "z": 0
90391
90380
  },
90392
90381
  "rotation": {
@@ -90405,26 +90394,6 @@
90405
90394
  }
90406
90395
  }
90407
90396
  },
90408
- {
90409
- "name": "core::Animator",
90410
- "data": {
90411
- "0": {
90412
- "json": {
90413
- "states": []
90414
- }
90415
- },
90416
- "513": {
90417
- "json": {
90418
- "states": []
90419
- }
90420
- },
90421
- "514": {
90422
- "json": {
90423
- "states": []
90424
- }
90425
- }
90426
- }
90427
- },
90428
90397
  {
90429
90398
  "name": "core::GltfContainer",
90430
90399
  "data": {
@@ -90518,51 +90487,7 @@
90518
90487
  "0": {
90519
90488
  "json": {
90520
90489
  "id": "{self}",
90521
- "value": [
90522
- {
90523
- "name": "Activate",
90524
- "type": "set_state",
90525
- "jsonPayload": "{\"state\":\"On\"}"
90526
- },
90527
- {
90528
- "name": "Deactivate",
90529
- "type": "set_state",
90530
- "jsonPayload": "{\"state\":\"Off\"}"
90531
- },
90532
- {
90533
- "name": "Reset",
90534
- "type": "set_state",
90535
- "jsonPayload": "{\"state\":\"On\"}"
90536
- }
90537
- ]
90538
- }
90539
- },
90540
- "513": {
90541
- "json": {
90542
- "id": "{self}",
90543
- "value": [
90544
- {
90545
- "name": "Show",
90546
- "type": "set_visibility",
90547
- "jsonPayload": "{\"visible\":true,\"collider\":0}"
90548
- },
90549
- {
90550
- "name": "Hide",
90551
- "type": "set_visibility",
90552
- "jsonPayload": "{\"visible\":false,\"collider\":0}"
90553
- }
90554
- ]
90555
- }
90556
- }
90557
- }
90558
- },
90559
- {
90560
- "name": "asset-packs::Counter",
90561
- "data": {
90562
- "513": {
90563
- "json": {
90564
- "id": "{self}",
90565
- "value": 0
90490
+ "value": []
90566
90491
  }
90567
90492
  }
90568
90493
  }
@@ -90598,74 +90523,6 @@
90598
90523
  }
90599
90524
  }
90600
90525
  },
90601
- {
90602
- "name": "asset-packs::Triggers",
90603
- "data": {
90604
- "0": {
90605
- "json": {
90606
- "value": [
90607
- {
90608
- "type": "on_state_change",
90609
- "conditions": [
90610
- {
90611
- "id": "{self:asset-packs::States}",
90612
- "type": "when_state_is",
90613
- "value": "On"
90614
- }
90615
- ],
90616
- "operation": "and",
90617
- "actions": [
90618
- {
90619
- "id": "{513:asset-packs::Actions}",
90620
- "name": "Show"
90621
- },
90622
- {
90623
- "id": "{self:asset-packs::Actions}",
90624
- "name": "Activate"
90625
- }
90626
- ]
90627
- },
90628
- {
90629
- "type": "on_state_change",
90630
- "conditions": [
90631
- {
90632
- "id": "{self:asset-packs::States}",
90633
- "type": "when_state_is",
90634
- "value": "Off"
90635
- }
90636
- ],
90637
- "operation": "and",
90638
- "actions": [
90639
- {
90640
- "id": "{513:asset-packs::Actions}",
90641
- "name": "Hide"
90642
- },
90643
- {
90644
- "id": "{self:asset-packs::Actions}",
90645
- "name": "Deactivate"
90646
- }
90647
- ]
90648
- }
90649
- ]
90650
- }
90651
- }
90652
- }
90653
- },
90654
- {
90655
- "name": "asset-packs::States",
90656
- "data": {
90657
- "0": {
90658
- "json": {
90659
- "id": "{self}",
90660
- "value": [
90661
- "Off",
90662
- "On"
90663
- ],
90664
- "defaultValue": "On"
90665
- }
90666
- }
90667
- }
90668
- },
90669
90526
  {
90670
90527
  "name": "asset-packs::Script",
90671
90528
  "data": {
@@ -90689,7 +90546,7 @@
90689
90546
  "Genesis_TX.png": "bafkreid2aswbhebm5lwcjtsuwrrpz2jczgwvwavbelb22n7myftlhcpa4q",
90690
90547
  "clapMeterBoard.glb": "bafkreiesp5vcehmun2tiab657lxbbbbs4b76xprnnkbcy2v5xfexjayare",
90691
90548
  "clapMeterNeedle.glb": "bafkreiglxo4g7tvgnozve4k3ln7dvj2g67bvhhrfrpjjonytyd6hwgrzwu",
90692
- "composite.json": "bafkreibovtq3eee3pndwzr3qhplxocfvwb7xpxdmaxqjkxngvycofj2usa",
90549
+ "composite.json": "bafkreidckbqbawghw3pwswoflpscfq7l74o53hz7zghpfxaapiv2rg4mhy",
90693
90550
  "thumbnail.png": "bafkreihduzosovew25xhuxhpxs4pidggerumpp53adruj5l6uzxfjbhex4"
90694
90551
  }
90695
90552
  },
@@ -102407,6 +102264,7 @@
102407
102264
  "display"
102408
102265
  ],
102409
102266
  "description": "A photo mural that displays photos taken by players in the provided coordinates.",
102267
+ "version": 2,
102410
102268
  "composite": {
102411
102269
  "version": 1,
102412
102270
  "components": [
@@ -102420,17 +102278,17 @@
102420
102278
  "y": 0.08,
102421
102279
  "z": 0
102422
102280
  },
102281
+ "scale": {
102282
+ "x": 0.15,
102283
+ "y": 0.15,
102284
+ "z": 0.15
102285
+ },
102423
102286
  "rotation": {
102424
102287
  "x": 0.7041,
102425
102288
  "y": 0,
102426
102289
  "z": 0,
102427
102290
  "w": -0.7101
102428
102291
  },
102429
- "scale": {
102430
- "x": 0.15,
102431
- "y": 0.15,
102432
- "z": 0.15
102433
- },
102434
102292
  "parent": 514
102435
102293
  }
102436
102294
  },
@@ -102441,17 +102299,17 @@
102441
102299
  "y": 0.05,
102442
102300
  "z": 0
102443
102301
  },
102302
+ "scale": {
102303
+ "x": 1,
102304
+ "y": 1,
102305
+ "z": 1
102306
+ },
102444
102307
  "rotation": {
102445
102308
  "x": 1,
102446
102309
  "y": 0,
102447
102310
  "z": 0,
102448
102311
  "w": 0
102449
102312
  },
102450
- "scale": {
102451
- "x": 1,
102452
- "y": 1,
102453
- "z": 1
102454
- },
102455
102313
  "parent": 515
102456
102314
  }
102457
102315
  },
@@ -102462,17 +102320,17 @@
102462
102320
  "y": 1.25,
102463
102321
  "z": -0.331
102464
102322
  },
102323
+ "scale": {
102324
+ "x": 1,
102325
+ "y": 1,
102326
+ "z": 1
102327
+ },
102465
102328
  "rotation": {
102466
102329
  "x": 0.707,
102467
102330
  "y": 0,
102468
102331
  "z": 0,
102469
102332
  "w": 0.707
102470
102333
  },
102471
- "scale": {
102472
- "x": 1,
102473
- "y": 1,
102474
- "z": 1
102475
- },
102476
102334
  "parent": 0
102477
102335
  }
102478
102336
  },
@@ -102483,17 +102341,17 @@
102483
102341
  "y": 0.08,
102484
102342
  "z": 0
102485
102343
  },
102344
+ "scale": {
102345
+ "x": 0.15,
102346
+ "y": 0.15,
102347
+ "z": 0.15
102348
+ },
102486
102349
  "rotation": {
102487
102350
  "x": 0.7041,
102488
102351
  "y": 0,
102489
102352
  "z": 0,
102490
102353
  "w": -0.7101
102491
102354
  },
102492
- "scale": {
102493
- "x": 0.15,
102494
- "y": 0.15,
102495
- "z": 0.15
102496
- },
102497
102355
  "parent": 517
102498
102356
  }
102499
102357
  },
@@ -102504,17 +102362,17 @@
102504
102362
  "y": 0.052,
102505
102363
  "z": 0
102506
102364
  },
102365
+ "scale": {
102366
+ "x": 1,
102367
+ "y": 1,
102368
+ "z": 1
102369
+ },
102507
102370
  "rotation": {
102508
102371
  "x": 1,
102509
102372
  "y": 0,
102510
102373
  "z": 0,
102511
102374
  "w": 0
102512
102375
  },
102513
- "scale": {
102514
- "x": 1,
102515
- "y": 1,
102516
- "z": 1
102517
- },
102518
102376
  "parent": 518
102519
102377
  }
102520
102378
  },
@@ -102525,17 +102383,17 @@
102525
102383
  "y": 1.25,
102526
102384
  "z": -0.33
102527
102385
  },
102386
+ "scale": {
102387
+ "x": 1,
102388
+ "y": 1,
102389
+ "z": 1
102390
+ },
102528
102391
  "rotation": {
102529
102392
  "x": 0.7071,
102530
102393
  "y": 0,
102531
102394
  "z": 0,
102532
102395
  "w": 0.7071
102533
102396
  },
102534
- "scale": {
102535
- "x": 1,
102536
- "y": 1,
102537
- "z": 1
102538
- },
102539
102397
  "parent": 0
102540
102398
  }
102541
102399
  }
@@ -102546,12 +102404,12 @@
102546
102404
  "data": {
102547
102405
  "0": {
102548
102406
  "json": {
102549
- "value": "billboard.glb"
102407
+ "value": "photo_mural"
102550
102408
  }
102551
102409
  },
102552
102410
  "513": {
102553
102411
  "json": {
102554
- "value": "Text"
102412
+ "value": "Text_2"
102555
102413
  }
102556
102414
  },
102557
102415
  "514": {
@@ -102566,7 +102424,7 @@
102566
102424
  },
102567
102425
  "516": {
102568
102426
  "json": {
102569
- "value": "Text_2"
102427
+ "value": "Text"
102570
102428
  }
102571
102429
  },
102572
102430
  "517": {
@@ -102576,7 +102434,7 @@
102576
102434
  },
102577
102435
  "518": {
102578
102436
  "json": {
102579
- "value": "next_button_2"
102437
+ "value": "next_button"
102580
102438
  }
102581
102439
  }
102582
102440
  }
@@ -102587,16 +102445,16 @@
102587
102445
  "513": {
102588
102446
  "json": {
102589
102447
  "componentIds": [
102590
- "core::TextShape",
102591
- "asset-packs::Counter"
102448
+ 1030,
102449
+ 3981387903
102592
102450
  ]
102593
102451
  }
102594
102452
  },
102595
102453
  "516": {
102596
102454
  "json": {
102597
102455
  "componentIds": [
102598
- "core::TextShape",
102599
- "asset-packs::Counter"
102456
+ 1030,
102457
+ 3981387903
102600
102458
  ]
102601
102459
  }
102602
102460
  }
@@ -102633,7 +102491,7 @@
102633
102491
  "isBasicViewEnabled": true,
102634
102492
  "componentName": "",
102635
102493
  "fields": [],
102636
- "assetId": "dd0d51c1-f16f-41c2-9bf1-735fe5b17dc4",
102494
+ "assetId": "14b8fec1-5d65-490e-83da-f5da1ada4c7a",
102637
102495
  "label": "Text Settings",
102638
102496
  "sections": [
102639
102497
  {
@@ -102719,7 +102577,7 @@
102719
102577
  "isBasicViewEnabled": true,
102720
102578
  "componentName": "",
102721
102579
  "fields": [],
102722
- "assetId": "dd0d51c1-f16f-41c2-9bf1-735fe5b17dc4",
102580
+ "assetId": "14b8fec1-5d65-490e-83da-f5da1ada4c7a",
102723
102581
  "label": "Text Settings",
102724
102582
  "sections": [
102725
102583
  {
@@ -102851,7 +102709,7 @@
102851
102709
  {
102852
102710
  "path": "{assetPath}/photoMural.ts",
102853
102711
  "priority": 0,
102854
- "layout": "{\"params\":{\"coordinates\":{\"type\":\"string\",\"optional\":false,\"value\":\"0,0\"}}}"
102712
+ "layout": "{\"params\":{\"use_current_scene\":{\"type\":\"boolean\",\"optional\":true,\"value\":true},\"coordinates\":{\"type\":\"string\",\"optional\":false,\"value\":\"0,0\"},\"world_id\":{\"type\":\"string\",\"optional\":true,\"value\":\"\"}}}"
102855
102713
  }
102856
102714
  ]
102857
102715
  }
@@ -102865,8 +102723,8 @@
102865
102723
  "button-sound.mp3": "bafkreifzmhe2n6lslneawyejfdurlk43oiuqygt523fva7k46irgahlwza",
102866
102724
  "button_base_square.glb": "bafkreifbcy63wxwvx6xw3mvkgedyotxnn6xax254yf7inh7spjjgk6laaa",
102867
102725
  "button_square_red.glb": "bafkreiajr6nskbsz24ahak6e5ex73ol65uq46g5jcc52vjstc2buv6w6wy",
102868
- "composite.json": "bafkreihglr5tgigtgpn3yuavkgi7uu44dvlxulnjryaxj5yaoptenpisdq",
102869
- "photoMural.ts": "bafkreie4ukmpn4huc356vbpjruu7y5pqazbxijutqt3afph2xijrtgumaq",
102726
+ "composite.json": "bafkreibz7ywpnvslcvsiuh4gupmc7oazt5ntb37safmnje343oomgj2wfa",
102727
+ "photoMural.ts": "bafkreih2ofcffmqvulaurql7qr7jyad5wvojhz5aqfyfisxwcgvmo6nyya",
102870
102728
  "spinner.png": "bafkreifr2uq6dm3np5ohutl3qyuqhufqghf2srijbtzs4i5gf3f5ax25ie",
102871
102729
  "thumbnail.png": "bafkreibd6rlfiqxegjf3qrsgcsua3kdphvutnwkaxvkjy7si6s5dmlfliu"
102872
102730
  }
@@ -136991,11 +136849,11 @@
136991
136849
  "tags": [
136992
136850
  "box",
136993
136851
  "container",
136994
- "crystal",
136852
+ "fruit",
136995
136853
  "glowing",
136996
136854
  "riches"
136997
136855
  ],
136998
- "caption": "Brown wooden box containing glowing orange crystals.",
136856
+ "caption": "Brown wooden box containing glowing orange fruit.",
136999
136857
  "author": "Decentraland Foundation",
137000
136858
  "composite": {
137001
136859
  "version": 1,
@@ -137026,7 +136884,7 @@
137026
136884
  "bucket",
137027
136885
  "chemical",
137028
136886
  "container",
137029
- "crystalline",
136887
+ "fruit",
137030
136888
  "fuel",
137031
136889
  "hazardous",
137032
136890
  "storage",
@@ -137034,7 +136892,7 @@
137034
136892
  "toxic",
137035
136893
  "vessel"
137036
136894
  ],
137037
- "caption": "Green crystal bucket.",
136895
+ "caption": "Green bucket filled with yellow fruit.",
137038
136896
  "author": "Decentraland Foundation",
137039
136897
  "composite": {
137040
136898
  "version": 1,
@@ -137063,7 +136921,7 @@
137063
136921
  "category": "decorations",
137064
136922
  "tags": [
137065
136923
  "container",
137066
- "crystal",
136924
+ "fruit",
137067
136925
  "fortress",
137068
136926
  "fuel",
137069
136927
  "glowing",
@@ -137073,7 +136931,7 @@
137073
136931
  "toxic",
137074
136932
  "vessel"
137075
136933
  ],
137076
- "caption": "Glowing orange crystal-filled wooden barrel.",
136934
+ "caption": "Glowing orange fruit filled wooden barrel.",
137077
136935
  "author": "Decentraland Foundation",
137078
136936
  "composite": {
137079
136937
  "version": 1,
@@ -137102,16 +136960,14 @@
137102
136960
  "category": "decorations",
137103
136961
  "tags": [
137104
136962
  "container",
137105
- "crystal",
136963
+ "fruit",
137106
136964
  "fuel",
137107
136965
  "hazardous",
137108
- "radioactive",
137109
136966
  "storage",
137110
136967
  "tank",
137111
- "toxic",
137112
136968
  "vessel"
137113
136969
  ],
137114
- "caption": "Pink crystal-filled wooden barrel.",
136970
+ "caption": "Pink fruit filled wooden barrel.",
137115
136971
  "author": "Decentraland Foundation",
137116
136972
  "composite": {
137117
136973
  "version": 1,
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.10.1",
4
+ "version": "2.10.3",
5
5
  "author": {
6
6
  "email": "hello@decentraland.org",
7
7
  "name": "Decentraland Foundation",