Skip to content

Commit

Permalink
Process changes to the Shield Disruptor (FAForever#5604)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRowey authored and Garanas committed Nov 16, 2023
1 parent 7c2b693 commit 95ebc42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions units/DAL0310/DAL0310_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ UnitBlueprint{
AirThreatLevel = 0,
ArmorType = "Normal",
EconomyThreatLevel = 1,
Health = 1200,
MaxHealth = 1200,
Health = 800,
MaxHealth = 800,
RegenRate = 0,
SkipDynamicThreatCalculations = true,
SubThreatLevel = 0,
Expand Down Expand Up @@ -184,7 +184,7 @@ UnitBlueprint{
},
FiringTolerance = 1,
Label = "MainGun",
MaxRadius = 75,
MaxRadius = 65,
MuzzleChargeDelay = 0.5,
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
Expand Down

0 comments on commit 95ebc42

Please sign in to comment.