Combat Sim V2 A request for Data entry help

case "Tiger Starfury":
newShip.Fighter = true;
newShip.Hull = 3;
newShip.Dodge = 3;
newShip.Damage = 1;

// Load the Weapons

newShip.AddWeapon("Burst Plasma Cannon", 1, 2, Weapon.Arc.Turret, new Weapon.trait[] { Weapon.trait.DoubleDamage });
newShip.AddWeapon("Missile Rack", 1, 2, Weapon.Arc.Turret, new Weapon.trait[] { Weapon.trait.AP });
break;

This one was missing
 
Thanks Jhary. Just added it into the list for early EA. Come to thingk of it I should also be adding in Argent's crusaders as well as any of the dilgar ships from Ghosts of Omelos... Maybe the ships from the E-M war as well.
 
Back
Top