private void DengarCrewActionEffect(GenericShip host) { ActionsList.GenericAction newAction = new ActionsList.DengarDiceModification { HostShip = host, ImageUrl = HostUpgrade.ImageUrl }; host.AddAvailableDiceModificationOwn(newAction); }
private void ZuckussAbilityEffect(GenericShip host) { ActionsList.GenericAction newAction = new ActionsList.ZuckussActionEffect() { ImageUrl = HostUpgrade.ImageUrl, HostShip = host }; host.AddAvailableDiceModificationOwn(newAction); }
private void AddFinnDiceModifications(GenericShip ship) { ship.AddAvailableDiceModificationOwn( new FinnTransportPodDiceModificationBlank() { HostShip = HostShip, ImageUrl = HostShip.ImageUrl } ); ship.AddAvailableDiceModificationOwn( new FinnTransportPodDiceModificationFocus() { HostShip = HostShip, ImageUrl = HostShip.ImageUrl } ); }
private void SensorClusterActionEffect(GenericShip host) { ActionsList.GenericAction newAction = new ActionsList.SensorClusterActionEffect() { ImageUrl = HostUpgrade.ImageUrl, HostShip = host }; host.AddAvailableDiceModificationOwn(newAction); }
private void MercenaryCopilotActionEffect(GenericShip host) { GenericAction newAction = new MercenaryCopilotAction() { ImageUrl = HostUpgrade.ImageUrl, HostShip = host }; host.AddAvailableDiceModificationOwn(newAction); }
private void LightweightFrameActionEffect(GenericShip host) { GenericAction newAction = new LightweightFrameDiceModification() { ImageUrl = HostUpgrade.ImageUrl, HostShip = host, }; host.AddAvailableDiceModificationOwn(newAction); }
private void FirstOrderVanguardActionEffects(GenericShip host) { GenericAction attackDiceModification = new FirstOrderVanguardAttackActionEffect() { ImageUrl = HostUpgrade.ImageUrl, HostShip = HostShip }; host.AddAvailableDiceModificationOwn(attackDiceModification); GenericAction defenceDiceModification = new FirstOrderVanguardDefenceActionEffect() { ImageUrl = HostUpgrade.ImageUrl, HostShip = HostShip, Source = HostUpgrade }; host.AddAvailableDiceModificationOwn(defenceDiceModification); }
private void CrackShotDiceModification(GenericShip host) { ActionsList.GenericAction newAction = new ActionsList.SecondEdition.CrackShotDiceModification() { ImageUrl = HostUpgrade.ImageUrl, HostShip = host, Source = this.HostUpgrade }; host.AddAvailableDiceModificationOwn(newAction); }
private void FinnActionEffect(GenericShip host) { GenericAction newAction = new ActionsList.SecondEdition.FinnDiceModification() { HostShip = host, ImageUrl = HostUpgrade.ImageUrl }; host.AddAvailableDiceModificationOwn(newAction); }
private void AddJessPavaActionEffects(GenericShip host) { GenericAction actionPilot = new ActionsList.SecondEdition.JessPavaActionEffect() { HostShip = host, ImageUrl = host.ImageUrl }; host.AddAvailableDiceModificationOwn(actionPilot); }
private void AddCommanderMalarusEffect(GenericShip host) { GenericAction newAction = new CommanderMalarusDiceModification() { ImageUrl = HostShip.ImageUrl, HostShip = HostShip }; host.AddAvailableDiceModificationOwn(newAction); }
private void AddExpertiseDiceModification(GenericShip host) { GenericAction newAction = new ExpertiseDiceModification { ImageUrl = HostUpgrade.ImageUrl, HostShip = host }; host.AddAvailableDiceModificationOwn(newAction); }
private void FireControlSystemAbilityDiceModification(GenericShip host) { var newAction = new ActionsList.SecondEdition.FireControlSystemAbilityActionEffect() { ImageUrl = HostUpgrade.ImageUrl, HostShip = host }; host.AddAvailableDiceModificationOwn(newAction); }
private void AddRoseTicoDiceModification(GenericShip host) { GenericAction diceModification = new ActionsList.SecondEdition.RoseTicoDiceModification() { HostShip = host, ImageUrl = HostUpgrade.ImageUrl }; host.AddAvailableDiceModificationOwn(diceModification); }
private void JukeActionEffect(GenericShip host) { GenericAction newAction = new JukeActionEffect() { ImageUrl = HostUpgrade.ImageUrl, HostShip = host }; host.AddAvailableDiceModificationOwn(newAction); }
private void AdvancedTargetingComputerDiceModification(GenericShip host) { GenericAction newAction = new AdvancedTargetingComputerActionEffect() { ImageUrl = HostUpgrade.ImageUrl, HostShip = host }; host.AddAvailableDiceModificationOwn(newAction); }
private void FlightInstructorActionEffect(GenericShip host) { GenericAction newAction = new FlightInstructorActionEffect { HostShip = host, ImageUrl = HostUpgrade.ImageUrl }; host.AddAvailableDiceModificationOwn(newAction); }
private void WeaponsGuidanceActionEffect(GenericShip host) { GenericAction newAction = new AdvancedOpticsDiceModification() { ImageUrl = HostUpgrade.ImageUrl, HostShip = HostShip }; host.AddAvailableDiceModificationOwn(newAction); }
private void TryAddConcordDawnProtectorDiceModification(GenericShip host) { GenericAction newAction = new ConcordDawnProtectorDiceModification() { ImageUrl = HostUpgrade.ImageUrl, HostShip = host }; host.AddAvailableDiceModificationOwn(newAction); }
private void TryAddAutothrustersDiceModification(GenericShip host) { GenericAction newAction = new AutothrustersDiceModification() { ImageUrl = HostUpgrade.ImageUrl, HostShip = host }; host.AddAvailableDiceModificationOwn(newAction); }
private void SeventhSisterDiceMofication(GenericShip host) { GenericAction newAction = new ActionsList.SecondEdition.SeventhSisterDiceModification() { ImageUrl = HostShip.ImageUrl, HostShip = host, }; host.AddAvailableDiceModificationOwn(newAction); }
private void BistanAddAction(GenericShip ship) { GenericAction action = new BistanAction() { HostShip = this.HostShip, ImageUrl = HostUpgrade.ImageUrl }; ship.AddAvailableDiceModificationOwn(action); }
private void AddNorraWexleyPilotAbility(GenericShip ship) { NorraWexleyYWingAction newAction = new NorraWexleyYWingAction() { HostShip = this.HostShip, Name = this.HostShip.PilotInfo.PilotName + "'s Ability", DiceModificationName = this.HostShip.PilotInfo.PilotName + "'s Ability" }; ship.AddAvailableDiceModificationOwn(newAction); }
private void DiceModification(GenericShip ship) { GenericAction newAction = new CaptainSearDiceModification() { ImageUrl = HostImageUrl, HostShip = ship, CaptainSearShip = HostShip }; ship.AddAvailableDiceModificationOwn(newAction); }
protected override void AddProtonTorpedoesDiceMofification(GenericShip host) { ProtonTorpedoesDiceModificationSE action = new ProtonTorpedoesDiceModificationSE() { HostShip = host, ImageUrl = HostUpgrade.ImageUrl, Source = HostUpgrade }; host.AddAvailableDiceModificationOwn(action); }
private void GuidanceChipsActionEffect(GenericShip host) { GenericAction newAction = new GuidanceChipsEffect() { ImageUrl = HostUpgrade.ImageUrl, HostShip = host, Source = HostUpgrade }; host.AddAvailableDiceModificationOwn(newAction); }
private void AddDiceModification(GenericShip host) { AdvancedProtonTorpedoesAction action = new AdvancedProtonTorpedoesAction() { HostShip = host, ImageUrl = HostUpgrade.ImageUrl, Source = HostUpgrade }; host.AddAvailableDiceModificationOwn(action); }
private void AddDiceModification(GenericShip host) { GenericAction newAction = new RuthlessDiceModification { ImageUrl = HostUpgrade.ImageUrl, HostShip = host, Source = HostUpgrade }; host.AddAvailableDiceModificationOwn(newAction); }
private void AddConcussionMissilesDiceModification(GenericShip host) { ConcussionMissilesAction action = new ConcussionMissilesAction() { HostShip = host, ImageUrl = HostUpgrade.ImageUrl, Source = HostUpgrade }; host.AddAvailableDiceModificationOwn(action); }
private void CloneCaptainRexEffect(GenericShip host) { GenericAction newAction = new ActionsList.SecondEdition.CloneCaptainRexEffect() { HostShip = host, HostUpgrade = HostUpgrade, Ability = this, ImageUrl = HostUpgrade.ImageUrl }; host.AddAvailableDiceModificationOwn(newAction); }