Stardew Valley

File information

Last updated

Original upload

Created by

Moya

Uploaded by

moyaofthemist

Virus scan

Safe to use

Documentation

Readme

View as plain text

1. Place the animal_shop pngs in the BFAV assets folder.
2. Open the BFAV config file.
3. Find the Dinosaur section in the BFAV config file.
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"
}
},