Commander 2015 spoiler season
And we found our first card!
Kalemne needs two things to work (marked by **): a way to add experience counters to a player, and a way to count them. Also, some upkeep: experience counters should be affected by proliferate (so you can add extra poison counter or experience counter, but not both), and there's also a question of where to display experience counter -- on the life status line, like poison counters? Worst come to worst, it should have enough space for three numbers...
- Code: Select all
Name:Kalemne, Disciple of Iroas
ManaCost:2 R W
Types:Legendary Creature Giant Soldier
PT:3/3
K:Double strike
K:Vigilance
T:Mode$ SpellCast | ValidCard$ Creature.cmcGE5 | ValidActivatingPlayer$ You | Execute$ TrigExperience | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a creature spell with converted mana cost 5 or greater, you get an experience counter.
**SVar:TrigExperience:AB$Experience | Cost$ 0 | Defined$ You | Num$ 1
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | References$ X | Description$ CARDNAME gets +1/+1 for each experience counter you have.
**SVar:X:Count$TotalYouExperienceCounters
SVar:BuffedBy:Creature.cmcGE5
SVar:Picture:http://www.wizards.com/global/images/magic/general/kalemne_disciple_of_iroas.jpg
Oracle:Double strike, vigilance\nWhenever you cast a creature spell with converted mana cost 5 or greater, you get an experience counter.\nKalemne, Disciple of Iroas gets +1/+1 for each experience counter you have.
Kalemne needs two things to work (marked by **): a way to add experience counters to a player, and a way to count them. Also, some upkeep: experience counters should be affected by proliferate (so you can add extra poison counter or experience counter, but not both), and there's also a question of where to display experience counter -- on the life status line, like poison counters? Worst come to worst, it should have enough space for three numbers...