@dcl/asset-packs 0.0.0-20231007225235.commit-4e90d24 → 0.0.0-20231007231138.commit-4ee8384
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 +703 -4
- package/package.json +2 -2
package/catalog.json
CHANGED
|
@@ -39193,6 +39193,282 @@
|
|
|
39193
39193
|
"thumbnail.png": "bafkreibrnlk3nfvyjlo46l6vojqlsxpulpldpf6ilqqijadgfxgpevr5tm"
|
|
39194
39194
|
}
|
|
39195
39195
|
},
|
|
39196
|
+
{
|
|
39197
|
+
"id": "0b8f3b57-a7f3-48aa-a88a-41098f264566",
|
|
39198
|
+
"name": "Button Chest",
|
|
39199
|
+
"category": "decorations",
|
|
39200
|
+
"tags": [
|
|
39201
|
+
"door"
|
|
39202
|
+
],
|
|
39203
|
+
"components": {
|
|
39204
|
+
"core::GltfContainer": {
|
|
39205
|
+
"src": "{assetPath}/button_chest.glb"
|
|
39206
|
+
},
|
|
39207
|
+
"asset-packs::Actions": {
|
|
39208
|
+
"id": "{self}",
|
|
39209
|
+
"value": [
|
|
39210
|
+
{
|
|
39211
|
+
"name": "Open",
|
|
39212
|
+
"type": "set_state",
|
|
39213
|
+
"jsonPayload": "{ \"state\": \"Opened\" }"
|
|
39214
|
+
},
|
|
39215
|
+
{
|
|
39216
|
+
"name": "Close",
|
|
39217
|
+
"type": "set_state",
|
|
39218
|
+
"jsonPayload": "{ \"state\": \"Closed\" }"
|
|
39219
|
+
},
|
|
39220
|
+
{
|
|
39221
|
+
"name": "Play Open Sound",
|
|
39222
|
+
"type": "play_sound",
|
|
39223
|
+
"jsonPayload": "{ \"src\": \"{assetPath}/open.mp3\" }"
|
|
39224
|
+
},
|
|
39225
|
+
{
|
|
39226
|
+
"name": "Play Close Sound",
|
|
39227
|
+
"type": "play_sound",
|
|
39228
|
+
"jsonPayload": "{ \"src\": \"{assetPath}/close.mp3\" }"
|
|
39229
|
+
},
|
|
39230
|
+
{
|
|
39231
|
+
"name": "Play Open Animation",
|
|
39232
|
+
"type": "play_animation",
|
|
39233
|
+
"jsonPayload": "{ \"animation\": \"open\" }"
|
|
39234
|
+
},
|
|
39235
|
+
{
|
|
39236
|
+
"name": "Play Close Animation",
|
|
39237
|
+
"type": "play_animation",
|
|
39238
|
+
"jsonPayload": "{ \"animation\": \"close\" }"
|
|
39239
|
+
}
|
|
39240
|
+
]
|
|
39241
|
+
},
|
|
39242
|
+
"asset-packs::Triggers": {
|
|
39243
|
+
"value": [
|
|
39244
|
+
{
|
|
39245
|
+
"type": "on_click",
|
|
39246
|
+
"conditions": [
|
|
39247
|
+
{
|
|
39248
|
+
"id": "{self:asset-packs::States}",
|
|
39249
|
+
"type": "when_state_is",
|
|
39250
|
+
"value": "Closed"
|
|
39251
|
+
}
|
|
39252
|
+
],
|
|
39253
|
+
"actions": [
|
|
39254
|
+
{
|
|
39255
|
+
"id": "{self:asset-packs::Actions}",
|
|
39256
|
+
"name": "Open"
|
|
39257
|
+
}
|
|
39258
|
+
]
|
|
39259
|
+
},
|
|
39260
|
+
{
|
|
39261
|
+
"type": "on_click",
|
|
39262
|
+
"conditions": [
|
|
39263
|
+
{
|
|
39264
|
+
"id": "{self:asset-packs::States}",
|
|
39265
|
+
"type": "when_state_is",
|
|
39266
|
+
"value": "Opened"
|
|
39267
|
+
}
|
|
39268
|
+
],
|
|
39269
|
+
"actions": [
|
|
39270
|
+
{
|
|
39271
|
+
"id": "{self:asset-packs::Actions}",
|
|
39272
|
+
"name": "Close"
|
|
39273
|
+
}
|
|
39274
|
+
]
|
|
39275
|
+
},
|
|
39276
|
+
{
|
|
39277
|
+
"type": "on_state_change",
|
|
39278
|
+
"conditions": [
|
|
39279
|
+
{
|
|
39280
|
+
"id": "{self:asset-packs::States}",
|
|
39281
|
+
"type": "when_state_is",
|
|
39282
|
+
"value": "Opened"
|
|
39283
|
+
}
|
|
39284
|
+
],
|
|
39285
|
+
"actions": [
|
|
39286
|
+
{
|
|
39287
|
+
"id": "{self:asset-packs::Actions}",
|
|
39288
|
+
"name": "Play Open Animation"
|
|
39289
|
+
},
|
|
39290
|
+
{
|
|
39291
|
+
"id": "{self:asset-packs::Actions}",
|
|
39292
|
+
"name": "Play Open Sound"
|
|
39293
|
+
}
|
|
39294
|
+
]
|
|
39295
|
+
},
|
|
39296
|
+
{
|
|
39297
|
+
"type": "on_state_change",
|
|
39298
|
+
"conditions": [
|
|
39299
|
+
{
|
|
39300
|
+
"id": "{self:asset-packs::States}",
|
|
39301
|
+
"type": "when_state_is",
|
|
39302
|
+
"value": "Closed"
|
|
39303
|
+
}
|
|
39304
|
+
],
|
|
39305
|
+
"actions": [
|
|
39306
|
+
{
|
|
39307
|
+
"id": "{self:asset-packs::Actions}",
|
|
39308
|
+
"name": "Play Close Animation"
|
|
39309
|
+
},
|
|
39310
|
+
{
|
|
39311
|
+
"id": "{self:asset-packs::Actions}",
|
|
39312
|
+
"name": "Play Close Sound"
|
|
39313
|
+
}
|
|
39314
|
+
]
|
|
39315
|
+
}
|
|
39316
|
+
]
|
|
39317
|
+
},
|
|
39318
|
+
"asset-packs::States": {
|
|
39319
|
+
"id": "{self}",
|
|
39320
|
+
"value": [
|
|
39321
|
+
"Opened",
|
|
39322
|
+
"Closed"
|
|
39323
|
+
],
|
|
39324
|
+
"defaultValue": "Closed"
|
|
39325
|
+
}
|
|
39326
|
+
},
|
|
39327
|
+
"contents": {
|
|
39328
|
+
"button_chest.glb": "bafkreidg6bteosaczthyl6oi4fjhqxxezcbp36rdq5xhfzfuykyiulg2pu",
|
|
39329
|
+
"close.mp3": "bafkreidczh3kzyrk4tcmkjoveuotf6tseb7e7b7ed5ppatzvdj5zaen6ku",
|
|
39330
|
+
"open.mp3": "bafkreidgqczqmgcq5kcybi7yy2er7ai6crwn3qufwfm3aqhwhy7kk3hytu",
|
|
39331
|
+
"thumbnail.png": "bafkreie6qlr7oqq5fide7tn6grvjmmcpyhfxr64ml5v27bxg6jeak5oi2q"
|
|
39332
|
+
}
|
|
39333
|
+
},
|
|
39334
|
+
{
|
|
39335
|
+
"id": "dd9fb5a1-7530-4e07-ac3f-3e50572c239f",
|
|
39336
|
+
"name": "Chest",
|
|
39337
|
+
"category": "structures",
|
|
39338
|
+
"tags": [
|
|
39339
|
+
"door"
|
|
39340
|
+
],
|
|
39341
|
+
"components": {
|
|
39342
|
+
"core::GltfContainer": {
|
|
39343
|
+
"src": "{assetPath}/chest.glb"
|
|
39344
|
+
},
|
|
39345
|
+
"asset-packs::Actions": {
|
|
39346
|
+
"id": "{self}",
|
|
39347
|
+
"value": [
|
|
39348
|
+
{
|
|
39349
|
+
"name": "Open",
|
|
39350
|
+
"type": "set_state",
|
|
39351
|
+
"jsonPayload": "{ \"state\": \"Opened\" }"
|
|
39352
|
+
},
|
|
39353
|
+
{
|
|
39354
|
+
"name": "Close",
|
|
39355
|
+
"type": "set_state",
|
|
39356
|
+
"jsonPayload": "{ \"state\": \"Closed\" }"
|
|
39357
|
+
},
|
|
39358
|
+
{
|
|
39359
|
+
"name": "Play Open Sound",
|
|
39360
|
+
"type": "play_sound",
|
|
39361
|
+
"jsonPayload": "{ \"src\": \"{assetPath}/open.mp3\" }"
|
|
39362
|
+
},
|
|
39363
|
+
{
|
|
39364
|
+
"name": "Play Close Sound",
|
|
39365
|
+
"type": "play_sound",
|
|
39366
|
+
"jsonPayload": "{ \"src\": \"{assetPath}/close.mp3\" }"
|
|
39367
|
+
},
|
|
39368
|
+
{
|
|
39369
|
+
"name": "Play Open Animation",
|
|
39370
|
+
"type": "play_animation",
|
|
39371
|
+
"jsonPayload": "{ \"animation\": \"open\" }"
|
|
39372
|
+
},
|
|
39373
|
+
{
|
|
39374
|
+
"name": "Play Close Animation",
|
|
39375
|
+
"type": "play_animation",
|
|
39376
|
+
"jsonPayload": "{ \"animation\": \"close\" }"
|
|
39377
|
+
}
|
|
39378
|
+
]
|
|
39379
|
+
},
|
|
39380
|
+
"asset-packs::Triggers": {
|
|
39381
|
+
"value": [
|
|
39382
|
+
{
|
|
39383
|
+
"type": "on_click",
|
|
39384
|
+
"conditions": [
|
|
39385
|
+
{
|
|
39386
|
+
"id": "{self:asset-packs::States}",
|
|
39387
|
+
"type": "when_state_is",
|
|
39388
|
+
"value": "Closed"
|
|
39389
|
+
}
|
|
39390
|
+
],
|
|
39391
|
+
"actions": [
|
|
39392
|
+
{
|
|
39393
|
+
"id": "{self:asset-packs::Actions}",
|
|
39394
|
+
"name": "Open"
|
|
39395
|
+
}
|
|
39396
|
+
]
|
|
39397
|
+
},
|
|
39398
|
+
{
|
|
39399
|
+
"type": "on_click",
|
|
39400
|
+
"conditions": [
|
|
39401
|
+
{
|
|
39402
|
+
"id": "{self:asset-packs::States}",
|
|
39403
|
+
"type": "when_state_is",
|
|
39404
|
+
"value": "Opened"
|
|
39405
|
+
}
|
|
39406
|
+
],
|
|
39407
|
+
"actions": [
|
|
39408
|
+
{
|
|
39409
|
+
"id": "{self:asset-packs::Actions}",
|
|
39410
|
+
"name": "Close"
|
|
39411
|
+
}
|
|
39412
|
+
]
|
|
39413
|
+
},
|
|
39414
|
+
{
|
|
39415
|
+
"type": "on_state_change",
|
|
39416
|
+
"conditions": [
|
|
39417
|
+
{
|
|
39418
|
+
"id": "{self:asset-packs::States}",
|
|
39419
|
+
"type": "when_state_is",
|
|
39420
|
+
"value": "Opened"
|
|
39421
|
+
}
|
|
39422
|
+
],
|
|
39423
|
+
"actions": [
|
|
39424
|
+
{
|
|
39425
|
+
"id": "{self:asset-packs::Actions}",
|
|
39426
|
+
"name": "Play Open Animation"
|
|
39427
|
+
},
|
|
39428
|
+
{
|
|
39429
|
+
"id": "{self:asset-packs::Actions}",
|
|
39430
|
+
"name": "Play Open Sound"
|
|
39431
|
+
}
|
|
39432
|
+
]
|
|
39433
|
+
},
|
|
39434
|
+
{
|
|
39435
|
+
"type": "on_state_change",
|
|
39436
|
+
"conditions": [
|
|
39437
|
+
{
|
|
39438
|
+
"id": "{self:asset-packs::States}",
|
|
39439
|
+
"type": "when_state_is",
|
|
39440
|
+
"value": "Closed"
|
|
39441
|
+
}
|
|
39442
|
+
],
|
|
39443
|
+
"actions": [
|
|
39444
|
+
{
|
|
39445
|
+
"id": "{self:asset-packs::Actions}",
|
|
39446
|
+
"name": "Play Close Animation"
|
|
39447
|
+
},
|
|
39448
|
+
{
|
|
39449
|
+
"id": "{self:asset-packs::Actions}",
|
|
39450
|
+
"name": "Play Close Sound"
|
|
39451
|
+
}
|
|
39452
|
+
]
|
|
39453
|
+
}
|
|
39454
|
+
]
|
|
39455
|
+
},
|
|
39456
|
+
"asset-packs::States": {
|
|
39457
|
+
"id": "{self}",
|
|
39458
|
+
"value": [
|
|
39459
|
+
"Opened",
|
|
39460
|
+
"Closed"
|
|
39461
|
+
],
|
|
39462
|
+
"defaultValue": "Closed"
|
|
39463
|
+
}
|
|
39464
|
+
},
|
|
39465
|
+
"contents": {
|
|
39466
|
+
"chest.glb": "bafkreic2tq33dcrlcso7kbqfj4d62eavooxmlow7okdm25aoq32dexj4xi",
|
|
39467
|
+
"close.mp3": "bafkreia56qk3ve572n7afqsw5b64mprlohlnp2xdgdxpyaklofnlekohau",
|
|
39468
|
+
"open.mp3": "bafkreihm7mbapjtv4d642d34pjclamohqykh7ekxyglltaeqh3xqvezizy",
|
|
39469
|
+
"thumbnail.png": "bafkreies6hyp5lshziwa34mtvo6gtujad2co2celu5cejat5tc5sasp77m"
|
|
39470
|
+
}
|
|
39471
|
+
},
|
|
39196
39472
|
{
|
|
39197
39473
|
"id": "846479b0-75d3-450d-bbd6-7e6b3355a7a2",
|
|
39198
39474
|
"name": "Click Area",
|
|
@@ -39407,17 +39683,164 @@
|
|
|
39407
39683
|
},
|
|
39408
39684
|
{
|
|
39409
39685
|
"id": "{self:asset-packs::Actions}",
|
|
39410
|
-
"name": "Play Sound"
|
|
39686
|
+
"name": "Play Sound"
|
|
39687
|
+
}
|
|
39688
|
+
]
|
|
39689
|
+
}
|
|
39690
|
+
]
|
|
39691
|
+
}
|
|
39692
|
+
},
|
|
39693
|
+
"contents": {
|
|
39694
|
+
"danger_scifi_button.glb": "bafkreibzgjkzqpjomaslxxkmm7rfmzjp3kjxmbso75xikrkth4ugv5x2ku",
|
|
39695
|
+
"sound.mp3": "bafkreifzmhe2n6lslneawyejfdurlk43oiuqygt523fva7k46irgahlwza",
|
|
39696
|
+
"thumbnail.png": "bafkreif7bsqhx75gf77kdsyv5ckf3knmn3l4eynaahukj4r4jgprezf3yu"
|
|
39697
|
+
}
|
|
39698
|
+
},
|
|
39699
|
+
{
|
|
39700
|
+
"id": "ff9257ec-9d62-404f-97c7-cf19c4035761",
|
|
39701
|
+
"name": "Fantasy Chest",
|
|
39702
|
+
"category": "structures",
|
|
39703
|
+
"tags": [
|
|
39704
|
+
"door"
|
|
39705
|
+
],
|
|
39706
|
+
"components": {
|
|
39707
|
+
"core::GltfContainer": {
|
|
39708
|
+
"src": "{assetPath}/chest_fantasy.glb"
|
|
39709
|
+
},
|
|
39710
|
+
"asset-packs::Actions": {
|
|
39711
|
+
"id": "{self}",
|
|
39712
|
+
"value": [
|
|
39713
|
+
{
|
|
39714
|
+
"name": "Open",
|
|
39715
|
+
"type": "set_state",
|
|
39716
|
+
"jsonPayload": "{ \"state\": \"Opened\" }"
|
|
39717
|
+
},
|
|
39718
|
+
{
|
|
39719
|
+
"name": "Close",
|
|
39720
|
+
"type": "set_state",
|
|
39721
|
+
"jsonPayload": "{ \"state\": \"Closed\" }"
|
|
39722
|
+
},
|
|
39723
|
+
{
|
|
39724
|
+
"name": "Play Open Sound",
|
|
39725
|
+
"type": "play_sound",
|
|
39726
|
+
"jsonPayload": "{ \"src\": \"{assetPath}/open.mp3\" }"
|
|
39727
|
+
},
|
|
39728
|
+
{
|
|
39729
|
+
"name": "Play Close Sound",
|
|
39730
|
+
"type": "play_sound",
|
|
39731
|
+
"jsonPayload": "{ \"src\": \"{assetPath}/close.mp3\" }"
|
|
39732
|
+
},
|
|
39733
|
+
{
|
|
39734
|
+
"name": "Play Open Animation",
|
|
39735
|
+
"type": "play_animation",
|
|
39736
|
+
"jsonPayload": "{ \"animation\": \"open\" }"
|
|
39737
|
+
},
|
|
39738
|
+
{
|
|
39739
|
+
"name": "Play Close Animation",
|
|
39740
|
+
"type": "play_animation",
|
|
39741
|
+
"jsonPayload": "{ \"animation\": \"close\" }"
|
|
39742
|
+
}
|
|
39743
|
+
]
|
|
39744
|
+
},
|
|
39745
|
+
"asset-packs::Triggers": {
|
|
39746
|
+
"value": [
|
|
39747
|
+
{
|
|
39748
|
+
"type": "on_click",
|
|
39749
|
+
"conditions": [
|
|
39750
|
+
{
|
|
39751
|
+
"id": "{self:asset-packs::States}",
|
|
39752
|
+
"type": "when_state_is",
|
|
39753
|
+
"value": "Closed"
|
|
39754
|
+
}
|
|
39755
|
+
],
|
|
39756
|
+
"actions": [
|
|
39757
|
+
{
|
|
39758
|
+
"id": "{self:asset-packs::Actions}",
|
|
39759
|
+
"name": "Open"
|
|
39760
|
+
}
|
|
39761
|
+
]
|
|
39762
|
+
},
|
|
39763
|
+
{
|
|
39764
|
+
"type": "on_click",
|
|
39765
|
+
"conditions": [
|
|
39766
|
+
{
|
|
39767
|
+
"id": "{self:asset-packs::States}",
|
|
39768
|
+
"type": "when_state_is",
|
|
39769
|
+
"value": "Opened"
|
|
39770
|
+
}
|
|
39771
|
+
],
|
|
39772
|
+
"actions": [
|
|
39773
|
+
{
|
|
39774
|
+
"id": "{self:asset-packs::Actions}",
|
|
39775
|
+
"name": "Close"
|
|
39776
|
+
}
|
|
39777
|
+
]
|
|
39778
|
+
},
|
|
39779
|
+
{
|
|
39780
|
+
"type": "on_state_change",
|
|
39781
|
+
"conditions": [
|
|
39782
|
+
{
|
|
39783
|
+
"id": "{self:asset-packs::States}",
|
|
39784
|
+
"type": "when_state_is",
|
|
39785
|
+
"value": "Opened"
|
|
39786
|
+
}
|
|
39787
|
+
],
|
|
39788
|
+
"actions": [
|
|
39789
|
+
{
|
|
39790
|
+
"id": "{self:asset-packs::Actions}",
|
|
39791
|
+
"name": "Play Open Animation"
|
|
39792
|
+
},
|
|
39793
|
+
{
|
|
39794
|
+
"id": "{self:asset-packs::Actions}",
|
|
39795
|
+
"name": "Play Open Sound"
|
|
39796
|
+
}
|
|
39797
|
+
]
|
|
39798
|
+
},
|
|
39799
|
+
{
|
|
39800
|
+
"type": "on_state_change",
|
|
39801
|
+
"conditions": [
|
|
39802
|
+
{
|
|
39803
|
+
"id": "{self:asset-packs::States}",
|
|
39804
|
+
"type": "when_state_is",
|
|
39805
|
+
"value": "Closed"
|
|
39806
|
+
}
|
|
39807
|
+
],
|
|
39808
|
+
"actions": [
|
|
39809
|
+
{
|
|
39810
|
+
"id": "{self:asset-packs::Actions}",
|
|
39811
|
+
"name": "Play Close Animation"
|
|
39812
|
+
},
|
|
39813
|
+
{
|
|
39814
|
+
"id": "{self:asset-packs::Actions}",
|
|
39815
|
+
"name": "Play Close Sound"
|
|
39816
|
+
}
|
|
39817
|
+
]
|
|
39818
|
+
},
|
|
39819
|
+
{
|
|
39820
|
+
"type": "on_spawn",
|
|
39821
|
+
"actions": [
|
|
39822
|
+
{
|
|
39823
|
+
"id": "{self:asset-packs::Actions}",
|
|
39824
|
+
"name": "Close"
|
|
39411
39825
|
}
|
|
39412
39826
|
]
|
|
39413
39827
|
}
|
|
39414
39828
|
]
|
|
39829
|
+
},
|
|
39830
|
+
"asset-packs::States": {
|
|
39831
|
+
"id": "{self}",
|
|
39832
|
+
"value": [
|
|
39833
|
+
"Opened",
|
|
39834
|
+
"Closed"
|
|
39835
|
+
],
|
|
39836
|
+
"defaultValue": "Closed"
|
|
39415
39837
|
}
|
|
39416
39838
|
},
|
|
39417
39839
|
"contents": {
|
|
39418
|
-
"
|
|
39419
|
-
"
|
|
39420
|
-
"
|
|
39840
|
+
"chest_fantasy.glb": "bafkreidagr2rnd664szknm4z3xwcfwmfrlcoc63kxjawgecd4yssk6u37q",
|
|
39841
|
+
"close.mp3": "bafkreia56qk3ve572n7afqsw5b64mprlohlnp2xdgdxpyaklofnlekohau",
|
|
39842
|
+
"open.mp3": "bafkreihm7mbapjtv4d642d34pjclamohqykh7ekxyglltaeqh3xqvezizy",
|
|
39843
|
+
"thumbnail.png": "bafkreidqmyhayrup34gyifezeyvrrwpfzsb2shavv7hn7n3e5m4unz5i4q"
|
|
39421
39844
|
}
|
|
39422
39845
|
},
|
|
39423
39846
|
{
|
|
@@ -40487,6 +40910,144 @@
|
|
|
40487
40910
|
"thumbnail.png": "bafkreiemxkgxmieq53ptjkt73tosmayzociu3rcncgbewub45evexg7vba"
|
|
40488
40911
|
}
|
|
40489
40912
|
},
|
|
40913
|
+
{
|
|
40914
|
+
"id": "6d694c78-6dd5-4a4d-acee-21dbf67dd464",
|
|
40915
|
+
"name": "SciFi Chest",
|
|
40916
|
+
"category": "structures",
|
|
40917
|
+
"tags": [
|
|
40918
|
+
"door"
|
|
40919
|
+
],
|
|
40920
|
+
"components": {
|
|
40921
|
+
"core::GltfContainer": {
|
|
40922
|
+
"src": "{assetPath}/chest_scifi.glb"
|
|
40923
|
+
},
|
|
40924
|
+
"asset-packs::Actions": {
|
|
40925
|
+
"id": "{self}",
|
|
40926
|
+
"value": [
|
|
40927
|
+
{
|
|
40928
|
+
"name": "Open",
|
|
40929
|
+
"type": "set_state",
|
|
40930
|
+
"jsonPayload": "{ \"state\": \"Opened\" }"
|
|
40931
|
+
},
|
|
40932
|
+
{
|
|
40933
|
+
"name": "Close",
|
|
40934
|
+
"type": "set_state",
|
|
40935
|
+
"jsonPayload": "{ \"state\": \"Closed\" }"
|
|
40936
|
+
},
|
|
40937
|
+
{
|
|
40938
|
+
"name": "Play Open Sound",
|
|
40939
|
+
"type": "play_sound",
|
|
40940
|
+
"jsonPayload": "{ \"src\": \"{assetPath}/open.mp3\" }"
|
|
40941
|
+
},
|
|
40942
|
+
{
|
|
40943
|
+
"name": "Play Close Sound",
|
|
40944
|
+
"type": "play_sound",
|
|
40945
|
+
"jsonPayload": "{ \"src\": \"{assetPath}/close.mp3\" }"
|
|
40946
|
+
},
|
|
40947
|
+
{
|
|
40948
|
+
"name": "Play Open Animation",
|
|
40949
|
+
"type": "play_animation",
|
|
40950
|
+
"jsonPayload": "{ \"animation\": \"open\" }"
|
|
40951
|
+
},
|
|
40952
|
+
{
|
|
40953
|
+
"name": "Play Close Animation",
|
|
40954
|
+
"type": "play_animation",
|
|
40955
|
+
"jsonPayload": "{ \"animation\": \"close\" }"
|
|
40956
|
+
}
|
|
40957
|
+
]
|
|
40958
|
+
},
|
|
40959
|
+
"asset-packs::Triggers": {
|
|
40960
|
+
"value": [
|
|
40961
|
+
{
|
|
40962
|
+
"type": "on_click",
|
|
40963
|
+
"conditions": [
|
|
40964
|
+
{
|
|
40965
|
+
"id": "{self:asset-packs::States}",
|
|
40966
|
+
"type": "when_state_is",
|
|
40967
|
+
"value": "Closed"
|
|
40968
|
+
}
|
|
40969
|
+
],
|
|
40970
|
+
"actions": [
|
|
40971
|
+
{
|
|
40972
|
+
"id": "{self:asset-packs::Actions}",
|
|
40973
|
+
"name": "Open"
|
|
40974
|
+
}
|
|
40975
|
+
]
|
|
40976
|
+
},
|
|
40977
|
+
{
|
|
40978
|
+
"type": "on_click",
|
|
40979
|
+
"conditions": [
|
|
40980
|
+
{
|
|
40981
|
+
"id": "{self:asset-packs::States}",
|
|
40982
|
+
"type": "when_state_is",
|
|
40983
|
+
"value": "Opened"
|
|
40984
|
+
}
|
|
40985
|
+
],
|
|
40986
|
+
"actions": [
|
|
40987
|
+
{
|
|
40988
|
+
"id": "{self:asset-packs::Actions}",
|
|
40989
|
+
"name": "Close"
|
|
40990
|
+
}
|
|
40991
|
+
]
|
|
40992
|
+
},
|
|
40993
|
+
{
|
|
40994
|
+
"type": "on_state_change",
|
|
40995
|
+
"conditions": [
|
|
40996
|
+
{
|
|
40997
|
+
"id": "{self:asset-packs::States}",
|
|
40998
|
+
"type": "when_state_is",
|
|
40999
|
+
"value": "Opened"
|
|
41000
|
+
}
|
|
41001
|
+
],
|
|
41002
|
+
"actions": [
|
|
41003
|
+
{
|
|
41004
|
+
"id": "{self:asset-packs::Actions}",
|
|
41005
|
+
"name": "Play Open Animation"
|
|
41006
|
+
},
|
|
41007
|
+
{
|
|
41008
|
+
"id": "{self:asset-packs::Actions}",
|
|
41009
|
+
"name": "Play Open Sound"
|
|
41010
|
+
}
|
|
41011
|
+
]
|
|
41012
|
+
},
|
|
41013
|
+
{
|
|
41014
|
+
"type": "on_state_change",
|
|
41015
|
+
"conditions": [
|
|
41016
|
+
{
|
|
41017
|
+
"id": "{self:asset-packs::States}",
|
|
41018
|
+
"type": "when_state_is",
|
|
41019
|
+
"value": "Closed"
|
|
41020
|
+
}
|
|
41021
|
+
],
|
|
41022
|
+
"actions": [
|
|
41023
|
+
{
|
|
41024
|
+
"id": "{self:asset-packs::Actions}",
|
|
41025
|
+
"name": "Play Close Animation"
|
|
41026
|
+
},
|
|
41027
|
+
{
|
|
41028
|
+
"id": "{self:asset-packs::Actions}",
|
|
41029
|
+
"name": "Play Close Sound"
|
|
41030
|
+
}
|
|
41031
|
+
]
|
|
41032
|
+
}
|
|
41033
|
+
]
|
|
41034
|
+
},
|
|
41035
|
+
"asset-packs::States": {
|
|
41036
|
+
"id": "{self}",
|
|
41037
|
+
"value": [
|
|
41038
|
+
"Opened",
|
|
41039
|
+
"Closed"
|
|
41040
|
+
],
|
|
41041
|
+
"defaultValue": "Closed"
|
|
41042
|
+
}
|
|
41043
|
+
},
|
|
41044
|
+
"contents": {
|
|
41045
|
+
"chest_scifi.glb": "bafkreiec6yh4cd247owwxc4xdp5e75lsitnsjxs3s5hryrzo77fmbl3hoq",
|
|
41046
|
+
"close.mp3": "bafkreierkhf2ez2rp3lfak7slsmwtxnf4nzstzxezhbeweb7zhgttnuqni",
|
|
41047
|
+
"open.mp3": "bafkreihaewwvrhf5qf7quc7pdqe5tphh5rcf23zyovbzrbknm6dwyvpetm",
|
|
41048
|
+
"thumbnail.png": "bafkreifxqkojekkhfo2pbhvowhtkl4q4idg6dyb33ahtawq7rknxnr3o6m"
|
|
41049
|
+
}
|
|
41050
|
+
},
|
|
40490
41051
|
{
|
|
40491
41052
|
"id": "0764e129-9fff-4158-98f0-6db8665dcf7b",
|
|
40492
41053
|
"name": "SciFi Lever",
|
|
@@ -41412,6 +41973,144 @@
|
|
|
41412
41973
|
"trap_door.glb": "bafkreifqoumjyt7yyt5oag44qbgjkjo7fyylqa7us24ekvbfqsi7ykkhhi"
|
|
41413
41974
|
}
|
|
41414
41975
|
},
|
|
41976
|
+
{
|
|
41977
|
+
"id": "f8a9d193-46ca-49d5-9c4a-9de3d48eea61",
|
|
41978
|
+
"name": "Treasure Chest",
|
|
41979
|
+
"category": "structures",
|
|
41980
|
+
"tags": [
|
|
41981
|
+
"door"
|
|
41982
|
+
],
|
|
41983
|
+
"components": {
|
|
41984
|
+
"core::GltfContainer": {
|
|
41985
|
+
"src": "{assetPath}/chest_pirates.glb"
|
|
41986
|
+
},
|
|
41987
|
+
"asset-packs::Actions": {
|
|
41988
|
+
"id": "{self}",
|
|
41989
|
+
"value": [
|
|
41990
|
+
{
|
|
41991
|
+
"name": "Open",
|
|
41992
|
+
"type": "set_state",
|
|
41993
|
+
"jsonPayload": "{ \"state\": \"Opened\" }"
|
|
41994
|
+
},
|
|
41995
|
+
{
|
|
41996
|
+
"name": "Close",
|
|
41997
|
+
"type": "set_state",
|
|
41998
|
+
"jsonPayload": "{ \"state\": \"Closed\" }"
|
|
41999
|
+
},
|
|
42000
|
+
{
|
|
42001
|
+
"name": "Play Open Sound",
|
|
42002
|
+
"type": "play_sound",
|
|
42003
|
+
"jsonPayload": "{ \"src\": \"{assetPath}/open.mp3\" }"
|
|
42004
|
+
},
|
|
42005
|
+
{
|
|
42006
|
+
"name": "Play Close Sound",
|
|
42007
|
+
"type": "play_sound",
|
|
42008
|
+
"jsonPayload": "{ \"src\": \"{assetPath}/close.mp3\" }"
|
|
42009
|
+
},
|
|
42010
|
+
{
|
|
42011
|
+
"name": "Play Open Animation",
|
|
42012
|
+
"type": "play_animation",
|
|
42013
|
+
"jsonPayload": "{ \"animation\": \"open\" }"
|
|
42014
|
+
},
|
|
42015
|
+
{
|
|
42016
|
+
"name": "Play Close Animation",
|
|
42017
|
+
"type": "play_animation",
|
|
42018
|
+
"jsonPayload": "{ \"animation\": \"close\" }"
|
|
42019
|
+
}
|
|
42020
|
+
]
|
|
42021
|
+
},
|
|
42022
|
+
"asset-packs::Triggers": {
|
|
42023
|
+
"value": [
|
|
42024
|
+
{
|
|
42025
|
+
"type": "on_click",
|
|
42026
|
+
"conditions": [
|
|
42027
|
+
{
|
|
42028
|
+
"id": "{self:asset-packs::States}",
|
|
42029
|
+
"type": "when_state_is",
|
|
42030
|
+
"value": "Closed"
|
|
42031
|
+
}
|
|
42032
|
+
],
|
|
42033
|
+
"actions": [
|
|
42034
|
+
{
|
|
42035
|
+
"id": "{self:asset-packs::Actions}",
|
|
42036
|
+
"name": "Open"
|
|
42037
|
+
}
|
|
42038
|
+
]
|
|
42039
|
+
},
|
|
42040
|
+
{
|
|
42041
|
+
"type": "on_click",
|
|
42042
|
+
"conditions": [
|
|
42043
|
+
{
|
|
42044
|
+
"id": "{self:asset-packs::States}",
|
|
42045
|
+
"type": "when_state_is",
|
|
42046
|
+
"value": "Opened"
|
|
42047
|
+
}
|
|
42048
|
+
],
|
|
42049
|
+
"actions": [
|
|
42050
|
+
{
|
|
42051
|
+
"id": "{self:asset-packs::Actions}",
|
|
42052
|
+
"name": "Close"
|
|
42053
|
+
}
|
|
42054
|
+
]
|
|
42055
|
+
},
|
|
42056
|
+
{
|
|
42057
|
+
"type": "on_state_change",
|
|
42058
|
+
"conditions": [
|
|
42059
|
+
{
|
|
42060
|
+
"id": "{self:asset-packs::States}",
|
|
42061
|
+
"type": "when_state_is",
|
|
42062
|
+
"value": "Opened"
|
|
42063
|
+
}
|
|
42064
|
+
],
|
|
42065
|
+
"actions": [
|
|
42066
|
+
{
|
|
42067
|
+
"id": "{self:asset-packs::Actions}",
|
|
42068
|
+
"name": "Play Open Animation"
|
|
42069
|
+
},
|
|
42070
|
+
{
|
|
42071
|
+
"id": "{self:asset-packs::Actions}",
|
|
42072
|
+
"name": "Play Open Sound"
|
|
42073
|
+
}
|
|
42074
|
+
]
|
|
42075
|
+
},
|
|
42076
|
+
{
|
|
42077
|
+
"type": "on_state_change",
|
|
42078
|
+
"conditions": [
|
|
42079
|
+
{
|
|
42080
|
+
"id": "{self:asset-packs::States}",
|
|
42081
|
+
"type": "when_state_is",
|
|
42082
|
+
"value": "Closed"
|
|
42083
|
+
}
|
|
42084
|
+
],
|
|
42085
|
+
"actions": [
|
|
42086
|
+
{
|
|
42087
|
+
"id": "{self:asset-packs::Actions}",
|
|
42088
|
+
"name": "Play Close Animation"
|
|
42089
|
+
},
|
|
42090
|
+
{
|
|
42091
|
+
"id": "{self:asset-packs::Actions}",
|
|
42092
|
+
"name": "Play Close Sound"
|
|
42093
|
+
}
|
|
42094
|
+
]
|
|
42095
|
+
}
|
|
42096
|
+
]
|
|
42097
|
+
},
|
|
42098
|
+
"asset-packs::States": {
|
|
42099
|
+
"id": "{self}",
|
|
42100
|
+
"value": [
|
|
42101
|
+
"Opened",
|
|
42102
|
+
"Closed"
|
|
42103
|
+
],
|
|
42104
|
+
"defaultValue": "Closed"
|
|
42105
|
+
}
|
|
42106
|
+
},
|
|
42107
|
+
"contents": {
|
|
42108
|
+
"chest_pirates.glb": "bafkreib6yrhfdk56s2cpwbyesj2fnvp32gxms6sgfxl4z2wqrpapk7kfge",
|
|
42109
|
+
"close.mp3": "bafkreia56qk3ve572n7afqsw5b64mprlohlnp2xdgdxpyaklofnlekohau",
|
|
42110
|
+
"open.mp3": "bafkreihm7mbapjtv4d642d34pjclamohqykh7ekxyglltaeqh3xqvezizy",
|
|
42111
|
+
"thumbnail.png": "bafkreiazcqg2fqobcpudcl7rutxmnqwalzp3y6ruqg7es5wbjh2p7i6yoe"
|
|
42112
|
+
}
|
|
42113
|
+
},
|
|
41415
42114
|
{
|
|
41416
42115
|
"id": "1ab2733f-1782-4521-9eda-6aa8ad684277",
|
|
41417
42116
|
"name": "Trigger Area",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/asset-packs",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20231007231138.commit-4ee8384",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/src/definitions.js",
|
|
6
6
|
"typings": "dist/src/definitions.d.ts",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"semi": false,
|
|
60
60
|
"printWidth": 80
|
|
61
61
|
},
|
|
62
|
-
"commit": "
|
|
62
|
+
"commit": "4ee8384480facee8f01b88a33e6c810c784e0527"
|
|
63
63
|
}
|