Fate Reforged Spoiler Season
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Fate Reforged Spoiler Season
by friarsol » 10 Jan 2015, 14:52
Abzan Runemark's second ability should be (Way of the Thief as a reference)
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddKeyword$ Vigilance | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature has vigilance as long as you control a black or green permanent.
SVar:X:Count$Valid Permanent.Black+YouCtrl,Permanent.Green+YouCtrl
I'll script one of the Sieges and post the script. Hopefully the rest should be templated based off that.
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddKeyword$ Vigilance | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature has vigilance as long as you control a black or green permanent.
SVar:X:Count$Valid Permanent.Black+YouCtrl,Permanent.Green+YouCtrl
I'll script one of the Sieges and post the script. Hopefully the rest should be templated based off that.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Fate Reforged Spoiler Season
by Marek14 » 10 Jan 2015, 15:17
OK, so these should be the remaining Runemarks.
- Code: Select all
Name:Abzan Runemark
ManaCost:2 W
Types:Enchantment Aura
K:Enchant creature
A:SP$ Attach | Cost$ 2 W | ValidTgts$ Creature | AILogic$ Pump
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | Description$ Enchanted creature gets +2/+2.
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddKeyword$ Vigilance | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature has vigilance as long as you control a black or green permanent.
SVar:X:Count$Valid Permanent.Black+YouCtrl,Permanent.Green+YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/abzan_runemark.jpg
Oracle:Enchant creature\nEnchanted creature gets +2/+2.\nEnchanted creature has vigilance as long as you control a black or green permanent.
- Code: Select all
Name:Jeskai Runemark
ManaCost:2 U
Types:Enchantment Aura
K:Enchant creature
A:SP$ Attach | Cost$ 2 U | ValidTgts$ Creature | AILogic$ Pump
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | Description$ Enchanted creature gets +2/+2.
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddKeyword$ Flying | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature has flying as long as you control a red or white permanent.
SVar:X:Count$Valid Permanent.Red+YouCtrl,Permanent.White+YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/jeskai_runemark.jpg
Oracle:Enchant creature\nEnchanted creature gets +2/+2.\nEnchanted creature has flying as long as you control a red or white permanent.
- Code: Select all
Name:Sultai Runemark
ManaCost:2 B
Types:Enchantment Aura
K:Enchant creature
A:SP$ Attach | Cost$ 2 B | ValidTgts$ Creature | AILogic$ Pump
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | Description$ Enchanted creature gets +2/+2.
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddKeyword$ Deathtouch | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature has deathtouch as long as you control a green or blue permanent.
SVar:X:Count$Valid Permanent.Green+YouCtrl,Permanent.Blue+YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/sultai_runemark.jpg
Oracle:Enchant creature\nEnchanted creature gets +2/+2.\nEnchanted creature has deathtouch as long as you control a green or blue permanent.
- Code: Select all
Name:Mardu Runemark
ManaCost:2 R
Types:Enchantment Aura
K:Enchant creature
A:SP$ Attach | Cost$ 2 R | ValidTgts$ Creature | AILogic$ Pump
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | Description$ Enchanted creature gets +2/+2.
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddKeyword$ First strike | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature has first strike as long as you control a white or black permanent.
SVar:X:Count$Valid Permanent.White+YouCtrl,Permanent.Black+YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/mardu_runemark.jpg
Oracle:Enchant creature\nEnchanted creature gets +2/+2.\nEnchanted creature has first strike as long as you control a white or black permanent.
Re: Fate Reforged Spoiler Season
by friarsol » 10 Jan 2015, 17:13
Alright this should be Palace Siege's template:
- Code: Select all
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ SiegeChoice | Static$ True | TriggerDescription$ As CARDNAME enters the battlefield, choose Khans or Dragons. Khans - At the beginning of your upkeep, return target creature card from your graveyard to your hand. Dragons - At the beginning of your upkeep, each opponent loses 2 life and you gain 2 life.
SVar:SiegeChoice:DB$ GenericChoice | Choices$ Khans,Dragons | Defined$ You
SVar:Khans:DB$ Animate | Defined$ Self | Triggers$ KhansTrigger | Permanent$ True | SpellDescription$ Khans
SVar:KhansTrigger:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | ValidPlayer$ You | Execute$ RaiseDead | TriggerDescription$ At the beginning of your upkeep, return target creature card from your graveyard to your hand.
SVar:RaiseDead:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouCtrl
SVar:Dragons:DB$ Animate | Defined$ Self | Triggers$ DragonsTrigger | Permanent$ True | SpellDescription$ Dragons
SVar:DragonsTrigger:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | ValidPlayer$ You | Execute$ SyphonLife | TriggerDescription$ At the beginning of your upkeep, each opponent loses 2 life and you gain 2 life.
SVar:SyphonLife:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 2 | SubAbility$ DBGainLife
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 2
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Fate Reforged Spoiler Season
by Marek14 » 10 Jan 2015, 18:26
- Code: Select all
Name:Palace Siege
ManaCost:3 B B
Types:Enchantment
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ SiegeChoice | Static$ True | TriggerDescription$ As CARDNAME enters the battlefield, choose Khans or Dragons. Khans - At the beginning of your upkeep, return target creature card from your graveyard to your hand. Dragons - At the beginning of your upkeep, each opponent loses 2 life and you gain 2 life.
SVar:SiegeChoice:DB$ GenericChoice | Choices$ Khans,Dragons | Defined$ You
SVar:Khans:DB$ Animate | Defined$ Self | Triggers$ KhansTrigger | Permanent$ True | SpellDescription$ Khans
SVar:KhansTrigger:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | ValidPlayer$ You | Execute$ RaiseDead | TriggerDescription$ At the beginning of your upkeep, return target creature card from your graveyard to your hand.
SVar:RaiseDead:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouCtrl
SVar:Dragons:DB$ Animate | Defined$ Self | Triggers$ DragonsTrigger | Permanent$ True | SpellDescription$ Dragons
SVar:DragonsTrigger:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | ValidPlayer$ You | Execute$ SyphonLife | TriggerDescription$ At the beginning of your upkeep, each opponent loses 2 life and you gain 2 life.
SVar:SyphonLife:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 2 | SubAbility$ DBGainLife
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 2
SVar:Picture:http://www.wizards.com/global/images/magic/general/palace_siege.jpg
Oracle:As Palace Siege enters the battlefield, choose Khans or Dragons.\n• Khans - At the beginning of your upkeep, return target creature card from your graveyard to your hand.\n• Dragons - At the beginning of your upkeep, each opponent loses 2 life and you gain 2 life.
Re: Fate Reforged Spoiler Season
by friarsol » 10 Jan 2015, 18:34
That's what the Static$ True does. Makes it a static ETB.Marek14 wrote:So this is how it would look, but it's still not correct because the choice should be replacement effect, not a trigger.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Fate Reforged Spoiler Season
by Marek14 » 10 Jan 2015, 18:54
I see.friarsol wrote:That's what the Static$ True does. Makes it a static ETB.Marek14 wrote:So this is how it would look, but it's still not correct because the choice should be replacement effect, not a trigger.
Re: Fate Reforged Spoiler Season
by Marek14 » 10 Jan 2015, 19:14
- Code: Select all
Name:Citadel Siege
ManaCost:2 W W
Types:Enchantment
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ SiegeChoice | Static$ True | TriggerDescription$ As CARDNAME enters the battlefield, choose Khans or Dragons. Khans - At the beginning of combat on your turn, put two +1/+1 counters on target creature you control. Dragons - At the beginning of combat on each opponent's turn, tap target creature that player controls.
SVar:SiegeChoice:DB$ GenericChoice | Choices$ Khans,Dragons | Defined$ You
SVar:Khans:DB$ Animate | Defined$ Self | Triggers$ KhansTrigger | Permanent$ True | SpellDescription$ Khans
SVar:KhansTrigger:Mode$ Phase | Phase$ BeginCombat | TriggerZones$ Battlefield | ValidPlayer$ You | Execute$ Boost | TriggerDescription$ At the beginning of combat on your turn, put two +1/+1 counters on target creature you control.
SVar:Boost:AB$ PutCounter | Cost$ 0 | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | CounterType$ P1P1 | CounterNum$ 2
SVar:Dragons:DB$ Animate | Defined$ Self | Triggers$ DragonsTrigger | Permanent$ True | SpellDescription$ Dragons
SVar:DragonsTrigger:Mode$ Phase | Phase$ BeginCombat | TriggerZones$ Battlefield | ValidPlayer$ Opponent | Execute$ TapCreature | TriggerDescription$ At the beginning of combat on each opponent's turn, tap target creature that player controls.
SVar:TapCreature:AB$ Tap | Cost$ 0 | ValidTgts$ Creature.ActivePlayerCtrl | TgtPrompt$ Choose target creature the active player controls.
SVar:Picture:http://www.wizards.com/global/images/magic/general/citadel_siege.jpg
Oracle:As Citadel Siege enters the battlefield, choose Khans or Dragons.\n• Khans - At the beginning of combat on your turn, put two +1/+1 counters on target creature you control.\n• Dragons - At the beginning of combat on each opponent's turn, tap target creature that player controls.

Re: Fate Reforged Spoiler Season
by Marek14 » 11 Jan 2015, 13:15
- Code: Select all
Name:Outpost Siege
ManaCost:3 R
Types:Enchantment
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ SiegeChoice | Static$ True | TriggerDescription$ As CARDNAME enters the battlefield, choose Khans or Dragons. Khans - At the beginning of your upkeep, exile the top card of your library. Until end of turn, you may play that card. Dragons - Whenever a creature you control leaves the battlefield, CARDNAME deals 1 damage to target creature or player.
SVar:SiegeChoice:DB$ GenericChoice | Choices$ Khans,Dragons | Defined$ You
SVar:Khans:DB$ Animate | Defined$ Self | Triggers$ KhansTrigger | Permanent$ True | SpellDescription$ Khans
SVar:KhansTrigger:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | ValidPlayer$ You | Execute$ PseudoDraw | TriggerDescription$ At the beginning of your upkeep, exile the top card of your library. Until end of turn, you may play that card.
SVar:PseudoDraw:AB$ Mill | Defined$ You | NumCards$ 1 | Destination$ Exile | RememberMilled$ True | SubAbility$ DBMayBePlay
SVar:DBMayBePlay:DB$ Pump | Defined$ Remembered | PumpZone$ Exile | KW$ HIDDEN May be played | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:Dragons:DB$ Animate | Defined$ Self | Triggers$ DragonsTrigger | Permanent$ True | SpellDescription$ Dragons
SVar:DragonsTrigger:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Creature.YouCtrl | TriggerZones$ Battlefield | Execute$ SmallBurnination | TriggerDescription$ Whenever a creature you control leaves the battlefield, CARDNAME deals 1 damage to target creature or player.
SVar:SmallBurnination:AB$ DealDamage | Cost$ 0 | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/outpost_siege.jpg
Oracle:As Outpost Siege enters the battlefield, choose Khans or Dragons.\n• Khans - At the beginning of your upkeep, exile the top card of your library. Until end of turn, you may play that card.\n• Dragons - Whenever a creature you control leaves the battlefield, Outpost Siege deals 1 damage to target creature or player.
- Code: Select all
Name:Frontier Siege
ManaCost:3 G
Types:Enchantment
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ SiegeChoice | Static$ True | TriggerDescription$ As CARDNAME enters the battlefield, choose Khans or Dragons. Khans - At the beginning of each of your main phases, add {G}{G} to your mana pool. Dragons - Whenever a creature with flying enters the battlefield under your control, you may have it fight target creature you don't control.
SVar:SiegeChoice:DB$ GenericChoice | Choices$ Khans,Dragons | Defined$ You
SVar:Khans:DB$ Animate | Defined$ Self | Triggers$ KhansTrigger | Permanent$ True | SpellDescription$ Khans
SVar:KhansTrigger:Mode$ Phase | Phase$ Main1,Main2 | TriggerZones$ Battlefield | ValidPlayer$ You | Execute$ ManaGain | TriggerDescription$ At the beginning of each of your main phases, add {G}{G} to your mana pool.
SVar:ManaGain:AB$ Mana | Cost$ 0 | Produced$ G G
SVar:Dragons:DB$ Animate | Defined$ Self | Triggers$ DragonsTrigger | Permanent$ True | SpellDescription$ Dragons
SVar:DragonsTrigger:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.YouCtrl+withFlying | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ AirFight | TriggerDescription$ Whenever a creature you control leaves the battlefield, CARDNAME deals 1 damage to target creature or player.
SVar:AirFight:AB$ DB$ Fight | Defined$ TriggeredTarget | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Choose target creature an opponent controls
SVar:Picture:http://www.wizards.com/global/images/magic/general/frontier_siege.jpg
Oracle:As Frontier Siege enters the battlefield, choose Khans or Dragons.\n• Khans - At the beginning of each of your main phases, add {G}{G} to your mana pool.\n• Dragons - Whenever a creature with flying enters the battlefield under your control, you may have it fight target creature you don't control.
- Code: Select all
Name:Monastery Siege
ManaCost:2 U
Types:Enchantment
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ SiegeChoice | Static$ True | TriggerDescription$ As CARDNAME enters the battlefield, choose Khans or Dragons. Khans - At the beginning of your draw step, draw an additional card, then discard a card. Dragons - Spells your opponents cast that target you or a permanent you control cost {2} more to cast.
SVar:SiegeChoice:DB$ GenericChoice | Choices$ Khans,Dragons | Defined$ You
SVar:Khans:DB$ Animate | Defined$ Self | Triggers$ KhansTrigger | Permanent$ True | SpellDescription$ Khans
SVar:KhansTrigger:Mode$ Phase | Phase$ Draw | TriggerZones$ Battlefield | ValidPlayer$ You | Execute$ Filter | TriggerDescription$ At the beginning of your draw step, draw an additional card, then discard a card.
SVar:Filter:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 1 | SubAbility$ DBDiscard
SVar:DBDiscard:DB$Discard | Defined$ You | Mode$ TgtChoose | NumCards$ 1
SVar:Dragons:DB$ Continuous | Affected$ Card.Self | AddStaticAbility$ CostIncrease
SVar:CostIncrease:Mode$ RaiseCost | ValidTarget$ You,Card.YouCtrl | Activator$ Opponent | Type$ Spell | Amount$ 2 | Description$ Spells your opponents cast that target you or a permanent you control cost {2} more to cast.
SVar:Picture:http://www.wizards.com/global/images/magic/general/monasterz_siege.jpg
Oracle:As Monastery Siege enters the battlefield, choose Khans or Dragons.\n• Khans - At the beginning of your draw step, draw an additional card, then discard a card.\n• Dragons - Spells your opponents cast that target you or a permanent you control cost {2} more to cast.
Re: Fate Reforged Spoiler Season
by Xitax » 11 Jan 2015, 20:40
FRF booster images.
- Attachments
-
FRF boosters.zip
- (118.98 KiB) Downloaded 351 times
Re: Fate Reforged Spoiler Season
by Kapoue » 13 Jan 2015, 23:11
- Code: Select all
Name:Temur Runemark
ManaCost:2 G
Types:Enchantment Aura
K:Enchant creature
A:SP$ Attach | Cost$ 2 G | ValidTgts$ Creature | AILogic$ Pump
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | Description$ Enchanted creature gets +2/+2.
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddKeyword$ Trample | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature has trample as long as you control a blue or red permanent.
SVar:X:Count$Valid Permanent.Blue+YouCtrl,Permanent.Red+YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/temur_runemark.jpg
Oracle:Enchant creature\nEnchanted creature gets +2/+2.\nEnchanted creature has trample as long as you control a blue or red permanent.
Re: Fate Reforged Spoiler Season
by Marek14 » 14 Jan 2015, 12:55
I corrected the numbers. Only 12 cards left now:
Arashin War Beast
Arcbond
Brutal Hordechief
Channel Harm
Dark Deal
Friendly Fire
Ghastly Conscription
Shifting Loyalties
Wardscale Dragon
Wild Slash
Winds of Qal Sisma
Write into Being
Arashin War Beast
Arcbond
Brutal Hordechief
Channel Harm
Dark Deal
Friendly Fire
Ghastly Conscription
Shifting Loyalties
Wardscale Dragon
Wild Slash
Winds of Qal Sisma
Write into Being
Re: Fate Reforged Spoiler Season
by friarsol » 14 Jan 2015, 13:11
Looks like Fate Reforged is up on Gatherer. Probably about time to merge the branch back into the trunk, so everyone can start testing the cards that have been committed.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Fate Reforged Spoiler Season
by Hanmac » 14 Jan 2015, 13:35
hey i have a question, might Forge use the reminder layouts as background for the facedown cards?
it might look more cool.
i mean the one for Manifest and the new one for Morph
EDIT:
it might look more cool.
i mean the one for Manifest and the new one for Morph
EDIT:
can you give me the link? i might want to look at it ... currently i am searching for the Specific Ruling pages extra for the cards or does i still need to wait for that?friarsol wrote:Looks like Fate Reforged is up on Gatherer. Probably about time to merge the branch back into the trunk, so everyone can start testing the cards that have been committed.
Re: Fate Reforged Spoiler Season
by friarsol » 14 Jan 2015, 15:08
Just goto Gatherer, and change set to "Fate Reforged"; As far as I'm aware they haven't released the FAQ/Rulings for the Set. Hopefully it will be up soon.Hanmac wrote:can you give me the link? i might want to look at it ... currently i am searching for the Specific Ruling pages extra for the cards or does i still need to wait for that?friarsol wrote:Looks like Fate Reforged is up on Gatherer. Probably about time to merge the branch back into the trunk, so everyone can start testing the cards that have been committed.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Fate Reforged Spoiler Season
by Marek14 » 14 Jan 2015, 15:13
Currently, the system for displaying card back needs modification to display 3-4 different pictures; normal card back for cards outside the battlefield, manifest picture for manifests and morph picture for all other face-down cards on the battlefield. Plus, maybe, utilizing different morph pictures based on whether the deck is from pre-KTK era or not.Hanmac wrote:hey i have a question, might Forge use the reminder layouts as background for the facedown cards?
it might look more cool.
i mean the one for Manifest and the new one for Morph
Whatever the result, this will need to be explicitly mentioned in release notes.
Who is online
Users browsing this forum: ChayaNish and 19 guests