private void CheckFocusToCritAuxilaryArc(GenericShip ship) { if (!Combat.ShotInfo.InPrimaryArc) { HostShip.AddAvailableActionEffect(new ActionsList.AllianceOverhaulDiceModification()); } }
protected override void FearlessnessAddDiceModification(GenericShip host) { ActionsList.GenericAction newAction = new ActionsList.FearlessAction() { ImageUrl = HostUpgrade.ImageUrl, Host = HostShip }; HostShip.AddAvailableActionEffect(newAction); }
private void MaulDiceModification(GenericShip host) { ActionsList.GenericAction newAction = new ActionsList.MaulDiceModification() { ImageUrl = HostUpgrade.ImageUrl, Host = HostShip }; HostShip.AddAvailableActionEffect(newAction); }