Difference between revisions of "Parts/Utility/commDish88-88/commDish88-88.cfg"
From Kerbal Space Program Wiki
Nilesrogoff (talk | contribs) (Created page with "<pre> name = commDishmodule = Partauthor = NovaSiliskomesh = model.muscale = 1rescaleFactor = 1node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0node_attach = 0.0, 0.0, 0.0, ...") |
Nilesrogoff (talk | contribs) |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | name = | + | |
+ | name = commDish | ||
+ | module = Part | ||
+ | author = NovaSilisko | ||
+ | |||
+ | mesh = model.mu | ||
+ | scale = 1 | ||
+ | rescaleFactor = 1 | ||
+ | |||
+ | node_stack_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, 0 | ||
+ | |||
+ | cost = 900 | ||
+ | category = Science | ||
+ | subcategory = 0 | ||
+ | title = Communotron 88-88 | ||
+ | manufacturer = Ionic Protonic Electronics | ||
+ | description = The Communotron High-Gain Antenna, model 88-88 allows for long-range, high-speed | ||
+ | communication. | ||
+ | attachRules = 1,1,0,0,0 | ||
+ | |||
+ | // --- standard part parameters --- | ||
+ | mass = 0.025 | ||
+ | dragModelType = default | ||
+ | maximum_drag = 0.2 | ||
+ | minimum_drag = 0.2 | ||
+ | angularDrag = 2 | ||
+ | crashTolerance = 7 | ||
+ | maxTemp = 3000 | ||
+ | |||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleAnimateGeneric | ||
+ | animationName = dish | ||
+ | isOneShot = true | ||
+ | } | ||
+ | |||
</pre> | </pre> |
Revision as of 13:37, 2 December 2012
name = commDish module = Part author = NovaSilisko mesh = model.mu scale = 1 rescaleFactor = 1 node_stack_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, 0 cost = 900 category = Science subcategory = 0 title = Communotron 88-88 manufacturer = Ionic Protonic Electronics description = The Communotron High-Gain Antenna, model 88-88 allows for long-range, high-speed communication. attachRules = 1,1,0,0,0 // --- standard part parameters --- mass = 0.025 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 7 maxTemp = 3000 MODULE { name = ModuleAnimateGeneric animationName = dish isOneShot = true }