From 36118c09d66e52cc923122059269ef5a0c6e0a10 Mon Sep 17 00:00:00 2001 From: Zecrus2 <72325649+Zecrus2@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:16:25 -0400 Subject: [PATCH] Zecrus balance adjustments v14 (#3626) Updated a username in unit_hats, aiming improvement to legion decurion, prometheus cost/shot reduced. --- luarules/gadgets/unit_hats.lua | 4 ++-- units/Legion/Vehicles/T2 Vehicles/legaheattank.lua | 2 +- units/Legion/Vehicles/leggat.lua | 8 +++++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/luarules/gadgets/unit_hats.lua b/luarules/gadgets/unit_hats.lua index a1602dfebc5..4bca72be663 100644 --- a/luarules/gadgets/unit_hats.lua +++ b/luarules/gadgets/unit_hats.lua @@ -75,11 +75,11 @@ local vikings = { ["MightySheep"] = true, ["Lostdeadman"] = true, ["Narnuk"] = true, - ["Chisato"] = true, + ["Yanami"] = true, ["Hellshound"] = true, } local kings = { - ["Chisato"] = true, + ["Yanami"] = true, } local goldMedals = { -- Nation Wars winners ["Nezah"] = true, diff --git a/units/Legion/Vehicles/T2 Vehicles/legaheattank.lua b/units/Legion/Vehicles/T2 Vehicles/legaheattank.lua index e24d20ebb0e..5cc3dd087cc 100644 --- a/units/Legion/Vehicles/T2 Vehicles/legaheattank.lua +++ b/units/Legion/Vehicles/T2 Vehicles/legaheattank.lua @@ -122,7 +122,7 @@ return { craterboost = 0, cratermult = 0, edgeeffectiveness = 0.15, - energypershot = 500, + energypershot = 300, explosiongenerator = "custom:laserhit-medium", firestarter = 30, firetolerance = 1820, diff --git a/units/Legion/Vehicles/leggat.lua b/units/Legion/Vehicles/leggat.lua index a8a6208031f..8ec326703d5 100644 --- a/units/Legion/Vehicles/leggat.lua +++ b/units/Legion/Vehicles/leggat.lua @@ -116,7 +116,7 @@ return { accuracy = 7, areaofeffect = 16, avoidfeature = false, - burst = 6, + burst = 18, burstrate = 0.066, burnblow = false, craterareaofeffect = 0, @@ -135,7 +135,7 @@ return { ownerExpAccWeight = 4.0, proximitypriority = 3, range = 400, - reloadtime = 0.4, + reloadtime = 1.2, rgbcolor = "1 0.95 0.4", soundhit = "bimpact3", soundhitwet = "splshbig", @@ -143,7 +143,8 @@ return { soundstartvolume = 3, sprayangle = 1600, thickness = 0.6, - tolerance = 6000, + fireTolerance = 6000, + tolerance = 12000, turret = true, weapontype = "LaserCannon", weaponvelocity = 921, @@ -158,6 +159,7 @@ return { badtargetcategory = "VTOL", def = "ARMMG_WEAPON", onlytargetcategory = "NOTSUB", + burstControlWhenOutOfArc = 2, }, }, },