Exemplo n.º 1
0
//    kampfschrei:/ vertauscht angriff und leben eines dieners.
        //todo: use buffs after that
		public override void getBattlecryEffect(Playfield p, Minion own, Minion target, int choice)
		{
            if (target != null) p.minionSwapAngrAndHP(target);
		}
Exemplo n.º 2
0
        //   Swap a minion's Attack and Health.


        public override void onCardPlay(Playfield p, bool ownplay, Minion target, int choice)
        {
            p.minionSwapAngrAndHP(target);
        }