Skip to content

Commit

Permalink
Increase turret yaw speed as needed
Browse files Browse the repository at this point in the history
1.2x of turnrate for thau cannon, 1.6x of turnrate for bolters
  • Loading branch information
lL1l1 committed Apr 22, 2024
1 parent 86d64cb commit dc2d3a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions units/XSL0303/XSL0303_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ UnitBlueprint{
TurretPitchSpeed = 90,
TurretYaw = 0,
TurretYawRange = 180,
TurretYawSpeed = 120,
TurretYawSpeed = 170,
Turreted = true,
WeaponCategory = "Direct Fire",
},
Expand Down Expand Up @@ -344,7 +344,7 @@ UnitBlueprint{
TurretPitchSpeed = 90,
TurretYaw = 0,
TurretYawRange = 180,
TurretYawSpeed = 120,
TurretYawSpeed = 170,
Turreted = true,
WeaponCategory = "Direct Fire",
},
Expand Down Expand Up @@ -409,7 +409,7 @@ UnitBlueprint{
TurretPitchSpeed = 30,
TurretYaw = 0,
TurretYawRange = 180,
TurretYawSpeed = 90,
TurretYawSpeed = 125,
Turreted = true,
WeaponCategory = "Indirect Fire",
},
Expand Down

0 comments on commit dc2d3a3

Please sign in to comment.