mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add Restock+ attachment nodes
This commit is contained in:
parent
5706bc0757
commit
594a1598ca
@ -1 +1 @@
|
|||||||
Subproject commit 380647e8b60bfa6d027eb2a1d164a523792676f7
|
Subproject commit 3633d3932b5eb93ca0ace2112de53c8ca56bbd15
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -402,6 +402,11 @@ Localization
|
|||||||
// STRUCTURAL
|
// STRUCTURAL
|
||||||
// ==========
|
// ==========
|
||||||
|
|
||||||
|
// 0.625m
|
||||||
|
#LOC_RestockPlus_restock-node-625-1_title = BZ-26 Radial Attachment Point Jr.
|
||||||
|
#LOC_RestockPlus_restock-node-625-1_description = After the surprise success of the BZ-52, the Maxo Construction Toys engineering team came out of hiding to reveal the new pocket model.
|
||||||
|
#LOC_RestockPlus_restock-node-625-1_tags = affix anchor mount secure restock
|
||||||
|
|
||||||
// 1.25m
|
// 1.25m
|
||||||
#LOC_RestockPlus_restock-structural-tube-125-1_title = TB-125 Structural Tube
|
#LOC_RestockPlus_restock-structural-tube-125-1_title = TB-125 Structural Tube
|
||||||
#LOC_RestockPlus_restock-structural-tube-125-1_description = A small tube, full of wonderous things. Available in many lengths and even finishes!
|
#LOC_RestockPlus_restock-structural-tube-125-1_description = A small tube, full of wonderous things. Available in many lengths and even finishes!
|
||||||
@ -419,6 +424,10 @@ Localization
|
|||||||
#LOC_RestockPlus_restock-structural-tube-1875-1_description = A medium tube for the cylindrically inclined. Available in many lengths and even finishes!
|
#LOC_RestockPlus_restock-structural-tube-1875-1_description = A medium tube for the cylindrically inclined. Available in many lengths and even finishes!
|
||||||
#LOC_RestockPlus_restock-structural-tube-1875-1_tags = restock hollow pipe tube support structur build construct struct
|
#LOC_RestockPlus_restock-structural-tube-1875-1_tags = restock hollow pipe tube support structur build construct struct
|
||||||
|
|
||||||
|
#LOC_RestockPlus_restock-node-1875-1_title = BZ-78 Radial Attachment Point
|
||||||
|
#LOC_RestockPlus_restock-node-1875-1_description = Development of a 1.875m docking port never received adequate funding, so management decided to cut their losses and release it unfinished as an attachment point.
|
||||||
|
#LOC_RestockPlus_restock-node-1875-1_tags= affix anchor mount secure restock
|
||||||
|
|
||||||
// 2.5m
|
// 2.5m
|
||||||
#LOC_RestockPlus_restock-structural-tube-25-1_title = TB-25 Structural Tube
|
#LOC_RestockPlus_restock-structural-tube-25-1_title = TB-25 Structural Tube
|
||||||
#LOC_RestockPlus_restock-structural-tube-25-1_description = A large tube for those that wish to store things. Available in many lengths and even finishes!
|
#LOC_RestockPlus_restock-structural-tube-25-1_description = A large tube for those that wish to store things. Available in many lengths and even finishes!
|
||||||
|
@ -0,0 +1,47 @@
|
|||||||
|
// ReStock+ 1.2.0
|
||||||
|
// 1.875 Radial Attachment Node
|
||||||
|
PART
|
||||||
|
{
|
||||||
|
name = restock-node-1875-1
|
||||||
|
module = Part
|
||||||
|
author = Andrew Cassidy
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStockPlus/Assets/Structural/restock-node-1875-1
|
||||||
|
scale = 1.0, 1.0, 1.0
|
||||||
|
}
|
||||||
|
scale = 1
|
||||||
|
rescaleFactor = 1
|
||||||
|
|
||||||
|
// Attachment
|
||||||
|
attachRules = 1,1,1,1,1
|
||||||
|
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1
|
||||||
|
node_attach = 0.0, -0.08, 0.0, 0.0, -1.0, 0.0
|
||||||
|
|
||||||
|
// Tech
|
||||||
|
TechRequired = specializedConstruction
|
||||||
|
entryCost = 2400
|
||||||
|
|
||||||
|
// Info
|
||||||
|
cost = 400
|
||||||
|
category = Structural
|
||||||
|
title = #LOC_RestockPlus_restock-node-1875-1_title // BZ-78 Radial Attachment Point
|
||||||
|
manufacturer = #autoLOC_501648 // Maxo Construction Toys
|
||||||
|
description = #LOC_RestockPlus_restock-node-1875-1_description
|
||||||
|
// Development of a 1.875m docking port never received adequate funding, so management decided to cut their losses and release it unfinished as an attachment point.
|
||||||
|
tags = #LOC_RestockPlus_restock-node-1875-1_tags
|
||||||
|
// affix anchor mount secure restock
|
||||||
|
bulkheadProfiles = size1p5, srf
|
||||||
|
|
||||||
|
|
||||||
|
// Parameters
|
||||||
|
mass = 0.08
|
||||||
|
dragModelType = default
|
||||||
|
maximum_drag = 0.3
|
||||||
|
minimum_drag = 0.2
|
||||||
|
angularDrag = 1.0
|
||||||
|
crashTolerance = 10
|
||||||
|
maxTemp = 2000
|
||||||
|
breakingForce = 350
|
||||||
|
breakingTorque = 350
|
||||||
|
}
|
@ -0,0 +1,46 @@
|
|||||||
|
// ReStock+ 1.2.0
|
||||||
|
// 0.625m Radial Attachment Node
|
||||||
|
PART
|
||||||
|
{
|
||||||
|
name = restock-node-625-1
|
||||||
|
module = Part
|
||||||
|
author = Andrew Cassidy
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStockPlus/Assets/Structural/restock-node-625-1
|
||||||
|
scale = 1.0, 1.0, 1.0
|
||||||
|
}
|
||||||
|
scale = 1
|
||||||
|
rescaleFactor = 1
|
||||||
|
|
||||||
|
// Attachment
|
||||||
|
attachRules = 1,1,1,1,1
|
||||||
|
node_stack_top = 0.0, 0.05, 0.0, 0.0, 1.0, 0.0, 1
|
||||||
|
node_attach = 0.0, -0.05, 0.0, 0.0, -1.0, 0.0
|
||||||
|
|
||||||
|
// Tech
|
||||||
|
TechRequired = specializedConstruction
|
||||||
|
entryCost = 600
|
||||||
|
|
||||||
|
// Info
|
||||||
|
cost = 75
|
||||||
|
category = Structural
|
||||||
|
title = #LOC_RestockPlus_restock-node-625-1_title // BZ-26 Radial Attachment Point Jr.
|
||||||
|
manufacturer = #autoLOC_501648 // Maxo Construction Toys
|
||||||
|
description = #LOC_RestockPlus_restock-node-625-1_description
|
||||||
|
// After the surprise success of the BZ-52, the Maxo Construction Toys engineering team came out of hiding to reveal the new pocket model.
|
||||||
|
tags = #LOC_RestockPlus_restock-node-625-1_tags
|
||||||
|
// affix anchor mount secure restock
|
||||||
|
bulkheadProfiles = size0, srf
|
||||||
|
|
||||||
|
// Parameters
|
||||||
|
mass = 0.015
|
||||||
|
dragModelType = default
|
||||||
|
maximum_drag = 0.1
|
||||||
|
minimum_drag = 0.05
|
||||||
|
angularDrag = 1.0
|
||||||
|
crashTolerance = 10
|
||||||
|
maxTemp = 2000
|
||||||
|
breakingForce = 350
|
||||||
|
breakingTorque = 150
|
||||||
|
}
|
@ -7,6 +7,9 @@ v1.2.0
|
|||||||
- Mk2 "Acorn" Command Pod (Andrew Cassidy): 2-kerbal conical command module with dark and white variants. Disabled if Making History is installed
|
- Mk2 "Acorn" Command Pod (Andrew Cassidy): 2-kerbal conical command module with dark and white variants. Disabled if Making History is installed
|
||||||
- New Coupling parts
|
- New Coupling parts
|
||||||
- AL-1 'Lychee' Inflatable Docking Airlock (Andrew Cassidy): Inflatable airlock with integrated 0.625m docking port. Disabled if Making History is installed. Has a new IVA.
|
- AL-1 'Lychee' Inflatable Docking Airlock (Andrew Cassidy): Inflatable airlock with integrated 0.625m docking port. Disabled if Making History is installed. Has a new IVA.
|
||||||
|
- New Structural Parts
|
||||||
|
- BZ-26 Radial Attachment Point Jr. (Andrew Cassidy): 0.625m radial attachment node
|
||||||
|
- BZ-78 Radial Attachment Point (Andrew Cassidy): 1.875m radial attachment node
|
||||||
|
|
||||||
v1.1.2
|
v1.1.2
|
||||||
------
|
------
|
||||||
|
Loading…
Reference in New Issue
Block a user