Skip to content

Commit

Permalink
feat(shared-data): add 8 moveable trashes
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Nov 9, 2023
1 parent 7258da8 commit ce7866d
Showing 1 changed file with 100 additions and 9 deletions.
109 changes: 100 additions & 9 deletions shared-data/deck/definitions/4/ot3_standard.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,98 @@
"compatibleModuleTypes": []
},
{
"id": "movableTrash",
"id": "movableTrashD1",
"areaType": "movableTrash",
"offsetFromCutoutFixture": [-17.0, -2.75, 0.0],
"boundingBox": {
"xDimension": 246.5,
"yDimension": 91.5,
"zDimension": 40
},
"displayName": "Trash Bin",
"ableToDropTips": true,
"dropTipsOffset": [123.25, 45.75, 40.0]
},
{
"id": "movableTrashC1",
"areaType": "movableTrash",
"offsetFromCutoutFixture": [-17.0, -2.75, 0.0],
"boundingBox": {
"xDimension": 246.5,
"yDimension": 91.5,
"zDimension": 40
},
"displayName": "Trash Bin",
"ableToDropTips": true,
"dropTipsOffset": [123.25, 45.75, 40.0]
},
{
"id": "movableTrashB1",
"areaType": "movableTrash",
"offsetFromCutoutFixture": [-17.0, -2.75, 0.0],
"boundingBox": {
"xDimension": 246.5,
"yDimension": 91.5,
"zDimension": 40
},
"displayName": "Trash Bin",
"ableToDropTips": true,
"dropTipsOffset": [123.25, 45.75, 40.0]
},
{
"id": "movableTrashA1",
"areaType": "movableTrash",
"offsetFromCutoutFixture": [-17.0, -2.75, 0.0],
"boundingBox": {
"xDimension": 246.5,
"yDimension": 91.5,
"zDimension": 40
},
"displayName": "Trash Bin",
"ableToDropTips": true,
"dropTipsOffset": [123.25, 45.75, 40.0]
},
{
"id": "movableTrashD3",
"areaType": "movableTrash",
"offsetFromCutoutFixture": [-17.0, -2.75, 0.0],
"boundingBox": {
"xDimension": 246.5,
"yDimension": 91.5,
"zDimension": 40
},
"displayName": "Trash Bin",
"ableToDropTips": true,
"dropTipsOffset": [123.25, 45.75, 40.0]
},
{
"id": "movableTrashC3",
"areaType": "movableTrash",
"offsetFromCutoutFixture": [-17.0, -2.75, 0.0],
"boundingBox": {
"xDimension": 246.5,
"yDimension": 91.5,
"zDimension": 40
},
"displayName": "Trash Bin",
"ableToDropTips": true,
"dropTipsOffset": [123.25, 45.75, 40.0]
},
{
"id": "movableTrashB3",
"areaType": "movableTrash",
"offsetFromCutoutFixture": [-17.0, -2.75, 0.0],
"boundingBox": {
"xDimension": 246.5,
"yDimension": 91.5,
"zDimension": 40
},
"displayName": "Trash Bin",
"ableToDropTips": true,
"dropTipsOffset": [123.25, 45.75, 40.0]
},
{
"id": "movableTrashA3",
"areaType": "movableTrash",
"offsetFromCutoutFixture": [-17.0, -2.75, 0.0],
"boundingBox": {
Expand Down Expand Up @@ -433,14 +524,14 @@
],
"displayName": "Slot With Movable Trash",
"providesAddressableAreas": {
"cutoutD1": ["movableTrash"],
"cutoutC1": ["movableTrash"],
"cutoutB1": ["movableTrash"],
"cutoutA1": ["movableTrash"],
"cutoutD3": ["movableTrash"],
"cutoutC3": ["movableTrash"],
"cutoutB3": ["movableTrash"],
"cutoutA3": ["movableTrash"]
"cutoutD1": ["movableTrashD1"],
"cutoutC1": ["movableTrashC1"],
"cutoutB1": ["movableTrashB1"],
"cutoutA1": ["movableTrashA1"],
"cutoutD3": ["movableTrashD3"],
"cutoutC3": ["movableTrashC3"],
"cutoutB3": ["movableTrashB3"],
"cutoutA3": ["movableTrashA3"]
}
},
{
Expand Down

0 comments on commit ce7866d

Please sign in to comment.