Skip to content

Commit

Permalink
changes panther from 2x2 to 3x3 movedeff and footprint (#3989)
Browse files Browse the repository at this point in the history
  • Loading branch information
drivver44 authored Dec 3, 2024
1 parent f0e203e commit eb6b3cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions units/ArmVehicles/T2/armlatnk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ return {
corpse = "DEAD",
energycost = 6400,
explodeas = "smallExplosionGeneric",
footprintx = 2,
footprintz = 2,
footprintx = 3,
footprintz = 3,
health = 1060,
idleautoheal = 5,
idletime = 1800,
Expand All @@ -20,7 +20,7 @@ return {
maxslope = 10,
maxwaterdepth = 12,
metalcost = 330,
movementclass = "TANK2",
movementclass = "TANK3",
nochasecategory = "VTOL",
objectname = "Units/ARMLATNK.s3o",
script = "Units/ARMLATNK.cob",
Expand Down

0 comments on commit eb6b3cf

Please sign in to comment.