mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
- Standardize EP-18 Boattail bottom nodes & add in Modular Launch Pads patch for Titan Base.
This commit is contained in:
parent
8cb7a68181
commit
1d5ae52fed
@ -0,0 +1,45 @@
|
||||
// Modular Launch Pads patch for the 1.875m Engine Plate Boattail variants to move the lower node to fit the Titan launch stand.
|
||||
|
||||
// EP-18 Engine Plate (Making History)
|
||||
@PART[EnginePlate1p5]:HAS[~RestockIgnore[*]]:NEEDS[ModularLaunchPads]:AFTER[ReStock]
|
||||
{
|
||||
@MODULE[ModulePartVariants]
|
||||
{
|
||||
@VARIANT[Boattail-White]
|
||||
{
|
||||
@NODES
|
||||
{
|
||||
@node_stack_bottom = 0.0, -2.2175, 0.0, 0.0, -1.0, 0.0, 2
|
||||
}
|
||||
}
|
||||
@VARIANT[Boattail-Orange]
|
||||
{
|
||||
@NODES
|
||||
{
|
||||
@node_stack_bottom = 0.0, -2.2175, 0.0, 0.0, -1.0, 0.0, 2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// EP-18 Engine Plate (ReStock+)
|
||||
@PART[restock-engineplate-1875-1]:NEEDS[ModularLaunchPads]:AFTER[ReStock]
|
||||
{
|
||||
@MODULE[ModulePartVariants]
|
||||
{
|
||||
@VARIANT[Boattail-White]
|
||||
{
|
||||
@NODES
|
||||
{
|
||||
@node_stack_bottom = 0.0, -2.2675, 0.0, 0.0, -1.0, 0.0, 2
|
||||
}
|
||||
}
|
||||
@VARIANT[Boattail-Orange]
|
||||
{
|
||||
@NODES
|
||||
{
|
||||
@node_stack_bottom = 0.0, -2.2675, 0.0, 0.0, -1.0, 0.0, 2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -52,7 +52,7 @@
|
||||
}
|
||||
NODES
|
||||
{
|
||||
node_stack_bottom = 0.0, -2.2175, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
|
||||
}
|
||||
}
|
||||
|
||||
@ -91,7 +91,7 @@
|
||||
}
|
||||
NODES
|
||||
{
|
||||
node_stack_bottom = 0.0, -2.2175, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
|
||||
}
|
||||
}
|
||||
|
||||
@ -1639,7 +1639,7 @@
|
||||
}
|
||||
NODES
|
||||
{
|
||||
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 4
|
||||
}
|
||||
}
|
||||
|
||||
@ -1678,7 +1678,7 @@
|
||||
}
|
||||
NODES
|
||||
{
|
||||
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 4
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -419,7 +419,7 @@ PART
|
||||
}
|
||||
NODES
|
||||
{
|
||||
node_stack_bottom = 0.0, -2.2675, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -1.30, 0.0, 0.0, -1.0, 0.0, 2
|
||||
}
|
||||
}
|
||||
|
||||
@ -458,7 +458,7 @@ PART
|
||||
}
|
||||
NODES
|
||||
{
|
||||
node_stack_bottom = 0.0, -2.2675, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -1.30, 0.0, 0.0, -1.0, 0.0, 2
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user