diff --git a/Gamemode Mods/Starcore_Pointslist/Data/Scripts/Additions/PointAdditions.cs b/Gamemode Mods/Starcore_Pointslist/Data/Scripts/Additions/PointAdditions.cs index 6e2f5f12f..221218d6e 100644 --- a/Gamemode Mods/Starcore_Pointslist/Data/Scripts/Additions/PointAdditions.cs +++ b/Gamemode Mods/Starcore_Pointslist/Data/Scripts/Additions/PointAdditions.cs @@ -182,25 +182,25 @@ internal class PointAdditions : MySessionComponentBase ["AQD_LG_HydroThrusterL_ArmoredSlope"] = 50, ["AQD_LG_HydroThrusterL_Armored"] = 50, ["LargeBlockLargeHydrogenThrustIndustrial"] = 50, - ["LargeBlockSmallHydrogenThrust"] = 15, - ["AQD_LG_HydroThrusterS_ArmoredSlope"] = 15, - ["AQD_LG_HydroThrusterS_Armored"] = 15, - ["LargeBlockSmallHydrogenThrustIndustrial"] = 15, + ["LargeBlockSmallHydrogenThrust"] = 10, + ["AQD_LG_HydroThrusterS_ArmoredSlope"] = 10, + ["AQD_LG_HydroThrusterS_Armored"] = 10, + ["LargeBlockSmallHydrogenThrustIndustrial"] = 10, ["HugeHydrogenThruster"] = 200, - ["LargeBlockLargeThrust"] = 20, - ["AQD_LG_IonThrusterL_ArmoredSlope"] = 20, - ["AQD_LG_IonThrusterL_Armored"] = 20, - ["LargeBlockLargeThrustSciFi"] = 20, - ["LargeBlockLargeModularThruster"] = 20, - ["LargeBlockSmallThrust"] = 4, - ["AQD_LG_IonThrusterS_Armored"] = 4, - ["AQD_LG_IonThrusterS_ArmoredSlope"] = 4, - ["LargeBlockSmallThrustSciFi"] = 4, - ["SmallThrustSciFi"] = 4, - ["LargeBlockSmallModularThruster"] = 4, - ["AWGFocusDrive"] = 100, - ["IonHeavyCovered"] = 100, + ["LargeBlockLargeThrust"] = 10, + ["AQD_LG_IonThrusterL_ArmoredSlope"] = 10, + ["AQD_LG_IonThrusterL_Armored"] = 10, + ["LargeBlockLargeThrustSciFi"] = 10, + ["LargeBlockLargeModularThruster"] = 10, + ["LargeBlockSmallThrust"] = 2, + ["AQD_LG_IonThrusterS_Armored"] = 2, + ["AQD_LG_IonThrusterS_ArmoredSlope"] = 2, + ["LargeBlockSmallThrustSciFi"] = 2, + ["SmallThrustSciFi"] = 2, + ["LargeBlockSmallModularThruster"] = 2, + ["AWGFocusDrive"] = 50, + ["IonHeavyCovered"] = 50, ["AWGGG"] = 150, ["AQD_LG_AtmoThrusterS_ArmoredSlopeRev"] = 3, diff --git a/Utility Mods/SC_Season_4_Adjustments/Data/Scripts/CoreParts/BoostedThrustAndFlame/BoostedThrustAndFlame.cs b/Utility Mods/SC_Season_4_Adjustments/Data/Scripts/CoreParts/BoostedThrustAndFlame/BoostedThrustAndFlame.cs index ab8f091ca..d1e70b4de 100644 --- a/Utility Mods/SC_Season_4_Adjustments/Data/Scripts/CoreParts/BoostedThrustAndFlame/BoostedThrustAndFlame.cs +++ b/Utility Mods/SC_Season_4_Adjustments/Data/Scripts/CoreParts/BoostedThrustAndFlame/BoostedThrustAndFlame.cs @@ -24,7 +24,7 @@ public override void LoadData() if (thruster != null) { thruster.ForceMagnitude *= 4.0f; //S3 was 3.5 - thruster.MaxPowerConsumption *= 3.0f; //S3 was 3.5 + thruster.MaxPowerConsumption *= 1.5f; //S3 was 3.5 thruster.FlameDamage *= 5f; //thruster.FlameDamageLengthScale *= 1.5f; thruster.FlameLengthScale *= 2.0f;