forked from raveloda/Coatl-Aerospace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Github Repo
- Loading branch information
Showing
8 changed files
with
133 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
62 changes: 62 additions & 0 deletions
62
GameData/Coatl Aerospace/ProbesPlus/Parts/Science/ca_SWIS.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
PART | ||
{ | ||
name = ca_SWIS | ||
module = Part | ||
author = Akron | ||
|
||
MODEL | ||
{ | ||
model = Coatl Aerospace/ProbesPlus/Assets/ca_SWIS | ||
} | ||
scale = 1 | ||
rescaleFactor = 1 | ||
|
||
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0 | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 0,1,0,0,0 | ||
|
||
TechRequired = advScienceTech | ||
entryCost = 14000 | ||
cost = 8800 | ||
category = Science | ||
subcategory = 0 | ||
title = CA-SWIS Solar Wind Analyzer | ||
manufacturer = Coatl Aerospace | ||
description = When solar wind began trending on the Internet, scientists realized that current meteorological instruments could not detect it. Our Solar Wind Science (SWIS) instrument is designed specifically to detect and measure solar wind data. Look for our Solar Wind chimes, coming soon! | ||
|
||
mass = 0.015 | ||
bulkheadProfiles = srf | ||
crashTolerance = 9 | ||
maxTemp = 1200 | ||
emissiveConstant = 0.85 | ||
thermalMassModifier = 4.0 | ||
|
||
angularDrag = 1 | ||
dragModelType = default | ||
maximum_drag = 0.1 | ||
minimum_drag = 0.1 | ||
|
||
MODULE | ||
{ | ||
name = ModuleScienceExperiment | ||
experimentID = ca_solarWind | ||
experimentActionName = Run Solar Wind science | ||
resetActionName = Discard Data | ||
useStaging = False | ||
useActionGroups = True | ||
hideUIwhenUnavailable = False | ||
xmitDataScalar = 1.0 | ||
dataIsCollectable = True | ||
collectActionName = Take Data | ||
interactionRange = 1.2 | ||
rerunnable = True | ||
usageReqMaskInternal = 1 | ||
usageReqMaskExternal = 8 | ||
} | ||
|
||
} | ||
|
||
|
||
|
||
|
62 changes: 62 additions & 0 deletions
62
GameData/Coatl Aerospace/ProbesPlus/Parts/Science/ca_telescope_a.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
PART | ||
{ | ||
name = ca_telescope_a | ||
module = Part | ||
author = Akron | ||
|
||
MODEL | ||
{ | ||
model = Coatl Aerospace/ProbesPlus/Assets/ca_telescope_a | ||
} | ||
scale = 1 | ||
rescaleFactor = 1 | ||
|
||
node_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0 | ||
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0 | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 1,1,0,0,0 | ||
|
||
TechRequired = basicScience | ||
entryCost = 8200 | ||
cost = 4300 | ||
category = Science | ||
subcategory = 0 | ||
title = CA-ROTFL Orbital Telescope | ||
manufacturer = Coatl Aerospace | ||
description = ROTFL, or Reconnaissance Orbital Telescoping Focusing Lens, is an advanced Kerman-Kerman Reflector telescope to take close-up images of the ground. The lens and software are calibrated for orbital use and will not work on the surface. | ||
|
||
mass = 0.025 | ||
bulkheadProfiles = size0, srf | ||
crashTolerance = 10 | ||
maxTemp = 1200 | ||
emissiveConstant = 0.85 | ||
thermalMassModifier = 4.0 | ||
|
||
angularDrag = 2 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
|
||
MODULE | ||
{ | ||
name = ModuleScienceExperiment | ||
experimentID = scopeScan | ||
experimentActionName = Log Visual Observations | ||
resetActionName = Discard Observations | ||
useStaging = False | ||
useActionGroups = True | ||
hideUIwhenUnavailable = False | ||
xmitDataScalar = 1.0 | ||
dataIsCollectable = True | ||
collectActionName = Take Data | ||
interactionRange = 1.2 | ||
rerunnable = True | ||
usageReqMaskInternal = 1 | ||
usageReqMaskExternal = 8 | ||
} | ||
} | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters