mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
The YP and YN values are taken from their stock counterparts. The other values are as generated for ReStock meshes.
24 lines
635 B
INI
24 lines
635 B
INI
// Patches applying art changes to crewed utility/science parts
|
|
// Contents:
|
|
// - .625m reaction wheel (sasModule)
|
|
|
|
// .625m reaction wheel
|
|
@PART[sasModule] {
|
|
@author = Andrew Cassidy
|
|
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL {
|
|
model = ReStock/Assets/Control/restock-reactionwheel-625-1
|
|
}
|
|
|
|
DRAG_CUBE
|
|
{
|
|
cube = Default, 0.1161,0.7598,0.4096, 0.1161,0.7598,0.4096, 0.3074,0.9436,0.1761, 0.3074,0.9435,0.1761, 0.1161,0.7576,0.4096, 0.1161,0.7616,0.4096, 0,0,0, 0.629,0.185,0.629
|
|
}
|
|
|
|
%rescaleFactor = 1
|
|
%node_stack_bottom = 0.0, -0.0911109, 0.0, 0.0, -1.0, 0.0, 0
|
|
%node_stack_top = 0.0, 0.0911109, 0.0, 0.0, 1.0, 0.0, 0
|
|
}
|