Last active
June 5, 2020 21:43
-
-
Save danbirken/aecc0a19c54dd8c149208072e4d4e841 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"locations": ["BirkBag"], | |
"discs": [ | |
{ | |
"mold": "Pure", | |
"manufacturer": "Latitude 64", | |
"plastic": "Opto-X", | |
"numbers": "3 3 -1 1", | |
"color": "Purple", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Pure", | |
"manufacturer": "Latitude 64", | |
"plastic": "Medium Soft", | |
"numbers": "3 3 -1 1", | |
"color": "Blue", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Pure", | |
"manufacturer": "Latitude 64", | |
"plastic": "Medium Hard", | |
"numbers": "3 3 -1 1", | |
"color": "Pink", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Zone", | |
"manufacturer": "Discraft", | |
"plastic": "Jawbreaker", | |
"numbers": "4 3 0 3", | |
"color": "Orange", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Archer", | |
"manufacturer": "Discraft", | |
"plastic": "Big Z", | |
"numbers": "6 5 -3 1", | |
"color": "Orange", | |
"notes": null, | |
"weight": 168, | |
"location": 0 | |
}, | |
{ | |
"mold": "Buzzz", | |
"manufacturer": "Discraft", | |
"plastic": "Jawbreaker", | |
"numbers": "5 4 -1 1", | |
"color": "Black", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Leopard 3", | |
"manufacturer": "Innova", | |
"plastic": "DX", | |
"numbers": "7 5 -2 1", | |
"color": "Blue", | |
"notes": null, | |
"weight": 168, | |
"location": 0 | |
}, | |
{ | |
"mold": "Leopard 3", | |
"manufacturer": "Innova", | |
"plastic": "Star", | |
"numbers": "7 5 -2 1", | |
"color": "Blue", | |
"notes": null, | |
"weight": 168, | |
"location": 0 | |
}, | |
{ | |
"mold": "Leopard 3", | |
"manufacturer": "Innova", | |
"plastic": "Champion", | |
"numbers": "7 5 -2 1", | |
"color": "Blue", | |
"notes": null, | |
"weight": 168, | |
"location": 0 | |
}, | |
{ | |
"mold": "Teebird 3", | |
"manufacturer": "Innova", | |
"plastic": "DX", | |
"numbers": "8 4 0 2", | |
"color": "Yellow", | |
"notes": null, | |
"weight": 168, | |
"location": 0 | |
}, | |
{ | |
"mold": "Teebird 3", | |
"manufacturer": "Innova", | |
"plastic": "Star", | |
"numbers": "8 4 0 2", | |
"color": "Green", | |
"notes": null, | |
"weight": 168, | |
"location": 0 | |
}, | |
{ | |
"mold": "Teebird 3", | |
"manufacturer": "Innova", | |
"plastic": "Champion", | |
"numbers": "8 4 0 2", | |
"color": "Green", | |
"notes": null, | |
"weight": 168, | |
"location": 0 | |
}, | |
{ | |
"mold": "Teebird 3", | |
"manufacturer": "Innova", | |
"plastic": "Metal Flake Champion", | |
"numbers": "8 4 0 2", | |
"color": "Green", | |
"notes": null, | |
"weight": 168, | |
"location": 0 | |
}, | |
{ | |
"mold": "Sexton Firebird", | |
"manufacturer": "Innova", | |
"plastic": "Metal Flake Champion", | |
"numbers": "9 3 0 4", | |
"color": "Glow", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment