Parts/Command/mk2DroneCore/mk2Dronecore.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 09:56, 29 April 2015 by BobBot (talk | contribs) (BobBot moved page Parts/SPP/Mk2DroneCore/part.cfg to Parts/Command/mk2DroneCore/mk2Dronecore.cfg without leaving a redirect: Renamed part configuration file after update.)
Jump to: navigation, search
This is the configuration file for MK2 Drone Core.
PART
{
name = mk2DroneCore
module = Part
author = Porkjet

mesh = model.mu
rescaleFactor = 1

node_stack_top = 0.0, 0.125, 0.0, 0.0, 1.0, 0.0
node_stack_bottom = 0.0, -0.125, 0.0, 0.0, 1.0, 0.0

TechRequired = advUnmanned
entryCost = 22000
cost = 2700
category = Pods
subcategory = 0
title = MK2 Drone Core
manufacturer = C7 Aerospace Division
description = After extensive research and testing to improve the safety factor of next-generation modules for their Mk2 series, engineers at C7 Aerospace got fed up with having to constantly find new recruits willing to test their prototypes, and decided to develop an autonomous AI capable of doing the same job, only with a lot less screaming over the comms link. This was met with divided opinions, some criticizing C7 as taking the "booooring" route, others praising them for the innovation, while yet others reacted by shutting themselves in bunkers in anticipation of the time when these units will gain sentience and turn on their creators. C7 has vehemently denied any involvement in all sentient-AI-related catastrophes so far.

attachRules = 1,0,1,1,0

mass = 0.20
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 20
breakingForce = 200
breakingTorque = 200
maxTemp = 3400

vesselType = Probe

MODULE
{
	name = ModuleCommand
	minimumCrew = 0
	
	RESOURCE
	{
		name = ElectricCharge
		rate = 0.05
	}
}

RESOURCE
{
	name = ElectricCharge
	amount = 250
	maxAmount = 250
}

MODULE
{
	name = ModuleReactionWheel
	
	PitchTorque = 15
	YawTorque = 3
	RollTorque = 3
	
	RESOURCE
	{
		name = ElectricCharge
		rate = 0.5
	}
}

MODULE
{
	name = ModuleSAS
	SASServiceLevel = 3
}
}