Ixalan spoiler season
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Ixalan spoiler season
by Marek14 » 03 Sep 2017, 09:47
Just a note -- I'm currently on vacation, so that's why I haven't participated yet -- I plan to help you next week 

- Agetian
- Programmer
- Posts: 3489
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Re: Ixalan spoiler season
by Agetian » 03 Sep 2017, 11:20
Nice! Your help is always very welcome, Marek! Feel free to join in (as well as provide achievement descriptions for the new 'walkers, all 4 have been spoiled, apparently, unless we're going to have more than 4 this timeMarek14 wrote:Just a note -- I'm currently on vacation, so that's why I haven't participated yet -- I plan to help you next week

- Agetian
- Agetian
- Programmer
- Posts: 3489
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Re: Ixalan spoiler season
by azcotic » 03 Sep 2017, 12:27
Okay, i tried with Huatli, Warrior Poet, the first and the second Ability working Greate, but the Ultimate dont. Maybe you can take a look.
- | Open
- Name:Huatli, Warrior Poet
ManaCost:3 R W
Types:Planeswalker Huatli
Loyalty:3
A:AB$ GainLife | Cost$ AddCounter<2/LOYALTY> | Defined$ You | Planeswalker$ True | LifeAmount$ Y | References$ Y | SpellDescription$ You gain life equal to the greatest power among creatures you control.
SVar:Y:Count$GreatestPower_Creature.YouCtrl
A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | TokenAmount$ 1 | TokenName$ Dinosaur | TokenColors$ Green | TokenTypes$ Creature,Dinosaur | TokenOwner$ You | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Trample | Planeswalker$ True | SpellDescription$ Create a 3/3 green Dinosaur creature token with trample.
A:AB$ DealDamage | Cost$ SubCounter<X/LOYALTY> | ValidTgts$ Creature | TgtPrompt$ Select target creatures to distribute damage to | NumDmg$ X | TargetMin$ 1 | TargetMax$ MaxTgts | DividedAsYouChoose$ X | References$ X,Maxtgts | RememberDamagedCreature$ True | SubAbility$ DBPump | Planeswalker$ True | Ultimate$ True | SpellDescription$ Huatli, Warrior Poet deals X damage divided as you choose among any number of target creatures. Creatues dealt damage this way can't block this turn.
SVar:X:XChoice
SVar:MaxTgts:PlayerCountPlayers$Amount/Plus.NumCreatures
SVar:NumCreatures:Count$Valid Creature
SVar:DBPump:DB$ Pump | Defined$ Remembered | IsCurse$ True | KW$ HIDDEN CARDNAME can't block. | ConditionDefined$ Targeted | ConditionPresent$ Creature | ConditionCompare$ GE1
SVar:Picture:http://mythicspoiler.com/ixa/cards/huatliwarriorpoet.jpg
Oracle:[+2]: You gain life equal to the greatest power among creatures you control.\n[0]: Create a 3/3 green Dinosaur creature token with trample.\n[-X]: Huatli, Warrior Poet deals X damage divided as you choose among any number of target creatures. Creatues dealt damage this way can't block this turn.
Re: Ixalan spoiler season
by Agetian » 03 Sep 2017, 12:56
Thanks!azcotic wrote:Okay, i tried with Huatli, Warrior Poet, the first and the second Ability working Greate, but the Ultimate dont. Maybe you can take a look.
- | Open
- Name:Huatli, Warrior Poet
ManaCost:3 R W
Types:Planeswalker Huatli
Loyalty:3
A:AB$ GainLife | Cost$ AddCounter<2/LOYALTY> | Defined$ You | Planeswalker$ True | LifeAmount$ Y | References$ Y | SpellDescription$ You gain life equal to the greatest power among creatures you control.
SVar:Y:Count$GreatestPower_Creature.YouCtrl
A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | TokenAmount$ 1 | TokenName$ Dinosaur | TokenColors$ Green | TokenTypes$ Creature,Dinosaur | TokenOwner$ You | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Trample | Planeswalker$ True | SpellDescription$ Create a 3/3 green Dinosaur creature token with trample.
A:AB$ DealDamage | Cost$ SubCounter<X/LOYALTY> | ValidTgts$ Creature | TgtPrompt$ Select target creatures to distribute damage to | NumDmg$ X | TargetMin$ 1 | TargetMax$ MaxTgts | DividedAsYouChoose$ X | References$ X,Maxtgts | RememberDamagedCreature$ True | SubAbility$ DBPump | Planeswalker$ True | Ultimate$ True | SpellDescription$ Huatli, Warrior Poet deals X damage divided as you choose among any number of target creatures. Creatues dealt damage this way can't block this turn.
SVar:X:XChoice
SVar:MaxTgts:PlayerCountPlayers$Amount/Plus.NumCreatures
SVar:NumCreatures:Count$Valid Creature
SVar:DBPump:DB$ Pump | Defined$ Remembered | IsCurse$ True | KW$ HIDDEN CARDNAME can't block. | ConditionDefined$ Targeted | ConditionPresent$ Creature | ConditionCompare$ GE1
SVar:Picture:http://mythicspoiler.com/ixa/cards/huatliwarriorpoet.jpg
Oracle:[+2]: You gain life equal to the greatest power among creatures you control.\n[0]: Create a 3/3 green Dinosaur creature token with trample.\n[-X]: Huatli, Warrior Poet deals X damage divided as you choose among any number of target creatures. Creatues dealt damage this way can't block this turn.


- Agetian
- Agetian
- Programmer
- Posts: 3489
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Re: Ixalan spoiler season
by Agetian » 04 Sep 2017, 16:21
- Agetian
- Programmer
- Posts: 3489
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Re: Ixalan spoiler season
by azcotic » 04 Sep 2017, 16:35
Raging Swordtooth
You go for Primal Amulet and i for the New Pirate that search equipments.
- | Open
- Name:Raging Swordtooth
ManaCost:3 R G
Types:Creature Dinosaur
PT:5/5
K:Trample
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDamageAll | TriggerDescription$ When CARDNAME enters the battlefield, it deals 1 damage to each other creature.
SVar:TrigDamageAll:DB$ DamageAll | Cost$ 0 | ValidCards$ Creature.Other | NumDmg$ 1 | ValidDescription$ each other creature.
SVar:Picture:http://media.wizards.com/2017/xln/en_dOEsObctKc.png
Oracle:Trample\nWhen Raging Swordtooth enters the battlefield, it deals 1 damage to each other creature.
You go for Primal Amulet and i for the New Pirate that search equipments.
Re: Ixalan spoiler season
by Agetian » 04 Sep 2017, 18:58
Now upstream: Deadeye Tracker, Dusk Legion Dreadnought, Kumena's Speaker, Marauding Looter, Pillar of Origins, Raging Swordtooth, Tishana Wayfarer, Belligerent Brontodon, Call to the Feast, Deadeye Plunderers, Deathless Ancient, Deeproot Waters, Headwater Sentries, Primal Amulet / Primal Wellspring, Sun-Crowned Hunters, Wakening Sun's Avatar.
- Agetian
- Agetian
- Agetian
- Programmer
- Posts: 3489
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Re: Ixalan spoiler season
by azcotic » 04 Sep 2017, 21:54
THE HARDEST CARD TO CODE EVER
Drover of the Mighty
- | Open
- Name:Lightning Strike
ManaCost:1 R
Types:Instant
A:SP$ DealDamage | Cost$ 1 R | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 3 | SpellDescription$ CARDNAME deals 3 damage to target creature or player.
SVar:Picture:http://media-dominaria.cursecdn.com/avatars/133/412/636401248380534157.jpeg
Oracle:Lightning Strike deals 3 damage to target creature or player.
Drover of the Mighty
- | Open
- Name:Drover of the Mighty
ManaCost:1 G
Types:Creature Human Druid
PT:1/1
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 2 | AddToughness$ 2 | CheckSVar$ X | SVarCompare$ GE1 | Description$ CARDNAME gets +2/+2 as long as you control a Dinosaur.
A:AB$ Mana | Cost$ T | Produced$ Any | SpellDescription$ Add one mana of any color to your mana pool.
SVar:Y:Count$Valid Dinosaur.Other+YouCtrl
SVar:BuffedBy:Dinosaur
SVar:Picture:Picture:http://mythicspoiler.com/ixa/cards/droverofthemighty.jpg
Oracle:Drover of the Mighty gets +2/+2 as long as you control a Dinosaur./n{T}: Add one mana of any color to your mana pool.
Re: Ixalan spoiler season
by azcotic » 04 Sep 2017, 22:04
Deadeye Quartermaster
- | Open
- Name:Deadeye Quartermaster
ManaCost:3 U
Types:Creature Human Pirate
PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigChange | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library for an Equipment or a Vehicle card, reveal it, put it into your hand, then shuffle your library.
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Library | Destination$ Hand | ChangeType$ Card.Equipment,Card.Vehicle | ChangeNum$ 1 | ShuffleNonMandatory$ True
SVar:Picture:http://mythicspoiler.com/ixa/cards/deadeyequartermaster.jpg
Oracle:When Deadeye Quartermaster enters the battlefield, you may search your library for an Equipment or a Vehicle card, reveal it, and put it into your hand. If you do, shuffle your library.
Re: Ixalan spoiler season
by friarsol » 05 Sep 2017, 00:55
You don't need to script reprints. It's already accounted forazcotic wrote:THE HARDEST CARD TO CODE EVER
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Ixalan spoiler season
by Agetian » 05 Sep 2017, 03:12
Added Drover of the Mighty upstream. Waiting for the official WotC text for Deadeye Quartermaster to commit it.
Also, coded and added Shapers of the Nature.
- Agetian
Also, coded and added Shapers of the Nature.
- Agetian
- Agetian
- Programmer
- Posts: 3489
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Re: Ixalan spoiler season
by Agetian » 05 Sep 2017, 16:21
Added Siren Stormtamer, Thaumatic Compass / Spires of Orazca, Conqueror's Galleon / Conqueror's Foothold, Wanted Scoundrels, Sanctum Seeker.
- Agetian
- Agetian
- Agetian
- Programmer
- Posts: 3489
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Who is online
Users browsing this forum: No registered users and 29 guests