Skip to content

Commit

Permalink
Merge pull request #1 from craw-fish/master
Browse files Browse the repository at this point in the history
[Feature] Incorporating Stardew Valley Expanded Crops
  • Loading branch information
anguzo authored Aug 12, 2024
2 parents 9a5120c + 9eb243b commit 10247ab
Show file tree
Hide file tree
Showing 10 changed files with 209 additions and 5 deletions.
Binary file added img/ancientfiber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/jojaberry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/jojaveggie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/monsterfruit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/monstermushroom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/salalberry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/slimeberry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/voidroot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
194 changes: 193 additions & 1 deletion js/crops.js
Original file line number Diff line number Diff line change
Expand Up @@ -1186,5 +1186,197 @@ var crops = {
"kegType": "Wine"
},
"isWildseed": true
}
},
"jojaberry": {
"name": "Joja Berry",
"url": "https://stardew-valley-expanded.fandom.com/wiki/Joja_Berry",
"img": "jojaberry.png",
"seeds": {
"sell": 1000,
"pierre": 0,
"joja": 6500,
"special": 0,
"specialLoc": "",
"specialUrl": ""
},
"growth": {
"initial": 25,
"regrow": 4
},
"produce": {
"extra": 0,
"extraPerc": 0,
"price": 650,
"jarType": "Jelly",
"kegType": "Wine"
}
},
"jojaveggie": {
"name": "Joja Veggie",
"url": "https://stardew-valley-expanded.fandom.com/wiki/Joja_Veggie",
"img": "jojaveggie.png",
"seeds": {
"sell": 200,
"pierre": 0,
"joja": 600,
"special": 0,
"specialLoc": "",
"specialUrl": ""
},
"growth": {
"initial": 13,
"regrow": 0
},
"produce": {
"extra": 0,
"extraPerc": 0,
"price": 1140,
"jarType": "Pickles",
"kegType": "Juice"
}
},
"salalberry": {
"name": "Salal Berry",
"url": "https://stardew-valley-expanded.fandom.com/wiki/Salal_Berry",
"img": "salalberry.png",
"seeds": {
"sell": 0,
"pierre": 0,
"joja": 0,
"special": 0,
"specialLoc": "Unpurchasable",
"specialUrl": "https://stardew-valley-expanded.fandom.com/wiki/Shrub_Seed"
},
"growth": {
"initial": 13,
"regrow": 4
},
"produce": {
"extra": 1, // drops min of 2
"extraPerc": 1, // 3% of extra crops, up to max of 4
"price": 65,
"jarType": "Jelly",
"kegType": "Wine"
}
},
"slimeberry": {
"name": "Slime Berry",
"url": "https://stardew-valley-expanded.fandom.com/wiki/Slime_Berry",
"img": "slimeberry.png",
"seeds": {
"sell": 0,
"pierre": 0,
"joja": 0,
"special": 0,
"specialLoc": "Unpurchasable",
"specialUrl": "https://stardew-valley-expanded.fandom.com/wiki/Slime_Seed"
},
"growth": {
"initial": 13,
"regrow": 4
},
"produce": {
"extra": 1, // drops min of 1
"extraPerc": 0.1, // 10% chance of extra crops, up to max of 3
"price": 65,
"jarType": "Jelly",
"kegType": "Wine"
}
},
"ancientfiber": {
"name": "Ancient Fiber",
"url": "https://stardew-valley-expanded.fandom.com/wiki/Ancient_Fiber",
"img": "ancientfiber.png",
"seeds": {
"sell": 0,
"pierre": 0,
"joja": 0,
"special": 0,
"specialLoc": "Unpurchasable",
"specialUrl": "https://stardew-valley-expanded.fandom.com/wiki/Ancient_Fern_Seed"
},
"growth": {
"initial": 12,
"regrow": 0
},
"produce": {
"extra": 1, // drops min of 2
"extraPerc": 1, // 5% chance of extra crops, up to max of 4
"price": 145,
"jarType": "Pickles",
"kegType": "Juice"
}
},
"monsterfruit": {
"name": "Monster Fruit",
"url": "https://stardew-valley-expanded.fandom.com/wiki/Monster_Fruit",
"img": "monsterfruit.png",
"seeds": {
"sell": 0,
"pierre": 0,
"joja": 0,
"special": 0,
"specialLoc": "Unpurchasable",
"specialUrl": "https://stardew-valley-expanded.fandom.com/wiki/Stalk_Seed"
},
"growth": {
"initial": 25,
"regrow": 0
},
"produce": {
"extra": 0,
"extraPerc": 0,
"price": 1525,
"jarType": "Jelly",
"kegType": "Wine"
}
},
"monstermushroom": {
"name": "Monster Mushroom",
"url": "https://stardew-valley-expanded.fandom.com/wiki/Monster_Mushroom",
"img": "monstermushroom.png",
"seeds": {
"sell": 0,
"pierre": 0,
"joja": 0,
"special": 0,
"specialLoc": "Unpurchasable",
"specialUrl": "https://stardew-valley-expanded.fandom.com/wiki/Fungus_Seed"
},
"growth": {
"initial": 13,
"regrow": 0
},
"produce": {
"extra": 0,
"extraPerc": 0,
"price": 850,
"jarType": "Pickles",
"kegType": "Juice"
}
},
"voidroot": {
"name": "Void Root",
"url": "https://stardew-valley-expanded.fandom.com/wiki/Void_Root",
"img": "voidroot.png",
"seeds": {
"sell": 0,
"pierre": 0,
"joja": 0,
"special": 0,
"specialLoc": "Unpurchasable",
"specialUrl": "https://stardew-valley-expanded.fandom.com/wiki/Void_Seed"
},
"growth": {
"initial": 8,
"regrow": 0
},
"produce": {
"extra": 0,
"extraPerc": 0,
"price": 235,
"jarType": "Pickles",
"kegType": "Juice"
}
},
};
20 changes: 16 additions & 4 deletions js/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ var seasons = [
crops.tulip,
crops.ancientfruit,
crops.springseeds,
crops.carrot
crops.carrot,
crops.jojaberry,
crops.jojaveggie,
crops.salalberry,
crops.slimeberry
]
},
{
Expand All @@ -130,7 +134,11 @@ var seasons = [
crops.ancientfruit,
crops.taroroot,
crops.summerseeds,
crops.summersquash
crops.summersquash,
crops.jojaberry,
crops.jojaveggie,
crops.ancientfiber,
crops.monsterfruit
]
},
{
Expand All @@ -154,15 +162,19 @@ var seasons = [
crops.corn,
crops.ancientfruit,
crops.fallseeds,
crops.broccoli
crops.broccoli,
crops.jojaberry,
crops.jojaveggie,
crops.monstermushroom
]
},
{
"name": "Winter",
"duration": 28,
"crops": [
crops.winterseeds,
crops.powdermelon
crops.powdermelon,
crops.voidroot
]
},
{
Expand Down

0 comments on commit 10247ab

Please sign in to comment.