All public logs

Combined display of all available logs of Commander Wars. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:00, 3 March 2023 Admin talk contribs created page Air Units (Created page with "Air Units' stats and properties can be modified as a whole, by using the '''GameEnums.UnitType_Air''' variable.For instance: <syntaxhighlight lang="javascript"> 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() === GameEnu...")