About this mod
Ever wanted to have some dragons on your farm? Well, now you can!
This mod adds MythicFenix's dragons as new farm animal entries. These dragons are prone to leaving gems and ores from their treasure stash for you daily if you're nice to them. Sadly, these dragons do not breathe fire. Bummer.
- Requirements
- Permissions and credits
"Dragon": {
"Types": [
"Black Dragon",
"Blue Dragon",
"Copper Dragon",
"Gold Dragon",
"Green Dragon",
"Iridium Dragon",
"Iron Dragon",
"Purple Dragon",
"Red Dragon"
],
"Buildings": [
"Deluxe Barn"
],
"AnimalShop": {
"Name": "Dragon",
"Description": "Only the biggest of barns will suit these dragons. Maybe if you're lucky, they'll even leave you something from their treasure stash every now and then.",
"Price": "12000",
"Icon": "assets\\animal_shop_dragons.png"
}
}
Or, you'll have to add this entry into the config file if you're using the coop version of the mod:
"Dragon": {
"Types": [
"Black Dragon",
"Blue Dragon",
"Copper Dragon",
"Gold Dragon",
"Green Dragon",
"Iridium Dragon",
"Iron Dragon",
"Purple Dragon",
"Red Dragon"
],
"Buildings": [
"Deluxe Coop"
],
"AnimalShop": {
"Name": "Dragon",
"Description": "Only the biggest of coops will suit these dragons. Maybe if you're lucky, they'll even leave you something from their treasure stash every now and then.",
"Price": "12000",
"Icon": "assets\\animal_shop_dragons.png"
}
}
You will also have to add the animal_shop_dragon.png to the assets folder located in Paritee's mod folder. A more in-depth installation guide, for both versions, can be found in the [BFAV] Dragons download, though, in case this was not clear enough.
Feel free to ask if you can't figure it out or there are errors. I would be glad to help!
Credit for the Dragon sprites goes to MythicFenix
Credit for the BFAV framework goes to Paritee