this.power = new MageInt(4);
this.toughness = new MageInt(4);
this.addAbility(InfectAbility.getInstance());
this.addAbility(new OnEventTriggeredAbility(EventType.UPKEEP_STEP_PRE, "beginning of your upkeep",
new CreateTokenEffect(new InsectInfectToken(), new OpponentsPoisonCountersCount())));
}