diff --git a/Weapon Mods/Anomaly_Solaris_Hypernautics/Data/Audio.sbc b/Weapon Mods/Anomaly_Solaris_Hypernautics/Data/Audio.sbc
index f17f40a9e..2ab6d2563 100644
--- a/Weapon Mods/Anomaly_Solaris_Hypernautics/Data/Audio.sbc
+++ b/Weapon Mods/Anomaly_Solaris_Hypernautics/Data/Audio.sbc
@@ -30,7 +30,7 @@
15
false
32
- 1.2
+ 0.7
5
@@ -53,7 +53,7 @@
15
false
32
- 1.2
+ 0.7
5
@@ -76,7 +76,7 @@
15
false
32
- 1
+ 0.7
5
@@ -99,7 +99,7 @@
3
true
5
- 1.2
+ 0.7
5
@@ -122,7 +122,7 @@
1
true
1
- 1.2
+ 0.7
5
@@ -145,7 +145,7 @@
15
false
32
- 1.2
+ 0.7
5
diff --git a/Weapon Mods/Anomaly_Solaris_Hypernautics/Data/SOL_AmmoMagazines.sbc b/Weapon Mods/Anomaly_Solaris_Hypernautics/Data/SOL_AmmoMagazines.sbc
index c55d59fbf..85bcf5d44 100644
--- a/Weapon Mods/Anomaly_Solaris_Hypernautics/Data/SOL_AmmoMagazines.sbc
+++ b/Weapon Mods/Anomaly_Solaris_Hypernautics/Data/SOL_AmmoMagazines.sbc
@@ -148,9 +148,9 @@
1
- 12
+ 1
1
- 12
+ 1
true
@@ -174,10 +174,10 @@
1
- 6
- 12
- 3
- 24
+ 1
+ 1
+ 1
+ 1
true
@@ -201,10 +201,10 @@
1
- 6
- 12
- 3
- 24
+ 1
+ 1
+ 1
+ 1
true
diff --git a/Weapon Mods/Anomaly_Solaris_Hypernautics/Data/Scripts/CoreParts/Nariman_Turret_Ammo.cs b/Weapon Mods/Anomaly_Solaris_Hypernautics/Data/Scripts/CoreParts/Nariman_Turret_Ammo.cs
index a5ad9e736..bda964f56 100644
--- a/Weapon Mods/Anomaly_Solaris_Hypernautics/Data/Scripts/CoreParts/Nariman_Turret_Ammo.cs
+++ b/Weapon Mods/Anomaly_Solaris_Hypernautics/Data/Scripts/CoreParts/Nariman_Turret_Ammo.cs
@@ -173,7 +173,7 @@ partial class Parts
},
EndOfLife = new EndOfLifeDef
{
- Enable = true,
+ Enable = false,
Radius = 1f, // Meters
Damage = 15000f,
Depth = 1f,
@@ -273,7 +273,7 @@ partial class Parts
Smarts = new SmartsDef
{
SteeringLimit = 30, // 0 means no limit, value is in degrees, good starting is 150. This enable advanced smart "control", cost of 3 on a scale of 1-5, 0 being basic smart.
- Inaccuracy = 0.5f, // 0 is perfect, hit accuracy will be a random num of meters between 0 and this value.
+ Inaccuracy = 2.5f, // 0 is perfect, hit accuracy will be a random num of meters between 0 and this value.
Aggressiveness = 2f, // controls how responsive tracking is.
MaxLateralThrust = 0.15, // controls how sharp the trajectile may turn
TrackingDelay = 0, // Measured in Shape diameter units traveled.
@@ -283,7 +283,7 @@ partial class Parts
NoTargetExpire = false, // Expire without ever having a target at TargetLossTime
Roam = false, // Roam current area after target loss
KeepAliveAfterTargetLoss = false, // Whether to stop early death of projectile on target loss
- OffsetRatio = 0.05f, // The ratio to offset the random direction (0 to 1)
+ OffsetRatio = 0.25f, // The ratio to offset the random direction (0 to 1)
OffsetTime = 60, // how often to offset degree, measured in game ticks (6 = 100ms, 60 = 1 seconds, etc..)
},
Mines = new MinesDef // Note: This is being investigated. Please report to Github, any issues.