Difference between revisions of "Parts/Misc/PotatoRoid/part.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "{{Part config|2=PART { name = PotatoRoid module = Part author = Squad mesh = PotatoRoid.mu rescaleFactor = 1 TechRequired = Unresearcheable entryCost = 0 cost = 0 category =...")
 
m (*update to 1.0;)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Part config|2=PART
+
{{Part config|A potato like rock|2=PART
 
{
 
{
 
name = PotatoRoid
 
name = PotatoRoid
Line 28: Line 28:
 
breakingForce = 200
 
breakingForce = 200
 
breakingTorque = 200
 
breakingTorque = 200
maxTemp = 1e38
+
maxTemp = 2500 // way hotter than the melting point of "Ore" but oh well.
 
explosionPotential = 0.1
 
explosionPotential = 0.1
 +
density = 0.03
  
 
vesselType = SpaceObject
 
vesselType = SpaceObject
Line 38: Line 39:
 
}
 
}
  
 +
DRAG_CUBE
 +
{
 +
procedural = True
 +
}
  
 +
MODULE
 +
{
 +
name = ModuleAsteroidInfo
 
}
 
}
 +
 +
MODULE
 +
{
 +
name = ModuleAsteroidResource
 +
highRange = 95
 +
lowRange = 50
 +
presenceChance = 100
 +
resourceName = Ore
 +
}
 +
 +
 +
 +
}
 +
 
}}
 
}}

Latest revision as of 16:38, 30 April 2015

This is the configuration file for A potato like rock.
PART
{
name = PotatoRoid
module = Part
author = Squad

mesh = PotatoRoid.mu
rescaleFactor = 1

TechRequired = Unresearcheable
entryCost = 0
cost = 0
category = none
subcategory = 0

title = A potato like rock
manufacturer = The Solar system
description = Big ole, rock like thing.
attachRules = 1,1,1,1,1

// --- standard part parameters ---
mass = 150
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 80
breakingForce = 200
breakingTorque = 200
maxTemp = 2500 // way hotter than the melting point of "Ore" but oh well.
explosionPotential = 0.1
density = 0.03

vesselType = SpaceObject

MODULE
{
	name = ModuleAsteroid	
}

DRAG_CUBE
{
	procedural = True
}

MODULE
{
	name = ModuleAsteroidInfo
}

MODULE
{
	name = ModuleAsteroidResource
	highRange = 95
	lowRange = 50
	presenceChance = 100
	resourceName = Ore
}



}