Skip to content

Commit

Permalink
whitelist thruster, improved heli efficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
xianson committed Sep 12, 2024
1 parent 49511d6 commit 7064b34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ModernWarfareCore/Data/CubeBlocks/CubeBlocks_Thruster.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<MinPowerConsumption>0.000000001</MinPowerConsumption>
<SlowdownFactor>1</SlowdownFactor>

<MinPlanetaryInfluence>0.3</MinPlanetaryInfluence>
<MinPlanetaryInfluence>0.6</MinPlanetaryInfluence>
<MaxPlanetaryInfluence>1</MaxPlanetaryInfluence>
<EffectivenessAtMinInfluence>0</EffectivenessAtMinInfluence>
<EffectivenessAtMaxInfluence>1</EffectivenessAtMaxInfluence>
Expand Down Expand Up @@ -181,12 +181,12 @@
<TypeId>GasProperties</TypeId>
<SubtypeId>Hydrogen</SubtypeId>
</FuelId>
<Efficiency>1</Efficiency>
<Efficiency>3</Efficiency>
</FuelConverter>
<MaxPowerConsumption>0.12</MaxPowerConsumption>
<MinPowerConsumption>0.000000001</MinPowerConsumption>
<SlowdownFactor>1</SlowdownFactor>
<MinPlanetaryInfluence>0.3</MinPlanetaryInfluence>
<MinPlanetaryInfluence>0.6</MinPlanetaryInfluence>
<MaxPlanetaryInfluence>1</MaxPlanetaryInfluence>
<EffectivenessAtMinInfluence>0</EffectivenessAtMinInfluence>
<EffectivenessAtMaxInfluence>1</EffectivenessAtMaxInfluence>
Expand Down
7 changes: 4 additions & 3 deletions ModernWarfareCore/Data/Scripts/ModernWarfareCore/GitGone.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Sandbox.Definitions;
rousing Sandbox.Definitions;
using System.Collections.Generic;

using VRage.Game.Components;
Expand Down Expand Up @@ -108,8 +108,11 @@ public class BlockRemover : MySessionComponentBase
"LargeBlockBatteryBlock",

"JetThruster",
"Prop2B",
"MainHelicopterRotor",
"TailHelicopterRotor",
"ElectricFan",
"ElectricFanDShape",

"JetEngineIntake",
"SmallDieselEngine",
Expand All @@ -130,8 +133,6 @@ public class BlockRemover : MySessionComponentBase
"aero-wing-plane-air_brake_double_1x1x1_Large",

"SmallCameraBlock",
"ElectricFan",
"ElectricFanDShape",

});

Expand Down

0 comments on commit 7064b34

Please sign in to comment.