mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add/Amend RS+ part volumes on small enough parts
This commit is contained in:
@ -425,4 +425,9 @@ PART
|
||||
}
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCargoPart
|
||||
packedVolume = 1180
|
||||
}
|
||||
}
|
||||
|
@ -103,4 +103,9 @@ PART
|
||||
}
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCargoPart
|
||||
packedVolume = 740
|
||||
}
|
||||
}
|
||||
|
@ -103,4 +103,9 @@ PART
|
||||
}
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCargoPart
|
||||
packedVolume = 1685
|
||||
}
|
||||
}
|
||||
|
@ -33,7 +33,6 @@ PART
|
||||
// affix anchor mount secure restock
|
||||
bulkheadProfiles = size1p5, srf
|
||||
|
||||
|
||||
// Parameters
|
||||
mass = 0.08
|
||||
dragModelType = default
|
||||
@ -44,9 +43,10 @@ PART
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 350
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCargoPart
|
||||
packedVolume = 500
|
||||
packedVolume = 2250
|
||||
}
|
||||
}
|
||||
|
@ -412,6 +412,11 @@ PART
|
||||
}
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCargoPart
|
||||
packedVolume = 2600
|
||||
}
|
||||
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
|
||||
|
@ -43,9 +43,10 @@ PART
|
||||
maxTemp = 2000
|
||||
breakingForce = 350
|
||||
breakingTorque = 150
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCargoPart
|
||||
packedVolume = 30
|
||||
packedVolume = 135
|
||||
}
|
||||
}
|
||||
|
@ -63,4 +63,9 @@ PART
|
||||
}
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCargoPart
|
||||
packedVolume = 2630
|
||||
}
|
||||
}
|
||||
|
@ -34,4 +34,10 @@ PART
|
||||
breakingTorque = 200
|
||||
maxTemp = 2000
|
||||
bulkheadProfiles = size0
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCargoPart
|
||||
packedVolume = 155
|
||||
}
|
||||
}
|
||||
|
@ -38,4 +38,10 @@ PART
|
||||
breakingTorque = 200
|
||||
maxTemp = 2000 // = 5000
|
||||
bulkheadProfiles = size1
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleCargoPart
|
||||
packedVolume = 1580
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user