torridus wrote:swordshine wrote:@torridus, Jallax, Master Polymorphogist is missing.
My first iteration of the code didn't work as expected, so I recoded the card and haven't had a solid opportunity to test it yet. I'll add Jallax to this thread whenever I've made sure the card works properly.
Evidently Jallax is Jalira, so I've updated my code (below) with the correct official information.
I'm having some difficulties at the moment so in case I don't get around to testing the card's code, here it is:- Jalira, Master Polymorphogist | Open
- Code: Select all
Name:Jalira, Master Polymorphogist
ManaCost:3 U
Types:Legendary Creature Human Wizard
PT:2/2
A:AB$ DigUntil | Cost$ 2 U T Sac<1/Creature.Other/another creature> | Defined$ You | Valid$ Creature.nonLegendary | ValidDescription$ nonlegendary creature | FoundDestination$ Battlefield | RevealedDestination$ Library | RevealedLibraryPosition$ -1 | RandomOrder$ True | SpellDescription$ Reveal cards from the top of your library until you reveal a nonlegendary creature card. Put that card onto the battlefield and the rest on the the bottom of your library in a random order.
SVar:Picture:http://www.wizards.com/global/images/magic/general/jalira_master_polymorphogist.jpg
Oracle: {2}{U}, {T}, Sacrifice another creature: Reveal cards from the top of your library until you reveal a nonlegendary creature card. Put that card onto the battlefield and the rest on the bottom of your library in a random order.
EDIT: Jalira has successfully been tested. Seems to work fine - I'm not 100% sure if cards are going to the bottom in a random order, but I don't know if Forge allows for this. The code in this post has been updated to be correct.
And although swordshine claimed
Hornet Nest, I had to code it to test something. If it's already done, just ignore this:
- Hornet Nest | Open
- Code: Select all
Name:Hornet Nest
ManaCost:2 G
Types:Creature Insect
PT:0/2
K:Defender
T:Mode$ DamageDone | Execute$ TrigToken | ValidTarget$ Card.Self | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME is dealt damage, put that many 1/1 green Insect creature tokens with flying and deathtouch onto the battlefield.
SVar:TrigToken:AB$Token | Cost$ 0 | TokenAmount$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying<>Deathtouch | References$ X
SVar:X:TriggerCount$DamageAmount
SVar:HasCombatEffect:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/hornet_nest.jpg
Oracle:Whenever Hornet Nest is dealt damage, put that many 1/1 green Insect creature tokens with flying and deathtouch onto the battlefield.