Zone.BATTLEFIELD,
new BoostSourceEffect(3, 3, Duration.EndOfTurn),
new ManaCostsImpl<>("{0}"),
new ChronatogTotemCondition(),
"{0}: {this} gets +3/+3 until end of turn. You skip your next turn. Activate this ability only once each turn and only if {this} is a creature");
ability.addEffect(new SkipNextTurnSourceEffect());
this.addAbility(ability);
this.addWatcher(new ActivatedAbilityUsedThisTurnWatcher());
}