Codota Logo
HaakonStromgaldScourge
Code IndexAdd Codota to your IDE (free)

How to use
HaakonStromgaldScourge
in
mage.cards.h

Best Java code snippets using mage.cards.h.HaakonStromgaldScourge (Showing top 2 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Dictionary d =
  • Codota Iconnew Hashtable()
  • Codota IconBundle bundle;bundle.getHeaders()
  • Codota Iconnew Properties()
  • Smart code suggestions by Codota
}
origin: magefree/mage

@Override
public HaakonStromgaldScourge copy() {
  return new HaakonStromgaldScourge(this);
}
origin: magefree/mage

public HaakonStromgaldScourge(UUID ownerId, CardSetInfo setInfo) {
  super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{1}{B}{B}");
  addSuperType(SuperType.LEGENDARY);
  this.subtype.add(SubType.ZOMBIE);
  this.subtype.add(SubType.KNIGHT);
  this.power = new MageInt(3);
  this.toughness = new MageInt(3);
  // You may cast Haakon, Stromgald Scourge from your graveyard, but not from anywhere else.
  Ability ability = new SimpleStaticAbility(Zone.ALL, new HaakonStromgaldScourgePlayEffect());
  ability.addEffect(new HaakonStromgaldScourgePlayEffect2());
  this.addAbility(ability);
  // As long as Haakon is on the battlefield, you may play Knight cards from your graveyard.
  this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new HaakonPlayKnightsFromGraveyardEffect()));
  // When Haakon dies, you lose 2 life.
  this.addAbility(new DiesTriggeredAbility(new LoseLifeSourceControllerEffect(2)));
}
mage.cards.hHaakonStromgaldScourge

Most used methods

  • <init>
  • addAbility
  • addSuperType

Popular in Java

  • Start an intent from android
  • findViewById (Activity)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • notifyDataSetChanged (ArrayAdapter)
  • Color (java.awt)
    The Color class is used encapsulate colors in the default sRGB color space or colors in arbitrary co
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • DecimalFormat (java.text)
    DecimalFormat is a concrete subclass ofNumberFormat that formats decimal numbers. It has a variety o
  • ImageIO (javax.imageio)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now