Page 2 of 9

Re: Magic Origins Spoiler Season

PostPosted: 18 Jun 2015, 05:07
by Marek14
Code: Select all
Name:Dwynen, Gilt-Leaf Daen
ManaCost:2 G G
Types:Legendary Creature Elf Warrior
PT:3/4
K:Reach
S:Mode$ Continuous | Affected$ Creature.Elf+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other Elf creatures you control get +1/+1.
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ Whenever CARDNAME attacks, you gain 1 life for each attacking Elf you control.
SVar:TrigGainLife:AB$ GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X | References$ X
SVar:X:Count$Valid Creature.YouCtrl+Elf+attacking
SVar:HasAttackEffect:TRUE
DeckHints:Type$Elf
SVar:PlayMain1:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/dwynen_gilt_leaf_daen.jpg
Oracle:Reach\nOther Elf creatures you control get +1/+1.\nWhenever Dwynen, Gilt-Leaf Daen attacks, you gain 1 life for each attacking Elf you control.
(As an aside, Wingmate Roc should use CARDNAME in its TriggerDescription$.)

Re: Magic Origins Spoiler Season

PostPosted: 18 Jun 2015, 06:02
by Hanmac
arg curse you Marek14, i wanted to code that ;P

PS: can you check my Ravaging Blaze i did post before? i didnt had time to test it yet

Re: Magic Origins Spoiler Season

PostPosted: 18 Jun 2015, 06:20
by Marek14
Hanmac wrote:arg curse you Marek14, i wanted to code that ;P

PS: can you check my Ravaging Blaze i did post before? i didnt had time to test it yet
I think it looks good.

Re: Magic Origins Spoiler Season

PostPosted: 18 Jun 2015, 10:57
by Agetian
Marek14 wrote:(As an aside, Wingmate Roc should use CARDNAME in its TriggerDescription$.)
Done. :) Thanks!

- Agetian

Re: Magic Origins Spoiler Season

PostPosted: 18 Jun 2015, 11:26
by Hanmac
Soul's Fire + Arcbond = Chandra's Ignition

Code: Select all
Name:Chandra's Ignition
ManaCost:3 R R
Types:Sorcery
A:SP$ Pump | Cost$ 3 R R | ValidTgts$ Creature.YouCtrl | AILogic$ PowerDmg | TgtPrompt$ Select target creature you control | RememberObjects$ Targeted | SubAbility$ IgnitionDamage | StackDescription$ None | SpellDescription$ Target creature you control deals damage equal to its power to each other creature and each opponent.
SVar:IgnitionDamage:DB$ DamageAll | ValidCards$ Creature.IsNotRemembered | ValidPlayers$ Player.Opponent | AILogic$ PowerDmg | NumDmg$ X | References$ X | ConditionDefined$ Targeted | ConditionPresent$ Creature | ConditionCompare$ EQ1 | DamageSource$ ParentTarget
SVar:X:ParentTargeted$CardPower
SVar:Picture:
Oracle:Target creature you control deals damage equal to its power to each other creature and each opponent.

Re: Magic Origins Spoiler Season

PostPosted: 18 Jun 2015, 12:14
by friarsol
Dwynen shouldn't tap for mana right?

Also, Hanmac you're using ".IsNotRemembered" property, but you don't actually remember anything?

Re: Magic Origins Spoiler Season

PostPosted: 18 Jun 2015, 12:26
by Hanmac
@friarsol: fixed that, i did miss it when combining the two effects

can you also checkout this card i try?
viewtopic.php?f=52&t=17218&p=180988#p180988
i didnt get the "ActivationLimit$ 1" right i think

Re: Magic Origins Spoiler Season

PostPosted: 18 Jun 2015, 12:31
by Marek14
friarsol wrote:Dwynen shouldn't tap for mana right?
Fixed, thanks.

Re: Magic Origins Spoiler Season

PostPosted: 18 Jun 2015, 14:18
by friarsol
Hanmac wrote:@friarsol: fixed that, i did miss it when combining the two effects
Also, it looks like you are missing the DB$ coding in your SubAbility. Please try to test the cards before posting...

Re: Magic Origins Spoiler Season

PostPosted: 18 Jun 2015, 17:10
by Marek14
Code: Select all
Name:Pia and Kiran Nalaar
ManaCost:2 R R
Types:Legendary Creature Human Artificer
PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, put two 1/1 colorless Thopter artifact creature tokens with flying onto the battlefield.
SVar:TrigToken:AB$ Token | Cost$ 0 | TokenAmount$ 2 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter ORI
A:AB$ DealDamage | Cost$ 2 R Sac<1/Artifact> | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to target creature or player.
SVar:Picture:http://www.wizards.com/global/images/magic/general/pia_and_kiran_nalaar.jpg
Oracle:When Pia and Kiran Nalaar enters the battlefield, put two 1/1 colorless Thopter artifact creature tokens with flying onto the battlefield.\n{2}{R}, Sacrifice an artifact: Pia and Kiran Nalaar deals 2 damage to target creature or player.

Re: Magic Origins Spoiler Season

PostPosted: 18 Jun 2015, 21:15
by Marek14
Code: Select all
Name:Elemental Bond
ManaCost:2 G
Types:Enchantment
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.powerGE3+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ Whenever a creature with power 3 or greater enters the battlefield under your control, draw a card.
SVar:TrigDraw:AB$ Draw | Cost$ 0 | Defined$ You | NumCards$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/elemental_bond.jpg
Oracle:Whenever a creature with power 3 or greater enters the battlefield under your control, draw a card.

Re: Magic Origins Spoiler Season

PostPosted: 20 Jun 2015, 13:03
by swordshine
Marek14 wrote:OK, seems that mtgsalvation now has scans of all DFC planeswalkers except for Gideon. I don't really feel confident enough yet to try for these :)
All of the remaining DFC planeswalkers have been scripted. :D

Re: Magic Origins Spoiler Season

PostPosted: 20 Jun 2015, 16:06
by Marek14
Code: Select all
Name:Zendikar Incarnate
ManaCost:2 R G
Types:Creature Elemental
PT:*/4
S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | Description$ CARDNAME's power is equal to the number of lands you control.
SVar:X:Count$Valid Land+YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/zendikar_incarnate.jpg
Oracle:Zendikar Incarnate's power is equal to the number of lands you control.

Re: Magic Origins Spoiler Season

PostPosted: 21 Jun 2015, 08:44
by Marek14
Code: Select all
Name:Patron of the Valiant
ManaCost:3 W W
Types:Creature Angel
PT:4/4
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounterAll | TriggerDescription$ When CARDNAME enters the battlefield, put a +1/+1 counter on each creature you control with a +1/+1 counter on it.
SVar:TrigPutCounterAll:DB$ PutCounterAll | ValidCards$ Creature.YouCtrl+counters_GE1_P1P1 | CounterType$ P1P1 | CounterNum$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/patron_of_the_valiant.jpg
Oracle:Flying\nWhen Patron of the Valiant enters the battlefield, put a +1/+1 counter on each creature you control with a +1/+1 counter on it.
Note: I used Cytoplast Root-Kin as a template and found that its ability text is now different from the Oracle text.

Re: Magic Origins Spoiler Season

PostPosted: 21 Jun 2015, 21:49
by Marek14
Code: Select all
Name:Fiery Impulse
ManaCost:R
Types:Instant
A:SP$ DealDamage | Cost$ R | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 2 | SubAbility$ DBDamage | ConditionCheckSVar$ X | ConditionSVarCompare$ LT2 | References$ X | SpellDescription$ CARDNAME deals 2 damage to target creature or player.
SVar:DBDamage:DB$ DealDamage | Defined$ Targeted | NumDmg$ 3 | ConditionCheckSVar$ X | ConditionSVarCompare$ GE2 | References$ X | SpellDescription$ Spell mastery - If there are two or more instant and/or sorcery cards in your graveyard, CARDNAME deals 3 damage to that creature instead.
SVar:X:Count$ValidGraveyard Instant.YouOwn, Sorcery.YouOwn
SVar:Picture:http://www.wizards.com/global/images/magic/general/fiery_impulse.jpg
Oracle:Fiery Impulse deals 2 damage to target creature.\nSpell mastery - If there are two or more instant and/or sorcery cards in your graveyard, Fiery Impulse deals 3 damage to that creature instead.