mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Finish initial 3.75m redo (#12)
* New models and animations for 3.75m parts
This commit is contained in:
@ -1 +1,122 @@
|
||||
// 3.75m drone code
|
||||
// 3.75m drone core
|
||||
PART
|
||||
{
|
||||
name = restock-drone-core-375-1
|
||||
module = Part
|
||||
author = Chris Adderley
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = RestockPlus/Assets/Command/restock-drone-core-375-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1.0
|
||||
CrewCapacity = 0
|
||||
|
||||
// Attachment
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 0.231, 0.0, 0.0, 1.0, 0.0, 3
|
||||
node_stack_bottom = 0.0, -0.237, 0.0, 0.0, -1.0, 0.0, 3
|
||||
|
||||
TechRequired = largeUnmanned
|
||||
entryCost = 36800
|
||||
cost = 7700
|
||||
category = Pods
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_drone-3755-1_title
|
||||
manufacturer = #LOC_NFLaunchVehicles_manufacturer_post-kerbin_title
|
||||
description = #LOC_RestockPlus_drone-375-1_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.95
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 2
|
||||
crashTolerance = 9
|
||||
maxTemp = 2000 // = 3400
|
||||
explosionPotential = 0
|
||||
vesselType = Probe
|
||||
bulkheadProfiles = size3
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
tags = #LOC_RestockPlus_drone-375-1_tags
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleProbeControlPoint
|
||||
minimumCrew = 1
|
||||
multiHop = True
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCommand
|
||||
minimumCrew = 0
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.1
|
||||
}
|
||||
hasHibernation = True
|
||||
hibernationMultiplier = 0.00125
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 80
|
||||
maxAmount = 80
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleReactionWheel
|
||||
PitchTorque = 60
|
||||
YawTorque = 60
|
||||
RollTorque = 60
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 1.2
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleSAS
|
||||
SASServiceLevel = 3
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleKerbNetAccess
|
||||
MinimumFoV = 5
|
||||
MaximumFoV = 90
|
||||
AnomalyDetection = 0.3
|
||||
DISPLAY_MODES
|
||||
{
|
||||
Mode = Biome
|
||||
Mode = Terrain
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleDataTransmitter
|
||||
antennaType = INTERNAL
|
||||
packetInterval = 1.0
|
||||
packetSize = 2
|
||||
packetResourceCost = 12.0
|
||||
requiredResource = ElectricCharge
|
||||
antennaPower = 5000
|
||||
optimumRange = 2500
|
||||
packetFloor = .1
|
||||
packetCeiling = 5
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleScienceContainer
|
||||
|
||||
reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data
|
||||
storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments
|
||||
evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only
|
||||
storageRange = 2.7
|
||||
canBeTransferredToInVessel = True
|
||||
canTransferInVessel = True
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user