mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
100 lines
2.3 KiB
INI
100 lines
2.3 KiB
INI
// ReStock+ 0.2.0
|
|
// 1.875m LFO Tank - Long
|
|
PART
|
|
{
|
|
name = restock-fueltank-1875-1
|
|
module = Part
|
|
author = Chris Adderley (Nertea)
|
|
MODEL
|
|
{
|
|
model = ReStock/Assets/FuelTank/restock-fueltank-1875-1
|
|
scale = 1.0, 1.0, 1.0
|
|
}
|
|
rescaleFactor = 1.0
|
|
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 2
|
|
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 2
|
|
node_attach = 0.9375, -1.0, 0.0, 1.0, 0.0, 0.0, 2
|
|
/// Flag to disable this part if MH is installed
|
|
MHReplacement = True
|
|
TechRequired = advFuelSystems
|
|
entryCost = 7200
|
|
cost = 1800
|
|
category = FuelTank
|
|
title = #LOC_RestockPlus_restock-fuel-tank-1875-1_title
|
|
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
|
description = #LOC_RestockPlus_restock-fuel-tank-1875-1_description
|
|
attachRules = 1,1,1,1,0
|
|
mass = 1.125
|
|
dragModelType = default
|
|
maximum_drag = 0.2
|
|
minimum_drag = 0.3
|
|
angularDrag = 2
|
|
crashTolerance = 6
|
|
breakingForce = 150
|
|
breakingTorque = 150
|
|
maxTemp = 2000 // = 3000
|
|
fuelCrossFeed = True
|
|
bulkheadProfiles = size1p5, srf
|
|
tags = #LOC_RestockPlus_restock-fuel-tank-1875-1_tags
|
|
RESOURCE
|
|
{
|
|
name = LiquidFuel
|
|
amount = 810
|
|
maxAmount = 810
|
|
}
|
|
RESOURCE
|
|
{
|
|
name = Oxidizer
|
|
amount = 990
|
|
maxAmount = 990
|
|
}
|
|
MODULE
|
|
{
|
|
name = ModulePartVariants
|
|
useMultipleDragCubes = false
|
|
baseVariant = White
|
|
VARIANT
|
|
{
|
|
name = White
|
|
displayName = #autoLOC_8007122
|
|
themeName = BlackAndWhite
|
|
primaryColor = #ffffff
|
|
secondaryColor = #000000
|
|
GAMEOBJECTS
|
|
{
|
|
Tank1875Long = true
|
|
Tank1875LongGrey = false
|
|
Tank1875LongOrange = false
|
|
}
|
|
}
|
|
VARIANT
|
|
{
|
|
name = Grey
|
|
displayName = #autoLOC_8007119
|
|
themeName = White
|
|
primaryColor = #ffffff
|
|
secondaryColor = #ffffff
|
|
GAMEOBJECTS
|
|
{
|
|
Tank1875Long = false
|
|
Tank1875LongGrey = true
|
|
Tank1875LongOrange = false
|
|
}
|
|
}
|
|
VARIANT
|
|
{
|
|
name = Dark Grey
|
|
displayName = #autoLOC_8007121
|
|
themeName = GrayAndOrange
|
|
primaryColor = #4c4f47
|
|
secondaryColor = #f49841
|
|
GAMEOBJECTS
|
|
{
|
|
Tank1875Long = false
|
|
Tank1875LongGrey = false
|
|
Tank1875LongOrange = true
|
|
}
|
|
}
|
|
}
|
|
}
|