Difference between revisions of "Parts/Utility/spotLightMk2 v2/spotLightMk2 v2.cfg"
From Kerbal Space Program Wiki
m (*update to 0.90.0;) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Illuminator Mk2|2=PART | {{Part config|Illuminator Mk2|2=PART | ||
{ | { | ||
− | + | name = spotLight2 | |
− | name = spotLight2 | + | module = Part |
− | module = Part | + | author = NovaSilisko |
− | author = NovaSilisko | + | mesh = model.mu |
− | + | rescaleFactor = 1 | |
− | + | node_attach = 0.0, -0.03070444, 0.2692509, 0.0, 0.0, -1.0 | |
− | mesh = model.mu | + | TechRequired = electrics |
− | rescaleFactor = 1 | + | entryCost = 800 |
− | + | cost = 100 | |
− | + | category = Utility | |
− | + | subcategory = 0 | |
− | node_attach = 0.0, -0.03070444, 0.2692509, 0.0, 0.0, -1.0 | + | title = Illuminator Mk2 |
− | + | manufacturer = Rokea Inc | |
− | + | description = The Illuminator Mk2 is an extra-wide beam, low-power Illuminator, for lighting up large swaths of whatever you wish. However, its beam does not shine very far. | |
− | TechRequired = electrics | + | attachRules = 0,1,0,0,1 |
− | entryCost = 800 | + | mass = 0.015 |
− | cost = 100 | + | dragModelType = default |
− | category = Utility | + | maximum_drag = 0.2 |
− | subcategory = 0 | + | minimum_drag = 0.2 |
− | title = Illuminator Mk2 | + | angularDrag = 1 |
− | manufacturer = Rokea Inc | + | crashTolerance = 8 |
− | description = The Illuminator Mk2 is an extra-wide beam, low-power Illuminator, for lighting up large swaths of whatever you wish. However, its beam does not shine very far. | + | maxTemp = 2000 // = 3200 |
− | + | PhysicsSignificance = 1 | |
− | + | bulkheadProfiles = srf | |
− | attachRules = 0,1,0,0,1 | + | MODULE |
− | + | { | |
− | + | name = ModuleLight | |
− | mass = 0.015 | + | lightName = spotlight |
− | dragModelType = default | + | useAnimationDim = true |
− | maximum_drag = 0.2 | + | lightBrightenSpeed = 2.5 |
− | minimum_drag = 0.2 | + | lightDimSpeed = 2.5 |
− | angularDrag = 1 | + | animationName = LightAnimation |
− | crashTolerance = 8 | + | resourceAmount = 0.02 |
− | maxTemp = 3200 | + | useResources = true |
− | + | } | |
− | PhysicsSignificance = 1 | ||
− | |||
− | MODULE | ||
− | { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
} | } | ||
}} | }} |
Revision as of 19:14, 29 April 2015
PART { name = spotLight2 module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_attach = 0.0, -0.03070444, 0.2692509, 0.0, 0.0, -1.0 TechRequired = electrics entryCost = 800 cost = 100 category = Utility subcategory = 0 title = Illuminator Mk2 manufacturer = Rokea Inc description = The Illuminator Mk2 is an extra-wide beam, low-power Illuminator, for lighting up large swaths of whatever you wish. However, its beam does not shine very far. attachRules = 0,1,0,0,1 mass = 0.015 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 8 maxTemp = 2000 // = 3200 PhysicsSignificance = 1 bulkheadProfiles = srf MODULE { name = ModuleLight lightName = spotlight useAnimationDim = true lightBrightenSpeed = 2.5 lightDimSpeed = 2.5 animationName = LightAnimation resourceAmount = 0.02 useResources = true } }