Subnautica
0 of 0

File information

Last updated

Original upload

Created by

yenzgaming and cookie

Uploaded by

M3dicCookie

Virus scan

Safe to use

About this mod

This mod adds the recipes to hatch an egg in the alien containment to the PDA.

Requirements
Permissions and credits
Changelogs
Changelog
1.0.0: complete rewrite Nautilus and Bepinex

Installation
1. Install latest version of Tobey's Subnautica bepinex package.
2. Install latest version of Nautilus.
3. Extract the EggInfo 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
{
"BonesharkEgg": {
  "Tooltip": "To Hatch the Boneshark Egg you need SpottedLeavesPlant",
  "FriendlyName": "EggInfo BonesharkEgg",
  "InternalName": "EggInfoBOSHKE",
  "TechType": "BonesharkEgg"
},
"CrabsnakeEgg": {
  "Tooltip": "To Hatch the Crabsnake Egg you need SnakeMushroom",
  "FriendlyName": "EggInfo CrabsnakeEgg",
  "InternalName": "EggInfoCRBSNDE",
  "TechType": "CrabsnakeEgg"
},
"CrabsquidEgg": {
  "Tooltip": "To Hatch the Crabsquid Egg you need BloodVine",
  "FriendlyName": "EggInfo CrabsquidEgg",
  "InternalName": "EggInfoCRBSDE",
  "TechType": "CrabsquidEgg"
},
"CrashEgg": {
  "Tooltip": "To Hatch the Crash Egg you need ShellGrass",
  "FriendlyName": "EggInfo CrashEgg",
  "InternalName": "EggInfoCRHE",
  "TechType": "CrashEgg"
},
"GasopodEgg": {
  "Tooltip": "To Hatch the Gasopod Egg you need Creepvine",
  "FriendlyName": "EggInfo GasopodEgg",
  "InternalName": "EggInfoGSODE",
  "TechType": "GasopodEgg"
},
"JellyrayEgg": {
  "Tooltip": "To Hatch the Jellyray Egg you need SnakeMushroom",
  "FriendlyName": "EggInfo JellyrayEgg",
  "InternalName": "EggInfoJLRE",
  "TechType": "JellyrayEgg"
},
"LavaLizardEgg": {
  "Tooltip": "To Hatch the LavaLizard Egg you need WhiteMushroom",
  "FriendlyName": "EggInfo LavaLizardEgg",
  "InternalName": "EggInfoLVLDE",
  "TechType": "LavaLizardEgg"
},
"MesmerEgg": {
  "Tooltip": "To Hatch the Mesmer Egg you need PurpleStalk",
  "FriendlyName": "EggInfo MesmerEgg",
  "InternalName": "EggInfoMMRE",
  "TechType": "MesmerEgg"
},
"RabbitrayEgg": {
  "Tooltip": "To Hatch the Rabbitray Egg you need PurpleFan",
  "FriendlyName": "EggInfo RabbitrayEgg",
  "InternalName": "EggInfoRTRE",
  "TechType": "RabbitrayEgg"
},
"SandsharkEgg": {
  "Tooltip": "To Hatch the Sandshark Egg you need PurpleTentacle",
  "FriendlyName": "EggInfo SandsharkEgg",
  "InternalName": "EggInfoShdkE",
  "TechType": "SandsharkEgg"
},
"ShockerEgg": {
  "Tooltip": "To Hatch the Shocker Egg you need KooshChunk",
  "FriendlyName": "EggInfo ShockerEgg",
  "InternalName": "EggInfoShkE",
  "TechType": "ShockerEgg"
},
"SpadefishEgg": {
  "Tooltip": "To Hatch the Spadefish Egg you need BluePalm",
  "FriendlyName": "EggInfo SpadefishEgg",
  "InternalName": "EggInfoSFE",
  "TechType": "SpadefishEgg"
},
"StalkerEgg": {
  "Tooltip": "To Hatch the Stalker Egg you need Creepvine",
  "FriendlyName": "EggInfo StalkerEgg",
  "InternalName": "EggInfoSEK",
  "TechType": "StalkerEgg"
},
"CutefishEgg": {
  "Tooltip": "To Hatch the Cutefish Egg you need AcidMushroom",
  "FriendlyName": "EggInfo CutefishEgg",
  "InternalName": "EggInfoCfEgg",
  "TechType": "CutefishEgg"
},
"ReefbackEgg": {
  "Tooltip": "To Hatch the Reefback Egg you need AcidMushroom",
  "FriendlyName": "EggInfo Reefback",
  "InternalName": "EggInfoREFKE",
  "TechType": "ReefbackEgg"
},
"JumperEgg": {
  "Tooltip": "Tooltip for Jumper Egg",
  "FriendlyName": "EggInfo Jumper Egg",
  "InternalName": "EggInfoJUPRE",
  "TechType": "JumperEgg"
}
}