1.5 million bugfixes

This commit is contained in:
ChrisAdderley
2020-02-16 21:18:20 -08:00
parent 40285362aa
commit 3d4bed8bc5
31 changed files with 3672 additions and 51 deletions

View File

@ -43,6 +43,11 @@ Localization
#LOC_Restock_variant-engine_tankbutt_size1p5_white = Tankbutt (2.5m, White)
#LOC_Restock_variant-engine_tankbutt_size1p5_grey-orange = Tankbutt (2.5m, Orange/Grey)
#LOC_Restock_variant-engine_boattail_size2_white = Boattail (2.5m, White)
#LOC_Restock_variant-engine_boattail_size2_grey-orange = Boattail (2.5m, Orange/Grey)
#LOC_Restock_variant-engine_boattail_size3_white = Boattail (3.75m, White)
#LOC_Restock_variant-engine_boattail_size3_grey-orange = Boattail (3.75m, Orange/Grey)
#LOC_Restock_variant-engine_shroud_white = White Shroud
#LOC_Restock_variant-engine_shroud_grey-orange = Metallic Shroud
@ -106,6 +111,18 @@ Localization
#LOC_Restock_variant-radiator_flat = Flat
#LOC_Restock_variant-radiator_compact = Compact
#LOC_Restock_variant-tube-length-short = Short
#LOC_Restock_variant-tube-length-med-short = Medium-Short
#LOC_Restock_variant-tube-length-med = Medium
#LOC_Restock_variant-tube-length-med-long = Medium-Long
#LOC_Restock_variant-tube-length-long = Long
#LOC_Restock_variant-tube-length-short-alt = Short (Alternate)
#LOC_Restock_variant-tube-length-med-short-alt = Medium-Short (Alternate)
#LOC_Restock_variant-tube-length-med-alt = Medium (Alternate)
#LOC_Restock_variant-tube-length-med-long-alt = Medium-Long (Alternate)
#LOC_Restock_variant-tube-length-long-alt = Long (Alternate)
#LOC_Restock_description-FuelCellArray = Why have just one small fuel cell when you can have three large ones? The fuel cell array is ideal for situations where you need a large source of reliable power. Like the smaller fuel cells, this array operates by converting fuel and oxidizer into energy.
}
}

View File

@ -3,7 +3,7 @@
// - RK-7 "Kodiak" Liquid Fueled Engine (LiquidEngineRK-7)
// - RE-J10 "Wolfhound" Liquid Fuel Engine AJ10 (LiquidEngineRE-J10)
// - RE-I2 "Skiff" Liquid Fuel Engine (LiquidEngineRE-I2)
// - "Mastodon" Liquid Fuel Engine (LiquidEngineKE-1)
// - KR-1 "Mastodon" Liquid Fuel Engine (LiquidEngineKE-1)
// Kodiak
@PART[LiquidEngineRK-7]:HAS[~RestockIgnore[*]]:FOR[ReStock]
@ -1654,7 +1654,7 @@
VARIANT
{
name = Full
displayName = #autoLOC_8007106
displayName = #LOC_Restock_variant-engine_boattail_size2_white
primaryColor = #3a562a
secondaryColor = #9e7100
sizeGroup = GroupA
@ -1695,7 +1695,7 @@
VARIANT
{
name = Mid
displayName = #autoLOC_8007107
displayName = #LOC_Restock_variant-engine_size1p5_white
primaryColor = #3a562a
secondaryColor = #999999
sizeGroup = GroupB
@ -1737,7 +1737,7 @@
VARIANT
{
name = Bare
displayName = #autoLOC_8007108
displayName =#LOC_Restock_variant-engine_compact_white
themeName = Bare
primaryColor = #999999
secondaryColor = #cecece
@ -1780,7 +1780,7 @@
VARIANT
{
name = 25Ring
displayName = #autoLOC_8007107
displayName = #LOC_Restock_variant-engine_size2_white
primaryColor = #3a562a
secondaryColor = #999999
sizeGroup = GroupB
@ -1822,7 +1822,7 @@
VARIANT
{
name = 375Boat
displayName = #autoLOC_8007107
displayName = #LOC_Restock_variant-engine_boattail_size3_white
primaryColor = #3a562a
secondaryColor = #999999
sizeGroup = GroupB
@ -1862,7 +1862,217 @@
node_stack_bottom = 0.0, -2.5, 0.0, 0.0, -1.0, 0.0, 2
}
}
VARIANT
{
name = FullAlt
displayName = #LOC_Restock_variant-engine_boattail_size2_grey-orange
primaryColor = #3a562a
secondaryColor = #9e7100
sizeGroup = GroupA
GAMEOBJECTS
{
// Engine Core
B_F1_25 = false
B_F1_1875 = false
B_F1_Boattail = true
B_F1_Boattail375 = false
B_F1_Compact = false
// Shroud bases
Shroud2x2 = false
Shroud2x3 = false
Shroud2x4 = true
Shroud25 = false
// Actual shroud colour objects
Shroud25BoatWhite = false
Shroud25BoatGrey= true
Shroud25White= false
Shroud25Grey= false
Shroud1875White= false
Shroud1875Grey= false
ShroudCptWhite= false
ShroudCptGrey = false
375MountBoatWhite = false
375MountBoatOrange = false
25MountBoatWhite = true
25MountBoatOrange = false
}
NODES
{
node_stack_bottom = 0.0, -2.95, 0.0, 0.0, -1.0, 0.0, 2
}
}
VARIANT
{
name = MidAlt
displayName = #LOC_Restock_variant-engine_size1p5_grey-orange
primaryColor = #3a562a
secondaryColor = #999999
sizeGroup = GroupB
GAMEOBJECTS
{
// Engine Core
B_F1_25 = false
B_F1_1875 = true
B_F1_Boattail = false
B_F1_Boattail375 = false
B_F1_Compact = false
// Shroud bases
Shroud2x2 = false
Shroud2x3 = true
Shroud2x4 = false
Shroud25 = false
// Actual shroud colour objects
Shroud25BoatWhite = false
Shroud25BoatGrey= false
Shroud25White= false
Shroud25Grey= false
Shroud1875White= false
Shroud1875Grey= true
ShroudCptWhite= false
ShroudCptGrey = false
375MountBoatWhite = false
375MountBoatOrange = false
25MountBoatWhite = false
25MountBoatOrange = false
}
NODES
{
node_stack_top = 0.0, 0.2, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -2.5, 0.0, 0.0, -1.0, 0.0, 2
}
}
VARIANT
{
name = BareAlt
displayName = #LOC_Restock_variant-engine_compact_grey-orange
themeName = Bare
primaryColor = #999999
secondaryColor = #cecece
sizeGroup = GroupC
GAMEOBJECTS
{
// Engine Core
B_F1_25 = false
B_F1_1875 = false
B_F1_Boattail = false
B_F1_Boattail375 = false
B_F1_Compact = true
// Shroud bases
Shroud2x2 = true
Shroud2x3 = false
Shroud2x4 = false
Shroud25 = false
// Actual shroud colour objects
Shroud25BoatWhite = false
Shroud25BoatGrey= false
Shroud25White= false
Shroud25Grey= false
Shroud1875White= false
Shroud1875Grey= false
ShroudCptWhite= false
ShroudCptGrey = true
375MountBoatWhite = false
375MountBoatOrange = false
25MountBoatWhite = false
25MountBoatOrange = false
}
NODES
{
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -2.5, 0.0, 0.0, -1.0, 0.0, 2
}
}
VARIANT
{
name = 25RingAlt
displayName = #LOC_Restock_variant-engine_size2_grey-orange
primaryColor = #3a562a
secondaryColor = #999999
sizeGroup = GroupB
GAMEOBJECTS
{
// Engine Core
B_F1_25 = true
B_F1_1875 = false
B_F1_Boattail = false
B_F1_Boattail375 = false
B_F1_Compact = false
// Shroud bases
Shroud2x2 = false
Shroud2x3 = false
Shroud2x4 = false
Shroud25 = true
// Actual shroud colour objects
Shroud25BoatWhite = false
Shroud25BoatGrey= false
Shroud25White= false
Shroud25Grey= true
Shroud1875White= false
Shroud1875Grey= false
ShroudCptWhite= false
ShroudCptGrey = false
375MountBoatWhite = false
375MountBoatOrange = false
25MountBoatWhite = false
25MountBoatOrange = false
}
NODES
{
node_stack_top = 0.0, 0.2, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -2.5, 0.0, 0.0, -1.0, 0.0, 2
}
}
VARIANT
{
name = 375BoatAlt
displayName = #LOC_Restock_variant-engine_boattail_size3_grey-orange
primaryColor = #3a562a
secondaryColor = #999999
sizeGroup = GroupB
GAMEOBJECTS
{
// Engine Core
B_F1_25 = false
B_F1_1875 = false
B_F1_Boattail = false
B_F1_Boattail375 = true
B_F1_Compact = false
// Shroud bases
Shroud2x2 = false
Shroud2x3 = false
Shroud2x4 = false
Shroud25 = false
// Actual shroud colour objects
Shroud25BoatWhite = false
Shroud25BoatGrey= false
Shroud25White= false
Shroud25Grey= false
Shroud1875White= false
Shroud1875Grey= false
ShroudCptWhite= false
ShroudCptGrey = false
375MountBoatWhite = false
375MountBoatOrange = true
25MountBoatWhite = false
25MountBoatOrange = false
}
NODES
{
node_stack_top = 0.0, 0.2, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -2.5, 0.0, 0.0, -1.0, 0.0, 2
}
}
}
MODULE

View File

@ -37,6 +37,21 @@
model = SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider3
scale = 1.25,1,1.25
}
%DRAG_CUBE
{
cube = 0, 0.78,0.78,0.71, 0.78,0.78,0.71, 1.21,0.96,0.10, 1.21,0.96,0.10, 0.78,0.78,0.71, 0.78,0.78,0.71, 0,-0.3125,0, 1.25,0.625,1.25
cube = 1, 1.56,0.78,0.71, 1.56,0.78,0.71, 1.21,0.96,0.10, 1.21,0.96,0.10, 1.56,0.78,0.71, 1.56,0.78,0.71, 0,-0.625,0, 1.25,1.25,1.25
cube = 2, 2.36,0.77,0.68, 2.36,0.77,0.68, 1.21,0.96,0.10, 1.21,0.96,0.10, 2.36,0.78,0.68, 2.36,0.78,0.68, 0,-0.9375,0, 1.25,1.875,1.25
cube = 3, 3.12,0.78,0.69, 3.12,0.78,0.69, 1.21,0.96,0.10, 1.21,0.96,0.10, 3.12,0.78,0.69, 3.12,0.78,0.69, 0,-1.25,0, 1.25,2.5,1.25
cube = 4, 4.72,0.77,0.60, 4.72,0.77,0.60, 1.21,0.96,0.10, 1.21,0.96,0.10, 4.72,0.77,0.60, 4.72,0.77,0.60, 0,-1.875,0, 1.25,3.75,1.25
cube = 5, 0.78,0.78,0.71, 0.78,0.78,0.71, 1.21,0.96,0.10, 1.21,0.96,0.10, 0.78,0.78,0.71, 0.78,0.78,0.71, 0,-0.3125,0, 1.25,0.625,1.25
cube = 6, 1.56,0.78,0.71, 1.56,0.78,0.71, 1.21,0.96,0.10, 1.21,0.96,0.10, 1.56,0.78,0.71, 1.56,0.78,0.71, 0,-0.625,0, 1.25,1.25,1.25
cube = 7, 2.36,0.77,0.68, 2.36,0.77,0.68, 1.21,0.96,0.10, 1.21,0.96,0.10, 2.36,0.78,0.68, 2.36,0.78,0.68, 0,-0.9375,0, 1.25,1.875,1.25
cube = 8, 3.12,0.78,0.69, 3.12,0.78,0.69, 1.21,0.96,0.10, 1.21,0.96,0.10, 3.12,0.78,0.69, 3.12,0.78,0.69, 0,-1.25,0, 1.25,2.5,1.25
cube = 9, 4.72,0.77,0.60, 4.72,0.77,0.60, 1.21,0.96,0.10, 1.21,0.96,0.10, 4.72,0.77,0.60, 4.72,0.77,0.60, 0,-1.875,0, 1.25,3.75,1.25
}
@MODULE[ModulePartVariants]
{
@VARIANT[Short]
@ -157,7 +172,7 @@
+VARIANT[Short]
{
@name = Short-Orange
@displayName = Short (Alternate)
@displayName = #LOC_Restock_variant-tube-length-short-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -186,7 +201,7 @@
+VARIANT[Medium-Short]
{
@name = Medium-Short-Orange
@displayName = Medium-Short (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-short-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -214,7 +229,7 @@
+VARIANT[Medium]
{
@name = Medium
@displayName = Medium (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -243,7 +258,7 @@
+VARIANT[Medium-Long]
{
@name = Medium-Long-Orange
@displayName = Medium-Long (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-long-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -271,7 +286,7 @@
+VARIANT[Long]
{
@name = Long-Orange
@displayName = Long (Alternate)
@displayName = #LOC_Restock_variant-tube-length-long-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -334,6 +349,18 @@
model = SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider3
scale = 1.875,1,1.875
}
%DRAG_CUBE {
cube = 0, 1.18,0.77,1.01, 1.18,0.77,1.01, 2.72,0.96,0.10, 2.72,0.96,0.10, 1.18,0.77,1.01, 1.18,0.77,1.01, 0,-0.3125,0, 1.875,0.625,1.875
cube = 1, 2.36,0.77,1.01, 2.36,0.77,1.01, 2.72,0.96,0.10, 2.72,0.96,0.10, 2.36,0.77,1.01, 2.36,0.77,1.01, 0,-0.625,0, 1.875,1.25,1.875
cube = 2, 3.52,0.78,1.01, 3.52,0.78,1.01, 2.72,0.96,0.10, 2.72,0.96,0.10, 3.51,0.77,1.00, 3.51,0.77,1.00, 0,-0.9375,0, 1.875,1.875,1.875
cube = 3, 4.69,0.78,1.00, 4.69,0.78,1.00, 2.72,0.96,0.10, 2.72,0.96,0.10, 4.69,0.78,1.00, 4.69,0.78,1.00, 0,-1.25,0, 1.875,2.5,1.875
cube = 4, 7.03,0.78,0.98, 7.03,0.78,0.98, 2.72,0.96,0.10, 2.72,0.96,0.10, 7.03,0.78,0.98, 7.03,0.78,0.98, 0,-1.875,0, 1.875,3.75,1.875
cube = 5, 1.18,0.77,1.01, 1.18,0.77,1.01, 2.72,0.96,0.10, 2.72,0.96,0.10, 1.18,0.77,1.01, 1.18,0.77,1.01, 0,-0.3125,0, 1.875,0.625,1.875
cube = 6, 2.36,0.77,1.01, 2.36,0.77,1.01, 2.72,0.96,0.10, 2.72,0.96,0.10, 2.36,0.77,1.01, 2.36,0.77,1.01, 0,-0.625,0, 1.875,1.25,1.875
cube = 7, 3.52,0.78,1.01, 3.52,0.78,1.01, 2.72,0.96,0.10, 2.72,0.96,0.10, 3.51,0.77,1.00, 3.51,0.77,1.00, 0,-0.9375,0, 1.875,1.875,1.875
cube = 8, 4.69,0.78,1.00, 4.69,0.78,1.00, 2.72,0.96,0.10, 2.72,0.96,0.10, 4.69,0.78,1.00, 4.69,0.78,1.00, 0,-1.25,0, 1.875,2.5,1.875
cube = 9, 7.03,0.78,0.98, 7.03,0.78,0.98, 2.72,0.96,0.10, 2.72,0.96,0.10, 7.03,0.78,0.98, 7.03,0.78,0.98, 0,-1.875,0, 1.875,3.75,1.875
}
@MODULE[ModulePartVariants]
{
@VARIANT[Short]
@ -459,7 +486,7 @@
+VARIANT[Short]
{
@name = Short-Orange
@displayName = Short (Alternate)
@displayName = #LOC_Restock_variant-tube-length-short-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -489,7 +516,7 @@
+VARIANT[Medium-Short]
{
@name = Medium-Short-Orange
@displayName = Medium-Short (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-short-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -518,7 +545,7 @@
+VARIANT[Medium]
{
@name = Medium
@displayName = Medium (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -548,7 +575,7 @@
+VARIANT[Medium-Long]
{
@name = Medium-Long-Orange
@displayName = Medium-Long (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-long-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -577,7 +604,7 @@
+VARIANT[Long]
{
@name = Long-Orange
@displayName = Long (Alternate)
@displayName = #LOC_Restock_variant-tube-length-long-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -642,6 +669,18 @@
model = SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider3
scale = 2.5,1,2.5
}
%DRAG_CUBE {
cube = 0, 1.56,0.77,1.31, 1.56,0.77,1.31, 4.78,0.95,0.10, 4.78,0.95,0.10, 1.56,0.77,1.31, 1.56,0.77,1.31, 0,-0.3125,0, 2.5,0.625,2.5
cube = 1, 3.12,0.77,1.31, 3.12,0.77,1.31, 4.78,0.95,0.10, 4.78,0.95,0.10, 3.12,0.77,1.31, 3.12,0.77,1.31, 0,-0.625,0, 2.5,1.25,2.5
cube = 2, 4.68,0.77,1.31, 4.68,0.77,1.31, 4.78,0.95,0.09, 4.78,0.95,0.09, 4.68,0.77,1.31, 4.68,0.77,1.31, 0,-0.9375,0, 2.5,1.875,2.5
cube = 3, 6.25,0.77,1.31, 6.25,0.77,1.31, 4.78,0.95,0.09, 4.78,0.95,0.09, 6.25,0.77,1.31, 6.25,0.77,1.31, 0,-1.25,0, 2.5,2.5,2.5
cube = 4, 9.44,0.77,1.26, 9.44,0.77,1.26, 4.78,0.95,0.09, 4.78,0.95,0.09, 9.44,0.77,1.26, 9.44,0.77,1.26, 0,-1.875,0, 2.5,3.75,2.5
cube = 5, 1.56,0.77,1.31, 1.56,0.77,1.31, 4.78,0.95,0.10, 4.78,0.95,0.10, 1.56,0.77,1.31, 1.56,0.77,1.31, 0,-0.3125,0, 2.5,0.625,2.5
cube = 6, 3.12,0.77,1.31, 3.12,0.77,1.31, 4.78,0.95,0.10, 4.78,0.95,0.10, 3.12,0.77,1.31, 3.12,0.77,1.31, 0,-0.625,0, 2.5,1.25,2.5
cube = 7, 4.68,0.77,1.31, 4.68,0.77,1.31, 4.78,0.95,0.09, 4.78,0.95,0.09, 4.68,0.77,1.31, 4.68,0.77,1.31, 0,-0.9375,0, 2.5,1.875,2.5
cube = 8, 6.25,0.77,1.31, 6.25,0.77,1.31, 4.78,0.95,0.09, 4.78,0.95,0.09, 6.25,0.77,1.31, 6.25,0.77,1.31, 0,-1.25,0, 2.5,2.5,2.5
cube = 9, 9.44,0.77,1.26, 9.44,0.77,1.26, 4.78,0.95,0.09, 4.78,0.95,0.09, 9.44,0.77,1.26, 9.44,0.77,1.26, 0,-1.875,0, 2.5,3.75,2.5
}
@MODULE[ModulePartVariants]
{
@VARIANT[Short]
@ -767,7 +806,7 @@
+VARIANT[Short]
{
@name = Short-Orange
@displayName = Short (Alternate)
@displayName = #LOC_Restock_variant-tube-length-short-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -797,7 +836,7 @@
+VARIANT[Medium-Short]
{
@name = Medium-Short-Orange
@displayName = Medium-Short (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-short-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -826,7 +865,7 @@
+VARIANT[Medium]
{
@name = Medium
@displayName = Medium (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -856,7 +895,7 @@
+VARIANT[Medium-Long]
{
@name = Medium-Long-Orange
@displayName = Medium-Long (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-long-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -885,7 +924,7 @@
+VARIANT[Long]
{
@name = Long-Orange
@displayName = Long (Alternate)
@displayName = #LOC_Restock_variant-tube-length-long-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -950,6 +989,18 @@
model = SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider4
scale = 3.75,1,3.75
}
%DRAG_CUBE {
cube = 0, 4.72,0.76,1.92, 4.72,0.76,1.92, 11.00,0.96,0.10, 11.00,0.96,0.10, 4.72,0.76,1.92, 4.72,0.76,1.92, 0,-0.625,0, 3.75,1.25,3.75
cube = 1, 7.03,0.77,1.92, 7.03,0.77,1.92, 11.00,0.96,0.09, 11.00,0.96,0.09, 7.03,0.77,1.92, 7.03,0.77,1.92, 0,-0.9375,0, 3.75,1.875,3.75
cube = 2, 9.44,0.77,1.92, 9.44,0.77,1.92, 11.00,0.96,0.09, 11.00,0.96,0.09, 9.44,0.77,1.92, 9.44,0.77,1.92, 0,-1.25,0, 3.75,2.5,3.75
cube = 3, 14.06,0.77,1.92, 14.06,0.77,1.92, 11.00,0.96,0.09, 11.00,0.96,0.09, 14.06,0.77,1.92, 14.06,0.77,1.92, 0,-1.875,0, 3.75,3.75,3.75
cube = 4, 18.75,0.77,1.90, 18.75,0.77,1.90, 11.00,0.96,0.10, 11.00,0.96,0.10, 18.75,0.77,1.90, 18.75,0.77,1.90, 0,-2.5,0, 3.75,5,3.75
cube = 5, 4.72,0.76,1.92, 4.72,0.76,1.92, 11.00,0.96,0.10, 11.00,0.96,0.10, 4.72,0.76,1.92, 4.72,0.76,1.92, 0,-0.625,0, 3.75,1.25,3.75
cube = 6, 7.03,0.77,1.92, 7.03,0.77,1.92, 11.00,0.96,0.09, 11.00,0.96,0.09, 7.03,0.77,1.92, 7.03,0.77,1.92, 0,-0.9375,0, 3.75,1.875,3.75
cube = 7, 9.44,0.77,1.92, 9.44,0.77,1.92, 11.00,0.96,0.09, 11.00,0.96,0.09, 9.44,0.77,1.92, 9.44,0.77,1.92, 0,-1.25,0, 3.75,2.5,3.75
cube = 8, 14.06,0.77,1.92, 14.06,0.77,1.92, 11.00,0.96,0.09, 11.00,0.96,0.09, 14.06,0.77,1.92, 14.06,0.77,1.92, 0,-1.875,0, 3.75,3.75,3.75
cube = 9, 18.75,0.77,1.90, 18.75,0.77,1.90, 11.00,0.96,0.10, 11.00,0.96,0.10, 18.75,0.77,1.90, 18.75,0.77,1.90, 0,-2.5,0, 3.75,5,3.75
}
@MODULE[ModulePartVariants]
{
@VARIANT[Short]
@ -1076,7 +1127,7 @@
+VARIANT[Short]
{
@name = Short-Orange
@displayName = Short (Alternate)
@displayName = #LOC_Restock_variant-tube-length-short-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -1106,7 +1157,7 @@
+VARIANT[Medium-Short]
{
@name = Medium-Short-Orange
@displayName = Medium-Short (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-short-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -1135,7 +1186,7 @@
+VARIANT[Medium]
{
@name = Medium
@displayName = Medium (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -1165,7 +1216,7 @@
+VARIANT[Medium-Long]
{
@name = Medium-Long-Orange
@displayName = Medium-Long (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-long-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -1194,7 +1245,7 @@
+VARIANT[Long]
{
@name = Long-Orange
@displayName = Long (Alternate)
@displayName = #LOC_Restock_variant-tube-length-long-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -1259,6 +1310,18 @@
model = SquadExpansion/MakingHistory/Parts/SharedAssets/ShroudCollider4
scale = 5,1,5
}
%DRAG_CUBE {
cube = 0, 6.25,0.77,2.52, 6.25,0.77,2.52, 20,0.95,0.10, 20,0.95,0.10, 6.25,0.77,2.52, 6.25,0.77,2.52, 0,-0.625,0, 5,1.25,5
cube = 1, 9.37,0.77,2.52, 9.37,0.77,2.52, 20,0.95,0.09, 20,0.95,0.09, 9.37,0.77,2.52, 9.37,0.77,2.52, 0,-0.9375,0, 5,1.875,5
cube = 2, 12.5,0.77,2.52, 12.5,0.77,2.52, 20,0.95,0.09, 20,0.95,0.09, 12.5,0.77,2.52, 12.5,0.77,2.52, 0,-1.25,0, 5,2.5,5
cube = 3, 18.75,0.77,2.52, 18.75,0.77,2.52, 20,0.95,0.09, 20,0.95,0.09, 18.75,0.77,2.52, 18.75,0.77,2.52, 0,-1.875,0, 5,3.75,5
cube = 4, 25.00,0.77,2.52, 25.00,0.77,2.52, 20,0.95,0.10, 20,0.95,0.10, 25.00,0.77,2.52, 25.00,0.77,2.52, 0,-2.5,0, 5,5,5
cube = 5, 6.25,0.77,2.52, 6.25,0.77,2.52, 20,0.95,0.10, 20,0.95,0.10, 6.25,0.77,2.52, 6.25,0.77,2.52, 0,-0.625,0, 5,1.25,5
cube = 6, 9.37,0.77,2.52, 9.37,0.77,2.52, 20,0.95,0.09, 20,0.95,0.09, 9.37,0.77,2.52, 9.37,0.77,2.52, 0,-0.9375,0, 5,1.875,5
cube = 7, 12.5,0.77,2.52, 12.5,0.77,2.52, 20,0.95,0.09, 20,0.95,0.09, 12.5,0.77,2.52, 12.5,0.77,2.52, 0,-1.25,0, 5,2.5,5
cube = 8, 18.75,0.77,2.52, 18.75,0.77,2.52, 20,0.95,0.09, 20,0.95,0.09, 18.75,0.77,2.52, 18.75,0.77,2.52, 0,-1.875,0, 5,3.75,5
cube = 9, 25.00,0.77,2.52, 25.00,0.77,2.52, 20,0.95,0.10, 20,0.95,0.10, 25.00,0.77,2.52, 25.00,0.77,2.52, 0,-2.5,0, 5,5,5
}
@MODULE[ModulePartVariants]
{
@VARIANT[Short]
@ -1385,7 +1448,7 @@
+VARIANT[Short]
{
@name = Short-Orange
@displayName = Short (Alternate)
@displayName = #LOC_Restock_variant-tube-length-short-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -1415,7 +1478,7 @@
+VARIANT[Medium-Short]
{
@name = Medium-Short-Orange
@displayName = Medium-Short (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-short-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -1444,7 +1507,7 @@
+VARIANT[Medium]
{
@name = Medium
@displayName = Medium (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -1474,7 +1537,7 @@
+VARIANT[Medium-Long]
{
@name = Medium-Long-Orange
@displayName = Medium-Long (Alternate)
@displayName = #LOC_Restock_variant-tube-length-med-long-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47
@ -1503,7 +1566,7 @@
+VARIANT[Long]
{
@name = Long-Orange
@displayName = Long (Alternate)
@displayName = #LOC_Restock_variant-tube-length-long-alt
@themeName = Orange
@primaryColor = #f49841
@secondaryColor = #4c4f47