예제 #1
0
 private void AddPoeDameronPilotAbility(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new PoeDameronAction()
     {
         Host = HostShip
     });
 }
예제 #2
0
 protected virtual void AddThaneKyrellAbility(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new ThaneKyrellDiceModificationSE()
     {
         Host = HostShip
     });
 }
예제 #3
0
 private void AddSawGerreraDiceModification(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.SawGerreraCrewDiceModification();
     newAction.ImageUrl = HostShip.ImageUrl;
     newAction.HostShip = HostShip;
     host.AddAvailableDiceModification(newAction);
 }
예제 #4
0
파일: Inaldra.cs 프로젝트: xNyer/FlyCasual
 protected virtual void AddInaldraAbility(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new InaldraAction()
     {
         Host = HostShip
     });
 }
예제 #5
0
 private void AddJessPavaActionEffect(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.FirstEdition.JessPavaActionEffect();
     newAction.HostShip = host;
     newAction.ImageUrl = host.ImageUrl;
     host.AddAvailableDiceModification(newAction);
 }
예제 #6
0
 protected override void AddInaldraAbility(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new InaldraActionSE()
     {
         HostShip = HostShip
     });
 }
예제 #7
0
 private void AddKeyanFarlanderAbility(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new KeyanFarlanderAction()
     {
         HostShip = HostShip
     });
 }
예제 #8
0
 protected override void AddRearAdmiralChiraneauPilotAbility(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new ActionsList.SecondEdition.RearAdmiralChiraneauAction()
     {
         HostShip = HostShip
     });
 }
예제 #9
0
 protected virtual void AddInaldraAbility(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new ActionsList.FirstEdition.InaldraAction()
     {
         HostShip = HostShip
     });
 }
예제 #10
0
 protected virtual void AddSeynMaranaAbility(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new SeynMaranaDiceModificationSE()
     {
         Host = HostShip
     });
 }
예제 #11
0
 private void AddIbtisamAbility(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new IbtisamAction()
     {
         Host = HostShip
     });
 }
예제 #12
0
 public void HortonSalmPilotAbility(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new HortonSalmActionSE()
     {
         HostShip = HostShip
     });
 }
예제 #13
0
 private void AddSyncedTurretAbility(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new SyncedTurretAction()
     {
         Source = HostUpgrade
     });
 }
예제 #14
0
 public void AddForceAction(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new ActionsList.ForceAction()
     {
         Host = ship
     });
 }
예제 #15
0
 public void CheckLinkedBatteryAbility(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new ActionsList.LinkedBatteryAction()
     {
         ImageUrl = HostUpgrade.ImageUrl,
         HostShip = HostShip
     });
 }
예제 #16
0
 protected override void AddAgentKallusDiceModification(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.SecondEdition.AgentKallusDiceModification()
     {
         ImageUrl = HostUpgrade.ImageUrl,
         HostShip = host
     };
     host.AddAvailableDiceModification(newAction);
 }
예제 #17
0
 private void DengarCrewActionEffect(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.DengarDiceModification
     {
         Host     = host,
         ImageUrl = HostUpgrade.ImageUrl
     };
     host.AddAvailableDiceModification(newAction);
 }
예제 #18
0
 private void AddLattsRazziDiceModification(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.LattsRazziDiceModification()
     {
         ImageUrl = HostUpgrade.ImageUrl,
         HostShip = HostShip
     };
     host.AddAvailableDiceModification(newAction);
 }
예제 #19
0
        private void AddEzraBridgerPilotAbilitySE(GenericShip ship)
        {
            EzraBridgerActionSE newAction = new EzraBridgerActionSE()
            {
                HostShip = this.HostShip
            };

            ship.AddAvailableDiceModification(newAction);
        }
예제 #20
0
 private void SensorJammerActionEffect(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.SensorJammerActionEffect()
     {
         ImageUrl = HostUpgrade.ImageUrl,
         HostShip = host
     };
     host.AddAvailableDiceModification(newAction);
 }
예제 #21
0
 private void ZuckussAbilityEffect(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.ZuckussActionEffect()
     {
         ImageUrl = HostUpgrade.ImageUrl,
         HostShip = host
     };
     host.AddAvailableDiceModification(newAction);
 }
예제 #22
0
        private void AddNorraWexleyPilotAbility(GenericShip ship)
        {
            NorraWexleyAction newAction = new NorraWexleyAction()
            {
                Host = this.HostShip
            };

            ship.AddAvailableDiceModification(newAction);
        }
예제 #23
0
 private void SeventhSisterDiceMofication(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.SecondEdition.SeventhSisterDiceModification()
     {
         ImageUrl = HostShip.ImageUrl,
         Host     = host,
     };
     host.AddAvailableDiceModification(newAction);
 }
예제 #24
0
        private void LightweightFrameActionEffect(GenericShip host)
        {
			GenericAction newAction = new LightweightFrameDiceModification()
            {
                ImageUrl = HostUpgrade.ImageUrl,
                Host = host,
            };
            host.AddAvailableDiceModification(newAction);
        }
예제 #25
0
 private void AddGlitterstimDiceModification(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.GlitterstimDiceModification()
     {
         ImageUrl = HostUpgrade.ImageUrl,
         Host     = HostShip
     };
     host.AddAvailableDiceModification(newAction);
 }
예제 #26
0
 private void LoneWolfActionEffect(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.LoneWolfActionEffect()
     {
         ImageUrl = HostUpgrade.ImageUrl,
         Host     = host
     };
     host.AddAvailableDiceModification(newAction);
 }
예제 #27
0
 private void ManglerCannonAddDiceModification(GenericShip ship)
 {
     ship.AddAvailableDiceModification(new ManglerCannonAction()
     {
         ImageUrl = HostUpgrade.ImageUrl,
         HostShip = HostShip,
         Source   = HostUpgrade
     });
 }
예제 #28
0
파일: Finn.cs 프로젝트: qbasicjed/FlyCasual
        private void AddFinnDiceModifications(GenericShip ship)
        {
            ship.AddAvailableDiceModification(
                new FinnTransportPodDiceModificationBlank()
            {
                HostShip = HostShip,
                ImageUrl = HostShip.ImageUrl
            }
                );

            ship.AddAvailableDiceModification(
                new FinnTransportPodDiceModificationFocus()
            {
                HostShip = HostShip,
                ImageUrl = HostShip.ImageUrl
            }
                );
        }
예제 #29
0
 private void TryToAddDiceModification(GenericShip ship)
 {
     ActionsList.GasCloudDiceModification newAction = new ActionsList.GasCloudDiceModification()
     {
         HostShip     = ship,
         HostObstacle = this
     };
     ship.AddAvailableDiceModification(newAction);
 }
예제 #30
0
 private void AdvancedTargetingComputerDiceModification(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.AdvancedTargetingComputerActionEffect()
     {
         ImageUrl = HostUpgrade.ImageUrl,
         Host     = host
     };
     host.AddAvailableDiceModification(newAction);
 }