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
7 changed files
with
62 additions
and
7 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.
52 changes: 52 additions & 0 deletions
52
GameData/Coatl Aerospace/ProbesPlus/Parts/Electrical/sp_odyssey_b.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,52 @@ | ||
PART | ||
{ | ||
name = sp_odyssey_b | ||
module = Part | ||
author = Akron | ||
|
||
MODEL | ||
{ | ||
model = Coatl Aerospace/ProbesPlus/Assets/sp_odyssey_b | ||
} | ||
rescaleFactor = 1 | ||
|
||
node_attach = 0.0, 0.0, 0.0, -1.0, 0.0, 0.0 | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 0,1,0,0,0 | ||
|
||
TechRequired = advElectrics | ||
entryCost = 4000 | ||
cost = 380 | ||
category = Utility | ||
subcategory = 0 | ||
|
||
title = CA-E200B 1x2 Solar Panel | ||
manufacturer = Coatl Aerospace | ||
description = After receiving several class-action suggestions, our engineers designed an alternate Photovoltaic system with vastly improved clearance, based on our award-winning E200 Series. | ||
|
||
mass = 0.014 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 1 | ||
crashTolerance = 8 | ||
maxTemp = 1200 // = 3200 | ||
PhysicsSignificance = 1 | ||
bulkheadProfiles = srf | ||
thermalMassModifier = 2.0 | ||
emissiveConstant = 0.95 | ||
heatConductivity = 0.04 // 1/3 the default | ||
|
||
MODULE | ||
{ | ||
name = ModuleDeployableSolarPanel | ||
animationName = deploy | ||
sunTracking = true | ||
raycastTransformName = sunCatcher | ||
pivotName = sunPivot | ||
isBreakable = true | ||
resourceName = ElectricCharge | ||
chargeRate = 1.5 | ||
} | ||
} |
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
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
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
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