@dcl/asset-packs 2.13.0 → 2.14.1
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/catalog.json +660 -37
- package/package.json +1 -1
package/catalog.json
CHANGED
|
@@ -88168,6 +88168,161 @@
|
|
|
88168
88168
|
"thumbnail.png": "bafkreif3issfo6ci2wg2lxzursvq4qdvaevusau4oho3xeypee75h75mdu"
|
|
88169
88169
|
}
|
|
88170
88170
|
},
|
|
88171
|
+
{
|
|
88172
|
+
"id": "42895f40-6ec9-49c4-863c-d916aaf5ae69",
|
|
88173
|
+
"name": "Balloons",
|
|
88174
|
+
"category": "party",
|
|
88175
|
+
"tags": [
|
|
88176
|
+
"balloons",
|
|
88177
|
+
"burst",
|
|
88178
|
+
"party",
|
|
88179
|
+
"celebration",
|
|
88180
|
+
"birthday"
|
|
88181
|
+
],
|
|
88182
|
+
"description": "Invisible until triggered by another smart item, it creates the visual effect of a burst of balloons popping.",
|
|
88183
|
+
"author": "Decentraland Foundation",
|
|
88184
|
+
"composite": {
|
|
88185
|
+
"version": 1,
|
|
88186
|
+
"components": [
|
|
88187
|
+
{
|
|
88188
|
+
"name": "core::Animator",
|
|
88189
|
+
"data": {
|
|
88190
|
+
"0": {
|
|
88191
|
+
"json": {
|
|
88192
|
+
"states": [
|
|
88193
|
+
{
|
|
88194
|
+
"weight": 1,
|
|
88195
|
+
"clip": "armature_psAction",
|
|
88196
|
+
"playing": false,
|
|
88197
|
+
"speed": 1,
|
|
88198
|
+
"loop": false,
|
|
88199
|
+
"shouldReset": false
|
|
88200
|
+
}
|
|
88201
|
+
]
|
|
88202
|
+
}
|
|
88203
|
+
}
|
|
88204
|
+
}
|
|
88205
|
+
},
|
|
88206
|
+
{
|
|
88207
|
+
"name": "core::GltfContainer",
|
|
88208
|
+
"data": {
|
|
88209
|
+
"0": {
|
|
88210
|
+
"json": {
|
|
88211
|
+
"src": "{assetPath}/balloons.glb",
|
|
88212
|
+
"visibleMeshesCollisionMask": 0,
|
|
88213
|
+
"invisibleMeshesCollisionMask": 0
|
|
88214
|
+
}
|
|
88215
|
+
}
|
|
88216
|
+
}
|
|
88217
|
+
},
|
|
88218
|
+
{
|
|
88219
|
+
"name": "core-schema::Name",
|
|
88220
|
+
"data": {
|
|
88221
|
+
"0": {
|
|
88222
|
+
"json": {
|
|
88223
|
+
"value": "Balloons"
|
|
88224
|
+
}
|
|
88225
|
+
}
|
|
88226
|
+
}
|
|
88227
|
+
},
|
|
88228
|
+
{
|
|
88229
|
+
"name": "core-schema::Sync-Components",
|
|
88230
|
+
"data": {
|
|
88231
|
+
"0": {
|
|
88232
|
+
"json": {
|
|
88233
|
+
"componentIds": [
|
|
88234
|
+
"core::Animator",
|
|
88235
|
+
"core::VisibilityComponent",
|
|
88236
|
+
"core::AudioSource"
|
|
88237
|
+
]
|
|
88238
|
+
}
|
|
88239
|
+
}
|
|
88240
|
+
}
|
|
88241
|
+
},
|
|
88242
|
+
{
|
|
88243
|
+
"name": "core::VisibilityComponent",
|
|
88244
|
+
"data": {
|
|
88245
|
+
"0": {
|
|
88246
|
+
"json": {
|
|
88247
|
+
"visible": false
|
|
88248
|
+
}
|
|
88249
|
+
}
|
|
88250
|
+
}
|
|
88251
|
+
},
|
|
88252
|
+
{
|
|
88253
|
+
"name": "asset-packs::Actions",
|
|
88254
|
+
"data": {
|
|
88255
|
+
"0": {
|
|
88256
|
+
"json": {
|
|
88257
|
+
"id": "{self}",
|
|
88258
|
+
"value": [
|
|
88259
|
+
{
|
|
88260
|
+
"name": "Balloons",
|
|
88261
|
+
"type": "batch",
|
|
88262
|
+
"jsonPayload": "{\"actions\":[\"Play anim\",\"Show\",\"Delay hide\",\"Sound\"]}",
|
|
88263
|
+
"allowedInBasicView": true
|
|
88264
|
+
},
|
|
88265
|
+
{
|
|
88266
|
+
"name": "Play anim",
|
|
88267
|
+
"type": "play_animation",
|
|
88268
|
+
"jsonPayload": "{\"animation\":\"armature_psAction\",\"shouldReset\":true}"
|
|
88269
|
+
},
|
|
88270
|
+
{
|
|
88271
|
+
"name": "Reset",
|
|
88272
|
+
"type": "stop_animation",
|
|
88273
|
+
"jsonPayload": "{}"
|
|
88274
|
+
},
|
|
88275
|
+
{
|
|
88276
|
+
"name": "Show",
|
|
88277
|
+
"type": "set_visibility",
|
|
88278
|
+
"jsonPayload": "{\"visible\":true,\"collider\":0}"
|
|
88279
|
+
},
|
|
88280
|
+
{
|
|
88281
|
+
"name": "Hide",
|
|
88282
|
+
"type": "set_visibility",
|
|
88283
|
+
"jsonPayload": "{\"visible\":false,\"collider\":0}"
|
|
88284
|
+
},
|
|
88285
|
+
{
|
|
88286
|
+
"name": "Delay hide",
|
|
88287
|
+
"type": "start_delay",
|
|
88288
|
+
"jsonPayload": "{\"actions\":[\"Hide\"],\"timeout\":3}"
|
|
88289
|
+
},
|
|
88290
|
+
{
|
|
88291
|
+
"name": "Sound",
|
|
88292
|
+
"type": "play_sound",
|
|
88293
|
+
"jsonPayload": "{\"src\":\"{assetPath}/fireworkexplode.mp3\"}"
|
|
88294
|
+
}
|
|
88295
|
+
]
|
|
88296
|
+
}
|
|
88297
|
+
}
|
|
88298
|
+
}
|
|
88299
|
+
},
|
|
88300
|
+
{
|
|
88301
|
+
"name": "inspector::Config",
|
|
88302
|
+
"data": {
|
|
88303
|
+
"0": {
|
|
88304
|
+
"json": {
|
|
88305
|
+
"isBasicViewEnabled": true,
|
|
88306
|
+
"componentName": "Balloons",
|
|
88307
|
+
"fields": [],
|
|
88308
|
+
"assetId": "01f19c0b-2a1c-4a56-ae7a-dc989861e19f",
|
|
88309
|
+
"helpTooltip": {
|
|
88310
|
+
"text": "Invisible until triggered by another smart item, it creates the visual effect of a burst of balloons popping."
|
|
88311
|
+
},
|
|
88312
|
+
"version": 1
|
|
88313
|
+
}
|
|
88314
|
+
}
|
|
88315
|
+
}
|
|
88316
|
+
}
|
|
88317
|
+
]
|
|
88318
|
+
},
|
|
88319
|
+
"contents": {
|
|
88320
|
+
"balloons.glb": "bafkreiag7ezcefvnmxumemc7clud3673dvc5oazk6xu5vbna473iwjwici",
|
|
88321
|
+
"composite.json": "bafkreihdrxj73kalrhkfywmraqa5b52ulnn3o22qe22cskqfpjrzaay6eu",
|
|
88322
|
+
"fireworkexplode.mp3": "bafkreidnd4er62s3riligyrfyyleigd3vhzgcnlfgpu5rdz4qbgc2iehvu",
|
|
88323
|
+
"thumbnail.png": "bafkreiccw47ofhjje5wlzpiounh2uboxvqdxmgmt3obp3h7a6nxnjlcpom"
|
|
88324
|
+
}
|
|
88325
|
+
},
|
|
88171
88326
|
{
|
|
88172
88327
|
"id": "134af1d4-e0f1-451b-8a3b-9d2eb42fbe2d",
|
|
88173
88328
|
"name": "Exploding Barrel",
|
|
@@ -90275,6 +90430,84 @@
|
|
|
90275
90430
|
"thumbnail.png": "bafkreihduzosovew25xhuxhpxs4pidggerumpp53adruj5l6uzxfjbhex4"
|
|
90276
90431
|
}
|
|
90277
90432
|
},
|
|
90433
|
+
{
|
|
90434
|
+
"id": "675110d1-7cf3-4927-95ee-bb6e9ec7f7ae",
|
|
90435
|
+
"name": "Clap Wearable Dispenser",
|
|
90436
|
+
"category": "Rewards",
|
|
90437
|
+
"tags": [
|
|
90438
|
+
"clap",
|
|
90439
|
+
"wearable",
|
|
90440
|
+
"dispenser",
|
|
90441
|
+
"reward",
|
|
90442
|
+
"collections",
|
|
90443
|
+
"collectible",
|
|
90444
|
+
"clothing"
|
|
90445
|
+
],
|
|
90446
|
+
"description": "A wearable dispenser that gifts the player a wearable from a Rewards server campaign when the player performs a clap emote in front of it.",
|
|
90447
|
+
"author": "Decentraland Foundation",
|
|
90448
|
+
"composite": {
|
|
90449
|
+
"version": 1,
|
|
90450
|
+
"components": [
|
|
90451
|
+
{
|
|
90452
|
+
"name": "core::GltfContainer",
|
|
90453
|
+
"data": {
|
|
90454
|
+
"0": {
|
|
90455
|
+
"json": {
|
|
90456
|
+
"src": "{assetPath}/dispenser.glb",
|
|
90457
|
+
"visibleMeshesCollisionMask": 0,
|
|
90458
|
+
"invisibleMeshesCollisionMask": 3
|
|
90459
|
+
}
|
|
90460
|
+
}
|
|
90461
|
+
}
|
|
90462
|
+
},
|
|
90463
|
+
{
|
|
90464
|
+
"name": "core-schema::Name",
|
|
90465
|
+
"data": {
|
|
90466
|
+
"0": {
|
|
90467
|
+
"json": {
|
|
90468
|
+
"value": "Clap Wearable Dispenser"
|
|
90469
|
+
}
|
|
90470
|
+
}
|
|
90471
|
+
}
|
|
90472
|
+
},
|
|
90473
|
+
{
|
|
90474
|
+
"name": "asset-packs::Script",
|
|
90475
|
+
"data": {
|
|
90476
|
+
"0": {
|
|
90477
|
+
"json": {
|
|
90478
|
+
"value": [
|
|
90479
|
+
{
|
|
90480
|
+
"path": "{assetPath}/ClapClaim.tsx",
|
|
90481
|
+
"priority": 0,
|
|
90482
|
+
"layout": "{\"params\":{\"campaignId\":{\"type\":\"string\",\"optional\":false,\"tooltip\":\"The ID of a campaign on decentraland.org/rewards\",\"value\":\"\"},\"dispenserKey\":{\"type\":\"string\",\"optional\":false,\"tooltip\":\"The dispenser key of a dispenser in a campaign on decentraland.org/rewards\",\"value\":\"\"},\"wearableURN\":{\"type\":\"string\",\"optional\":true,\"tooltip\":\"The URN for the wearable to display floating in the dispenser\",\"value\":\"urn:decentraland:off-chain:base-avatars:green_hoodie\"},\"startDate\":{\"type\":\"string\",\"optional\":true,\"tooltip\":\"The start date of the campaign in YYYY-MM-DD format\",\"value\":\"\"},\"endDate\":{\"type\":\"string\",\"optional\":true,\"tooltip\":\"The end date of the campaign in YYYY-MM-DD format\",\"value\":\"\"},\"emoteDetected\":{\"type\":\"string\",\"optional\":true,\"tooltip\":\"The emote that the player must perform in front of the booth to trigger the claim\",\"value\":\"clap\"},\"wearableYOffset\":{\"type\":\"number\",\"optional\":true,\"tooltip\":\"How many meters above the ground the wearable should be displayed\",\"value\":0.25},\"ActivateOnSuccess\":{\"type\":\"action\",\"optional\":true,\"tooltip\":\"Trigger an action from another smart item when the claim is successful (e.g. confetti or balloons).\",\"value\":{\"entity\":0,\"action\":\"\"}}}}"
|
|
90483
|
+
}
|
|
90484
|
+
]
|
|
90485
|
+
}
|
|
90486
|
+
}
|
|
90487
|
+
}
|
|
90488
|
+
}
|
|
90489
|
+
]
|
|
90490
|
+
},
|
|
90491
|
+
"contents": {
|
|
90492
|
+
"Clap Here.png": "bafkreic4xg4jscaygwalx3q6tekhntz22ctainaz7pibxnn2lfj3qjhzoa",
|
|
90493
|
+
"ClapClaim.tsx": "bafkreiau7lgur5nip5uofn4fwv3qjskbni32gqjytaltuqbgj4ewhlwkpq",
|
|
90494
|
+
"Stencil.png": "bafkreicfeptokbk4hrl3jqh62wvnyxd3vxt3shxwxorjodoyalgviyq4ea",
|
|
90495
|
+
"bannerPlaceholder.png": "bafkreidgbotlsm22535shy6cib7adhhchjfw7evllsj4zhd7x27oe4a6i4",
|
|
90496
|
+
"composite.json": "bafkreid7bnvrzljx73mmdmojtx23rkxtwksput7jwkwxconrot2qsukn3m",
|
|
90497
|
+
"dispenser.glb": "bafkreiefdzidj2m63w36m2dq4zfcn4ulx4jdqqxeogk4rotpb3havpuxpm",
|
|
90498
|
+
"images/WearablePopUp_Background.png": "bafkreifgbudzt7ra35jt7faprgzfr223fadnn7k43l6kihe2cixqvgk2ky",
|
|
90499
|
+
"images/backpack_icon.png": "bafkreiewq6nhxyo4r6cb6ng3waizc3gyae4h5smrm3mxgo7fjloidsrppy",
|
|
90500
|
+
"images/close_button.png": "bafkreidalqsnb23skbaq3hldrwhz6nfzssylxhvfmbd7hpdj35qrnmdybq",
|
|
90501
|
+
"images/frame.png": "bafkreigqwepd4rzkvjvaugvdff6jkinaqod6pmchzwz4dg2pxwtcftvq4q",
|
|
90502
|
+
"images/loader_static_with_margin.png": "bafkreidlwicilk5qpzjxpu2ghkkxzbfbj73rkujer2igw42pen65fuzbcm",
|
|
90503
|
+
"images/ok_button.png": "bafkreihcwxgpigpdpyxzqps7t52ppno6hnst2hcv75znpq2hodk3lx64je",
|
|
90504
|
+
"images/ok_button_empty.png": "bafkreibnsegeumwz5274vehrcwu7iyspazzxvyyddjk5hcbssyvpjyeok4",
|
|
90505
|
+
"images/toast_orange.png": "bafkreig6mhh2x7rwkner63hpsgphwdukwkxo5mh4nifgxpzlvi5rldy5re",
|
|
90506
|
+
"pattern01_arm.png": "bafkreibatnzlzvcnbclro4pzagenrrla7ns3uljts5wj7rnlsqnrbnervu",
|
|
90507
|
+
"pattern01_normal.png": "bafkreifrwnjbujeyfpk54qgzh5yeind5sexaqkplqo4gc2azq7wx3eglfu",
|
|
90508
|
+
"thumbnail.png": "bafkreibrbq5zokyqgm4cu6rug435og7ojks5agnwuhauuavqncb3uzb6z4"
|
|
90509
|
+
}
|
|
90510
|
+
},
|
|
90278
90511
|
{
|
|
90279
90512
|
"name": "Classic Bench",
|
|
90280
90513
|
"category": "Seats",
|
|
@@ -97995,11 +98228,23 @@
|
|
|
97995
98228
|
"version": 1,
|
|
97996
98229
|
"components": [
|
|
97997
98230
|
{
|
|
97998
|
-
"name": "
|
|
98231
|
+
"name": "core::GltfContainer",
|
|
97999
98232
|
"data": {
|
|
98000
98233
|
"0": {
|
|
98001
98234
|
"json": {
|
|
98002
|
-
"src": "{assetPath}/invisible_cylinder.glb"
|
|
98235
|
+
"src": "{assetPath}/invisible_cylinder.glb",
|
|
98236
|
+
"visibleMeshesCollisionMask": 2,
|
|
98237
|
+
"invisibleMeshesCollisionMask": 0
|
|
98238
|
+
}
|
|
98239
|
+
}
|
|
98240
|
+
}
|
|
98241
|
+
},
|
|
98242
|
+
{
|
|
98243
|
+
"name": "core::VisibilityComponent",
|
|
98244
|
+
"data": {
|
|
98245
|
+
"0": {
|
|
98246
|
+
"json": {
|
|
98247
|
+
"visible": false
|
|
98003
98248
|
}
|
|
98004
98249
|
}
|
|
98005
98250
|
}
|
|
@@ -98019,7 +98264,7 @@
|
|
|
98019
98264
|
]
|
|
98020
98265
|
},
|
|
98021
98266
|
"contents": {
|
|
98022
|
-
"composite.json": "
|
|
98267
|
+
"composite.json": "bafkreif5wczfhma2vmyvoecvmq2ni5hhnat5b3nwyvhb3zp7ap753fwsja",
|
|
98023
98268
|
"invisible_cylinder.glb": "bafkreiehkmi7pgokaegv4bwig4j3qtouaqpj4fltwp4x6pyoicofm3ty4y",
|
|
98024
98269
|
"thumbnail.png": "bafkreifsalqlmun5bb2gubnhvetehgs5u3oao4z4psj5bcvzck56c2w4ka"
|
|
98025
98270
|
}
|
|
@@ -98044,11 +98289,23 @@
|
|
|
98044
98289
|
"version": 1,
|
|
98045
98290
|
"components": [
|
|
98046
98291
|
{
|
|
98047
|
-
"name": "
|
|
98292
|
+
"name": "core::GltfContainer",
|
|
98293
|
+
"data": {
|
|
98294
|
+
"0": {
|
|
98295
|
+
"json": {
|
|
98296
|
+
"src": "{assetPath}/invisible_semisphere.glb",
|
|
98297
|
+
"visibleMeshesCollisionMask": 2,
|
|
98298
|
+
"invisibleMeshesCollisionMask": 0
|
|
98299
|
+
}
|
|
98300
|
+
}
|
|
98301
|
+
}
|
|
98302
|
+
},
|
|
98303
|
+
{
|
|
98304
|
+
"name": "core::VisibilityComponent",
|
|
98048
98305
|
"data": {
|
|
98049
98306
|
"0": {
|
|
98050
98307
|
"json": {
|
|
98051
|
-
"
|
|
98308
|
+
"visible": false
|
|
98052
98309
|
}
|
|
98053
98310
|
}
|
|
98054
98311
|
}
|
|
@@ -98068,7 +98325,7 @@
|
|
|
98068
98325
|
]
|
|
98069
98326
|
},
|
|
98070
98327
|
"contents": {
|
|
98071
|
-
"composite.json": "
|
|
98328
|
+
"composite.json": "bafkreibxajxspmbzx5dl4li3dc4ac7thdqdcom6itl72v6ixoejwqxqrza",
|
|
98072
98329
|
"invisible_semisphere.glb": "bafkreicvc2so26eghkkrvjloqutshfrtdqjjqbdfytjumvsdsrgs3esnzy",
|
|
98073
98330
|
"thumbnail.png": "bafkreifebqghgvli4q5hcsyypcxfx3sth22dd57iql373uoqbn22lvncka"
|
|
98074
98331
|
}
|
|
@@ -98089,11 +98346,23 @@
|
|
|
98089
98346
|
"version": 1,
|
|
98090
98347
|
"components": [
|
|
98091
98348
|
{
|
|
98092
|
-
"name": "
|
|
98349
|
+
"name": "core::GltfContainer",
|
|
98350
|
+
"data": {
|
|
98351
|
+
"0": {
|
|
98352
|
+
"json": {
|
|
98353
|
+
"src": "{assetPath}/invisible_ramp.glb",
|
|
98354
|
+
"visibleMeshesCollisionMask": 2,
|
|
98355
|
+
"invisibleMeshesCollisionMask": 0
|
|
98356
|
+
}
|
|
98357
|
+
}
|
|
98358
|
+
}
|
|
98359
|
+
},
|
|
98360
|
+
{
|
|
98361
|
+
"name": "core::VisibilityComponent",
|
|
98093
98362
|
"data": {
|
|
98094
98363
|
"0": {
|
|
98095
98364
|
"json": {
|
|
98096
|
-
"
|
|
98365
|
+
"visible": false
|
|
98097
98366
|
}
|
|
98098
98367
|
}
|
|
98099
98368
|
}
|
|
@@ -98113,7 +98382,7 @@
|
|
|
98113
98382
|
]
|
|
98114
98383
|
},
|
|
98115
98384
|
"contents": {
|
|
98116
|
-
"composite.json": "
|
|
98385
|
+
"composite.json": "bafkreibo5l7vclb5wtbhjujtg6bh7gka26u43ohmqfp6nd54cc252zrnui",
|
|
98117
98386
|
"invisible_ramp.glb": "bafkreiacltyacmg6zz7so2necwoloqbawlg7hmgllss4ad2xpr7qg7ufqq",
|
|
98118
98387
|
"thumbnail.png": "bafkreiayozearhwmaqv3zzxq6px225zpnbe7goybolw2mhvoxjf7u73qim"
|
|
98119
98388
|
}
|
|
@@ -98137,11 +98406,23 @@
|
|
|
98137
98406
|
"version": 1,
|
|
98138
98407
|
"components": [
|
|
98139
98408
|
{
|
|
98140
|
-
"name": "
|
|
98409
|
+
"name": "core::GltfContainer",
|
|
98410
|
+
"data": {
|
|
98411
|
+
"0": {
|
|
98412
|
+
"json": {
|
|
98413
|
+
"src": "{assetPath}/invisible_sphere.glb",
|
|
98414
|
+
"visibleMeshesCollisionMask": 2,
|
|
98415
|
+
"invisibleMeshesCollisionMask": 0
|
|
98416
|
+
}
|
|
98417
|
+
}
|
|
98418
|
+
}
|
|
98419
|
+
},
|
|
98420
|
+
{
|
|
98421
|
+
"name": "core::VisibilityComponent",
|
|
98141
98422
|
"data": {
|
|
98142
98423
|
"0": {
|
|
98143
98424
|
"json": {
|
|
98144
|
-
"
|
|
98425
|
+
"visible": false
|
|
98145
98426
|
}
|
|
98146
98427
|
}
|
|
98147
98428
|
}
|
|
@@ -98161,7 +98442,7 @@
|
|
|
98161
98442
|
]
|
|
98162
98443
|
},
|
|
98163
98444
|
"contents": {
|
|
98164
|
-
"composite.json": "
|
|
98445
|
+
"composite.json": "bafkreicuyyea4mytotyf52at5qw2jnd2l4b3zyubt3highmienyy6udmj4",
|
|
98165
98446
|
"invisible_sphere.glb": "bafkreidtjr2w52lchjowat5qxbcsztjxvqijvuuvnh5wm3vy5p7loyrj5m",
|
|
98166
98447
|
"thumbnail.png": "bafkreid7pqinpbmhp7vv7p6l2i3g6haooyhzwdb6ofod55opv4evnyqzpy"
|
|
98167
98448
|
}
|
|
@@ -98181,11 +98462,23 @@
|
|
|
98181
98462
|
"version": 1,
|
|
98182
98463
|
"components": [
|
|
98183
98464
|
{
|
|
98184
|
-
"name": "
|
|
98465
|
+
"name": "core::GltfContainer",
|
|
98466
|
+
"data": {
|
|
98467
|
+
"0": {
|
|
98468
|
+
"json": {
|
|
98469
|
+
"src": "{assetPath}/invisible_box.glb",
|
|
98470
|
+
"visibleMeshesCollisionMask": 2,
|
|
98471
|
+
"invisibleMeshesCollisionMask": 0
|
|
98472
|
+
}
|
|
98473
|
+
}
|
|
98474
|
+
}
|
|
98475
|
+
},
|
|
98476
|
+
{
|
|
98477
|
+
"name": "core::VisibilityComponent",
|
|
98185
98478
|
"data": {
|
|
98186
98479
|
"0": {
|
|
98187
98480
|
"json": {
|
|
98188
|
-
"
|
|
98481
|
+
"visible": false
|
|
98189
98482
|
}
|
|
98190
98483
|
}
|
|
98191
98484
|
}
|
|
@@ -98205,7 +98498,7 @@
|
|
|
98205
98498
|
]
|
|
98206
98499
|
},
|
|
98207
98500
|
"contents": {
|
|
98208
|
-
"composite.json": "
|
|
98501
|
+
"composite.json": "bafkreiebdh5a4gzciovnuumi3zas5ixsgweq7vz24an7j4wrty74rtxnte",
|
|
98209
98502
|
"invisible_box.glb": "bafkreig7gd7jf5fbz7euoj55j4wsfbqbjzlnnqibtjpnx5jwux5ntjjexe",
|
|
98210
98503
|
"thumbnail.png": "bafkreibnfladvjxy3anaf7p26nn6trtpdmiujnwyiple4dlfb7dxyqidxy"
|
|
98211
98504
|
}
|
|
@@ -103642,6 +103935,82 @@
|
|
|
103642
103935
|
"thumbnail.png": "bafkreicr7t2elrxep3a6hxhjefgxhddo6srzahfulfvfzgtjlongdosqsq"
|
|
103643
103936
|
}
|
|
103644
103937
|
},
|
|
103938
|
+
{
|
|
103939
|
+
"id": "f0992ed6-b8eb-4ff8-bdcd-e6e330395b76",
|
|
103940
|
+
"name": "Restrict Actions",
|
|
103941
|
+
"category": "utils",
|
|
103942
|
+
"tags": [
|
|
103943
|
+
"block",
|
|
103944
|
+
"actions",
|
|
103945
|
+
"disable",
|
|
103946
|
+
"jump",
|
|
103947
|
+
"run",
|
|
103948
|
+
"jog",
|
|
103949
|
+
"walk",
|
|
103950
|
+
"emote"
|
|
103951
|
+
],
|
|
103952
|
+
"description": "A tool to block the player from jumping, running, double-jumping, gliding, etc.",
|
|
103953
|
+
"author": "Decentraland Foundation",
|
|
103954
|
+
"composite": {
|
|
103955
|
+
"version": 1,
|
|
103956
|
+
"components": [
|
|
103957
|
+
{
|
|
103958
|
+
"name": "core::GltfContainer",
|
|
103959
|
+
"data": {
|
|
103960
|
+
"0": {
|
|
103961
|
+
"json": {
|
|
103962
|
+
"src": "{assetPath}/ban-cube.glb",
|
|
103963
|
+
"visibleMeshesCollisionMask": 0,
|
|
103964
|
+
"invisibleMeshesCollisionMask": 0
|
|
103965
|
+
}
|
|
103966
|
+
}
|
|
103967
|
+
}
|
|
103968
|
+
},
|
|
103969
|
+
{
|
|
103970
|
+
"name": "core-schema::Name",
|
|
103971
|
+
"data": {
|
|
103972
|
+
"0": {
|
|
103973
|
+
"json": {
|
|
103974
|
+
"value": "Restrict Actions"
|
|
103975
|
+
}
|
|
103976
|
+
}
|
|
103977
|
+
}
|
|
103978
|
+
},
|
|
103979
|
+
{
|
|
103980
|
+
"name": "core::VisibilityComponent",
|
|
103981
|
+
"data": {
|
|
103982
|
+
"0": {
|
|
103983
|
+
"json": {
|
|
103984
|
+
"visible": false
|
|
103985
|
+
}
|
|
103986
|
+
}
|
|
103987
|
+
}
|
|
103988
|
+
},
|
|
103989
|
+
{
|
|
103990
|
+
"name": "asset-packs::Script",
|
|
103991
|
+
"data": {
|
|
103992
|
+
"0": {
|
|
103993
|
+
"json": {
|
|
103994
|
+
"value": [
|
|
103995
|
+
{
|
|
103996
|
+
"path": "{assetPath}/block-actions.ts",
|
|
103997
|
+
"priority": 0,
|
|
103998
|
+
"layout": "{\"params\":{\"disableJump\":{\"type\":\"boolean\",\"optional\":true,\"value\":false},\"disableRun\":{\"type\":\"boolean\",\"optional\":true,\"value\":false},\"disableJog\":{\"type\":\"boolean\",\"optional\":true,\"value\":false},\"disableWalk\":{\"type\":\"boolean\",\"optional\":true,\"value\":false},\"disableEmote\":{\"type\":\"boolean\",\"optional\":true,\"value\":false},\"disableDoubleJump\":{\"type\":\"boolean\",\"optional\":true,\"value\":false},\"disableGliding\":{\"type\":\"boolean\",\"optional\":true,\"value\":false}}}"
|
|
103999
|
+
}
|
|
104000
|
+
]
|
|
104001
|
+
}
|
|
104002
|
+
}
|
|
104003
|
+
}
|
|
104004
|
+
}
|
|
104005
|
+
]
|
|
104006
|
+
},
|
|
104007
|
+
"contents": {
|
|
104008
|
+
"ban-cube.glb": "bafkreidkmp3lpvqz7ic4quz37petdgytl5qjlitdkyfwg4b74djr5hmlba",
|
|
104009
|
+
"block-actions.ts": "bafkreihrwag7fmna4a4s6ick2eceik3yd7n3mukwj2totjlargdqjom6oi",
|
|
104010
|
+
"composite.json": "bafkreicpb7finicho25v2ub5iqxcaotux5ldkasrog6lwb7c6g2pq2fpra",
|
|
104011
|
+
"thumbnail.png": "bafkreic56upds77kvcq5xrkgg62cfmax7z5y7eobmvgv2vhykqokhv4xpy"
|
|
104012
|
+
}
|
|
104013
|
+
},
|
|
103645
104014
|
{
|
|
103646
104015
|
"id": "6725c54f-19a8-42e8-b424-694fe9a1b5d4",
|
|
103647
104016
|
"name": "Rising Pillar Genesis City",
|
|
@@ -110104,6 +110473,26 @@
|
|
|
110104
110473
|
}
|
|
110105
110474
|
}
|
|
110106
110475
|
},
|
|
110476
|
+
{
|
|
110477
|
+
"name": "core::MeshCollider",
|
|
110478
|
+
"jsonSchema": {
|
|
110479
|
+
"type": "object",
|
|
110480
|
+
"properties": {},
|
|
110481
|
+
"serializationType": "protocol-buffer",
|
|
110482
|
+
"protocolBuffer": "PBMeshCollider"
|
|
110483
|
+
},
|
|
110484
|
+
"data": {
|
|
110485
|
+
"0": {
|
|
110486
|
+
"json": {
|
|
110487
|
+
"collisionMask": 3,
|
|
110488
|
+
"mesh": {
|
|
110489
|
+
"$case": "box",
|
|
110490
|
+
"box": {}
|
|
110491
|
+
}
|
|
110492
|
+
}
|
|
110493
|
+
}
|
|
110494
|
+
}
|
|
110495
|
+
},
|
|
110107
110496
|
{
|
|
110108
110497
|
"name": "core-schema::Name",
|
|
110109
110498
|
"data": {
|
|
@@ -110318,7 +110707,7 @@
|
|
|
110318
110707
|
]
|
|
110319
110708
|
},
|
|
110320
110709
|
"contents": {
|
|
110321
|
-
"composite.json": "
|
|
110710
|
+
"composite.json": "bafkreiaxlb7dksqdsxzfhhzaqpgrgt27weo2zp37tl55kpi6tggniudln4",
|
|
110322
110711
|
"sitting_pose_collider.glb": "bafkreifymjqegwzcioyd5damiy3c26lpgd2kxwy3ykk6oenmhhncw6jsey",
|
|
110323
110712
|
"thumbnail.png": "bafkreic4zrnhgciiobtecf3t4bxvs7ohhosubdvajxdch7m7xk4ahexeri"
|
|
110324
110713
|
}
|
|
@@ -118056,26 +118445,6 @@
|
|
|
118056
118445
|
}
|
|
118057
118446
|
}
|
|
118058
118447
|
},
|
|
118059
|
-
{
|
|
118060
|
-
"name": "core::MeshCollider",
|
|
118061
|
-
"jsonSchema": {
|
|
118062
|
-
"type": "object",
|
|
118063
|
-
"properties": {},
|
|
118064
|
-
"serializationType": "protocol-buffer",
|
|
118065
|
-
"protocolBuffer": "PBMeshCollider"
|
|
118066
|
-
},
|
|
118067
|
-
"data": {
|
|
118068
|
-
"0": {
|
|
118069
|
-
"json": {
|
|
118070
|
-
"collisionMask": 1,
|
|
118071
|
-
"mesh": {
|
|
118072
|
-
"$case": "box",
|
|
118073
|
-
"box": {}
|
|
118074
|
-
}
|
|
118075
|
-
}
|
|
118076
|
-
}
|
|
118077
|
-
}
|
|
118078
|
-
},
|
|
118079
118448
|
{
|
|
118080
118449
|
"name": "asset-packs::Triggers",
|
|
118081
118450
|
"data": {
|
|
@@ -118098,7 +118467,7 @@
|
|
|
118098
118467
|
]
|
|
118099
118468
|
},
|
|
118100
118469
|
"contents": {
|
|
118101
|
-
"composite.json": "
|
|
118470
|
+
"composite.json": "bafkreieug7cqm3tk253cgqk6ezpwwx765nn25to3g34sclhypalxhn5nfu",
|
|
118102
118471
|
"thumbnail.png": "bafkreieo7ibi3xtuyynj2n74sdlyskhyhhjqfzjpn6gl72voplg23woc2u",
|
|
118103
118472
|
"trigger_area.glb": "bafkreifg6li2j2dq365slzfcz345ta33a4lnlwtld4mlxpgs2slgu5xbj4"
|
|
118104
118473
|
}
|
|
@@ -122451,6 +122820,260 @@
|
|
|
122451
122820
|
"thumbnail.png": "bafkreigqxqonm65nkwpw67x5aa3zmlzxqnbb7pvqqg65zgqq5ioimuawyu"
|
|
122452
122821
|
}
|
|
122453
122822
|
},
|
|
122823
|
+
{
|
|
122824
|
+
"id": "938064c8-65e1-4098-a497-3742337c3382",
|
|
122825
|
+
"name": "Wearable Dispenser",
|
|
122826
|
+
"category": "Rewards",
|
|
122827
|
+
"tags": [
|
|
122828
|
+
"wearable",
|
|
122829
|
+
"dispenser",
|
|
122830
|
+
"reward",
|
|
122831
|
+
"collections",
|
|
122832
|
+
"collectible",
|
|
122833
|
+
"clothing"
|
|
122834
|
+
],
|
|
122835
|
+
"description": "A wearable dispenser that gifts the player a wearable from a Rewards server campaign when the player clickson it.",
|
|
122836
|
+
"author": "Decentraland Foundation",
|
|
122837
|
+
"composite": {
|
|
122838
|
+
"version": 1,
|
|
122839
|
+
"components": [
|
|
122840
|
+
{
|
|
122841
|
+
"name": "core::Transform",
|
|
122842
|
+
"data": {
|
|
122843
|
+
"513": {
|
|
122844
|
+
"json": {
|
|
122845
|
+
"position": {
|
|
122846
|
+
"x": 0,
|
|
122847
|
+
"y": 0,
|
|
122848
|
+
"z": 0
|
|
122849
|
+
},
|
|
122850
|
+
"rotation": {
|
|
122851
|
+
"x": 0,
|
|
122852
|
+
"y": 0,
|
|
122853
|
+
"z": 0,
|
|
122854
|
+
"w": 1
|
|
122855
|
+
},
|
|
122856
|
+
"scale": {
|
|
122857
|
+
"x": 1,
|
|
122858
|
+
"y": 1,
|
|
122859
|
+
"z": 1
|
|
122860
|
+
},
|
|
122861
|
+
"parent": 0
|
|
122862
|
+
}
|
|
122863
|
+
}
|
|
122864
|
+
}
|
|
122865
|
+
},
|
|
122866
|
+
{
|
|
122867
|
+
"name": "core::Animator",
|
|
122868
|
+
"data": {
|
|
122869
|
+
"513": {
|
|
122870
|
+
"json": {
|
|
122871
|
+
"states": [
|
|
122872
|
+
{
|
|
122873
|
+
"clip": "Button",
|
|
122874
|
+
"playing": false,
|
|
122875
|
+
"weight": 1,
|
|
122876
|
+
"speed": 1,
|
|
122877
|
+
"loop": false,
|
|
122878
|
+
"shouldReset": false
|
|
122879
|
+
}
|
|
122880
|
+
]
|
|
122881
|
+
}
|
|
122882
|
+
}
|
|
122883
|
+
}
|
|
122884
|
+
},
|
|
122885
|
+
{
|
|
122886
|
+
"name": "core::AudioSource",
|
|
122887
|
+
"data": {
|
|
122888
|
+
"513": {
|
|
122889
|
+
"json": {
|
|
122890
|
+
"volume": 0.5,
|
|
122891
|
+
"audioClipUrl": "{assetPath}/button-sound.mp3"
|
|
122892
|
+
}
|
|
122893
|
+
}
|
|
122894
|
+
}
|
|
122895
|
+
},
|
|
122896
|
+
{
|
|
122897
|
+
"name": "core::GltfContainer",
|
|
122898
|
+
"data": {
|
|
122899
|
+
"0": {
|
|
122900
|
+
"json": {
|
|
122901
|
+
"src": "{assetPath}/Dispenser.glb",
|
|
122902
|
+
"visibleMeshesCollisionMask": 0,
|
|
122903
|
+
"invisibleMeshesCollisionMask": 3
|
|
122904
|
+
}
|
|
122905
|
+
},
|
|
122906
|
+
"513": {
|
|
122907
|
+
"json": {
|
|
122908
|
+
"src": "{assetPath}/Button.glb",
|
|
122909
|
+
"visibleMeshesCollisionMask": 0,
|
|
122910
|
+
"invisibleMeshesCollisionMask": 3
|
|
122911
|
+
}
|
|
122912
|
+
}
|
|
122913
|
+
}
|
|
122914
|
+
},
|
|
122915
|
+
{
|
|
122916
|
+
"name": "core-schema::Name",
|
|
122917
|
+
"data": {
|
|
122918
|
+
"0": {
|
|
122919
|
+
"json": {
|
|
122920
|
+
"value": "Dispenser"
|
|
122921
|
+
}
|
|
122922
|
+
},
|
|
122923
|
+
"513": {
|
|
122924
|
+
"json": {
|
|
122925
|
+
"value": "Button"
|
|
122926
|
+
}
|
|
122927
|
+
}
|
|
122928
|
+
}
|
|
122929
|
+
},
|
|
122930
|
+
{
|
|
122931
|
+
"name": "asset-packs::Actions",
|
|
122932
|
+
"data": {
|
|
122933
|
+
"513": {
|
|
122934
|
+
"json": {
|
|
122935
|
+
"id": "{self}",
|
|
122936
|
+
"value": [
|
|
122937
|
+
{
|
|
122938
|
+
"name": "play animation",
|
|
122939
|
+
"type": "play_animation",
|
|
122940
|
+
"jsonPayload": "{\"animation\":\"Button\",\"shouldReset\":true}"
|
|
122941
|
+
},
|
|
122942
|
+
{
|
|
122943
|
+
"name": "Play sound",
|
|
122944
|
+
"type": "play_sound",
|
|
122945
|
+
"jsonPayload": "{\"src\":\"{assetPath}/button-sound.mp3\",\"volume\":0.55}"
|
|
122946
|
+
}
|
|
122947
|
+
]
|
|
122948
|
+
}
|
|
122949
|
+
}
|
|
122950
|
+
}
|
|
122951
|
+
},
|
|
122952
|
+
{
|
|
122953
|
+
"name": "asset-packs::Script",
|
|
122954
|
+
"data": {
|
|
122955
|
+
"0": {
|
|
122956
|
+
"json": {
|
|
122957
|
+
"value": [
|
|
122958
|
+
{
|
|
122959
|
+
"path": "{assetPath}/ClaimRewardButton.tsx",
|
|
122960
|
+
"priority": 0,
|
|
122961
|
+
"layout": "{\"params\":{\"campaignId\":{\"type\":\"string\",\"optional\":false,\"tooltip\":\"The ID of a campaign on decentraland.org/rewards\",\"value\":\"\"},\"dispenserKey\":{\"type\":\"string\",\"optional\":false,\"tooltip\":\"The dispenser key of a dispenser in a campaign on decentraland.org/rewards\",\"value\":\"\"},\"wearableURN\":{\"type\":\"string\",\"optional\":true,\"tooltip\":\"The URN for the wearable to display floating in the dispenser\",\"value\":\"urn:decentraland:off-chain:base-avatars:green_hoodie\"},\"startDate\":{\"type\":\"string\",\"optional\":true,\"tooltip\":\"The start date of the campaign in YYYY-MM-DD format\",\"value\":\"\"},\"endDate\":{\"type\":\"string\",\"optional\":true,\"tooltip\":\"The end date of the campaign in YYYY-MM-DD format\",\"value\":\"\"},\"wearableYOffset\":{\"type\":\"number\",\"optional\":true,\"tooltip\":\"How many meters above the ground the wearable should be displayed\",\"value\":0.5},\"hoverText\":{\"type\":\"string\",\"optional\":true,\"tooltip\":\"The text shown before clicking the dispenser\",\"value\":\"Claim\"},\"ActivateOnSuccess\":{\"type\":\"action\",\"optional\":true,\"tooltip\":\"Trigger an action from another smart item when the claim is successful (e.g. confetti or balloons).\",\"value\":{\"entity\":0,\"action\":\"\"}}}}"
|
|
122962
|
+
}
|
|
122963
|
+
]
|
|
122964
|
+
}
|
|
122965
|
+
}
|
|
122966
|
+
}
|
|
122967
|
+
}
|
|
122968
|
+
]
|
|
122969
|
+
},
|
|
122970
|
+
"contents": {
|
|
122971
|
+
"Button.glb": "bafybeiaxv2yhapyryxcrqcs244kzvmiwcbgaf5flnfzne766sayeskyeb4",
|
|
122972
|
+
"ClaimRewardButton.tsx": "bafkreicwu2yptzf2ezznkrcnunts2n3zr4vggu6tvfcjddut2anla43tzi",
|
|
122973
|
+
"Dispenser.glb": "bafybeielg2rbzaqe2pxmax3ec522xfldou4l2tknghctpo574ubebw4ike",
|
|
122974
|
+
"button-sound.mp3": "bafkreifzmhe2n6lslneawyejfdurlk43oiuqygt523fva7k46irgahlwza",
|
|
122975
|
+
"composite.json": "bafkreigjigmkl4eyjrd3k3ns4qgjxw4tcwan4d2i7cqq3dqf3fry2g7sj4",
|
|
122976
|
+
"images/WearablePopUp_Background.png": "bafkreifgbudzt7ra35jt7faprgzfr223fadnn7k43l6kihe2cixqvgk2ky",
|
|
122977
|
+
"images/backpack_icon.png": "bafkreiewq6nhxyo4r6cb6ng3waizc3gyae4h5smrm3mxgo7fjloidsrppy",
|
|
122978
|
+
"images/close_button.png": "bafkreidalqsnb23skbaq3hldrwhz6nfzssylxhvfmbd7hpdj35qrnmdybq",
|
|
122979
|
+
"images/frame.png": "bafkreigqwepd4rzkvjvaugvdff6jkinaqod6pmchzwz4dg2pxwtcftvq4q",
|
|
122980
|
+
"images/loader_static_with_margin.png": "bafkreidlwicilk5qpzjxpu2ghkkxzbfbj73rkujer2igw42pen65fuzbcm",
|
|
122981
|
+
"images/ok_button.png": "bafkreihcwxgpigpdpyxzqps7t52ppno6hnst2hcv75znpq2hodk3lx64je",
|
|
122982
|
+
"images/ok_button_empty.png": "bafkreibnsegeumwz5274vehrcwu7iyspazzxvyyddjk5hcbssyvpjyeok4",
|
|
122983
|
+
"images/toast_orange.png": "bafkreig6mhh2x7rwkner63hpsgphwdukwkxo5mh4nifgxpzlvi5rldy5re",
|
|
122984
|
+
"thumbnail.png": "bafkreidfrzuqym4tluo4icckhdsy4e7z4eymwxxdakyp6owlqbsoshehaq"
|
|
122985
|
+
}
|
|
122986
|
+
},
|
|
122987
|
+
{
|
|
122988
|
+
"id": "799078be-caf5-40bf-aa77-1c7c095dbd23",
|
|
122989
|
+
"name": "Wearable dispenser 2",
|
|
122990
|
+
"category": "Rewards",
|
|
122991
|
+
"tags": [
|
|
122992
|
+
"wearable",
|
|
122993
|
+
"dispenser",
|
|
122994
|
+
"reward",
|
|
122995
|
+
"collections",
|
|
122996
|
+
"collectible",
|
|
122997
|
+
"clothing"
|
|
122998
|
+
],
|
|
122999
|
+
"description": "A wearable dispenser that gifts the player a wearable from a Rewards server campaign when the player clicks the button.",
|
|
123000
|
+
"author": "Decentraland Foundation",
|
|
123001
|
+
"composite": {
|
|
123002
|
+
"version": 1,
|
|
123003
|
+
"components": [
|
|
123004
|
+
{
|
|
123005
|
+
"name": "core::Animator",
|
|
123006
|
+
"data": {
|
|
123007
|
+
"0": {
|
|
123008
|
+
"json": {
|
|
123009
|
+
"states": []
|
|
123010
|
+
}
|
|
123011
|
+
}
|
|
123012
|
+
}
|
|
123013
|
+
},
|
|
123014
|
+
{
|
|
123015
|
+
"name": "core::GltfContainer",
|
|
123016
|
+
"data": {
|
|
123017
|
+
"0": {
|
|
123018
|
+
"json": {
|
|
123019
|
+
"src": "{assetPath}/dispenser.glb",
|
|
123020
|
+
"visibleMeshesCollisionMask": 0,
|
|
123021
|
+
"invisibleMeshesCollisionMask": 3
|
|
123022
|
+
}
|
|
123023
|
+
}
|
|
123024
|
+
}
|
|
123025
|
+
},
|
|
123026
|
+
{
|
|
123027
|
+
"name": "core-schema::Name",
|
|
123028
|
+
"data": {
|
|
123029
|
+
"0": {
|
|
123030
|
+
"json": {
|
|
123031
|
+
"value": "Wearable dispenser 2"
|
|
123032
|
+
}
|
|
123033
|
+
}
|
|
123034
|
+
}
|
|
123035
|
+
},
|
|
123036
|
+
{
|
|
123037
|
+
"name": "asset-packs::Script",
|
|
123038
|
+
"data": {
|
|
123039
|
+
"0": {
|
|
123040
|
+
"json": {
|
|
123041
|
+
"value": [
|
|
123042
|
+
{
|
|
123043
|
+
"path": "{assetPath}/ClaimReward.tsx",
|
|
123044
|
+
"priority": 0,
|
|
123045
|
+
"layout": "{\"params\":{\"campaignId\":{\"type\":\"string\",\"optional\":false,\"tooltip\":\"The ID of a campaign on decentraland.org/rewards\",\"value\":\"\"},\"dispenserKey\":{\"type\":\"string\",\"optional\":false,\"tooltip\":\"The dispenser key of a dispenser in a campaign on decentraland.org/rewards\",\"value\":\"\"},\"wearableURN\":{\"type\":\"string\",\"optional\":true,\"tooltip\":\"The URN for the wearable to display floating in the dispenser\",\"value\":\"urn:decentraland:off-chain:base-avatars:green_hoodie\"},\"startDate\":{\"type\":\"string\",\"optional\":true,\"tooltip\":\"The start date of the campaign in YYYY-MM-DD format\",\"value\":\"\"},\"endDate\":{\"type\":\"string\",\"optional\":true,\"tooltip\":\"The end date of the campaign in YYYY-MM-DD format\",\"value\":\"\"},\"wearableYOffset\":{\"type\":\"number\",\"optional\":true,\"tooltip\":\"How many meters above the ground the wearable should be displayed\",\"value\":0.5},\"hoverText\":{\"type\":\"string\",\"optional\":true,\"tooltip\":\"The text shown before clicking the dispenser\",\"value\":\"Claim\"},\"ActivateOnSuccess\":{\"type\":\"action\",\"optional\":true,\"tooltip\":\"Trigger an action from another smart item when the claim is successful (e.g. confetti or balloons).\",\"value\":{\"entity\":0,\"action\":\"\"}}}}"
|
|
123046
|
+
}
|
|
123047
|
+
]
|
|
123048
|
+
}
|
|
123049
|
+
}
|
|
123050
|
+
}
|
|
123051
|
+
}
|
|
123052
|
+
]
|
|
123053
|
+
},
|
|
123054
|
+
"contents": {
|
|
123055
|
+
"BoothLegDecor_mat_arm.png": "bafybeifxxwyrbfkai5nlokgknhkst7yepiqwq4s2fiyki3ll6sz5nppghu",
|
|
123056
|
+
"BoothLegDecor_mat_baseColor.png": "bafybeicksszsigrrkg7yjarz4ukk7a7vj2b3q4bko5dmq5jdr6mx2kkm3i",
|
|
123057
|
+
"BoothLegDecor_mat_normal.png": "bafkreigqwbf72kcxfn56aw3r67mgjzmhfmedyprmttkzsdbec6xp4e5aoq",
|
|
123058
|
+
"ClaimReward.tsx": "bafkreifke242isr6wleopems5igreg53e7pp6vyi43243o45xzlthazvvq",
|
|
123059
|
+
"HoloMat_alpha.png": "bafkreidzfrnrga4fdbggdg7vuud7vzilm7u6igmmiazvtmlvyrzqwnyha4",
|
|
123060
|
+
"StripesMask.png": "bafkreigdllkaaag7mjlgccokfubaxp7pqcvbwbdnppobrmzgk27zg7d2m4",
|
|
123061
|
+
"StylizedScifiFloor_v01_arm.png": "bafybeigmsvqx56bdvxae7mfabxvxzpn5wvxvit2ybpfm2vthnjdzj7lx4e",
|
|
123062
|
+
"StylizedScifiFloor_v01_basecolor.png": "bafybeiabyrzfxhp4apcjyoaepora57emqlmhlrztonkw5mpsftr6ddutlq",
|
|
123063
|
+
"StylizedScifiFloor_v01_normal.png": "bafybeigysrbdve4qw43rx3wg4afq72d47jizbc2uhsya35mjyao7flowi4",
|
|
123064
|
+
"composite.json": "bafkreieuh5bpomoxgr4ucfs5hph5myyfh6e4vsfgve2jjn2qrhj76g7xty",
|
|
123065
|
+
"dispenser.glb": "bafkreibrse7ko7mp7epuxv42cjnexehtbhy7ddehjfbn3m7erl4rwfkymm",
|
|
123066
|
+
"images/WearablePopUp_Background.png": "bafkreifgbudzt7ra35jt7faprgzfr223fadnn7k43l6kihe2cixqvgk2ky",
|
|
123067
|
+
"images/backpack_icon.png": "bafkreiewq6nhxyo4r6cb6ng3waizc3gyae4h5smrm3mxgo7fjloidsrppy",
|
|
123068
|
+
"images/close_button.png": "bafkreidalqsnb23skbaq3hldrwhz6nfzssylxhvfmbd7hpdj35qrnmdybq",
|
|
123069
|
+
"images/frame.png": "bafkreigqwepd4rzkvjvaugvdff6jkinaqod6pmchzwz4dg2pxwtcftvq4q",
|
|
123070
|
+
"images/loader_static_with_margin.png": "bafkreidlwicilk5qpzjxpu2ghkkxzbfbj73rkujer2igw42pen65fuzbcm",
|
|
123071
|
+
"images/ok_button.png": "bafkreihcwxgpigpdpyxzqps7t52ppno6hnst2hcv75znpq2hodk3lx64je",
|
|
123072
|
+
"images/ok_button_empty.png": "bafkreibnsegeumwz5274vehrcwu7iyspazzxvyyddjk5hcbssyvpjyeok4",
|
|
123073
|
+
"images/toast_orange.png": "bafkreig6mhh2x7rwkner63hpsgphwdukwkxo5mh4nifgxpzlvi5rldy5re",
|
|
123074
|
+
"thumbnail.png": "bafkreidx4uhaifwl7nosatr6bvjkepk5febireb5akbwlw2kq7tyh6bkdu"
|
|
123075
|
+
}
|
|
123076
|
+
},
|
|
122454
123077
|
{
|
|
122455
123078
|
"id": "b70f285f-804a-40fb-bad2-80e7c34aa4ed",
|
|
122456
123079
|
"name": "Wearable Scanner",
|
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.
|
|
4
|
+
"version": "2.14.1",
|
|
5
5
|
"author": {
|
|
6
6
|
"email": "hello@decentraland.org",
|
|
7
7
|
"name": "Decentraland Foundation",
|