About this mod
This mod adds the recipes to hatch an egg in the alien containment to the PDA.
- Requirements
- Permissions and credits
- Changelogs
1. With this update you need to delete the EggInfo Folder before installing Breed & Hatch Requirement
Installation
1. Install latest version of Tobey's Subnautica bepinex package.
2. Install latest version of Nautilus.
3. Install latest version of Improved Alien Containment(BepInEx).
4. Extract the Breed & Hatch Requirement folder from the archive to folder \Subnautica\BepInEx\plugins\.
Customizing this mod, if you have changed the json from ImprovedAlienContainment.
egg_requirements.json edit the information in here to change the plants needed for what creature.
then edit each egg as needed.
This are the Defaults
{
"ShockerEgg": {
"Tooltip": "To hatch the Ampeel Egg you need Bulb Bush:",
"FriendlyName": "Ampeel Egg",
"InternalName": "EggInfoShkE",
"TechType": "ShockerEggUndiscovered",
"PTechType":"KooshChunk"
},
"BonesharkEgg": {
"Tooltip": "To hatch the Boneshark Egg you need Spotted Dockleaf",
"FriendlyName": "Boneshark Egg",
"InternalName": "EggInfoBOSHKE",
"TechType": "BonesharkEggUndiscovered",
"PTechType":"SpottedLeavesPlant"
},
"CrabsnakeEgg": {
"Tooltip": "To hatch the Crabsnake Egg you need Jellyshroom",
"FriendlyName": "Crabsnake Egg",
"InternalName": "EggInfoCRBSNDE",
"TechType": "CrabsnakeEggUndiscovered",
"PTechType":"SnakeMushroom"
},
"CrabsquidEgg": {
"Tooltip": "To hatch the Crabsquid Egg you need Blood Vine",
"FriendlyName": "Crabsquid Egg",
"InternalName": "EggInfoCRBSDE",
"TechType": "CrabsquidEggUndiscovered",
"PTechType":"BloodVine"
},
"CrashEgg": {
"Tooltip": "To hatch the Crashfish Egg you need Spiked Horn Grass",
"FriendlyName": "Crashfish Egg",
"InternalName": "EggInfoCRHE",
"TechType": "CrashEggUndiscovered",
"PTechType":"ShellGrass"
},
"CutefishEgg": {
"Tooltip": "To hatch the Cuddlefish Egg you need Acid Mushroom",
"FriendlyName": "Cuddlefish Egg",
"InternalName": "EggInfoCfEgg",
"TechType": "CutefishEggUndiscovered",
"PTechType":"AcidMushroom"
},
"GasopodEgg": {
"Tooltip": "To hatch the Gasopod Egg you need Creepvine",
"FriendlyName": "Gasopod Egg",
"InternalName": "EggInfoGSODE",
"TechType": "GasopodEggUndiscovered",
"PTechType":"Creepvine"
},
"JellyrayEgg": {
"Tooltip": "To hatch the Jellyray Egg you need Jellyshroom",
"FriendlyName": "Jellyray Egg",
"InternalName": "EggInfoJLRE",
"TechType": "JellyrayEggUndiscovered",
"PTechType":"SnakeMushroom"
},
"LavaLizardEgg": {
"Tooltip": "To hatch the Lava Lizard Egg you need Deep Shroom",
"FriendlyName": "Lava Lizard Egg",
"InternalName": "EggInfoLVLDE",
"TechType": "LavaLizardEggUndiscovered",
"PTechType":"WhiteMushroom"
},
"MesmerEgg": {
"Tooltip": "To hatch the Mesmer Egg you need Violet Beau",
"FriendlyName": "Mesmer Egg",
"InternalName": "EggInfoMMRE",
"TechType": "MesmerEggUndiscovered",
"PTechType":"PurpleStalk"
},
"RabbitrayEgg": {
"Tooltip": "To hatch the Rabbit Ray Egg you need Veined Nettle",
"FriendlyName": "Rabbitray Egg",
"InternalName": "EggInfoRTRE",
"TechType": "RabbitrayEggUndiscovered",
"PTechType":"PurpleFan"
},
"ReefbackEgg": {
"Tooltip": "To hatch the Reefback Egg you need Acid Mushroom",
"FriendlyName": "Reefback Egg",
"InternalName": "EggInfoREFKE",
"TechType": "ReefbackEggUndiscovered",
"PTechType":"AcidMushroom"
},
"SandsharkEgg": {
"Tooltip": "To hatch the Sandshark Egg you need Writhing Weed",
"FriendlyName": "Sandshark Egg",
"InternalName": "EggInfoShdkE",
"TechType": "SandsharkEggUndiscovered",
"PTechType":"PurpleTentacle"
},
"JumperEgg": {
"Tooltip": "To hatch the Shuttlebug Egg you need Creepvine",
"FriendlyName": "Shuttlebug Egg",
"InternalName": "EggInfoJUPRE",
"TechType": "JumperEggUndiscovered",
"PTechType":"Creepvine"
},
"SpadefishEgg": {
"Tooltip": "To hatch the Spadefish Egg you need Blue Palm",
"FriendlyName": "Spadefish Egg",
"InternalName": "EggInfoSFE",
"TechType": "SpadefishEggUndiscovered",
"PTechType":"BluePalm"
},
"StalkerEgg": {
"Tooltip": "To hatch the Stalker Egg you need Creepvine",
"FriendlyName": "Stalker Egg",
"InternalName": "EggInfoSEK",
"TechType": "StalkerEggUndiscovered",
"PTechType":"Creepvine"
},
}