Notice: Infantry Units are not included in this list, as they are their own Type.

Ground Units stats and properties can be modified as a whole, by using the GameEnums.UnitType_Ground variable. For instance:

CO_TEST.getOffensiveBonus = function (co, attacker, atkPosX, atkPosY,
    defender, defPosX, defPosY, isDefender, action,luckmode, map) {

    if (co.getIsCO0() === true) {
            switch (co.getPowerMode()) {

            case GameEnums.PowerMode_Power:
                if (attacker.getUnitType() === GameEnums.UnitType_Ground) {
                    return 30;
                }
            break; 
       //rest of the code goes here
       }

    }

}


Increases the Offense of Ground Units by 30% during the CO Power.

Modifying stats or properties of specific Units

Each Unit can be modified through a comparison of the UnitID. The Unit ID can be obtained through unit.getUnitID() And it's of a String type.

Possible values are:

Ground Units
ANTITANKCANNON APC ARTILLERY FLAK[1]
FLARE HEAVY_TANK[2] HOELLIUM[3] LIGHT_TANK[4]
MEGATANK MISSILE NEOTANK PIPERUNNER
RECON ROCKETTHROWER[5] ZCOUNIT_AUTO_TANK[6] ZCOUNIT_CHAPERON
ZCOUNIT_CRYSTAL_TANK[7] ZCOUNIT_HOT_TANK[8] ZCOUNIT_INTEL_TRUCK[9] ZCOUNIT_IRON_SHIELD_GENERATOR[10]
ZCOUNIT_LOGIC_TRUCK[11] ZCOUNIT_NEOSPIDER_TANK[12] ZCOUNIT_REPAIR_TANK[13] ZCOUNIT_ROYAL_GUARD[14]
ZCOUNIT_SIEGE_CANNON[15] ZCOUNIT_SMUGGLER[16] ZCOUNIT_TANK_HUNTER[17]


Of these, the ones with the ZCOUNIT_ prefix are Units specific to COs that cannot be deployed by the rest.

Notes

  1. Same Unit as Anti Air
  2. Same Unit as Md Tank
  3. Same Unit as Oozium
  4. Same Unit as Tank
  5. Same Unit as Rocket Launcher
  6. CO Unit of Jugger, Epoch, Rattigan
  7. CO Unit of Sabaki, Von Bolt, Caulder
  8. CO Unit of Koal, Will, Adder
  9. CO Unit of Sonja, Conrad, Lin, Walter
  10. CO Unit of Ozzy, Napoleon
  11. CO Unit of Colin, Sasha, Yukio
  12. CO Unit of Lash, Minamoto,Melanthe
  13. CO Unit of Andy, Brenner, Alexis
  14. CO Unit of Kanbei, Peter
  15. CO Unit of Gage, Grit, Smitan, Nana
  16. CO Unit of Hachi, Varlot, Sanjuro
  17. CO Unit of Max, Jake, Jess, Robosturm