Update bounties.json

Editing Jon S.' bounty to reflect new bounty price and completion, adding two new entries for fixing the ground collision in The Legend of Zelda: Breath of the Wild from Bunnei and Tobi.
This commit is contained in:
Eloeri 2019-02-06 15:09:36 -06:00 committed by GitHub
parent 54985e436b
commit 0dd116c2a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,12 @@
[ [
{ {
"DateSubmitted": "11-20-2018", "DateSubmitted": "11-20-2018",
"DateExpires": "03-01-2019", "Developer": "Blinkhawk",
"Developer": null, "Status": "Completed",
"Status": "Unassigned",
"Requester": "Jon S", "Requester": "Jon S",
"Amount": "$300 USD", "Amount": "$150 USD",
"Description": "Fix major rendering issues with BOTW (should look pretty good, can still be minor issues, e.g. like SMO is today. Does not include performance)", "Description": "Fix major rendering issues with BOTW (should look pretty good, can still be minor issues, e.g. like SMO is today. Does not include performance)",
"PaymentStatus": null, "PaymentStatus": "Paid",
"DeveloperResponse": null "DeveloperResponse": null
}, },
{ {
@ -82,5 +81,25 @@
"Description": "Fix core timing issues in Snipperclips, Cut it out Together!", "Description": "Fix core timing issues in Snipperclips, Cut it out Together!",
"PaymentStatus": null, "PaymentStatus": null,
"DeveloperResponse": null "DeveloperResponse": null
},
{
"DateSubmitted": "02-06-2019",
"Developer": null,
"Status": "Unassigned",
"Requester": "Bunnei",
"Amount": "$75 USD",
"Description": "Fixing ground collision in The Legend of Zelda: Breath of the Wild",
"PaymentStatus": null,
"DeveloperResponse": null
},
{
"DateSubmitted": "02-06-2019",
"Developer": null,
"Status": "Unassigned",
"Requester": "Tobi",
"Amount": "$15 EUR",
"Description": "Fixing ground collision in The Legend of Zelda: Breath of the Wild",
"PaymentStatus": null,
"DeveloperResponse": null
} }
] ]