It is currently 29 Apr 2024, 06:12
   
Text Size

Fate Reforged Spoiler Season

Post MTG Forge Related Programming Questions Here

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

Re: Fate Reforged Spoiler Season

Postby Marek14 » 05 Jan 2015, 22:11

Code: Select all
Name:Lightning Shrieker
ManaCost:4 R
Types:Creature Dragon
PT:5/5
K:Flying
K:Trample
K:Haste
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigChange | TriggerDescription$ At the beginning of the end step, CARDNAME's owner shuffles it into his or her library.
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Library | Shuffle$ True | Defined$ Self
SVar:Picture:http://www.wizards.com/global/images/magic/general/lightning_shrieker.jpg
Oracle:Flying, trample, haste\nAt the beginning of the end step, Lightning Shrieker's owner shuffles it into his or her library.
Marek14
Tester
 
Posts: 2762
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Fate Reforged Spoiler Season

Postby torridus » 06 Jan 2015, 00:29

swordshine wrote:
torridus wrote:It's been a while since I've put together a card for Forge, so I wanted to see if this was correct before testing (and I may not have adequate time for testing but it's hard to say).

Archfiend of Depravity (FRF #62) | Open
Code: Select all
Name:Archfiend of Depravity
ManaCost:3 B B
Types:Creature Demon
PT:5/4
K:Flying
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigChoose | TriggerDescription$ At the beginning of each opponent's end step, that player chooses up to two creature he or she controls and sacrifices the rest.
SVar:TrigChoose:AB$ ChooseCard | Cost$ 0 | Defined$ TriggeredPlayer | Amount$ 2 | Choices$ Creature | ChoiceTitle$ Choose up to two creatures | SubAbility$ DBSacrificeAll | RememberChosen$ True
SVar:DBSacrificeAll:DB$ SacrificeAll | ValidCards$ Creature.IsNotRemembered | Defined$ TriggeredPlayer | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:Picture:http://www.wizards.com/global/images/magic/general/archfiend_of_depravity.jpg
Oracle:Flying\nAt the beginning of each opponent's end step, that player chooses up to two creature he or she controls and sacrifices the rest.
This script need a parameter "TargetControls$ True" in ChooseCardEffect, otherwise that opponent may choose creatures among all creatures on the battlefield.
Like this? I don't think I've seen a "TargetControls$" modifier before. (Tried playtesting but Forge wouldn't let me a play a game with the card.)

Code: Select all
SVar:TrigChoose:AB$ ChooseCard | Cost$ 0 | Defined$ TriggeredPlayer | TargetControls$ True | Amount$ 2 | Choices$ Creature | ChoiceTitle$ Choose up to two creatures | SubAbility$ DBSacrificeAll | RememberChosen$ True
torridus
 
Posts: 56
Joined: 03 Jul 2012, 12:58
Has thanked: 4 times
Been thanked: 9 times

Re: Fate Reforged Spoiler Season

Postby Kapoue » 06 Jan 2015, 14:52

Code: Select all
Name:Shaman of the Great Hunt
ManaCost:3 R
Types:Creature - Orc Shaman
PT:4/2
K:Haste
T:Mode$ DamageDone | ValidSource$ Creature.YouCtrl | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature you control deals combat damage to a player, put a +1/+1 counter on it.
A:AB$ Draw | Cost$ 2 UG UG | NumCards$ X | References$ X | IsPresent$ Creature.YouCtrl+powerGE4 | PrecostDesc$ Ferocious - | SpellDescription$ Draw a card for each creature with power 4 or greater you control.
SVar:X:Count$Valid Creature.powerGE4+YouCtrl
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ TriggeredSource | CounterType$ P1P1 | CounterNum$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/shaman_of_the_great_hunt.jpg
Oracle:Haste\nWhenever a creature you control deals combat damage to a player, put a +1/+1 counter on it.\nFerocious - 2{GU}{GU}: Draw a card for each creature you control with power 4 or greater.
Last edited by Kapoue on 06 Jan 2015, 19:33, edited 1 time in total.
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Re: Fate Reforged Spoiler Season

Postby Marek14 » 06 Jan 2015, 16:20

Code: Select all
Name:Atarka, World Render
ManaCost:5 R G
Types:Legendary Creature Dragon
PT:6/4
K:Flying
K:Trample
T:Mode$ Attacks | ValidCard$ Dragon.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever a Dragon you control attacks, it gains double strike until end of turn.
SVar:TrigPump:AB$ Pump | Cost$ 0 | Defined$ TriggeredAttacker | KW$ Double Strike
SVar:BuffedBy:Dragon
SVar:PlayMain1:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/atarka_world_render.jpg
Oracle:Flying, trample\nWhenever a Dragon you control attacks, it gains double strike until end of turn.
Marek14
Tester
 
Posts: 2762
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Fate Reforged Spoiler Season

Postby Kapoue » 06 Jan 2015, 17:06

bugged card, redoing it...
Last edited by Kapoue on 06 Jan 2015, 19:08, edited 1 time in total.
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Re: Fate Reforged Spoiler Season

Postby Marek14 » 06 Jan 2015, 17:42

Kapoue wrote:
Code: Select all
Name:Frontier Mastodon
ManaCost:2 G
Types:Creature Elephant
PT:3/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | IsPresent$ Creature.YouCtrl+powerGE4 | Execute$ TrigPutCounter | TriggerDescription$ Ferocious - Frontier Mastodon enters the battlefield with a +1/+1 counter on it if you control a creature with power 4 or greater.
SVar:TrigPutCounter:AB$ PutCounter | Cost$ 0 | CounterType$ P1P1 | CounterNum$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/frontier_mastodon.jpg
No, this doesn't seem correct. Frontier Mastodon doesn't have a triggered ability, it's more similar to Festerhide Boar.

Also, I think you should put the Oracle text in the code.
Marek14
Tester
 
Posts: 2762
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Fate Reforged Spoiler Season

Postby Kapoue » 06 Jan 2015, 18:48

Code: Select all
Name:Fierce Invocation
ManaCost:4 R
Types:Sorcery
A:SP$ Manifest | Cost$ 4 R | Amount$ 1 | Defined$ TopOfLibrary | RememberManifested$ True | SubAbility$ TrigPutCounter | SpellDescription$ Manifest the top card of your library, then put two +1/+1 counters on it. ( To manifest a card, put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)
SVar:TrigPutCounter:DB$ PutCounter | Cost$ 0 | Defined$ Remembered | CounterType$ P1P1 | CounterNum$ 2 | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:Picture:http://www.wizards.com/global/images/magic/general/fierce_invocation.jpg
Oracle:Manifest the top card of your library, then put two +1/+1 counters on it. ( To manifest a card, put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)
Code: Select all
Name:Formless Nurturing
ManaCost:3 G
Types:Sorcery
A:SP$ Manifest | Cost$ 3 G | Amount$ 1 | Defined$ TopOfLibrary | RememberManifested$ True | SubAbility$ TrigPutCounter | SpellDescription$ Manifest the top card of your library, then put a +1/+1 counter on it. ( To manifest a card, put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)
SVar:TrigPutCounter:DB$ PutCounter | Cost$ 0 | Defined$ Remembered | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:Picture:http://www.wizards.com/global/images/magic/general/formless_nurturing.jpg
Oracle:Manifest the top card of your library, then put a +1/+1 counter on it. ( To manifest a card, put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)
Last edited by Kapoue on 06 Jan 2015, 19:36, edited 1 time in total.
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Re: Fate Reforged Spoiler Season

Postby Kapoue » 06 Jan 2015, 18:52

Marek14 wrote:No, this doesn't seem correct. Frontier Mastodon doesn't have a triggered ability, it's more similar to Festerhide Boar.

Also, I think you should put the Oracle text in the code.
You are correct, I misread the card, I'll correct it.
During KTK spoiler season, someone told me that I shouldn't bother with the oracle and that a script would put them in all the cards.
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Re: Fate Reforged Spoiler Season

Postby Kapoue » 06 Jan 2015, 19:12

Code: Select all
Name:Frontier Mastodon
ManaCost:2 G
Types:Creature Elephant
PT:3/2
K:etbCounter:P1P1:1:CheckSVar$ Ferocious | SVarCompare$ GE1:Ferocious - Frontier Mastodon enters the battlefield with a +1/+1 counter on it if you control a creature with power 4 or greater.
SVar:Ferocious:Count$Creature+YouCtrl+powerGE4
SVar:Picture:http://www.wizards.com/global/images/magic/general/frontier_mastodon.jpg
Oracle:Ferocious - Frontier Mastodon enters the battlefield with a +1/+1 counter on it if you control a creature with power 4 or greater.
Code: Select all
Name:Wildcall
ManaCost:X G G
Types:Sorcery
A:SP$ Manifest | Cost$ X G G | Amount$ 1 | Defined$ TopOfLibrary | RememberManifested$ True | SubAbility$ TrigPutCounter | SpellDescription$ Manifest the top card of your library, then put X +1/+1 counters on it. (To manifest a card, put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)
SVar:TrigPutCounter:DB$ PutCounter | Cost$ 0 | Defined$ Remembered | CounterType$ P1P1 | CounterNum$ X | References$ X | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Count$xPaid
SVar:Picture:http://www.wizards.com/global/images/magic/general/wildcall.jpg
Oracle:Manifest the top card of your library, then put X +1/+1 counters on it. (To manifest a card, put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Re: Fate Reforged Spoiler Season

Postby Kapoue » 06 Jan 2015, 20:25

Code: Select all
Name:Temur War Shaman
ManaCost:4 G G
Types:Creature Human Shaman
PT:4/5
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigManifest | TriggerDescription$ When CARDNAME enters the battlefield, manifest the top card of your library. (Put that card onto the battlefield face down as a 2/2 creature. You may turn it face up at any time for its mana cost if it is a creature card.)
SVar:TrigManifest:DB$ Manifest | Amount$ 1 | Defined$ TopOfLibrary
T:Mode$ TurnFaceUp | ValidCard$ Permanent.Creature+YouCtrl | Execute$ TrigFight | TriggerZones$ Battlefield | TriggerDescription$ Whenever a permanent you control is turned face up, if it is a creature, you may have it fight target creature you don't control.
SVar:TrigFight:AB$ Fight | Cost$ 0 | Defined$ TriggeredCard | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls.
SVar:Picture:http://www.wizards.com/global/images/magic/general/temur_war_shaman.jpg
Oracle:When Temur War Shaman enters the battlefield, manifest the top card of your library. (Put that card onto the battlefield face down as a 2/2 creature. You may turn it face up at any time for its mana cost if it is a creature card.)\nWhenever a permanent you control is turned face up, if it is a creature, you may have it fight target creature you don't control.
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Re: Fate Reforged Spoiler Season

Postby Marek14 » 06 Jan 2015, 21:05

Code: Select all
Name:Sultai Emissary
ManaCost:1 B
Types:Creature Zombie Warrior
PT:1/1
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigManifest | TriggerDescription$ When CARDNAME dies, manifest the top card of your library. (Put that card onto the battlefield face down as a 2/2 creature. You may turn it face up at any time for its mana cost if it is a creature card.)
SVar:TrigManifest:DB$ Manifest | Amount$ 1 | Defined$ TopOfLibrary
SVar:Picture:http://www.wizards.com/global/images/magic/general/sultai_emissary.jpg
Oracle:When Sultai Emissary dies, manifest the top card of your library. (Put that card onto the battlefield face down as a 2/2 creature. You may turn it face up at any time for its mana cost if it is a creature card.)
Code: Select all
Name:Mastery of the Unseen
ManaCost:1 W
Types:Enchantment
T:Mode$ TurnFaceUp | ValidCard$ Permanent.YouCtrl | Execute$ TrigGainLife | TriggerZones$ Battlefield | TriggerDescription$ Whenever a permanent you control is turned face up, you gain 1 life for each creature you control.
SVar:TrigGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X | References$ X
SVar:X:Count$Valid Creature.YouCtrl
A:AB$ Manifest | Cost$ 3 W | Amount$ 1 | Defined$ TopOfLibrary | SpellDescription$ Manifest the top card of your library.
SVar:Picture:http://www.wizards.com/global/images/magic/general/mastery_of_the_unseen.jpg
Oracle:Whenever a permanent you control is turned face up, you gain 1 life for each creature you control.\n{3}{W}: Manifest the top card of your library. (Put that card onto the battlefield face down as a 2/2 creature. You may turn it face up at any time for its mana cost if it is a creature card.)
Marek14
Tester
 
Posts: 2762
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Fate Reforged Spoiler Season

Postby Marek14 » 07 Jan 2015, 10:31

Code: Select all
Name:Neutralizing Blast
ManaCost:1 U
Types:Instant
A:SP$ Counter | Cost$ 1 U | TargetType$ Spell | TgtPrompt$ Select target multicolored spell | ValidTgts$ Card.MultiColor | SpellDescription$ Counter target multicolored spell.
SVar:Picture:http://www.wizards.com/global/images/magic/general/neutralizing_blast.jpg
Oracle:Counter target multicolored spell.
Marek14
Tester
 
Posts: 2762
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Fate Reforged Spoiler Season

Postby Kapoue » 07 Jan 2015, 14:32

I'm having a problem with Silumgar's trigger. It works when he attacks and when a dragon attacks at the same time as him but I can't get it to work properly when another dragon attacks without Silumgar.

The trigger triggers but doesn't apply the -1/-1 when it resolves. I'm wondering if it's because DefenderCtrl refers to the defending player silumgar is attacking, which is no one.

Silumgar, the Drifting Death | Open
Code: Select all
Name:Silumgar, the Drifting Death
ManaCost:4 U B
Types:Legendary Creature Dragon
PT:3/7
K:Flying
K:Hexproof
T:Mode$ Attacks | ValidCard$ Dragon.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigMassacre | TriggerDescription$ Whenever a Dragon you control attacks, creatures defending player control each get -1/-1 until end of turn.
SVar:TrigMassacre:AB$ PumpAll | Cost$ 0 | NumAtt$ -1 | NumDef$ -1 | ValidCards$ Creature.DefenderCtrl | IsCurse$ True
SVar:BuffedBy:Dragon
SVar:Picture:http://www.wizards.com/global/images/magic/general/silumgar_the_drifting_death.jpg
Oracle:Flying, hexproof\nWhenever a Dragon you control attacks, creatures defending player control each get -1/-1 until end of turn.
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Re: Fate Reforged Spoiler Season

Postby Kapoue » 07 Jan 2015, 14:34

Code: Select all
Name:Ethereal Ambush
ManaCost:3 G U
Types:Instant
A:SP$ Manifest | Cost$ 3 G U | Amount$ 2 | Defined$ TopOfLibrary | SpellDescription$ Manifest the top two cards of your library. (To manifst a card, put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)
SVar:Picture:http://www.wizards.com/global/images/magic/general/ethereal_ambush.jpg
Oracle:Manifest the top two cards of your library. (To manifst a card, put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

Re: Fate Reforged Spoiler Season

Postby Kapoue » 07 Jan 2015, 14:48

Code: Select all
Name:Rageform
ManaCost:2 R R
Types:Enchantment
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigManifest | TriggerDescription$ When CARDNAME enters the battlefield, it becomes an Aura with enchant creature. Manifest the top card of your library and attach CARDNAME to it. (To manifest a card, put it onto the battlefield face down as a 2/2 creature. You may turn it face up at any time for its mana cost if it's a creature card.)
SVar:TrigManifest:DB$ Manifest | Amount$ 1 | Defined$ TopOfLibrary | RememberManifested$ True | SubAbility$ Aurify
SVar:Aurify:DB$ Animate | IsPresent$ Card.Self | Types$ Aura | OverwriteSpells$ True | Abilities$ NewAttach | Keywords$ Enchant creature | Permanent$ True | SubAbility$ RageformAttach
SVar:NewAttach:SP$ Attach | Cost$ 2 R R | ValidTgts$ Creature | AILogic$ Pump
SVar:RageformAttach:DB$ Attach | Defined$ Remembered | IsPresent$ Card.Self
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ Double Strike | Description$ Enchanted creature has double strike.
SVar:Picture:http://www.wizards.com/global/images/magic/general/rageform.jpg
Kapoue
 
Posts: 66
Joined: 14 Sep 2012, 14:58
Has thanked: 1 time
Been thanked: 0 time

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 98 guests


Who is online

In total there are 98 users online :: 0 registered, 0 hidden and 98 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 98 guests

Login Form