Difference between revisions of "Parts/Utility/commDish88-88/commDish88-88.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (XZise moved page Parts/commDish/part.cfg to Parts/Utility/commDish/part.cfg without leaving a redirect: save the history)
(*update to 0.22;)
Line 1: Line 1:
<pre>
+
{{Part config|Communotron 88-88|2=PART
 
+
{
 
name = commDish
 
name = commDish
 
module = Part
 
module = Part
Line 12: Line 12:
 
node_attach = 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
+
TechRequired = electronics
 +
entryCost = 3400
 +
cost = 1100
 
category = Science
 
category = Science
 
subcategory = 0
 
subcategory = 0
 
title = Communotron 88-88
 
title = Communotron 88-88
 
manufacturer = Ionic Protonic Electronics
 
manufacturer = Ionic Protonic Electronics
description = The Communotron High-Gain Antenna, model 88-88 allows for long-range, high-speed
+
description = The Communotron High-Gain Antenna, model 88-88 allows for long-range, high-speed communication.
communication.
 
 
attachRules = 1,1,0,0,0
 
attachRules = 1,1,0,0,0
  
Line 34: Line 35:
 
   name = ModuleAnimateGeneric
 
   name = ModuleAnimateGeneric
 
   animationName = dish
 
   animationName = dish
   isOneShot = true
+
   isOneShot = false
 +
 
 +
startEventGUIName = Extend
 +
endEventGUIName = Retract
 +
actionGUIName = Toggle Antenna
 
}
 
}
  
</pre>
+
MODULE
 +
{
 +
name = ModuleDataTransmitter
 +
 +
packetInterval = 0.18
 +
packetSize = 2
 +
 +
packetResourceCost = 20.0
 +
requiredResource = ElectricCharge
 +
 +
DeployFxModules = 0
 +
}
 +
 
 +
}
 +
}}

Revision as of 16:27, 6 December 2013

This is the configuration file for Communotron 88-88.
PART
{
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

TechRequired = electronics
entryCost = 3400
cost = 1100
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 = false
   
	startEventGUIName = Extend
	endEventGUIName = Retract
	actionGUIName = Toggle Antenna
}

MODULE
{
	name = ModuleDataTransmitter
	
	packetInterval = 0.18
	packetSize = 2
	
	packetResourceCost = 20.0
	requiredResource = ElectricCharge
		
	DeployFxModules = 0
}

}