The Hibernation Pod is a collectible unit. By itself it doesn't do anything, but depending on the mission it may be an objective critical object or provide other benefits.
Unit JSON
{ "type": "unit", "displayname":"Hibernation Pod", "image": "body.png", "position": [0, 0], "pivot": [0.5, 0.5], "isbuilt": true, "hasphysics": true, "enemyignore": true, "parts": [], "scripts": [], "collectcost": 20, "objectivetype": 3, "playercandestroy": false, "playercontrolbuildsupply": false, "playercontrolammosupply": false, "creeperdamages": false, "sanddamages": false, "controllers": [ { "name": "conversationspawner" }, { "name": "sendmessage", "channel": "hibernationpodcollected" } ] }