mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Set up configs for rcs expansion branch
This commit is contained in:
@ -0,0 +1,55 @@
|
||||
// ReStock+ 0.1.0
|
||||
// Super tiny radial RCS tank
|
||||
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-rcs-radial-tiny-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/FuelTank/restock-fuel-tank-rcs-radial-tiny-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
|
||||
// Attachment
|
||||
attachRules = 0,1,0,0,0
|
||||
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0
|
||||
|
||||
// Tech
|
||||
TechRequired = propulsionSystems
|
||||
entryCost = 200
|
||||
|
||||
// Info
|
||||
cost = 30
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-rcs-radial-tiny-1_tags
|
||||
bulkheadProfiles = srf
|
||||
|
||||
// Parameters
|
||||
mass = 0.01
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
angularDrag = 2
|
||||
crashTolerance = 6
|
||||
maxTemp = 2000
|
||||
breakingForce = 50
|
||||
breakingTorque = 50
|
||||
|
||||
// Resources
|
||||
RESOURCE
|
||||
{
|
||||
name = MonoPropellant
|
||||
amount = 8
|
||||
maxAmount = 8
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user