mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Write descriptions, update balance
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Soyuz
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-soyuz-1
|
||||
@ -13,6 +15,9 @@ PART
|
||||
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
|
||||
|
||||
@ -21,9 +26,9 @@ PART
|
||||
cost = 1400
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title =
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.75
|
||||
dragModelType = default
|
||||
@ -36,7 +41,7 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_tags
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
@ -51,10 +56,9 @@ PART
|
||||
maxAmount = 660
|
||||
}
|
||||
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleEngines
|
||||
name = ModuleEnginesFX
|
||||
thrustVectorTransformName = thrustTransform
|
||||
throttleLocked = True
|
||||
exhaustDamage = True
|
||||
@ -79,22 +83,14 @@ PART
|
||||
key = 6 0.001
|
||||
}
|
||||
exhaustDamageMultiplier = 50
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = SolidFuel
|
||||
amount = 4
|
||||
maxAmount = 4
|
||||
}
|
||||
|
||||
stagingIcon = SOLID_BOOSTER
|
||||
fx_exhaustFlame_white_tiny = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, running
|
||||
sound_vent_medium = engage
|
||||
sound_rocket_mini = running
|
||||
sound_vent_soft = disengage
|
||||
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
|
Reference in New Issue
Block a user