infantry squads; a bit tight at the moment.

This commit is contained in:
Chris Forbes
2009-11-01 13:15:23 +13:00
parent dbef9e4a45
commit 783b9e9f5f
8 changed files with 115 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ namespace OpenRa.Game.GameRules
public readonly string[] Prerequisite = { };
public readonly string Primary = null;
public readonly string Secondary = null;
public readonly int ROT = 0;
public readonly int ROT = 255;
public readonly int Reload = 0;
public readonly bool SelfHealing = false;
public readonly bool Sensors = false; // no idea what this does
@@ -67,6 +67,7 @@ namespace OpenRa.Game.GameRules
public readonly bool FraidyCat = false;
public readonly bool Infiltrate = false;
public readonly bool IsCanine = false;
public readonly int SquadSize = 1;
public InfantryInfo(string name) : base(name) { }
}