├── LICENSE.txt ├── README.md ├── changes.html ├── help.html ├── img ├── amaranth.png ├── ancientfruit.png ├── arrows.png ├── artichoke.png ├── beet.png ├── bg_day.png ├── bg_night.png ├── blueberry.png ├── bluejazz.png ├── bokchoy.png ├── broccoli.png ├── cactusfruit.png ├── carrot.png ├── cauliflower.png ├── coffeebean.png ├── corn.png ├── cranberries.png ├── drop.png ├── drop_dis.png ├── eggplant.png ├── fairyrose.png ├── fallseeds.png ├── garlic.png ├── gold.png ├── grape.png ├── greenbean.png ├── hops.png ├── hotpepper.png ├── kale.png ├── melon.png ├── parsnip.png ├── pineapple.png ├── poppy.png ├── potato.png ├── powdermelon.png ├── pumpkin.png ├── radish.png ├── redcabbage.png ├── rhubarb.png ├── springseeds.png ├── starfruit.png ├── strawberry.png ├── summerseeds.png ├── summerspangle.png ├── summersquash.png ├── sunflower.png ├── sweetgemberry.png ├── taroroot.png ├── tealeaves.png ├── title.png ├── tomato.png ├── tulip.png ├── unmilledrice.png ├── wheat.png ├── winterseeds.png └── yam.png ├── index.html ├── js ├── crops.js ├── data.js ├── main.js └── time.js └── style └── style.css /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/README.md -------------------------------------------------------------------------------- /changes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/changes.html -------------------------------------------------------------------------------- /help.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/help.html -------------------------------------------------------------------------------- /img/amaranth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/amaranth.png -------------------------------------------------------------------------------- /img/ancientfruit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/ancientfruit.png -------------------------------------------------------------------------------- /img/arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/arrows.png -------------------------------------------------------------------------------- /img/artichoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/artichoke.png -------------------------------------------------------------------------------- /img/beet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/beet.png -------------------------------------------------------------------------------- /img/bg_day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/bg_day.png -------------------------------------------------------------------------------- /img/bg_night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/bg_night.png -------------------------------------------------------------------------------- /img/blueberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/blueberry.png -------------------------------------------------------------------------------- /img/bluejazz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/bluejazz.png -------------------------------------------------------------------------------- /img/bokchoy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/bokchoy.png -------------------------------------------------------------------------------- /img/broccoli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/broccoli.png -------------------------------------------------------------------------------- /img/cactusfruit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/cactusfruit.png -------------------------------------------------------------------------------- /img/carrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/carrot.png -------------------------------------------------------------------------------- /img/cauliflower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/cauliflower.png -------------------------------------------------------------------------------- /img/coffeebean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/coffeebean.png -------------------------------------------------------------------------------- /img/corn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/corn.png -------------------------------------------------------------------------------- /img/cranberries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/cranberries.png -------------------------------------------------------------------------------- /img/drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/drop.png -------------------------------------------------------------------------------- /img/drop_dis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/drop_dis.png -------------------------------------------------------------------------------- /img/eggplant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/eggplant.png -------------------------------------------------------------------------------- /img/fairyrose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/fairyrose.png -------------------------------------------------------------------------------- /img/fallseeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/fallseeds.png -------------------------------------------------------------------------------- /img/garlic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/garlic.png -------------------------------------------------------------------------------- /img/gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/gold.png -------------------------------------------------------------------------------- /img/grape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/grape.png -------------------------------------------------------------------------------- /img/greenbean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/greenbean.png -------------------------------------------------------------------------------- /img/hops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/hops.png -------------------------------------------------------------------------------- /img/hotpepper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/hotpepper.png -------------------------------------------------------------------------------- /img/kale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/kale.png -------------------------------------------------------------------------------- /img/melon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/melon.png -------------------------------------------------------------------------------- /img/parsnip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/parsnip.png -------------------------------------------------------------------------------- /img/pineapple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/pineapple.png -------------------------------------------------------------------------------- /img/poppy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/poppy.png -------------------------------------------------------------------------------- /img/potato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/potato.png -------------------------------------------------------------------------------- /img/powdermelon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/powdermelon.png -------------------------------------------------------------------------------- /img/pumpkin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/pumpkin.png -------------------------------------------------------------------------------- /img/radish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/radish.png -------------------------------------------------------------------------------- /img/redcabbage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/redcabbage.png -------------------------------------------------------------------------------- /img/rhubarb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/rhubarb.png -------------------------------------------------------------------------------- /img/springseeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/springseeds.png -------------------------------------------------------------------------------- /img/starfruit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/starfruit.png -------------------------------------------------------------------------------- /img/strawberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/strawberry.png -------------------------------------------------------------------------------- /img/summerseeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/summerseeds.png -------------------------------------------------------------------------------- /img/summerspangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/summerspangle.png -------------------------------------------------------------------------------- /img/summersquash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/summersquash.png -------------------------------------------------------------------------------- /img/sunflower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/sunflower.png -------------------------------------------------------------------------------- /img/sweetgemberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/sweetgemberry.png -------------------------------------------------------------------------------- /img/taroroot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/taroroot.png -------------------------------------------------------------------------------- /img/tealeaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/tealeaves.png -------------------------------------------------------------------------------- /img/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/title.png -------------------------------------------------------------------------------- /img/tomato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/tomato.png -------------------------------------------------------------------------------- /img/tulip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/tulip.png -------------------------------------------------------------------------------- /img/unmilledrice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/unmilledrice.png -------------------------------------------------------------------------------- /img/wheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/wheat.png -------------------------------------------------------------------------------- /img/winterseeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/winterseeds.png -------------------------------------------------------------------------------- /img/yam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/img/yam.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/index.html -------------------------------------------------------------------------------- /js/crops.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/js/crops.js -------------------------------------------------------------------------------- /js/data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/js/data.js -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/js/main.js -------------------------------------------------------------------------------- /js/time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/js/time.js -------------------------------------------------------------------------------- /style/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thorinair/Stardew-Profits/HEAD/style/style.css --------------------------------------------------------------------------------