mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
cfg templates
This commit is contained in:
parent
bdbd7b1854
commit
92a009c393
@ -9,7 +9,7 @@ Localization
|
||||
en-us
|
||||
{
|
||||
|
||||
#LOC_RestockPlus_restock-engine-corgi_title = KR-10U 'Corgi'
|
||||
#LOC_RestockPlus_restock-engine-corgi_title = KR-10A 'Corgi'
|
||||
#LOC_RestockPlus_restock-engine-corgi_description =
|
||||
#LOC_RestockPlus_restock-engine-corgi_tags =
|
||||
|
||||
@ -21,7 +21,7 @@ Localization
|
||||
#LOC_RestockPlus_restock-engine-pug_description =
|
||||
#LOC_RestockPlus_restock-engine-pug_tags =
|
||||
|
||||
#LOC_RestockPlus_restock-engine-lug_title = LV-T15 'Lug'
|
||||
#LOC_RestockPlus_restock-engine-lug_title = LV-T15 ''
|
||||
#LOC_RestockPlus_restock-engine-lug_description =
|
||||
#LOC_RestockPlus_restock-engine-lug_tags =
|
||||
|
||||
@ -37,10 +37,17 @@ Localization
|
||||
#LOC_RestockPlus_restock-docking-375-1_description =
|
||||
#LOC_RestockPlus_restock-docking-375-1_tags =
|
||||
|
||||
#LOC_RestockPlus_restock-fuel-tank-375-4_title =
|
||||
#LOC_RestockPlus_restock-fuel-tank-375-4_title = Kerbodyne S3-1800 Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-375-4_description =
|
||||
#LOC_RestockPlus_restock-fuel-tank-375-4_tags =
|
||||
|
||||
#LOC_RestockPlus_restock-adapter-tank-25-375-1_title =
|
||||
#LOC_RestockPlus_restock-adapter-tank-25-375-1_description =
|
||||
#LOC_RestockPlus_restock-adapter-tank-25-375-1_tags =
|
||||
|
||||
#LOC_RestockPlus_restock-adapter-hollow-25-375-1_title =
|
||||
#LOC_RestockPlus_restock-adapter-hollow-25-375-1_description =
|
||||
#LOC_RestockPlus_restock-adapter-hollow-25-375-1_tags =
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ PART
|
||||
// --- asset parameters ---
|
||||
MODEL
|
||||
{
|
||||
model = RestockPlus/Assets/Engine/restock-engine-375-3
|
||||
model = RestockPlus/Assets/Engine/restock-engine-boar
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
scale = 1.0
|
||||
|
@ -60,7 +60,7 @@ PART
|
||||
cost = 15200
|
||||
category = Engine
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-engine-375-3_title
|
||||
title = #LOC_RestockPlus_restock-engine-corgi_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-engine-corgi_description
|
||||
|
||||
|
@ -0,0 +1,73 @@
|
||||
// Fuelled 2.5 to 3.75m adapter
|
||||
PART
|
||||
{
|
||||
name = restock-adapter-tank-25-375-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = Restock/Assets/FuelTank/restock-fuel-tank-375-4
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
MODEL
|
||||
{
|
||||
model = Restock/Assets/Common/restock-endcap-fuel-375-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
position = 0.0, 0.9375, 0.0
|
||||
}
|
||||
MODEL
|
||||
{
|
||||
model = Restock/Assets/Common/restock-endcap-fuel-375-1
|
||||
scale = 1.0, -1.0, 1.0
|
||||
position = 0.0, -0.9375, 0.0
|
||||
}
|
||||
scale = 1
|
||||
rescaleFactor = 1
|
||||
|
||||
// Attachment
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.9375, 0, 0.0, 1.0, 0.0, 3
|
||||
node_stack_bottom = 0.0, -0.9375, 0, 0.0, -1.0, 0.0, 3
|
||||
node_attach = 0.0, 0.0, -1.875, 0.0, 0.0, 1.0, 3
|
||||
|
||||
// Tech
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 12900
|
||||
|
||||
// Info
|
||||
cost = 5750
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-adapter-tank-25-375-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-adapter-tank-25-375-1_description
|
||||
tags = #LOC_RestockPlus_restock-adapter-tank-25-375-1_tags
|
||||
bulkheadProfiles = size3, srf
|
||||
|
||||
// Parameters
|
||||
mass = 4
|
||||
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 = 2880
|
||||
maxAmount = 2880
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 3520
|
||||
maxAmount = 3520
|
||||
}
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
// 3.75m skeletal adapter
|
||||
PART
|
||||
{
|
||||
name = restock-adapter-375-2
|
||||
name = restock-adapter-hollow-25-375-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
|
||||
@ -26,10 +26,10 @@ PART
|
||||
cost = 5750
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-adapter-375-2_title
|
||||
title = #LOC_RestockPlus_restock-adapter-hollow-25-375-1_title
|
||||
manufacturer = #autoLOC_501638
|
||||
description = #LOC_RestockPlus_restock-adapter-375-2_description
|
||||
tags = #LOC_RestockPlus_restock-adapter-375-2_tags
|
||||
description = #LOC_RestockPlus_restock-adapter-hollow-25-375-1_description
|
||||
tags = #LOC_RestockPlus_restock-adapter-hollow-25-375-1_tags
|
||||
bulkheadProfiles = size3, size2
|
||||
|
||||
// Parameters
|
Loading…
Reference in New Issue
Block a user