From 0dd116c2a01ba885930654bde30e013b17fad620 Mon Sep 17 00:00:00 2001 From: Eloeri <42394653+Eloeri@users.noreply.github.com> Date: Wed, 6 Feb 2019 15:09:36 -0600 Subject: [PATCH] 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. --- site/data/bounties.json | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/site/data/bounties.json b/site/data/bounties.json index 36080cac..1148ada0 100644 --- a/site/data/bounties.json +++ b/site/data/bounties.json @@ -1,13 +1,12 @@ [ { "DateSubmitted": "11-20-2018", - "DateExpires": "03-01-2019", - "Developer": null, - "Status": "Unassigned", + "Developer": "Blinkhawk", + "Status": "Completed", "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)", - "PaymentStatus": null, + "PaymentStatus": "Paid", "DeveloperResponse": null }, { @@ -82,5 +81,25 @@ "Description": "Fix core timing issues in Snipperclips, Cut it out Together!", "PaymentStatus": 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 } -] \ No newline at end of file +]