Skip to content

Commit

Permalink
Scav Armada Commanders health nerf
Browse files Browse the repository at this point in the history
  • Loading branch information
Damgam committed May 17, 2024
1 parent 808bc14 commit b204982
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gamedata/scavengers/unitdef_post.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ local function scavUnitDef_Post(name, uDef)
uDef.customparams.iscommander = nil
end

-- Evocom adjustments
if string.find(name, "armcomlvl") then -- nerf health of armada evocom, since it's invisible and hard to deal with because of that
if uDef.health then
uDef.health = uDef.health * 0.5
end
end



-- Extra Units for Scavs
Expand Down

0 comments on commit b204982

Please sign in to comment.