Skip to content

Commit

Permalink
notha fix (FAForever#2977)
Browse files Browse the repository at this point in the history
changes the notha bombing cycle to janus bombing cycle to fix notha not droping with 0.2 firerate. (while maintaining its airfight microability)
  • Loading branch information
TurinturambarFAF authored Feb 19, 2020
1 parent 06d2f11 commit dff0b36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions units/XSA0202/XSA0202_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ UnitBlueprint {
AutoLandTime = 1,
BankFactor = 2,
BankForward = false,
BreakOffDistance = 1.5,
BreakOffDistance = 5,
BreakOffIfNearNewTarget = true,
BreakOffTrigger = 10,
BreakOffTrigger = 15,
CanFly = true,
CombatTurnSpeed = 1.5,
EngageDistance = 50,
Expand Down Expand Up @@ -481,7 +481,7 @@ UnitBlueprint {
RackSalvoReloadTime = 0,
RackSalvoSize = 1,
RackSlavedToTurret = false,
RateOfFire = 0.2,
RateOfFire = 0.1,
SkipReadyState = true,
StopOnPrimaryWeaponBusy = true,
TargetCheckInterval = 1,
Expand Down

0 comments on commit dff0b36

Please sign in to comment.