예제 #1
0
파일: Sim_EX1_360.cs 프로젝트: shuyi3/AIPJ
 public override void onCardPlay(Playfield p, bool ownplay, Minion target, int choice)
 {
     p.minionSetAngrToOne(target);
 }
예제 #2
0
파일: Sim_EX1_382.cs 프로젝트: shuyi3/AIPJ
//    kampfschrei:/ setzt den angriff eines feindlichen dieners auf 1.
		public override void getBattlecryEffect(Playfield p, Minion own, Minion target, int choice)
		{
            if(target != null) p.minionSetAngrToOne(target);
		}