Page 7 of 9

Re: Magic Origins Spoiler Season

PostPosted: 04 Jul 2015, 12:51
by friarsol
Thanks for all the hard work Marek. I'll take a look at the 7 and see what I could do.

Re: Magic Origins Spoiler Season

PostPosted: 04 Jul 2015, 13:19
by Marek14
friarsol wrote:Thanks for all the hard work Marek. I'll take a look at the 7 and see what I could do.
It wasn't THAT hard :)

Re: Magic Origins Spoiler Season

PostPosted: 05 Jul 2015, 03:04
by Xitax
As soon as scans are released, I'll refer to this post and upload pic archive.

Re: Magic Origins Spoiler Season

PostPosted: 08 Jul 2015, 02:02
by sharkus
Any chance the cards that are done will be committed for a nightly build in the next day or two? Playing a few rounds of forge helps get familiar before the prerelease...

Re: Magic Origins Spoiler Season

PostPosted: 08 Jul 2015, 03:43
by Frgrbrgr
sharkus wrote:Any chance the cards that are done will be committed for a nightly build in the next day or two? Playing a few rounds of forge helps get familiar before the prerelease...
Looks like the snapshot just got uploaded, though the draft rankings aren't yet in.

Re: Magic Origins Spoiler Season

PostPosted: 08 Jul 2015, 15:17
by friarsol
Alright, the release notes are out:

http://magic.wizards.com/en/articles/ar ... 2015-07-08

And here's the note for Tragic Arroagance, since there was some discussion about it earlier:

If a permanent has more than one of the affected types, it can count for any of them. For example, you could choose an artifact creature as the artifact you're sparing, another creature as the creature, and an enchantment creature as the enchantment. Similarly, you could choose an enchantment creature as both the creature and the enchantment that you're sparing, even if the player controls another creature and/or another enchantment.

Re: Magic Origins Spoiler Season

PostPosted: 08 Jul 2015, 16:18
by Marek14
Good to know :)

Re: Magic Origins Spoiler Season

PostPosted: 10 Jul 2015, 03:43
by friarsol
Frgrbrgr wrote:
sharkus wrote:Any chance the cards that are done will be committed for a nightly build in the next day or two? Playing a few rounds of forge helps get familiar before the prerelease...
Looks like the snapshot just got uploaded, though the draft rankings aren't yet in.
I just uploaded an early set of the rankings form bestiare.

Re: Magic Origins Spoiler Season

PostPosted: 10 Jul 2015, 09:43
by Sloth
I've added all the cards by Marek14. I hope i haven't forgotten anything.

Re: Magic Origins Spoiler Season

PostPosted: 10 Jul 2015, 10:08
by Marek14
As I've been monitoring the Upcoming page, only 5 cards should be missing now: Talent of the Telepath, Demonic Pact, Touch of Moonglove, The Great Aurora and Pyromancer's Goggles.

Re: Magic Origins Spoiler Season

PostPosted: 10 Jul 2015, 13:23
by Hanmac
i noticed that the older cards need to be updated to get Menace as Keywords too because they get erratad.
like Atarka Pummeler

(that does need to be updated on this page too)

for the code i think:
Code: Select all
AddHiddenKeyword$ CantBeBlockedByAmount LT2
AddKeyword$ CantBeBlockedByAmount LT2
just need to be changed to:
Code: Select all
AddKeyword$ Menace
hm i am just a bit sad that "by more than one creature." ala "CantBeBlockedByAmount GT1" doesnt get Keyworded too ...

Re: Magic Origins Spoiler Season

PostPosted: 10 Jul 2015, 13:34
by friarsol
Ok, looks like I found some cards that slipped through the cracks. I'll take care of adding them this morning:

ORI Cards | Open
Alhammarret's Archive
Citadel Castellan
Exquisite Firecraft
Infernal Scarring
Topan Freeblade
Unholy Hunger
Valeron Wardens
Veteran's Sidearm
Woodland Bellower

Re: Magic Origins Spoiler Season

PostPosted: 10 Jul 2015, 14:20
by friarsol
Hanmac wrote:hm i am just a bit sad that "by more than one creature." ala "CantBeBlockedByAmount GT1" doesnt get Keyworded too ...
Give Wizards time. There are lots of abilities that have been Keyworded over the years. There's plenty of time for them to have "Duelist"

Re: Magic Origins Spoiler Season

PostPosted: 10 Jul 2015, 17:20
by Marek14
Hanmac wrote:i noticed that the older cards need to be updated to get Menace as Keywords too because they get erratad.
like Atarka Pummeler

(that does need to be updated on this page too)

for the code i think:
Code: Select all
AddHiddenKeyword$ CantBeBlockedByAmount LT2
AddKeyword$ CantBeBlockedByAmount LT2
just need to be changed to:
Code: Select all
AddKeyword$ Menace
hm i am just a bit sad that "by more than one creature." ala "CantBeBlockedByAmount GT1" doesnt get Keyworded too ...
I planned to mention this once the rules update is up, which should be next week. That always highlights any changes.

Re: Magic Origins Spoiler Season

PostPosted: 10 Jul 2015, 19:10
by friarsol
Here's a potential script for Demonic Pact:

Demonic Pact | Open
Name:Demonic Pact
ManaCost:2 B B
Types:Enchantment
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigCharm | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, choose one that hasn't been chosen - Demonic Pact deals 4 damage to target creature or player and you gain 4 life; Target opponent discards two cards; Draw two cards; or You lose the game.
SVar:TrigCharm:DB$ Charm | Choices$ DrainPact,DiscardPact,DrawPact,DeathPact | ChoiceRestriction$ Unchosen | CharmNum$ 1
SVar:DrainPact:DB$ DealDamage | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 4 | SubAbility$ DBGainLife | ChoiceName$ DrainPact | SpellDescription$ CARDNAME deals 4 damage to target creature or player and you gain 4 life.
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 4
SVar:DiscardPact:DB$ Discard | ValidTgts$ Player | NumCards$ 2 | Mode$ TgtChoose | ChoiceName$ DiscardPact | SpellDescription$ Target player discards two cards.
SVar:DrawPact:DB$ Draw | NumCards$ 2 | ChoiceName$ DrawPact | SpellDescription$ Draw two cards.
SVar:DeathPact:DB$ LosesGame | Defined$ You | ChoiceName$ DeathPact | SpellDescription$ You lose the game.
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/energy_chamber.jpg
Oracle:At the beginning of your upkeep, choose one that hasn't been chosen -\n• Demonic Pact deals 4 damage to target creature or player and you gain 4 life.\n• Target opponent discards two cards.\n• Draw two cards.\n• You lose the game.


Things that still need to be done. When a Charm SA is added to the stack, record the choice (if the SA cares about being recorded). When a Charm SA is determining choices, filter out choices that have already been recorded if there is a choice restriction.