// ReStock+ 0.1.0 // 1.25m hemispherical fuel tank PART { name = restock-fueltank-sphere-125-1 module = Part author = Chris Adderley (Nertea) MODEL { model = ReStockPlus/Assets/FuelTank/restock-fueltank-sphere-125-1 scale = 1.0, 1.0, 1.0 } MODEL { model = ReStock/Assets/FuelTank/restock-endcap-fueltank-125-orange scale = 1.0, -1.0, 1.0 position = 0.0, -0.18, 0.0 } scale = 1 rescaleFactor = 1 // Attachment attachRules = 1,1,1,1,0 node_stack_bottom = 0.0, -0.18, 0, 0.0, -1.0, 0.0, 1 node_stack_top = 0.0, 0.444, 0, 0.0, 1.0, 0.0, 0 node_attach = 0.0, -0.18, 0, 0.0, -1.0, 0.0, 1 // Tech TechRequired = generalRocketry entryCost = 1200 // Info cost = 150 category = FuelTank subcategory = 0 title = #LOC_RestockPlus_restock-fuel-tank-sphere-125-1_title manufacturer = #autoLOC_501627 description = #LOC_RestockPlus_restock-fuel-tank-sphere-125-1_description tags = #LOC_RestockPlus_restock-fuel-tank-sphere-125-1_tags bulkheadProfiles = size1, srf // Parameters mass = 0.0625 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 2 crashTolerance = 6 maxTemp = 2000 breakingForce = 350 breakingTorque = 350 // Resources RESOURCE { name = LiquidFuel amount = 22.5 maxAmount = 22.5 } RESOURCE { name = Oxidizer amount = 27.5 maxAmount = 27.5 } MODULE { name = ModulePartVariants baseVariant = White useMultipleDragCubes = false VARIANT { name = Dark displayName = #autoLOC_8007117 themeName = Dark primaryColor = #4c4f47 secondaryColor = #4c4f47 GAMEOBJECTS { ConeSphere125Metal = false ConeSphere125Orange = false ConeSphere125White = false ConeSphere125Black = true } } VARIANT { name = White displayName = #autoLOC_8007119 themeName = White primaryColor = #ffffff secondaryColor = #ffffff GAMEOBJECTS { ConeSphere125Metal = false ConeSphere125Orange = false ConeSphere125White = true ConeSphere125Black = false } } VARIANT { name = GrayAndOrange displayName = #autoLOC_8007121 themeName = GrayAndOrange primaryColor = #4c4f47 secondaryColor = #f49841 GAMEOBJECTS { ConeSphere125Metal = false ConeSphere125Orange = true ConeSphere125White = false ConeSphere125Black = false } } VARIANT { name = Metallic displayName = #LOC_Restock_variant-surface_metal themeName = Metal primaryColor = #6f6e6d secondaryColor = #6f6e6d GAMEOBJECTS { ConeSphere125Metal = true ConeSphere125Orange = false ConeSphere125White = false ConeSphere125Black = false } } } }