Skip to content

Commit

Permalink
Zecrus balance adjustments v14 (beyond-all-reason#3626)
Browse files Browse the repository at this point in the history
Updated a username in unit_hats, aiming improvement to legion decurion, prometheus cost/shot reduced.
  • Loading branch information
Zecrus2 authored Aug 21, 2024
1 parent 3cd41dd commit 36118c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions luarules/gadgets/unit_hats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion units/Legion/Vehicles/T2 Vehicles/legaheattank.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ return {
craterboost = 0,
cratermult = 0,
edgeeffectiveness = 0.15,
energypershot = 500,
energypershot = 300,
explosiongenerator = "custom:laserhit-medium",
firestarter = 30,
firetolerance = 1820,
Expand Down
8 changes: 5 additions & 3 deletions units/Legion/Vehicles/leggat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ return {
accuracy = 7,
areaofeffect = 16,
avoidfeature = false,
burst = 6,
burst = 18,
burstrate = 0.066,
burnblow = false,
craterareaofeffect = 0,
Expand All @@ -135,15 +135,16 @@ return {
ownerExpAccWeight = 4.0,
proximitypriority = 3,
range = 400,
reloadtime = 0.4,
reloadtime = 1.2,
rgbcolor = "1 0.95 0.4",
soundhit = "bimpact3",
soundhitwet = "splshbig",
soundstart = "minigun3",
soundstartvolume = 3,
sprayangle = 1600,
thickness = 0.6,
tolerance = 6000,
fireTolerance = 6000,
tolerance = 12000,
turret = true,
weapontype = "LaserCannon",
weaponvelocity = 921,
Expand All @@ -158,6 +159,7 @@ return {
badtargetcategory = "VTOL",
def = "ARMMG_WEAPON",
onlytargetcategory = "NOTSUB",
burstControlWhenOutOfArc = 2,
},
},
},
Expand Down

0 comments on commit 36118c0

Please sign in to comment.