Skip to content

Commit

Permalink
New transport stats/armordef (#3761)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitvit authored Sep 23, 2024
1 parent c090171 commit c8b6d25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 2 additions & 0 deletions gamedata/armordefs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ local armorDefs = {
"legnanotcplat",
},
vtol = {
"armhvytrans",
"corhvytrans",
"raptors3",
"armaca",
"armca",
Expand Down
11 changes: 5 additions & 6 deletions units/ArmAircraft/armhvytrans.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ return {
maxacc = 0.1,
blocking = false,
maxdec = 0.75,
energycost = 3800,
energycost = 4000,
metalcost = 190,
buildpic = "armhvytrans.DDS",
buildtime = 8000,
buildtime = 8500,
canfly = true,
canmove = true,
category = "ALL MOBILE WEAPON NOTLAND NOTSUB VTOL NOTSHIP NOTHOVER",
Expand All @@ -18,9 +18,9 @@ return {
idleautoheal = 5,
idletime = 1800,
loadingradius = 300,
health = 1000,
health = 800,
maxslope = 10,
speed = 100.0,
speed = 110.0,
maxwaterdepth = 0,
objectname = "Units/armhvytrans.s3o",
releaseheld = true,
Expand All @@ -29,8 +29,7 @@ return {
selfdestructas = "mediumExplosionGenericSelfd",
sightdistance = 260,
transportcapacity = 1,
transportmass = 4999,
transportsize = 3,
transportsize = 4,
transportunloadmethod = 0,
turninplaceanglelimit = 360,
turnrate = 550,
Expand Down
7 changes: 3 additions & 4 deletions units/CorAircraft/corhvytrans.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ return {
maxacc = 0.09,
blocking = false,
maxdec = 0.75,
energycost = 3800,
energycost = 4000,
metalcost = 190,
buildpic = "corhvytrans.DDS",
buildtime = 8000,
buildtime = 8500,
canfly = true,
canmove = true,
category = "ALL MOBILE WEAPON NOTLAND VTOL NOTSUB NOTSHIP NOTHOVER",
Expand All @@ -29,8 +29,7 @@ return {
selfdestructas = "mediumExplosionGenericSelfd",
sightdistance = 260,
transportcapacity = 1,
transportmass = 4999,
transportsize = 3,
transportsize = 4,
transportunloadmethod = 0,
turninplaceanglelimit = 360,
turnrate = 550,
Expand Down

0 comments on commit c8b6d25

Please sign in to comment.