mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Template out configs
This commit is contained in:
@ -260,6 +260,19 @@ Localization
|
||||
#LOC_RestockPlus_restock-adapter-skeletal-25-375-1_description = A structural adapter for upper stages.
|
||||
#LOC_RestockPlus_restock-adapter-skeletal-25-375-1_tags = connect frame scaffold adapt structur strut truss eus hollow skel restock skle
|
||||
|
||||
// Truss
|
||||
#LOC_RestockPlus_restock-truss-3_title = Modular Girder Segment XXL
|
||||
#LOC_RestockPlus_restock-truss-3_description = Compete directly with other space programs in girder size contests with this new Modular Girder product.
|
||||
#LOC_RestockPlus_restock-truss-3_tags =
|
||||
|
||||
#LOC_RestockPlus_restock-truss-adapter-0625-1_title = Modular Girder Small Adapter
|
||||
#LOC_RestockPlus_restock-truss-adapter-0625-1_description = Generally, marketing anticipates that by providing a means for small stacks to attach cleanly to standard Modular Girders, demand for the latter will skyrocket.
|
||||
#LOC_RestockPlus_restock-truss-adapter-0625-1_tags =
|
||||
|
||||
#LOC_RestockPlus_restock-truss-hub-1_title =
|
||||
#LOC_RestockPlus_restock-truss-hub-1_description = Connect many modular girder segments together in perpendicular orientations with this new product.
|
||||
#LOC_RestockPlus_restock-truss-hub-1_tags =
|
||||
|
||||
// ELECTRICAL
|
||||
// ==========
|
||||
|
||||
|
@ -0,0 +1,68 @@
|
||||
// ReStock+ 0.2.0
|
||||
// double size large truss
|
||||
PART
|
||||
{
|
||||
name = restock-truss-3
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Structural/restock-truss-3
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
rescaleFactor = 1
|
||||
node_stack_bottom = 0.0, -2.950476, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_top = 0.0, 2.950476, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_attach = 0.0, -2.950476, 0.0, 0.0, -1.0, 0.0
|
||||
TechRequired = advMetalworks
|
||||
entryCost = 7800
|
||||
cost = 150
|
||||
category = Structural
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-truss-3_title
|
||||
manufacturer =
|
||||
description = #LOC_RestockPlus_restock-truss-3_description
|
||||
tags = #LOC_RestockPlus_restock-truss-3_tags
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.75
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 1
|
||||
crashTolerance = 80
|
||||
breakingForce = 200
|
||||
breakingTorque = 200
|
||||
maxTemp = 2000 // = 5000
|
||||
bulkheadProfiles = size1, srf
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Hollow
|
||||
VARIANT
|
||||
{
|
||||
name = Hollow
|
||||
displayName = #LOC_Restock_variant-surface_truss
|
||||
primaryColor = #6f6e6d
|
||||
GAMEOBJECTS
|
||||
{
|
||||
GirderXLMetal = true
|
||||
GirderXLThermalBlankets = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Blankets
|
||||
displayName = #LOC_Restock_variant-surface_thermalblankets
|
||||
primaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
GirderXLMetal = false
|
||||
GirderXLThermalBlankets = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,40 @@
|
||||
// ReStock+ 0.2.0
|
||||
// truss to 0.625m adapter
|
||||
PART
|
||||
{
|
||||
name = restock-truss-adapter-0625-1
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Structural/restock-truss-adapter-0625-1
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
author = Chris Adderley (Nertea)
|
||||
|
||||
module = Part
|
||||
rescaleFactor = 1
|
||||
node_stack_bottom = 0.0, -0.4108305, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_top = 0.0, 0.6493708, 0.0, 0.0, 1.0, 0.0, 0
|
||||
|
||||
TechRequired = specializedConstruction
|
||||
entryCost = 3200
|
||||
cost = 35
|
||||
category = Structural
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-truss-adapter-0625-1_title
|
||||
manufacturer =
|
||||
description = #LOC_RestockPlus_restock-truss-adapter-0625-1_description
|
||||
tags = #LOC_RestockPlus_restock-truss-adapter-0625-1_tags
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.125
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 1
|
||||
crashTolerance = 80
|
||||
breakingForce = 200
|
||||
breakingTorque = 200
|
||||
maxTemp = 2000
|
||||
bulkheadProfiles = size0
|
||||
}
|
@ -0,0 +1,41 @@
|
||||
// ReStock+ 0.2.0
|
||||
// truss 6-way hub
|
||||
PART
|
||||
{
|
||||
name = restock-truss-hub-1
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Structural/restock-truss-hub-1
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
rescaleFactor = 1
|
||||
|
||||
node_stack_bottom = 0.0, -2.950476, 0.0, 0.0, -1.0, 0.0, 1
|
||||
node_stack_top = 0.0, 2.950476, 0.0, 0.0, 1.0, 0.0, 1
|
||||
|
||||
TechRequired = advMetalworks
|
||||
entryCost = 5000
|
||||
cost = 100
|
||||
category = Structural
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-truss-hub-1_title
|
||||
manufacturer =
|
||||
description = #LOC_RestockPlus_restock-truss-hub-1_description
|
||||
tags = #LOC_RestockPlus_restock-truss-hub-1_tags
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.2
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
angularDrag = 1
|
||||
crashTolerance = 80
|
||||
breakingForce = 200
|
||||
breakingTorque = 200
|
||||
maxTemp = 2000 // = 5000
|
||||
bulkheadProfiles = size1
|
||||
}
|
@ -26,6 +26,9 @@ v0.2.0
|
||||
- New Structural parts
|
||||
- FL-XA30 Adapter (Nertea): 1.875m to 2.5m flat adapter (White, Black and White, Dark Grey/Orange and Metallic variants)
|
||||
- FL-XA15 Adapter (Nertea): 1.25m to 1.875m flat adapter (White, Black and White, Dark Grey/Orange and Metallic variants)
|
||||
- Modular Girder Segment XXL (Nertea): double length XL Girder (Basic and Thermal Blanket variants)
|
||||
- Modular Girder Segment Hub (Nertea): Girder style 6-way hub
|
||||
- Modular Girder Small Adapter (Nertea): Girder to 0.625m adapter
|
||||
- New Electrical parts
|
||||
- Z-2500 Rechargeable Battery Bank (Nertea): 1.875m battery bank
|
||||
- Monopropellant APU (Andrew Cassidy): fuel cell powered by monopropellant
|
||||
@ -35,6 +38,8 @@ v0.2.0
|
||||
- Advanced Grabbing Unit Junior (Andrew Cassidy): 0.625m klaw
|
||||
- New Payload parts
|
||||
- Service Bay (1.875m) (Nertea): 1.875m service bay (Open, Opaque, Transparent variants)
|
||||
- New Thermal parts
|
||||
- Heat Shield (1.875m) (Nertea): 1.875m heat shield (Classic, Unpainted, Black variants)
|
||||
- New Resources parts
|
||||
- Jumbo Holding Tank (Andrew Cassidy): 3.75m ore tank
|
||||
- Medium Holding Tank (Andrew Cassidy): 1.875m ore tank
|
||||
|
Reference in New Issue
Block a user