@dcl/asset-packs 1.13.0 → 1.13.1-20240318134516.commit-c86f60e

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 CHANGED
@@ -39177,6 +39177,56 @@
39177
39177
  "thumbnail.png": "bafkreif3issfo6ci2wg2lxzursvq4qdvaevusau4oho3xeypee75h75mdu"
39178
39178
  }
39179
39179
  },
39180
+ {
39181
+ "id": "134af1d4-e0f1-451b-8a3b-9d2eb42fbe2d",
39182
+ "name": "Barrel",
39183
+ "category": "health",
39184
+ "tags": [
39185
+ "health",
39186
+ "enemy",
39187
+ "damage",
39188
+ "weapon"
39189
+ ],
39190
+ "components": {
39191
+ "core::GltfContainer": {
39192
+ "src": "{assetPath}/barrel.glb"
39193
+ },
39194
+ "asset-packs::Actions": {
39195
+ "id": "{self}",
39196
+ "value": [
39197
+ {
39198
+ "name": "Explode",
39199
+ "type": "batch",
39200
+ "jsonPayload": "{ \"actions\": [\"Play Explosion Animation\", \"Damage\", \"Delay Remove\"] }"
39201
+ },
39202
+ {
39203
+ "name": "Play Explosion Animation",
39204
+ "type": "play_animation",
39205
+ "jsonPayload": "{ \"animation\": \"Animation\" }"
39206
+ },
39207
+ {
39208
+ "name": "Damage",
39209
+ "type": "damage",
39210
+ "jsonPayload": "{ \"radius\": 10, \"hits\": 30, \"layer\": \"all\" }"
39211
+ },
39212
+ {
39213
+ "name": "Remove",
39214
+ "type": "remove_entity",
39215
+ "jsonPayload": "{ }"
39216
+ },
39217
+ {
39218
+ "name": "Delay Remove",
39219
+ "type": "start_delay",
39220
+ "jsonPayload": "{ \"actions\": [\"Remove\"], \"timeout\": 1 }"
39221
+ }
39222
+ ]
39223
+ }
39224
+ },
39225
+ "contents": {
39226
+ "barrel.glb": "bafybeig2gwwp6xbfwm7gkjl7ugco3ybiyqkrsirhwbexvrs6fduzxrmblu",
39227
+ "thumbnail.png": "bafkreifw6hkhl3zfgubexagusu6euo4ve7ytykghbnhn3ejmmo4crsrfm4"
39228
+ }
39229
+ },
39180
39230
  {
39181
39231
  "id": "2e1c4446-c99a-4698-9e13-819d232ca849",
39182
39232
  "name": "Black Button",
@@ -40168,6 +40218,57 @@
40168
40218
  "thumbnail.png": "bafkreianisth7vbyj5v7preub5fuymufdjlwq243oaogbkkitpgbua4qga"
40169
40219
  }
40170
40220
  },
40221
+ {
40222
+ "id": "b3158511-bda8-4459-a213-d90df94f1e5b",
40223
+ "name": "First Aid",
40224
+ "category": "health",
40225
+ "tags": [
40226
+ "health",
40227
+ "enemy",
40228
+ "damage"
40229
+ ],
40230
+ "components": {
40231
+ "core::GltfContainer": {
40232
+ "src": "{assetPath}/first_aid.glb"
40233
+ },
40234
+ "asset-packs::Actions": {
40235
+ "id": "{self}",
40236
+ "value": [
40237
+ {
40238
+ "name": "Heal Player",
40239
+ "type": "heal_player",
40240
+ "jsonPayload": "{ \"multiplier\": 100 }"
40241
+ },
40242
+ {
40243
+ "name": "Remove",
40244
+ "type": "remove_entity",
40245
+ "jsonPayload": "{ }"
40246
+ }
40247
+ ]
40248
+ },
40249
+ "asset-packs::Triggers": {
40250
+ "value": [
40251
+ {
40252
+ "type": "on_click",
40253
+ "actions": [
40254
+ {
40255
+ "id": "{self:asset-packs::Actions}",
40256
+ "name": "Heal Player"
40257
+ },
40258
+ {
40259
+ "id": "{self:asset-packs::Actions}",
40260
+ "name": "Remove"
40261
+ }
40262
+ ]
40263
+ }
40264
+ ]
40265
+ }
40266
+ },
40267
+ "contents": {
40268
+ "first_aid.glb": "bafybeidoq37grfzvwoa5hnoijrjhxaoc3ym2yt5llen7dmyhoutdlb7lb4",
40269
+ "thumbnail.png": "bafkreieoizvtuimmlw3dmgsdto3zkyczxi5jxt62antrbw6iaobsvkmpti"
40270
+ }
40271
+ },
40171
40272
  {
40172
40273
  "id": "b2d25644-2f43-48c0-a845-6b2220593411",
40173
40274
  "name": "Flying Car Black Horizontal Platform",
@@ -40706,6 +40807,170 @@
40706
40807
  "thumbnail.png": "bafkreib3qkup2yhddqei4fxbaketgxvkkl5yfs2oipie4b5x3x4spd5zfe"
40707
40808
  }
40708
40809
  },
40810
+ {
40811
+ "id": "001538c8-af64-43fe-bf81-74464d9bdf07",
40812
+ "name": "Healing Pad",
40813
+ "category": "health",
40814
+ "tags": [
40815
+ "health",
40816
+ "healing",
40817
+ "pad"
40818
+ ],
40819
+ "components": {
40820
+ "core::GltfContainer": {
40821
+ "src": "{assetPath}/healing_pad.glb"
40822
+ },
40823
+ "asset-packs::Actions": {
40824
+ "id": "{self}",
40825
+ "value": [
40826
+ {
40827
+ "name": "Play Heal Sound",
40828
+ "type": "play_sound",
40829
+ "jsonPayload": "{ \"src\": \"{assetPath}/heal.mp3\" }"
40830
+ },
40831
+ {
40832
+ "name": "Heal Player",
40833
+ "type": "heal_player",
40834
+ "jsonPayload": "{ \"multiplier\": 5 }"
40835
+ },
40836
+ {
40837
+ "name": "Start Healing",
40838
+ "type": "start_loop",
40839
+ "jsonPayload": "{ \"actions\": [\"Heal Player\"], \"interval\": 0.5 }"
40840
+ },
40841
+ {
40842
+ "name": "Stop Healing",
40843
+ "type": "stop_loop",
40844
+ "jsonPayload": "{ \"action\": \"Heal Player\" }"
40845
+ }
40846
+ ]
40847
+ },
40848
+ "asset-packs::Triggers": {
40849
+ "value": [
40850
+ {
40851
+ "type": "on_player_enters_area",
40852
+ "actions": [
40853
+ {
40854
+ "id": "{self:asset-packs::Actions}",
40855
+ "name": "Start Healing"
40856
+ },
40857
+ {
40858
+ "id": "{self:asset-packs::Actions}",
40859
+ "name": "Play Heal Sound"
40860
+ }
40861
+ ]
40862
+ },
40863
+ {
40864
+ "type": "on_player_leaves_area",
40865
+ "actions": [
40866
+ {
40867
+ "id": "{self:asset-packs::Actions}",
40868
+ "name": "Stop Healing"
40869
+ }
40870
+ ]
40871
+ }
40872
+ ]
40873
+ }
40874
+ },
40875
+ "contents": {
40876
+ "heal.mp3": "bafkreicbpz6d5mjdzebwgp7dq33f5ezjphth23v4ova5xp4d436hjus4ai",
40877
+ "healing_pad.glb": "bafybeifaloxes7yyarwometvuhmrlrxw4idumx7kuogxebjygcxaivvudy",
40878
+ "thumbnail.png": "bafkreih6wr5f3kfeehh7562buce5bpbfrppfmymrmafihz55nw4pkuzbym"
40879
+ }
40880
+ },
40881
+ {
40882
+ "id": "cb6d8b06-9359-433b-a008-0e4ed27945a6",
40883
+ "name": "Health Bar",
40884
+ "category": "health",
40885
+ "tags": [
40886
+ "health"
40887
+ ],
40888
+ "components": {
40889
+ "core::GltfContainer": {
40890
+ "src": "{assetPath}/health-bar.glb",
40891
+ "invisibleMeshesCollisionMask": 0
40892
+ },
40893
+ "core::VisibilityComponent": {
40894
+ "visible": false
40895
+ },
40896
+ "asset-packs::Actions": {
40897
+ "id": "{self}",
40898
+ "value": [
40899
+ {
40900
+ "name": "Heal",
40901
+ "type": "increment_counter",
40902
+ "jsonPayload": "{ \"amount\": 1 }"
40903
+ },
40904
+ {
40905
+ "name": "Damage",
40906
+ "type": "decrease_counter",
40907
+ "jsonPayload": "{ \"amount\": 1 }"
40908
+ },
40909
+ {
40910
+ "name": "Reset",
40911
+ "type": "set_counter",
40912
+ "jsonPayload": "{ \"counter\": 100 }"
40913
+ },
40914
+ {
40915
+ "name": "Remove",
40916
+ "type": "remove_entity",
40917
+ "jsonPayload": "{}"
40918
+ }
40919
+ ]
40920
+ },
40921
+ "asset-packs::Triggers": {
40922
+ "value": [
40923
+ {
40924
+ "type": "on_damage",
40925
+ "actions": [
40926
+ {
40927
+ "id": "{self:asset-packs::Actions}",
40928
+ "name": "Damage"
40929
+ }
40930
+ ]
40931
+ },
40932
+ {
40933
+ "type": "on_heal_player",
40934
+ "actions": [
40935
+ {
40936
+ "id": "{self:asset-packs::Actions}",
40937
+ "name": "Heal"
40938
+ }
40939
+ ]
40940
+ },
40941
+ {
40942
+ "type": "on_counter_change",
40943
+ "conditions": [
40944
+ {
40945
+ "id": "{self:asset-packs::Counter}",
40946
+ "type": "when_counter_is_less_than",
40947
+ "value": "1"
40948
+ }
40949
+ ],
40950
+ "actions": [
40951
+ {
40952
+ "id": "{self:asset-packs::Actions}",
40953
+ "name": "Remove"
40954
+ }
40955
+ ]
40956
+ }
40957
+ ]
40958
+ },
40959
+ "asset-packs::Counter": {
40960
+ "id": "{self}",
40961
+ "value": 100
40962
+ },
40963
+ "asset-packs::CounterBar": {
40964
+ "maxValue": 100,
40965
+ "primaryColor": "#00FF00",
40966
+ "secondaryColor:": "#FF0000"
40967
+ }
40968
+ },
40969
+ "contents": {
40970
+ "health-bar.glb": "bafkreigmyfjri6ul224rvo64kqlzlpasznbs7bbkh2mnm4xz7q3f56yeb4",
40971
+ "thumbnail.png": "bafkreih5nssf3uw3x7crlwo4dj52of7xlo5ds5257muwde5ftjswvw4ah4"
40972
+ }
40973
+ },
40709
40974
  {
40710
40975
  "id": "03099c99-49ff-4880-9e80-095273bb08f6",
40711
40976
  "name": "Horizontal Circular SciFi",
@@ -42852,6 +43117,143 @@
42852
43117
  "thumbnail.png": "bafkreiemxkgxmieq53ptjkt73tosmayzociu3rcncgbewub45evexg7vba"
42853
43118
  }
42854
43119
  },
43120
+ {
43121
+ "id": "ed91cbc9-8a33-4664-a8a6-c54169db51bd",
43122
+ "name": "Respawn Pad",
43123
+ "category": "health",
43124
+ "tags": [
43125
+ "health",
43126
+ "respawn",
43127
+ "spawn",
43128
+ "pad"
43129
+ ],
43130
+ "components": {
43131
+ "core::GltfContainer": {
43132
+ "src": "{assetPath}/respawn_pad.glb"
43133
+ },
43134
+ "asset-packs::Actions": {
43135
+ "id": "{self}",
43136
+ "value": [
43137
+ {
43138
+ "name": "Respawn Player",
43139
+ "type": "batch",
43140
+ "jsonPayload": "{ \"actions\": [\"Move Player\", \"Play Spawn Sound\"] }"
43141
+ },
43142
+ {
43143
+ "name": "Move Player",
43144
+ "type": "move_player_here",
43145
+ "jsonPayload": "{ }"
43146
+ },
43147
+ {
43148
+ "name": "Play Spawn Sound",
43149
+ "type": "play_sound",
43150
+ "jsonPayload": "{ \"src\": \"{assetPath}/spawn.mp3\" }"
43151
+ }
43152
+ ]
43153
+ }
43154
+ },
43155
+ "contents": {
43156
+ "respawn_pad.glb": "bafybeib2wwh6q2pswt7663ziab2wt2kyj54aa5nhzrjvbgl5lpuwy4iwga",
43157
+ "spawn.mp3": "bafkreig7ndrpblob577zmuokv5kjvxbxdin2qdia742bgpbotdeplyfowa",
43158
+ "thumbnail.png": "bafkreicr7t2elrxep3a6hxhjefgxhddo6srzahfulfvfzgtjlongdosqsq"
43159
+ }
43160
+ },
43161
+ {
43162
+ "id": "73f9d47b-bf93-4e1d-b60c-760ef3e977cb",
43163
+ "name": "Robot Enemy",
43164
+ "category": "health",
43165
+ "tags": [
43166
+ "health",
43167
+ "enemy"
43168
+ ],
43169
+ "components": {
43170
+ "core::GltfContainer": {
43171
+ "src": "{assetPath}/robot.glb"
43172
+ },
43173
+ "asset-packs::Actions": {
43174
+ "id": "{self}",
43175
+ "value": [
43176
+ {
43177
+ "name": "Die",
43178
+ "type": "batch",
43179
+ "jsonPayload": "{ \"actions\": [\"Play Explosion Animation\", \"Delay Remove\"] }"
43180
+ },
43181
+ {
43182
+ "name": "Follow",
43183
+ "type": "follow_player",
43184
+ "jsonPayload": "{ \"speed\": 1, \"minDistance\": 2, \"x\": true, \"y\": false, \"z\": true }"
43185
+ },
43186
+ {
43187
+ "name": "Play Attack Animation",
43188
+ "type": "play_animation",
43189
+ "jsonPayload": "{ \"animation\": \"Attack\" }"
43190
+ },
43191
+ {
43192
+ "name": "Damage",
43193
+ "type": "damage",
43194
+ "jsonPayload": "{ \"radius\": 3, \"hits\": 10, \"layer\": \"player\" }"
43195
+ },
43196
+ {
43197
+ "name": "Attack Loop",
43198
+ "type": "start_loop",
43199
+ "jsonPayload": "{ \"actions\": [\"Damage\"], \"interval\": 1 }"
43200
+ },
43201
+ {
43202
+ "name": "Remove",
43203
+ "type": "remove_entity",
43204
+ "jsonPayload": "{ }"
43205
+ },
43206
+ {
43207
+ "name": "Delay Remove",
43208
+ "type": "start_delay",
43209
+ "jsonPayload": "{ \"actions\": [\"Remove\"], \"timeout\": 0.5 }"
43210
+ },
43211
+ {
43212
+ "name": "Play Explosion Animation",
43213
+ "type": "play_animation",
43214
+ "jsonPayload": "{ \"animation\": \"explode\" }"
43215
+ }
43216
+ ]
43217
+ },
43218
+ "asset-packs::Triggers": {
43219
+ "value": [
43220
+ {
43221
+ "type": "on_spawn",
43222
+ "actions": [
43223
+ {
43224
+ "id": "{self:asset-packs::Actions}",
43225
+ "name": "Follow"
43226
+ },
43227
+ {
43228
+ "id": "{self:asset-packs::Actions}",
43229
+ "name": "Attack Loop"
43230
+ }
43231
+ ]
43232
+ },
43233
+ {
43234
+ "type": "on_loop",
43235
+ "conditions": [
43236
+ {
43237
+ "id": "{self:asset-packs::Actions}",
43238
+ "type": "when_distance_to_player_less_than",
43239
+ "value": "3"
43240
+ }
43241
+ ],
43242
+ "actions": [
43243
+ {
43244
+ "id": "{self:asset-packs::Actions}",
43245
+ "name": "Play Attack Animation"
43246
+ }
43247
+ ]
43248
+ }
43249
+ ]
43250
+ }
43251
+ },
43252
+ "contents": {
43253
+ "robot.glb": "bafybeib3hh7zszr5g6do7m7lgaxjgr6ybisen5kpyxukp5zhy2cw6rsu3a",
43254
+ "thumbnail.png": "bafkreibg2emc5upv4lq7mqjtwjgcwzmou4wvtacdotjjrjbqyjl5ebvxo4"
43255
+ }
43256
+ },
42855
43257
  {
42856
43258
  "id": "6d694c78-6dd5-4a4d-acee-21dbf67dd464",
42857
43259
  "name": "SciFi Chest",
@@ -43332,7 +43734,7 @@
43332
43734
  }
43333
43735
  },
43334
43736
  {
43335
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
43737
+ "id": "ba1cc208-fd8a-4b5d-849c-8c5f02430af3",
43336
43738
  "name": "Discord Button",
43337
43739
  "category": "social",
43338
43740
  "tags": [
@@ -43374,7 +43776,7 @@
43374
43776
  }
43375
43777
  },
43376
43778
  {
43377
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
43779
+ "id": "e11d2848-b79d-4ddc-bfea-5033cbdd8f9f",
43378
43780
  "name": "Discord Link",
43379
43781
  "category": "social",
43380
43782
  "tags": [
@@ -43416,7 +43818,7 @@
43416
43818
  }
43417
43819
  },
43418
43820
  {
43419
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
43821
+ "id": "f40a2c6f-0e19-4894-bb4f-d8ae4cfff9e5",
43420
43822
  "name": "Facebook Button",
43421
43823
  "category": "social",
43422
43824
  "tags": [
@@ -43458,7 +43860,7 @@
43458
43860
  }
43459
43861
  },
43460
43862
  {
43461
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
43863
+ "id": "b8f365c6-0a30-4c59-b25b-f9bc006df712",
43462
43864
  "name": "Facebook Link",
43463
43865
  "category": "social",
43464
43866
  "tags": [
@@ -43500,7 +43902,7 @@
43500
43902
  }
43501
43903
  },
43502
43904
  {
43503
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
43905
+ "id": "2ac407f2-c23a-4cdc-9aa6-74aa55ca2baa",
43504
43906
  "name": "Github Button",
43505
43907
  "category": "social",
43506
43908
  "tags": [
@@ -43542,7 +43944,7 @@
43542
43944
  }
43543
43945
  },
43544
43946
  {
43545
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
43947
+ "id": "79ee0689-3ae1-4f39-b8fd-b742b4509255",
43546
43948
  "name": "Github Link",
43547
43949
  "category": "social",
43548
43950
  "tags": [
@@ -43584,7 +43986,7 @@
43584
43986
  }
43585
43987
  },
43586
43988
  {
43587
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
43989
+ "id": "723848029-b2b3-47fd-8ae1-1424903dd7bb",
43588
43990
  "name": "Instagram Button",
43589
43991
  "category": "social",
43590
43992
  "tags": [
@@ -43626,7 +44028,7 @@
43626
44028
  }
43627
44029
  },
43628
44030
  {
43629
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
44031
+ "id": "1717d6ad-f689-40a7-9a1c-7bfd3b4389e6",
43630
44032
  "name": "Instagram Link",
43631
44033
  "category": "social",
43632
44034
  "tags": [
@@ -43668,7 +44070,7 @@
43668
44070
  }
43669
44071
  },
43670
44072
  {
43671
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
44073
+ "id": "26bfc07d-59d7-4aed-a03b-9ccc3462b1a2",
43672
44074
  "name": "Reddit Button",
43673
44075
  "category": "social",
43674
44076
  "tags": [
@@ -43710,7 +44112,7 @@
43710
44112
  }
43711
44113
  },
43712
44114
  {
43713
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
44115
+ "id": "03bdce84-a242-49d2-9d10-fadb9b07d15e",
43714
44116
  "name": "Reddit Link",
43715
44117
  "category": "social",
43716
44118
  "tags": [
@@ -43752,7 +44154,7 @@
43752
44154
  }
43753
44155
  },
43754
44156
  {
43755
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
44157
+ "id": "be1802bc-b110-4363-bdee-bff4881e0c17",
43756
44158
  "name": "Telegram Button",
43757
44159
  "category": "social",
43758
44160
  "tags": [
@@ -43794,7 +44196,7 @@
43794
44196
  }
43795
44197
  },
43796
44198
  {
43797
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
44199
+ "id": "2d8d5b85-3206-4dd4-8e53-0e395473450a",
43798
44200
  "name": "Telegram Link",
43799
44201
  "category": "social",
43800
44202
  "tags": [
@@ -43836,7 +44238,7 @@
43836
44238
  }
43837
44239
  },
43838
44240
  {
43839
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
44241
+ "id": "476c556e-dbc6-44a7-a8af-633a230d3af5",
43840
44242
  "name": "Twitter Button",
43841
44243
  "category": "social",
43842
44244
  "tags": [
@@ -43878,7 +44280,7 @@
43878
44280
  }
43879
44281
  },
43880
44282
  {
43881
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
44283
+ "id": "ae504c4d-fa75-416c-a7bd-d96d5e0dd0b1",
43882
44284
  "name": "Twitter Link",
43883
44285
  "category": "social",
43884
44286
  "tags": [
@@ -43920,7 +44322,7 @@
43920
44322
  }
43921
44323
  },
43922
44324
  {
43923
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
44325
+ "id": "ecbf56cc-bab9-43bc-a0bf-509dd92f857e",
43924
44326
  "name": "WeChat Button",
43925
44327
  "category": "social",
43926
44328
  "tags": [
@@ -43962,7 +44364,7 @@
43962
44364
  }
43963
44365
  },
43964
44366
  {
43965
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
44367
+ "id": "98b9c32c-cab6-42b7-a25c-a0aa19c3aec9",
43966
44368
  "name": "WeChat Link",
43967
44369
  "category": "social",
43968
44370
  "tags": [
@@ -44004,7 +44406,7 @@
44004
44406
  }
44005
44407
  },
44006
44408
  {
44007
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
44409
+ "id": "ef61190a-a48c-4a5f-a183-21ca7587e0b6",
44008
44410
  "name": "YouTube Button",
44009
44411
  "category": "social",
44010
44412
  "tags": [
@@ -44046,7 +44448,7 @@
44046
44448
  }
44047
44449
  },
44048
44450
  {
44049
- "id": "76d3a347-02b1-4c74-bbf3-7787ede6a3b1",
44451
+ "id": "aef92255-eaa4-4f36-9f08-8b1784ae2725",
44050
44452
  "name": "YouTube Link",
44051
44453
  "category": "social",
44052
44454
  "tags": [
@@ -44363,6 +44765,77 @@
44363
44765
  "thumbnail.png": "bafkreie2l2k2tjvqb5qrj76sy3eip55uk2dznfdukt5kdqcihku4ofmecq"
44364
44766
  }
44365
44767
  },
44768
+ {
44769
+ "id": "4e31b74c-7027-416a-b739-65989f40f62b",
44770
+ "name": "Spikes",
44771
+ "category": "health",
44772
+ "tags": [
44773
+ "health",
44774
+ "enemy",
44775
+ "damage"
44776
+ ],
44777
+ "components": {
44778
+ "core::GltfContainer": {
44779
+ "src": "{assetPath}/spikes.glb"
44780
+ },
44781
+ "asset-packs::Actions": {
44782
+ "id": "{self}",
44783
+ "value": [
44784
+ {
44785
+ "name": "Play Damage Sound",
44786
+ "type": "play_sound",
44787
+ "jsonPayload": "{ \"src\": \"{assetPath}/spikes.mp3\" }"
44788
+ },
44789
+ {
44790
+ "name": "Damage",
44791
+ "type": "damage",
44792
+ "jsonPayload": "{ \"radius\": 3, \"hits\": 15, \"layer\": \"player\" }"
44793
+ },
44794
+ {
44795
+ "name": "Start Damage",
44796
+ "type": "start_loop",
44797
+ "jsonPayload": "{ \"actions\": [\"Damage\"], \"interval\": 2 }"
44798
+ },
44799
+ {
44800
+ "name": "Stop Damage",
44801
+ "type": "stop_loop",
44802
+ "jsonPayload": "{ \"action\": \"Damage\" }"
44803
+ }
44804
+ ]
44805
+ },
44806
+ "asset-packs::Triggers": {
44807
+ "value": [
44808
+ {
44809
+ "type": "on_player_enters_area",
44810
+ "actions": [
44811
+ {
44812
+ "id": "{self:asset-packs::Actions}",
44813
+ "name": "Start Damage"
44814
+ },
44815
+ {
44816
+ "id": "{self:asset-packs::Actions}",
44817
+ "name": "Play Damage Sound"
44818
+ }
44819
+ ]
44820
+ },
44821
+ {
44822
+ "type": "on_player_leaves_area",
44823
+ "actions": [
44824
+ {
44825
+ "id": "{self:asset-packs::Actions}",
44826
+ "name": "Stop Damage"
44827
+ }
44828
+ ]
44829
+ }
44830
+ ]
44831
+ }
44832
+ },
44833
+ "contents": {
44834
+ "spikes.glb": "bafybeibpniioc3g2pgohxccuzicpifp5vfaal4umef5xwpzxue5v6fjduy",
44835
+ "spikes.mp3": "bafkreicyb3fdwmyjmmgvgg4cisttzeu4codckr2qakfjxwwvfnqd7zizfi",
44836
+ "thumbnail.png": "bafkreibkwcjumyn4ca7bjnra76ij6wqn4oahgmll4m5b2m3yiipegzevhe"
44837
+ }
44838
+ },
44366
44839
  {
44367
44840
  "id": "ea5b9544-2ddd-4eba-ba91-41f6cf0b34df",
44368
44841
  "name": "Stone Trapdoor",
@@ -44518,6 +44991,130 @@
44518
44991
  "thumbnail.png": "bafkreicmtcqthkrzayaomy4d7bbdly5r4sayodhr5hjtfrodxmlyyybbw4"
44519
44992
  }
44520
44993
  },
44994
+ {
44995
+ "id": "9a391273-b30b-4f35-a1a3-83d17728c0ed",
44996
+ "name": "Sword",
44997
+ "category": "health",
44998
+ "tags": [
44999
+ "health",
45000
+ "sword",
45001
+ "weapon"
45002
+ ],
45003
+ "components": {
45004
+ "core::GltfContainer": {
45005
+ "src": "{assetPath}/sword.glb"
45006
+ },
45007
+ "asset-packs::Actions": {
45008
+ "id": "{self}",
45009
+ "value": [
45010
+ {
45011
+ "name": "Pick Up",
45012
+ "type": "batch",
45013
+ "jsonPayload": "{ \"actions\": [\"Set Ready\"] }"
45014
+ },
45015
+ {
45016
+ "name": "Set Ready",
45017
+ "type": "set_state",
45018
+ "jsonPayload": "{ \"state\": \"Ready\" }"
45019
+ },
45020
+ {
45021
+ "name": "Attach To Player",
45022
+ "type": "attach_to_player",
45023
+ "jsonPayload": "{ \"anchorPointId\": 3 }"
45024
+ },
45025
+ {
45026
+ "name": "Play Attack Emote",
45027
+ "type": "play_custom_emote",
45028
+ "jsonPayload": "{ \"src\": \"{assetPath}/sword_attack.glb\", \"loop\": false }"
45029
+ },
45030
+ {
45031
+ "name": "Damage",
45032
+ "type": "damage",
45033
+ "jsonPayload": "{ \"radius\": 3, \"hits\": 10, \"layer\": \"non_player\" }"
45034
+ },
45035
+ {
45036
+ "name": "Set Cooling Down",
45037
+ "type": "set_state",
45038
+ "jsonPayload": "{ \"state\": \"Cooling Down\" }"
45039
+ },
45040
+ {
45041
+ "name": "Start Cool Down Delay",
45042
+ "type": "start_delay",
45043
+ "jsonPayload": "{ \"actions\": [\"Set Ready\"], \"timeout\": 0.5 }"
45044
+ },
45045
+ {
45046
+ "name": "Cool Down",
45047
+ "type": "batch",
45048
+ "jsonPayload": "{ \"actions\": [\"Set Cooling Down\", \"Start Cool Down Delay\"] }"
45049
+ },
45050
+ {
45051
+ "name": "Attack",
45052
+ "type": "batch",
45053
+ "jsonPayload": "{ \"actions\": [\"Play Attack Emote\", \"Damage\", \"Cool Down\"] }"
45054
+ }
45055
+ ]
45056
+ },
45057
+ "asset-packs::Triggers": {
45058
+ "value": [
45059
+ {
45060
+ "type": "on_click",
45061
+ "actions": [
45062
+ {
45063
+ "id": "{self:asset-packs::Actions}",
45064
+ "name": "Pick Up"
45065
+ }
45066
+ ]
45067
+ },
45068
+ {
45069
+ "type": "on_state_change",
45070
+ "conditions": [
45071
+ {
45072
+ "id": "{self:asset-packs::States}",
45073
+ "type": "when_state_is",
45074
+ "value": "Ready"
45075
+ }
45076
+ ],
45077
+ "actions": [
45078
+ {
45079
+ "id": "{self:asset-packs::Actions}",
45080
+ "name": "Attach To Player"
45081
+ }
45082
+ ]
45083
+ },
45084
+ {
45085
+ "type": "on_global_primary",
45086
+ "conditions": [
45087
+ {
45088
+ "id": "{self:asset-packs::States}",
45089
+ "type": "when_state_is",
45090
+ "value": "Ready"
45091
+ }
45092
+ ],
45093
+ "actions": [
45094
+ {
45095
+ "id": "{self:asset-packs::Actions}",
45096
+ "name": "Attack"
45097
+ }
45098
+ ]
45099
+ }
45100
+ ]
45101
+ },
45102
+ "asset-packs::States": {
45103
+ "id": "{self}",
45104
+ "value": [
45105
+ "Idle",
45106
+ "Ready",
45107
+ "Cooling Down"
45108
+ ],
45109
+ "defaultValue": "Idle"
45110
+ }
45111
+ },
45112
+ "contents": {
45113
+ "sword.glb": "bafybeieu7fidr6crjouhynpf3sn533mm6zph4t7tbxpdcsuysvqebmgqcm",
45114
+ "sword_attack.glb": "bafkreibdix2i7tgmdpdzjzmdxp53dkjxeujbqgy76wk46smaijvuh4e3fq",
45115
+ "thumbnail.png": "bafkreiamqol6st2jsl2p26o3bjraohhdgizaakv4ke27dq3mk37nwjr77a"
45116
+ }
45117
+ },
44521
45118
  {
44522
45119
  "id": "7280e965-8938-4759-851f-2bd5b9e8b47b",
44523
45120
  "name": "Taxi B Horizontal Platform",
@@ -44851,7 +45448,7 @@
44851
45448
  }
44852
45449
  },
44853
45450
  {
44854
- "id": "6f5c4b28-f27c-4d30-836e-c6fd0b687727",
45451
+ "id": "518b3900-2a0e-4570-b41e-72ea7019e80c",
44855
45452
  "name": "Teleport",
44856
45453
  "category": "utils",
44857
45454
  "tags": [
@@ -44900,7 +45497,7 @@
44900
45497
  }
44901
45498
  },
44902
45499
  {
44903
- "id": "6f5c4b28-f27c-4d30-836e-c6fd0b687727",
45500
+ "id": "dd0d51c1-f16f-41c2-9bf1-735fe5b17dc4",
44904
45501
  "name": "Text",
44905
45502
  "category": "utils",
44906
45503
  "tags": [
@@ -48178,6 +48775,111 @@
48178
48775
  "wooden_trap_door.glb": "bafkreih2rrlcwxjjrkksshhhdbjdojl736j55ki5mwkeh3f3xt7hbcwm4a"
48179
48776
  }
48180
48777
  },
48778
+ {
48779
+ "id": "ee6647dc-1d90-4ff4-ae00-8cc0794927df",
48780
+ "name": "Wooden Wall",
48781
+ "category": "health",
48782
+ "tags": [
48783
+ "health",
48784
+ "damage",
48785
+ "breakable"
48786
+ ],
48787
+ "components": {
48788
+ "core::GltfContainer": {
48789
+ "src": "{assetPath}/wooden_wall.glb"
48790
+ },
48791
+ "asset-packs::Actions": {
48792
+ "id": "{self}",
48793
+ "value": [
48794
+ {
48795
+ "name": "Play Hit Animation",
48796
+ "type": "play_animation",
48797
+ "jsonPayload": "{ \"animation\": \"Hit\" }"
48798
+ },
48799
+ {
48800
+ "name": "Play Fall Animation",
48801
+ "type": "play_animation",
48802
+ "jsonPayload": "{ \"animation\": \"Fall\" }"
48803
+ },
48804
+ {
48805
+ "name": "Play Fall Sound",
48806
+ "type": "play_sound",
48807
+ "jsonPayload": "{ \"src\": \"{assetPath}/fall.mp3\" }"
48808
+ },
48809
+ {
48810
+ "name": "Decrease Counter",
48811
+ "type": "decrease_counter",
48812
+ "jsonPayload": "{ \"amount\": 1 }"
48813
+ }
48814
+ ]
48815
+ },
48816
+ "asset-packs::Triggers": {
48817
+ "value": [
48818
+ {
48819
+ "type": "on_damage",
48820
+ "conditions": [
48821
+ {
48822
+ "id": "{self:asset-packs::Counter}",
48823
+ "type": "when_counter_is_greater_than",
48824
+ "value": "0"
48825
+ }
48826
+ ],
48827
+ "actions": [
48828
+ {
48829
+ "id": "{self:asset-packs::Actions}",
48830
+ "name": "Decrease Counter"
48831
+ }
48832
+ ]
48833
+ },
48834
+ {
48835
+ "type": "on_counter_change",
48836
+ "conditions": [
48837
+ {
48838
+ "id": "{self:asset-packs::Counter}",
48839
+ "type": "when_counter_is_greater_than",
48840
+ "value": "0"
48841
+ }
48842
+ ],
48843
+ "actions": [
48844
+ {
48845
+ "id": "{self:asset-packs::Actions}",
48846
+ "name": "Play Hit Animation"
48847
+ }
48848
+ ]
48849
+ },
48850
+ {
48851
+ "type": "on_counter_change",
48852
+ "conditions": [
48853
+ {
48854
+ "id": "{self:asset-packs::Counter}",
48855
+ "type": "when_counter_is_less_than",
48856
+ "value": "1"
48857
+ }
48858
+ ],
48859
+ "actions": [
48860
+ {
48861
+ "id": "{self:asset-packs::Actions}",
48862
+ "name": "Play Fall Animation"
48863
+ },
48864
+ {
48865
+ "id": "{self:asset-packs::Actions}",
48866
+ "name": "Play Fall Sound"
48867
+ }
48868
+ ]
48869
+ }
48870
+ ]
48871
+ },
48872
+ "asset-packs::Counter": {
48873
+ "id": "{self}",
48874
+ "value": 30
48875
+ }
48876
+ },
48877
+ "contents": {
48878
+ "fall.mp3": "bafkreidpbmyl6obtzmbfp4loa7qybv5uug3ljxq634edijqgethue543vi",
48879
+ "thumbnail.png": "bafkreidxdc73bmfy6oucu5jmksacmcojre6hhvkkoozzfnslfpdn7uw644",
48880
+ "wooden_wall.glb": "bafybeihyovb6y5yy4z2o57ctovjdhomk5ucqr5rd4nu7fud4niivvg5sam"
48881
+ }
48882
+ },
48181
48883
  {
48182
48884
  "id": "1889bcdc-5608-48fa-9158-b0a56f0afa8b",
48183
48885
  "name": "Yellow Button",