Exemplo n.º 1
0
 public AttackCard(HumanPlayer player, IBoardGame gameBoard, ITargetPlayer targetPlayer, IAttackAmount attackAmount)
 {
     this.player = player;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
     this.attackAmount = attackAmount;
 }
Exemplo n.º 2
0
 public StickandMove(Thief thiefPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.thiefPlayer = thiefPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 3
0
 public FireArrow(Archer archerPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.archerPlayer = archerPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 4
0
 public VampiricDagger(Thief thiefPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.thiefPlayer = thiefPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 5
0
 public Remember(Warrior warriorPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.warriorPlayer = warriorPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 6
0
 public BallOfForce(Wizard wizardPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.wizardPlayer = wizardPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 7
0
 public TwinStrike(Archer archerPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.archerPlayer = archerPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 8
0
 public IntoTheFray(Warrior warriorPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.warriorPlayer = warriorPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 9
0
 public QuickAttack(Thief thiefPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.thiefPlayer = thiefPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 10
0
 public DrainLife(Wizard wizardPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.wizardPlayer = wizardPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 11
0
 public ColdSnap(Wizard wizardPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.wizardPlayer = wizardPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 12
0
 public BackStab(Thief thiefPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.thiefPlayer = thiefPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 13
0
 public TotalDefense(Cleric clericPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.clericPlayer = clericPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 14
0
 public TotalDefense(Archer archerPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.archerPlayer = archerPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 15
0
 public RejuvenatingStrike(Warrior warriorPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.warriorPlayer = warriorPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 16
0
 public DefensiveBarrier(Wizard wizardPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.wizardPlayer = wizardPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 17
0
 public SteadyAim(Archer archerPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.archerPlayer = archerPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 18
0
 public Consecrate(Cleric clericPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.clericPlayer = clericPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 19
0
 public FireBall(Wizard wizardPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.wizardPlayer = wizardPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 20
0
 public Recall(Cleric clericPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.clericPlayer = clericPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 21
0
 public RainofDaggers(Thief thiefPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.thiefPlayer = thiefPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 22
0
 public ShieldBlock(Warrior warriorPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.warriorPlayer = warriorPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 23
0
 public SpellBuff(Wizard wizardPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.wizardPlayer = wizardPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 24
0
 public SurefireShot(Wizard wizardPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.wizardPlayer = wizardPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 25
0
 public Riposte(Thief thiefPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.thiefPlayer = thiefPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 26
0
 public PerfectShot(Archer archerPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.archerPlayer = archerPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 27
0
 public MagicDefense(Warrior warriorPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.warriorPlayer = warriorPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 28
0
 public SwordAttack(Warrior warriorPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.warriorPlayer = warriorPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 29
0
 public HolyPillar(Cleric clericPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.clericPlayer = clericPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }
Exemplo n.º 30
0
 public HeavyBlow(Warrior warriorPlayer, IBoardGame gameBoard, ITargetPlayer targetPlayer)
 {
     this.warriorPlayer = warriorPlayer;
     this.gameBoard = gameBoard;
     this.targetPlayer = targetPlayer;
 }