About this mod
This mod creates the Reptile Hut as living space for Dinosaurs and custom animals. It contains an Incubator and the upgraded Deluxe variant contains an auto-feed system.
- Requirements
- Permissions and credits
- Changelogs
The Reptile Hut houses 8 animals and can be built by Robin for 14000 Gold, 700 Wood, 250 Stone and 1 Metal Bar. It comes with an Incubator by default. This might seem expensive, but it acts similarily to a Big Coop, so it's a building plus an upgrade in one.
There is also a Deluxe Repitle Hut for 20000 Gold, 500 Wood, 150 Stone and 2 Metal Bars. The Deluxe variant does not increase in size, but I think the auto-feeder makes the prices justified.
A level 1 version of the building wouldn't make a lot of sense I think, the incubator is too important for reptile breeding.
All coop and barn animals can now live in the Reptile Hut. This fixes previous issues of being unable to re-house already existing animals.
If that doesn't seem like enough animals to warrant an expensive new building, give my other mod Tortoises as Farm Animals a look!
Installation:
- Extract archive to Stardew Valley\Mods\
Dependencies:
Info for Mod Authors:
(By default, you can house any Coop or Barn animals in the Reptile Hut, but you can also the method below, if your animal is already living in a custom building)
For Content Patcher mods you can assign different buildings to your custom animals, depending on whether this mod is installed or not.
Example using my Tortoise mod:
First, assign dynamic tokens like this:
"DynamicTokens": [
{
"Name": "TortoiseHouse",
"Value": "Barn"
},
{
"Name": "TortoiseHouse",
"Value": "Paperkoopa.ReptileHut_ReptileHut",
"When": {
"HasMod": "Paperkoopa.ReptileHut"
}
},
And in your entry you can reference these tokens like this:
"Entries": {
"Tortoise": {
"RequiredBuilding": "{{TortoiseHouse}}"
}
}
You can even get dynamic translations like this:
"ShopDescription": "{{i18n: shop-description-{{lowercase: {{TortoiseHouse}}}}}}",
"ShopMissingBuildingDescription": "{{i18n: shop-missing-building-description-{{lowercase: {{TortoiseHouse}}}}}}",
With translation files like this:
"shop-description-paperkoopa.reptilehut_reptilehut": "[...] Lives in the Reptile Hut.",
"shop-description-barn": "[...] Lives in the Barn.",