Skip to content
10 changes: 5 additions & 5 deletions units/URS0201/URS0201_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ UnitBlueprint{
AirThreatLevel = 3,
ArmorType = "Normal",
EconomyThreatLevel = 95,
Health = 6500,
MaxHealth = 6500,
Health = 6150,
MaxHealth = 6150,
SubThreatLevel = 10,
SurfaceThreatLevel = 14,
},
Expand Down Expand Up @@ -298,13 +298,13 @@ UnitBlueprint{
Land = "Land|Water|Seabed",
Water = "Land|Water|Seabed",
},
FiringRandomness = 0.3,
FiringRandomness = 0.25,
FiringTolerance = 2,
Label = "ParticleGun",
MaxRadius = 85,
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 2,
MuzzleVelocity = 30,
MuzzleVelocity = 32,
ProjectileId = "/projectiles/CDFProtonCannon01/CDFProtonCannon01_proj.bp",
RackBones = {
{
Expand Down Expand Up @@ -340,7 +340,7 @@ UnitBlueprint{
TurretPitchSpeed = 30,
TurretYaw = 0,
TurretYawRange = 145,
TurretYawSpeed = 90,
TurretYawSpeed = 95,
Turreted = true,
WeaponCategory = "Direct Fire Naval",
},
Expand Down
12 changes: 6 additions & 6 deletions units/XSS0201/XSS0201_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ UnitBlueprint{
Defense = {
ArmorType = "Normal",
EconomyThreatLevel = 32,
Health = 6900,
MaxHealth = 6900,
Health = 6500,
MaxHealth = 6500,
SubThreatLevel = 10,
SurfaceThreatLevel = 16,
},
Expand Down Expand Up @@ -202,7 +202,7 @@ UnitBlueprint{
BeamCollisionDelay = 0,
BeamLifetime = 1,
CollideFriendly = false,
Damage = 45,
Damage = 47,
DamageRadius = 1,
DamageType = "Normal",
DisplayName = "Front Ultrachromatic Beam Generator",
Expand Down Expand Up @@ -324,7 +324,7 @@ UnitBlueprint{
},
BallisticArc = "RULEUBA_None",
CollideFriendly = false,
Damage = 126,
Damage = 95,
DamageType = "Normal",
DisplayName = "Ana-it Torpedo Launcher",
FireTargetLayerCapsTable = {
Expand All @@ -335,8 +335,8 @@ UnitBlueprint{
FiringTolerance = 2,
Label = "Torpedo1",
MaxRadius = 45,
MuzzleSalvoDelay = 0.8,
MuzzleSalvoSize = 3,
MuzzleSalvoDelay = 0.9,
MuzzleSalvoSize = 4,
MuzzleVelocity = 5,
ProjectileId = "/projectiles/SANAnaitTorpedo01/SANAnaitTorpedo01_proj.bp",
ProjectileLifetime = 7,
Expand Down
Loading