diff --git a/balance/units/UAL0202/UAL0202_unit.bp b/balance/units/UAL0202/UAL0202_unit.bp index e3d3490..37f575d 100644 --- a/balance/units/UAL0202/UAL0202_unit.bp +++ b/balance/units/UAL0202/UAL0202_unit.bp @@ -25,7 +25,7 @@ BlueprintId = "ual0202", MaxSpeed = 2.65, }, Weapon = { - { + { Damage = 400, RateOfFire = 0.3, TargetPriorities = { @@ -38,6 +38,7 @@ BlueprintId = "ual0202", 'SPECIALLOWPRI', 'ALLUNITS', }, - }, + TurretYawSpeed = 100, --stops it fucking up while turning + }, }, } \ No newline at end of file