You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Parts/FuelTank/1875/restock-fueltank-1875-soyuz...

196 lines
3.8 KiB
INI

// ReStock+ 0.2.0
// 1.875m LFO Tank - Soyuz
PART
{
name = restock-fueltank-1875-soyuz-1
module = Part
author = Chris Adderley (Nertea)
rescaleFactor = 1.0
MODEL
{
model = ReStock/Assets/FuelTank/restock-fueltank-1875-soyuz-1
scale = 1.0, 1.0, 1.0
}
node_stack_bottom = 0.0, -3.75, 0.0, 0.0, -1.0, 0.0, 2
node_attach = 0.0, -2, 0.9375, 0.0, 0.0, -1.0, 2
/// Flag to disable this part if MH is installed
MHReplacement = True
CoMOffset = 0.0, -1.0, 0.2
CoPOffset = 0.0, 0.5, 0.25
TechRequired = fuelSystems
entryCost = 6000
cost = 1400
category = FuelTank
subcategory = 0
title = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_title
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
description = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_description
attachRules = 1,1,1,1,0
mass = 0.75
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-soyuz-1_tags
EFFECTS
{
engage
{
AUDIO
{
channel = Ship
clip = sound_vent_medium
volume = 1.0
pitch = 2.0
loop = false
}
}
flameout
{
AUDIO
{
channel = Ship
clip = sound_vent_soft
volume = 1.0
pitch = 2.0
loop = false
}
}
fx-separatron-running
{
AUDIO
{
channel = Ship
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 0.01 0.4
volume = 1.0 1.0
pitch = 0.0 0.2
pitch = 0.01 0.6
pitch = 1.0 1.8
loop = true
}
MODEL_MULTI_PARTICLE
{
name = core
modelName = ReStock/FX/restock-fx-srb-separator-2
transformName = fxTransform
emission = 0.0 0.0
emission = 0.01 0.1
emission = 0.075 0.25
emission = 1.0 1.0
speed = 0.0 0.35
speed = 1.0 1.0
}
}
}
RESOURCE
{
name = LiquidFuel
amount = 540
maxAmount = 540
}
RESOURCE
{
name = Oxidizer
amount = 660
maxAmount = 660
}
MODULE
{
name = ModuleEnginesFX
thrustVectorTransformName = thrustTransform
runningEffectName = fx-separatron-running
throttleLocked = True
exhaustDamage = True
allowShutdown = False
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 32
heatProduction = 550
fxOffset = 0, 0, 0
EngineType = SolidBooster
nonThrustMotor = true
PROPELLANT
{
name = SolidFuel
ratio = 1.0
DrawGauge = True
}
atmosphereCurve
{
key = 0 154
key = 1 118
key = 6 0.001
}
exhaustDamageMultiplier = 50
}
RESOURCE
{
name = SolidFuel
amount = 4
maxAmount = 4
}
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = White
VARIANT
{
name = White
displayName = #autoLOC_8007122
themeName = BlackAndWhite
primaryColor = #ffffff
secondaryColor = #000000
GAMEOBJECTS
{
Tank1875Soyuz = true
Tank1875SoyuzGrey = false
Tank1875SoyuzOrange = false
}
}
VARIANT
{
name = Grey
displayName = #autoLOC_8007119
themeName = White
primaryColor = #ffffff
secondaryColor = #ffffff
GAMEOBJECTS
{
Tank1875Soyuz = false
Tank1875SoyuzGrey = true
Tank1875SoyuzOrange = false
}
}
VARIANT
{
name = Dark Grey
displayName = #autoLOC_8007121
themeName = GrayAndOrange
primaryColor = #4c4f47
secondaryColor = #f49841
GAMEOBJECTS
{
Tank1875Soyuz = false
Tank1875SoyuzGrey = false
Tank1875SoyuzOrange = true
}
}
}
}