Created
May 31, 2021 16:32
-
-
Save jeremyckahn/4dc3bd35f6e2db3c47b24dcc62a5db27 to your computer and use it in GitHub Desktop.
Test data for https://github.com/jeremyckahn/farmhand/pull/77
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
{ | |
"completedAchievements": { | |
"plant-crop": true, | |
"water-crop": true, | |
"harvest-crop": true, | |
"unlock-crop-price-guide": true, | |
"i-am-rich-1": true | |
}, | |
"cowBreedingPen": { | |
"cowId1": null, | |
"cowId2": null, | |
"daysUntilBirth": -1 | |
}, | |
"cowColorsPurchased": {}, | |
"cowForSale": { | |
"baseWeight": 2051, | |
"color": "GREEN", | |
"colorsInBloodline": { | |
"GREEN": true | |
}, | |
"daysOld": 1, | |
"daysSinceMilking": 0, | |
"daysSinceProducingFertilizer": 0, | |
"gender": "MALE", | |
"happiness": 0, | |
"happinessBoostsToday": 0, | |
"id": "e1964815-2def-4fc3-baa8-9b443b1a1927", | |
"isBred": false, | |
"isUsingHuggingMachine": false, | |
"name": "Jujube", | |
"weightMultiplier": 1 | |
}, | |
"cowInventory": [], | |
"cowsSold": {}, | |
"cropsHarvested": { | |
"CARROT": 9 | |
}, | |
"dayCount": 7, | |
"farmName": "Unnamed", | |
"field": [ | |
[ | |
null, | |
null, | |
null, | |
null, | |
null, | |
null | |
], | |
[ | |
null, | |
null, | |
null, | |
null, | |
null, | |
null | |
], | |
[ | |
null, | |
null, | |
null, | |
null, | |
null, | |
null | |
], | |
[ | |
null, | |
null, | |
null, | |
null, | |
null, | |
null | |
], | |
[ | |
null, | |
null, | |
null, | |
null, | |
null, | |
null | |
], | |
[ | |
null, | |
null, | |
null, | |
null, | |
null, | |
null | |
], | |
[ | |
null, | |
null, | |
null, | |
null, | |
null, | |
null | |
], | |
[ | |
null, | |
null, | |
null, | |
null, | |
null, | |
null | |
], | |
[ | |
null, | |
null, | |
null, | |
null, | |
null, | |
null | |
], | |
[ | |
null, | |
null, | |
null, | |
null, | |
null, | |
null | |
] | |
], | |
"historicalDailyLosses": [ | |
0, | |
0, | |
-640, | |
0, | |
0, | |
-763.2 | |
], | |
"historicalDailyRevenue": [ | |
0, | |
0, | |
0, | |
0, | |
0, | |
0 | |
], | |
"historicalValueAdjustments": [ | |
{ | |
"carrot-seed": 1.034327807203731, | |
"carrot": 0.5, | |
"pumpkin-seed": 1.1771935830632243, | |
"pumpkin": 0.550325532194696, | |
"spinach-seed": 1.4411462924036524, | |
"spinach": 0.9847912192779928, | |
"corn-seed": 1.000893121962689, | |
"corn": 1.3109164478838216, | |
"potato-seed": 1.2794800438834282, | |
"potato": 1.2658644672984338, | |
"onion-seed": 1.1094972638160403, | |
"onion": 0.6172867147272287, | |
"soybean-seed": 1.0376673991164624, | |
"soybean": 0.8323993397539688, | |
"wheat-seed": 1.306575783890622, | |
"wheat": 0.832878566500012, | |
"tomato-seed": 1.0436791257862137, | |
"tomato": 1.4919663834896597 | |
} | |
], | |
"hoveredPlotRangeSize": 9007199254740991, | |
"id": "36501c59-d101-4c9f-a679-8cbe38869193", | |
"inventory": [ | |
{ | |
"id": "carrot-seed", | |
"quantity": 1 | |
}, | |
{ | |
"id": "scarecrow", | |
"quantity": 4 | |
}, | |
{ | |
"id": "carrot", | |
"quantity": 9 | |
} | |
], | |
"inventoryLimit": 100, | |
"isCombineEnabled": false, | |
"itemsSold": {}, | |
"learnedRecipes": {}, | |
"loanBalance": 0, | |
"loansTakenOut": 1, | |
"money": 100, | |
"newDayNotifications": [], | |
"notificationLog": [ | |
{ | |
"day": 4, | |
"notifications": { | |
"error": [ | |
"There was a storm in the night! No scarecrows survived!" | |
], | |
"info": [], | |
"success": [], | |
"warning": [] | |
} | |
}, | |
{ | |
"day": 3, | |
"notifications": { | |
"error": [], | |
"info": [], | |
"success": [], | |
"warning": [ | |
"Carrot prices have bottomed out! Avoid selling them until prices return to normal." | |
] | |
} | |
} | |
], | |
"priceCrashes": {}, | |
"priceSurges": {}, | |
"profitabilityStreak": 0, | |
"purchasedCombine": 0, | |
"purchasedCowPen": 0, | |
"purchasedField": 0, | |
"record7dayProfitAverage": 0, | |
"recordProfitabilityStreak": 0, | |
"recordSingleDayProfit": 0, | |
"revenue": 500000, | |
"showNotifications": true, | |
"todaysLosses": 0, | |
"todaysPurchases": {}, | |
"todaysRevenue": 0, | |
"todaysStartingInventory": { | |
"carrot-seed": 1, | |
"scarecrow": 4, | |
"carrot": 9 | |
}, | |
"useAlternateEndDayButtonPosition": false, | |
"valueAdjustments": { | |
"carrot-seed": 0.9154597956940638, | |
"carrot": 1, | |
"pumpkin-seed": 0.6021861246070985, | |
"pumpkin": 0.9317034871689567, | |
"spinach-seed": 0.645082273303891, | |
"spinach": 0.8114041109075303, | |
"corn-seed": 0.6914492080083452, | |
"corn": 0.5541953385791134, | |
"potato-seed": 0.9343700799792074, | |
"potato": 1.230370979794263, | |
"onion-seed": 1.3581800528239523, | |
"onion": 1.0890500505991896, | |
"soybean-seed": 1.1267019422191757, | |
"soybean": 1.3627474207776984, | |
"wheat-seed": 0.9472085306460263, | |
"wheat": 0.5693990883395796, | |
"tomato-seed": 1.1690326672940696, | |
"tomato": 0.6635635585381197 | |
}, | |
"version": "1.10.4" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment