Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Tewak T3 land balance
Browse files Browse the repository at this point in the history
the harb got a slight nerf to its dps since it was pretty good vs
everything. The othuum got its dps shifted around its guns a bit, and
the percy/brick got turret improvements which meant that they can be
made slower
  • Loading branch information
Exotic-Retard committed Sep 27, 2017
1 parent c6e7911 commit 44a85a6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion balance/units/UAL0303/UAL0303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ BlueprintId = "ual0303",
},
Weapon = {
{
Damage = 240, --300dps
Damage = 220, --275dps
},
},
}
14 changes: 8 additions & 6 deletions balance/units/XEL0305/XEL0305_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ BlueprintId = "xel0305",
},
Physics = {
LayerChangeOffsetHeight = -0.3,
MaxAcceleration = 2.1,
MaxBrake = 2.1,
MaxSpeed = 2.1,
MaxAcceleration = 2.0,
MaxBrake = 2.0,
MaxSpeed = 2.0,
},
Weapon = {
{
Damage = 900, --300dps
MaxRadius = 33,
RateOfFire = 0.333, --from 4s to 3s
Damage = 900, --300dps
MaxRadius = 33,
RateOfFire = 0.333, --from 4s to 3s
TrackingRadius = 1.2, --makes them face their enemy instead of fucking up
TurretYawSpeed = 70, --make them able to turn their turret without fucking up
},
},
CollisionOffsetZ = -0.1,
Expand Down
9 changes: 5 additions & 4 deletions balance/units/XRL0305/XRL0305_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,19 @@ BlueprintId = "xrl0305",
},
Physics = {
LayerChangeOffsetHeight = -0.3,
MaxAcceleration = 2.1,
MaxBrake = 2.1,
MaxSpeed = 2.1,
MaxAcceleration = 2.0,
MaxBrake = 2.0,
MaxSpeed = 2.0,
},
Weapon = {
{ --main gun
Damage = 120, --300dps
MaxRadius = 33,
RateOfFire = 2.5,

TrackingRadius = 1.2, --makes them face their enemy instead of fucking up
TurretPitch = 10,
TurretPitchRange = 90,
TurretYawSpeed = 70, --make them able to turn their turret without fucking up
},
{ --torpedoes
Damage = 25, --2*25 = 50 ; 10dps
Expand Down
4 changes: 2 additions & 2 deletions balance/units/XSL0303/XSL0303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ BlueprintId = "xsl0303",
},
Weapon = {
{ --side gun 1
Damage = 40, --160 dps
Damage = 35, --140 dps
MaxRadius = 23,
RateOfFire = 2,
},
Expand All @@ -52,7 +52,7 @@ BlueprintId = "xsl0303",
RateOfFire = 2,
},
{ --long range gun
Damage = 300, --75 dps
Damage = 400, --100 dps
MaxRadius = 33,
},
{ --torpedoes
Expand Down

0 comments on commit 44a85a6

Please sign in to comment.