It is currently 29 Oct 2025, 06:05
   
Text Size

Ixalan spoiler season

Post MTG Forge Related Programming Questions Here

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

Re: Ixalan spoiler season

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

Re: Ixalan spoiler season

Postby azcotic » 03 Sep 2017, 10:44

Agetian wrote:Let me know if anyone would like to try scripting Huatli, Warrior Poet :)

- Agetian
ill do it.
azcotic
 
Posts: 34
Joined: 27 Aug 2017, 03:58
Has thanked: 2 times
Been thanked: 9 times

Re: Ixalan spoiler season

Postby Agetian » 03 Sep 2017, 11:17

kk nice! :) Thanks!

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

Re: Ixalan spoiler season

Postby Agetian » 03 Sep 2017, 11:20

Marek14 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 :)
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 time :))

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

Re: Ixalan spoiler season

Postby 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.
azcotic
 
Posts: 34
Joined: 27 Aug 2017, 03:58
Has thanked: 2 times
Been thanked: 9 times

Re: Ixalan spoiler season

Postby Agetian » 03 Sep 2017, 12:56

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.
Thanks! :) I finished the Ultimate ability and added the card upstream. :)

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

Re: Ixalan spoiler season

Postby Agetian » 04 Sep 2017, 16:21

Added Wakening Sun's Avatar.

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

Re: Ixalan spoiler season

Postby azcotic » 04 Sep 2017, 16:35

Raging Swordtooth

| 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.
azcotic
 
Posts: 34
Joined: 27 Aug 2017, 03:58
Has thanked: 2 times
Been thanked: 9 times

Re: Ixalan spoiler season

Postby Agetian » 04 Sep 2017, 18:25

Okie doke!

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

Re: Ixalan spoiler season

Postby 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
Programmer
 
Posts: 3490
Joined: 14 Mar 2011, 05:58
Has thanked: 684 times
Been thanked: 572 times

Re: Ixalan spoiler season

Postby azcotic » 04 Sep 2017, 21:54

THE HARDEST CARD TO CODE EVER
| 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.
azcotic
 
Posts: 34
Joined: 27 Aug 2017, 03:58
Has thanked: 2 times
Been thanked: 9 times

Re: Ixalan spoiler season

Postby 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.
azcotic
 
Posts: 34
Joined: 27 Aug 2017, 03:58
Has thanked: 2 times
Been thanked: 9 times

Re: Ixalan spoiler season

Postby friarsol » 05 Sep 2017, 00:55

azcotic wrote:THE HARDEST CARD TO CODE EVER
You don't need to script reprints. It's already accounted for
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Ixalan spoiler season

Postby 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
Agetian
Programmer
 
Posts: 3490
Joined: 14 Mar 2011, 05:58
Has thanked: 684 times
Been thanked: 572 times

Re: Ixalan spoiler season

Postby 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
Programmer
 
Posts: 3490
Joined: 14 Mar 2011, 05:58
Has thanked: 684 times
Been thanked: 572 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 33 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 33 users online :: 0 registered, 0 hidden and 33 guests (based on users active over the past 10 minutes)
Most users ever online was 9298 on 10 Oct 2025, 12:54

Users browsing this forum: No registered users and 33 guests

Login Form