Skip to content

Commit

Permalink
ProbesPlus_BETA_0.13RC
Browse files Browse the repository at this point in the history
Github Repo
  • Loading branch information
raveloda committed May 17, 2016
1 parent 4094a9f commit 737dbd0
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 0 deletions.
Binary file not shown.
Binary file modified GameData/Coatl Aerospace/ProbesPlus/Assets/science_b_D.mbm
Binary file not shown.
79 changes: 79 additions & 0 deletions GameData/Coatl Aerospace/ProbesPlus/Parts/Science/ca_LUV.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
PART
{
name = ca_LUV
module = Part
author = Akron

MODEL
{
model = Coatl Aerospace/ProbesPlus/Assets/ca_LUV
}
scale = 1
rescaleFactor = 1

node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,0,0

TechRequired = advExploration
entryCost = 6500
cost = 2900
category = Science
subcategory = 0
title = CA-LUV Ultraviolet Spectrometer
manufacturer = Coatl Aerospace
description = TBW

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 = ModuleResourceScanner
// MaxAbundanceAltitude = 60000
// RequiresUnlock = True
// ScannerType = 0
// ResourceName = Ore
//}
MODULE
{
name = ModuleAnimateGeneric
animationName = deploy
isOneShot = false
startEventGUIName = Deploy LUV
endEventGUIName = Retract LUV
actionGUIName = Toggle Boom
allowAnimationWhileShielded = False
}
MODULE
{
name = ModuleScienceExperiment
experimentID = ca_UVspec
experimentActionName = Take Ultraviolet Image
resetActionName = Delete Data
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = False
xmitDataScalar = 0.6
dataIsCollectable = True
collectActionName = Take Data
interactionRange = 1.2
rerunnable = True
usageReqMaskInternal = 1
usageReqMaskExternal = 8
}
}




0 comments on commit 737dbd0

Please sign in to comment.