Reduced torque and velocity loss in gears and rods ( 50% rods %500 gears)

This commit is contained in:
Robert S 2014-04-09 22:21:02 -04:00
parent 9b3c87bbb6
commit 3d874e6d8d
3 changed files with 707 additions and 707 deletions

View file

@ -80,11 +80,11 @@ public class PartGear extends PartMechanical implements IMultiBlockStructure<Par
switch (tier) switch (tier)
{ {
default: default:
return 0.8; return 0.03;
case 1: case 1:
return 0.6; return 0.02;
case 2: case 2:
return 0.4; return 0.01;
} }
} }
@ -95,11 +95,11 @@ public class PartGear extends PartMechanical implements IMultiBlockStructure<Par
switch (tier) switch (tier)
{ {
default: default:
return 0.6; return 0.03;
case 1: case 1:
return 0.8; return 0.02;
case 2: case 2:
return 0.4; return 0.01;
} }
} }

View file

@ -52,11 +52,11 @@ public class PartGearShaft extends PartMechanical
switch (tier) switch (tier)
{ {
default: default:
return 0.08; return 0.03;
case 1: case 1:
return 0.06; return 0.02;
case 2: case 2:
return 0.04; return 0.01;
} }
} }
@ -67,11 +67,11 @@ public class PartGearShaft extends PartMechanical
switch (tier) switch (tier)
{ {
default: default:
return 0.06; return 0.03;
case 1: case 1:
return 0.08; return 0.02;
case 2: case 2:
return 0.04; return 0.01;
} }
} }