mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
97 lines
2.1 KiB
INI
97 lines
2.1 KiB
INI
// ReStock+ 1.1.0
|
|
// Saturn V style short fuel tank
|
|
PART
|
|
{
|
|
name = restock-fueltank-5-3
|
|
module = Part
|
|
author = Chris Adderley (Nertea)
|
|
rescaleFactor = 1.0
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-fueltank-5-3
|
|
}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-endcap-5-1
|
|
position = 0.0, 1.875, 0.0
|
|
scale = 1,1,1
|
|
rotation = 0, 0, 0
|
|
}
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-endcap-5-1
|
|
position = 0.0, -1.875, 0.0
|
|
scale = 1,-1,1
|
|
rotation = 0, 0, 0
|
|
}
|
|
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 4
|
|
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 4
|
|
node_attach = 2.5, 0.0, 0.0, 1.0, 0.0, 0.0, 1
|
|
/// Flag to disable this part if MH is installed
|
|
MHReplacement = True
|
|
TechRequired = highPerformanceFuelSystems
|
|
entryCost = 35200
|
|
cost = 12800
|
|
category = FuelTank
|
|
title = #LOC_RestockPlus_restock-fuel-tank-5-3_title
|
|
manufacturer = #autoLOC_501638
|
|
description = #LOC_RestockPlus_restock-fuel-tank-5-3_description
|
|
attachRules = 1,1,1,1,0
|
|
mass = 8
|
|
dragModelType = default
|
|
maximum_drag = 0.2
|
|
minimum_drag = 0.3
|
|
angularDrag = 2
|
|
crashTolerance = 10
|
|
breakingForce = 400
|
|
breakingTorque = 400
|
|
maxTemp = 2000
|
|
fuelCrossFeed = True
|
|
bulkheadProfiles = size4, srf
|
|
tags = #LOC_RestockPlus_restock-fuel-tank-5-3_tags
|
|
RESOURCE
|
|
{
|
|
name = LiquidFuel
|
|
amount = 5760
|
|
maxAmount = 5760
|
|
}
|
|
RESOURCE
|
|
{
|
|
name = Oxidizer
|
|
amount = 7040
|
|
maxAmount = 7040
|
|
}
|
|
MODULE
|
|
{
|
|
name = ModulePartVariants
|
|
useMultipleDragCubes = false
|
|
baseVariant = White
|
|
VARIANT
|
|
{
|
|
name = White
|
|
displayName = #autoLOC_8007122
|
|
themeName = BlackAndWhite
|
|
primaryColor = #ffffff
|
|
secondaryColor = #000000
|
|
GAMEOBJECTS
|
|
{
|
|
5mSmallBlackWhite = true
|
|
5mSmallOrange = false
|
|
}
|
|
}
|
|
VARIANT
|
|
{
|
|
name = Orange
|
|
displayName = #autoLOC_8007123
|
|
themeName = Orange
|
|
primaryColor = #f49841
|
|
secondaryColor = #4c4f47
|
|
GAMEOBJECTS
|
|
{
|
|
5mSmallBlackWhite = false
|
|
5mSmallOrange = true
|
|
}
|
|
}
|
|
}
|
|
}
|