Parts/Misc/PotatoComet/part.cfg
From Kerbal Space Program Wiki
< Parts
PART { name = PotatoComet module = Part author = Squad mesh = PotatoComet.mu rescaleFactor = 1 TechRequired = Unresearcheable entryCost = 0 cost = 0 category = none subcategory = 0 title = A potato like comet manufacturer = #autoLOC_501643 //#autoLOC_501643 = The Solar system description = #autoLOC_500644 //#autoLOC_500644 = 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 = 160 breakingForce = 200 breakingTorque = 200 maxTemp = 2500 // way hotter than the melting point of "Ore" but oh well. explosionPotential = 1.0 skipColliderIgnores = True vesselType = SpaceObject skinInternalConductionMult = 100 skinMassPerArea = 100 tags = comet MODULE { name = ModuleComet density = 0.03 secondaryRate = 0.05 } //This is the part to be tweaked. The format is, if you didn't know already: Name, area0, drag0, depth0, area1, drag1, depth1, area2, drag2, depth2, area3, drag3, depth3, area4, drag4, depth4, area5, drag5, depth5, Cx, Cy, Cz, Vx, Vy, Vz //The name and C triplet are to remain the same, other than that, tweak away! DRAG_CUBE { cube = TypeA,0.7536889,0.81894,1.4443138,0.7536889,0.81894,1.4443138,0.7536889,0.81894,1.4443138,0.7536889,0.81894,1.4443138,0.7536889,0.81894,1.4443138,0.7536889,0.81894,1.4443138,0,0,0,2.5,2.5,2.5 cube = TypeB,1.5073778,0.85224,1.834278526,1.5073778,0.85224,1.834278526,1.5073778,0.85224,1.834278526,1.5073778,0.85224,1.834278526,1.5073778,0.85224,1.834278526,1.5073778,0.85224,1.834278526,0,0,0,6,6,6 cube = TypeC,2.2610667,0.9909,2.123141286,2.2610667,0.9909,2.123141286,2.2610667,0.9909,2.123141286,2.2610667,0.9909,2.123141286,2.2610667,0.9909,2.123141286,2.2610667,0.9909,2.123141286,0,0,0,13,13,13 cube = TypeD,4.5221334,1.344,3.89964726,4.5221334,1.344,3.89964726,4.5221334,1.344,3.89964726,4.5221334,1.344,3.89964726,4.5221334,1.344,3.89964726,4.5221334,1.344,3.89964726,0,0,0,20.5,20.5,20.5 cube = TypeE,7.529352111,2.238,4.3329414,7.529352111,2.238,4.3329414,7.529352111,2.238,4.3329414,7.529352111,2.238,4.3329414,7.529352111,2.238,4.3329414,7.529352111,2.238,4.3329414,0,0,0,35,35,35 cube = TypeF,12.558959321148,3.732984,7.2273462552,12.558959321148,3.732984,7.2273462552,12.558959321148,3.732984,7.2273462552,12.558959321148,3.732984,7.2273462552,12.558959321148,3.732984,7.2273462552,12.558959321148,3.732984,7.2273462552,0,0,0,58.38,58.38,58.38 cube = TypeG,20.93159886858,6.22164,12.045577092,20.93159886858,6.22164,12.045577092,20.93159886858,6.22164,12.045577092,20.93159886858,6.22164,12.045577092,20.93159886858,6.22164,12.045577092,20.93159886858,6.22164,12.045577092,0,0,0,97.3,97.3,97.3 cube = TypeH,34.875958978152,10.366416,20.0701845648,34.875958978152,10.366416,20.0701845648,34.875958978152,10.366416,20.0701845648,34.875958978152,10.366416,20.0701845648,34.875958978152,10.366416,20.0701845648,34.875958978152,10.366416,20.0701845648,0,0,0,162.12,162.12,162.12 cube = TypeI,58.12659829692,17.27736,33.450307608,58.12659829692,17.27736,33.450307608,58.12659829692,17.27736,33.450307608,58.12659829692,17.27736,33.450307608,58.12659829692,17.27736,33.450307608,58.12659829692,17.27736,33.450307608,0,0,0,270.2,270.2,270.2 } MODULE { name = ModuleCometInfo } MODULE { name = ModuleCometResource highRange = 95 lowRange = 80 presenceChance = 100 resourceName = Ore } }