Skip to content

Commit

Permalink
Unitdef Hitbox changes for t1 and t2 naval units (#4037)
Browse files Browse the repository at this point in the history
Adjust ships unitdef Colvols to line up with the models.
  • Loading branch information
drivver44 authored Dec 19, 2024
1 parent bac3405 commit 3e362fd
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions units/ArmShips/T2/armmls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ return {
buildtime = 4720,
canmove = true,
collisionvolumeoffsets = "0 -7 2",
collisionvolumescales = "25 25 66",
collisionvolumetype = "CylZ",
collisionvolumescales = "25 25 70",
collisionvolumetype = "Box",
corpse = "DEAD",
energycost = 3200,
explodeas = "mediumexplosiongeneric",
Expand Down
6 changes: 3 additions & 3 deletions units/ArmShips/T2/armsjam.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ return {
buildpic = "ARMSJAM.DDS",
buildtime = 6040,
canmove = true,
collisionvolumeoffsets = "0 -3 0",
collisionvolumescales = "22 22 64",
collisionvolumetype = "CylZ",
collisionvolumeoffsets = "0 0 0",
collisionvolumescales = "28 32 64",
collisionvolumetype = "Box",
corpse = "DEAD",
energycost = 1600,
energyupkeep = 80,
Expand Down
4 changes: 2 additions & 2 deletions units/ArmShips/armcs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ return {
buildpic = "ARMCS.DDS",
buildtime = 3460,
canmove = true,
collisionvolumeoffsets = "0 -5 0",
collisionvolumeoffsets = "0 0 0",
collisionvolumescales = "30 30 50",
collisionvolumetype = "CylZ",
collisionvolumetype = "Box",
corpse = "DEAD",
energycost = 2000,
energymake = 7,
Expand Down
6 changes: 3 additions & 3 deletions units/CorShips/T2/cormls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ return {
buildpic = "CORMLS.DDS",
buildtime = 4800,
canmove = true,
collisionvolumeoffsets = "-2 -3 0",
collisionvolumescales = "24 24 42",
collisionvolumetype = "CylZ",
collisionvolumeoffsets = "0 -5 0",
collisionvolumescales = "28 20 42",
collisionvolumetype = "Box",
corpse = "DEAD",
energycost = 3300,
explodeas = "mediumexplosiongeneric",
Expand Down
6 changes: 3 additions & 3 deletions units/CorShips/T2/corsjam.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ return {
buildpic = "CORSJAM.DDS",
buildtime = 6320,
canmove = true,
collisionvolumeoffsets = "0 -8 4",
collisionvolumescales = "28 28 65",
collisionvolumetype = "CylZ",
collisionvolumeoffsets = "0 -5 0",
collisionvolumescales = "28 36 70",
collisionvolumetype = "Box",
corpse = "DEAD",
energycost = 1800,
energyupkeep = 80,
Expand Down
4 changes: 2 additions & 2 deletions units/CorShips/corcs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ return {
buildtime = 3700,
canmove = true,
collisionvolumeoffsets = "0 -1 1",
collisionvolumescales = "26 26 47",
collisionvolumetype = "CylZ",
collisionvolumescales = "30 26 47",
collisionvolumetype = "Box",
corpse = "DEAD",
energycost = 2000,
energymake = 7,
Expand Down

0 comments on commit 3e362fd

Please sign in to comment.