Ground Units: Difference between revisions
Line 34: | Line 34: | ||
|- | |- | ||
!Ground Units !!Primary Weapon String!! Secondary Weapon String | !Ground Units !!Primary Weapon String!! Secondary Weapon String | ||
|- | |||
|'''ANTITANKCANNON'''||N/A||N/A | |'''ANTITANKCANNON'''||N/A||N/A | ||
|- | |- |
Revision as of 21:37, 5 October 2023
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 | Primary Weapon String | Secondary Weapon String |
---|---|---|
ANTITANKCANNON | N/A | N/A |
APC | N/A | N/A |
ARTILLERY | N/A | N/A |
FLAK[1] | N/A | N/A |
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
- ↑ Same Unit as Anti Air
- ↑ Same Unit as Md Tank
- ↑ Same Unit as Oozium
- ↑ Same Unit as Tank
- ↑ Same Unit as Rocket Launcher
- ↑ CO Unit of Jugger, Epoch, Rattigan
- ↑ CO Unit of Sabaki, Von Bolt, Caulder
- ↑ CO Unit of Koal, Will, Adder
- ↑ CO Unit of Sonja, Conrad, Lin, Walter
- ↑ CO Unit of Ozzy, Napoleon
- ↑ CO Unit of Colin, Sasha, Yukio
- ↑ CO Unit of Lash, Minamoto,Melanthe
- ↑ CO Unit of Andy, Brenner, Alexis
- ↑ CO Unit of Kanbei, Peter
- ↑ CO Unit of Gage, Grit, Smitan, Nana
- ↑ CO Unit of Hachi, Varlot, Sanjuro
- ↑ CO Unit of Max, Jake, Jess, Robosturm