-
Notifications
You must be signed in to change notification settings - Fork 13
ModuleSpaceDustTelescope
Chris Adderley edited this page Oct 26, 2020
·
2 revisions
A remote discovery scanner that targets CelestialBodies to reveal their resources.
-
PowerCost: Cost to run the scanner in EC/s -
ScanAnimationName: Animation for the scanner (on/off) -
ObjectiveSize: Size of the mirror/aperture in m -
FieldOfView: Field of view in radians. -
SLOT-
name: name of the slot. -
Instrument: name of the instrument in the slot. Needs to map to something in the Instrument List.
-
MODULE
{
name = ModuleSpaceDustTelescope
// Power cost per second when scanning
PowerCost = 12
// Animation
ScanAnimationName = OpenDoor
// Size of the lens/mirror, for calcuations
ObjectiveSize = 1.8
// FOV (radians)
FieldOfView = 0.000969627362992369
SLOT
{
name = slot1
Instrument = None
}
SLOT
{
name = slot2
Instrument = None
}
}