ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Control/restock-reactionwheel-radial-1.cfg
drewcassidy 94d42a1fab
Update .625m reaction wheel and add radial gyroscope
- Update artwork for the .625m reaction wheel. closes #480
- Add radial gyroscope RS+ part. closes #481
- Add manufacturer to the stock .625m reaction wheel part, since the stock config lacks it
2019-03-03 18:50:25 -08:00

56 lines
1.6 KiB
INI

// ReStock+ 0.1.0
// Radial gyroscope
PART
{
name = restock-reactionwheel-radial-1
module = Part
author = Andrew Cassidy
MODEL
{
model = ReStock/Assets/Control/restock-reactionwheel-radial-1
scale = 1.0, 1.0, 1.0
}
rescaleFactor = 1.0
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,0,0,0
node_attach = 0.0, 0.0, 0.220643, 0.0, 0.0, -1.0, 0
node_stack_bottom = 0.0, 0.0, 0.236852, 0.0, 0.0, 1.0, 0
TechRequired = flightControl
entryCost = 3200
cost = 500
mass = 0.03
category = Control
subcatagory = 0
title = #LOC_RestockPlus_reactionwheel-radial-1_title //Small Radial Gyroscope
manufacturer = #autoLOC_501631 //#autoLOC_501631 = STEADLER Engineering Corps
description = #LOC_RestockPlus_reactionwheel-radial-1_description
// Steadler's small radial gyroscope provides a small amount of torque but with greater power efficiency, allowing even large stations to maintain attitude with minimal power. We're still not entirely sure how gyroscopes work, but this one allows torque on all three axes. mass = 0.08
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 8
maxTemp = 2000
bulkheadProfiles = srf
tags = #LOC_RestockPlus_reactionwheel-radial-1_tags //cmg command control fly gyro moment react stab steer torque magic_spinny_thing
MODULE
{
name = ModuleReactionWheel
PitchTorque = 2.5
YawTorque = 2.5
RollTorque = 2.5
RESOURCE
{
name = ElectricCharge
rate = 0.08
}
}
}