mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Revert "fix PhysicsSignificance values"
This reverts commit 7e3691b441
.
This commit is contained in:
parent
788ae9ffcc
commit
f6537fddbf
@ -38,6 +38,7 @@ PART
|
|||||||
crashTolerance = 9
|
crashTolerance = 9
|
||||||
maxTemp = 3300
|
maxTemp = 3300
|
||||||
fuelCrossFeed = False
|
fuelCrossFeed = False
|
||||||
|
PhysicsSignificance = 0
|
||||||
stageOffset = 1
|
stageOffset = 1
|
||||||
childStageOffset = 1
|
childStageOffset = 1
|
||||||
bulkheadProfiles = size1p5
|
bulkheadProfiles = size1p5
|
||||||
|
@ -11,6 +11,7 @@ PART
|
|||||||
model = ReStock/Assets/Utility/restock-ladder-static-2
|
model = ReStock/Assets/Utility/restock-ladder-static-2
|
||||||
scale = 1.0, 1.0, 1.0
|
scale = 1.0, 1.0, 1.0
|
||||||
}
|
}
|
||||||
|
PhysicsSignificance = 1
|
||||||
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
|
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
|
||||||
TechRequired = spaceExploration
|
TechRequired = spaceExploration
|
||||||
entryCost = 750
|
entryCost = 750
|
||||||
@ -30,6 +31,6 @@ PART
|
|||||||
maxTemp = 2000 // = 3200
|
maxTemp = 2000 // = 3200
|
||||||
emissiveConstant = 0.8
|
emissiveConstant = 0.8
|
||||||
thermalMassModifier = 3
|
thermalMassModifier = 3
|
||||||
PhysicsSignificance = NONE
|
PhysicsSignificance = 1
|
||||||
bulkheadProfiles = srf
|
bulkheadProfiles = srf
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,7 @@ PART
|
|||||||
model = ReStock/Assets/Utility/restock-ladder-static-3
|
model = ReStock/Assets/Utility/restock-ladder-static-3
|
||||||
scale = 1.0, 1.0, 1.0
|
scale = 1.0, 1.0, 1.0
|
||||||
}
|
}
|
||||||
|
PhysicsSignificance = 1
|
||||||
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
|
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
|
||||||
TechRequired = spaceExploration
|
TechRequired = spaceExploration
|
||||||
entryCost = 1100
|
entryCost = 1100
|
||||||
@ -30,6 +31,6 @@ PART
|
|||||||
maxTemp = 2000 // = 3200
|
maxTemp = 2000 // = 3200
|
||||||
emissiveConstant = 0.8
|
emissiveConstant = 0.8
|
||||||
thermalMassModifier = 3
|
thermalMassModifier = 3
|
||||||
PhysicsSignificance = NONE
|
PhysicsSignificance = 1
|
||||||
bulkheadProfiles = srf
|
bulkheadProfiles = srf
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user