Stardew Valley

File information

Last updated

Original upload

Created by

Moya

Uploaded by

moyaofthemist

Virus scan

Safe to use

About this mod

Adds Dust Bunnies, Jackalopes, Killer Bunnies, and Snow Bunnies (sprites by MythicFenix) as new species available for the Coop. Converted to CP by Meggiee!

Requirements
Permissions and credits
Changelogs
INFO

Adds Dust Bunnies, Jackalopes, Killer Bunnies, and Snow Bunnies as their own species available from Marnie! They cost 1,000G, and they each drop different items, although they all have a chance to drop a Rabbit Foot.

Dust Bunnies: Copper Bar
Jackalopes: Cactus Fruit
Killer Bunnies: Coconuts
Snow Bunnies: Ice Cream

They're more for aesthetic and fun than profit!

CREDITS

The sprites come from this awesome mod by MythicFenix; I just made them into their own species for the coop using BFAV by Paritee! This was then updated to Content Patcher by Meggiee!


NEW INSTALLATION

1. Download to your mods folder.
2. Unzip.
3. Yay for Content Patcher! Yay for Meggiee!

OLD BFAV INSTALLATION

There's a Read Me file in the folder that explains installation, just in case, but I'll include it here, too!

1. Place animal_shop pngs (all four) in the BFAV assets folder.
2. Open the BFAV config file.
3. Find the Dinosaur section in the BFAV config file. (or whatever the final animal listing is in your folder; I just find Dinosaur easiest to navigate because it's the shortest section.)
4. Paste the following onto the line ABOVE that section:

"Dust Bunny": {
"Types": [
  "Dust Bunny"
],
"Buildings": [
  "Coop",
  "Big Coop",
  "Deluxe Coop"
],
"AnimalShop": {
  "Name": "Dust Bunny",
  "Description": "They smell like copper.",
  "Price": "1000",
  "Icon": "assets\\animal_shop_dustbunny.png"
}
},
"Jackalope": {
"Types": [
  "Jackalope"
],
"Buildings": [
  "Coop",
  "Big Coop",
  "Deluxe Coop"
],
"AnimalShop": {
  "Name": "Jackalope",
  "Description": "They love cactus fruit; if you're lucky, they might even share.",
  "Price": "1000",
  "Icon": "assets\\animal_shop_jackalope.png"
}
},
"Snow Bunny": {
"Types": [
  "Snow Bunny"
],
"Buildings": [
  "Coop",
  "Big Coop",
  "Deluxe Coop"
],
"AnimalShop": {
  "Name": "Snow Bunny",
  "Description": "They smell like ice cream.",
  "Price": "1000",
  "Icon": "assets\\animal_shop_snowbunny.png"
}
},
"Killer Bunny": {
"Types": [
  "Killer Bunny"
],
"Buildings": [
  "Coop",
  "Big Coop",
  "Deluxe Coop"
],
"AnimalShop": {
  "Name": "Killer Bunny",
  "Description": "So frightening that they'll make knights drop their coconuts. Beware!",
  "Price": "1000",
  "Icon": "assets\\animal_shop_killerbunny.png"
}
},



***

NOTE: I also have the Rabbit Floof mod installed, so the screenshots show that instead of Rabbit Feet, which they would ordinarily drop.