Last active
June 5, 2020 20:51
-
-
Save mchail/b4e53c3917e0b12c95376a4b6297e64d to your computer and use it in GitHub Desktop.
Discs
This file contains 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": ["My bag"], | |
"discs": [ | |
{ | |
"mold": "Reko", | |
"manufacturer": "Kastaplast", | |
"plastic": "K3", | |
"numbers": "3 3 0 1", | |
"color": "white", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Reko", | |
"manufacturer": "Kastaplast", | |
"plastic": "K3", | |
"numbers": "3 3 0 1", | |
"color": "white", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Reko", | |
"manufacturer": "Kastaplast", | |
"plastic": "K1 Glow", | |
"numbers": "3 3 0 1", | |
"color": "white", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Zone", | |
"manufacturer": "Discraft", | |
"plastic": "Jawbreaker", | |
"numbers": "4 3 0 3", | |
"color": "blue", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Buzzz SS", | |
"manufacturer": "Discraft", | |
"plastic": "ESP", | |
"numbers": "5 4 -2 1", | |
"color": "purple", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Buzzz", | |
"manufacturer": "Discraft", | |
"plastic": "ESP Glow", | |
"numbers": "5 4 -1 1", | |
"color": "purple", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Method", | |
"manufacturer": "Discmania", | |
"plastic": "Neo", | |
"numbers": "5 5 0 3", | |
"color": "pink", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Buzzz OS", | |
"manufacturer": "Discraft", | |
"plastic": "ESP", | |
"numbers": "5 4 0 3", | |
"color": "pink", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Falk", | |
"manufacturer": "Kastaplast", | |
"plastic": "K1 Glow", | |
"numbers": "9 6 -2 1", | |
"color": "white", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Undertaker", | |
"manufacturer": "Discraft", | |
"plastic": "Titanium", | |
"numbers": "9 5 -1 2", | |
"color": "blue", | |
"notes": null, | |
"weight": 175, | |
"playerAssociations": ["Paul McBeth"], | |
"location": 0 | |
}, | |
{ | |
"mold": "Vulture", | |
"manufacturer": "Discraft", | |
"plastic": "Titanium", | |
"numbers": "10 5 0 2", | |
"color": "purple", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Thunderbird", | |
"manufacturer": "Innova", | |
"plastic": "Star", | |
"numbers": "9 5 0 2", | |
"color": "white", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Firebird", | |
"manufacturer": "Innova", | |
"plastic": "Champion Glow", | |
"numbers": "9 3 0 4", | |
"color": "blue", | |
"notes": null, | |
"weight": 175, | |
"playerAssociations": ["Nate Sexton"], | |
"location": 0 | |
}, | |
{ | |
"mold": "Flash", | |
"manufacturer": "Discraft", | |
"plastic": "Z-line", | |
"numbers": "10 5 -2 3", | |
"color": "orange", | |
"notes": null, | |
"weight": 175, | |
"location": 0 | |
}, | |
{ | |
"mold": "Wraith", | |
"manufacturer": "Innova", | |
"plastic": "Pro", | |
"numbers": "11 5 -1 3", | |
"color": "white", | |
"notes": null, | |
"weight": 169, | |
"location": 0 | |
}, | |
{ | |
"mold": "Destroyer", | |
"manufacturer": "Innova", | |
"plastic": "Champion", | |
"numbers": "12 5 -1 3", | |
"color": "pink", | |
"notes": null, | |
"weight": 168, | |
"playerAssociations": ["Kona Star Panis"], | |
"location": 0 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment