It is currently 10 Nov 2025, 11:38
   
Text Size

Magic Origins Spoiler Season

Post MTG Forge Related Programming Questions Here

Moderators: timmermac, Agetian, friarsol, Blacksmith, KrazyTheFox, CCGHQ Admins

Re: Magic Origins Spoiler Season

Postby Marek14 » 18 Jun 2015, 05:07

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$.)
Last edited by Marek14 on 18 Jun 2015, 12:30, edited 1 time in total.
Marek14
Tester
 
Posts: 2774
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Magic Origins Spoiler Season

Postby Hanmac » 18 Jun 2015, 06:02

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
Hanmac
 
Posts: 954
Joined: 06 May 2013, 18:44
Has thanked: 229 times
Been thanked: 158 times

Re: Magic Origins Spoiler Season

Postby Marek14 » 18 Jun 2015, 06:20

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.
Marek14
Tester
 
Posts: 2774
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Magic Origins Spoiler Season

Postby Agetian » 18 Jun 2015, 10:57

Marek14 wrote:(As an aside, Wingmate Roc should use CARDNAME in its TriggerDescription$.)
Done. :) Thanks!

- Agetian
Agetian
Programmer
 
Posts: 3490
Joined: 14 Mar 2011, 05:58
Has thanked: 684 times
Been thanked: 572 times

Re: Magic Origins Spoiler Season

Postby Hanmac » 18 Jun 2015, 11:26

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.
Last edited by Hanmac on 18 Jun 2015, 14:36, edited 2 times in total.
Hanmac
 
Posts: 954
Joined: 06 May 2013, 18:44
Has thanked: 229 times
Been thanked: 158 times

Re: Magic Origins Spoiler Season

Postby friarsol » 18 Jun 2015, 12:14

Dwynen shouldn't tap for mana right?

Also, Hanmac you're using ".IsNotRemembered" property, but you don't actually remember anything?
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Magic Origins Spoiler Season

Postby Hanmac » 18 Jun 2015, 12:26

@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
Hanmac
 
Posts: 954
Joined: 06 May 2013, 18:44
Has thanked: 229 times
Been thanked: 158 times

Re: Magic Origins Spoiler Season

Postby Marek14 » 18 Jun 2015, 12:31

friarsol wrote:Dwynen shouldn't tap for mana right?
Fixed, thanks.
Marek14
Tester
 
Posts: 2774
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Magic Origins Spoiler Season

Postby friarsol » 18 Jun 2015, 14:18

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...
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Magic Origins Spoiler Season

Postby Marek14 » 18 Jun 2015, 17:10

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.
Marek14
Tester
 
Posts: 2774
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Magic Origins Spoiler Season

Postby Marek14 » 18 Jun 2015, 21:15

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.
Marek14
Tester
 
Posts: 2774
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Magic Origins Spoiler Season

Postby swordshine » 20 Jun 2015, 13:03

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
swordshine
 
Posts: 682
Joined: 11 Jul 2010, 02:37
Has thanked: 116 times
Been thanked: 87 times

Re: Magic Origins Spoiler Season

Postby Marek14 » 20 Jun 2015, 16:06

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.
Marek14
Tester
 
Posts: 2774
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Magic Origins Spoiler Season

Postby Marek14 » 21 Jun 2015, 08:44

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.
Marek14
Tester
 
Posts: 2774
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

Re: Magic Origins Spoiler Season

Postby Marek14 » 21 Jun 2015, 21:49

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.
Marek14
Tester
 
Posts: 2774
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 303 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: Google [Bot] and 74 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 75 users online :: 1 registered, 0 hidden and 74 guests (based on users active over the past 10 minutes)
Most users ever online was 9824 on 10 Nov 2025, 04:33

Users browsing this forum: Google [Bot] and 74 guests

Login Form