It is currently 16 Apr 2024, 05:31
   
Text Size

Ixalan spoiler season

Post MTG Forge Related Programming Questions Here

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

Re: Ixalan spoiler season

Postby Agetian » 15 Sep 2017, 16:08

Marek14 wrote:The treasure-generating cards should have four token images, not three.
Thanks for the info, I'll take care of it! :)

- Agetian
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Ixalan spoiler season

Postby Marek14 » 15 Sep 2017, 16:17

Also, what's the token image convention here? The tokens in "upcoming" have set code in their pictures, but the thing is that most of the tokens in Ixalan are new, and we only use set codes when the token's filename would be a copy of a previously released token.

So, I think that the correct image names for tokens should be:

b_2_2_pirate (There were no Pirate tokens before.)
c_treasure
c_treasure2
c_treasure3
c_treasure4
g_0_2_plant (The existing plant tokens are 0/1 and 1/1.)
g_3_3_dinosaur (There were no Dinosaur tokens before.)
u_1_1_merfolk_XLN (Lullmage Mentor in Zendikar has the original 1/1 Merfolk token.)
u_2_2_illusion_XLN (Summoner's Bane in Zendikar has the original 2/2 Illusion token.)
w_1_1_vampire (There were never any WHITE Vampire tokens.)
Marek14
Tester
 
Posts: 2759
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 296 times

Re: Ixalan spoiler season

Postby Agetian » 15 Sep 2017, 16:40

Yep, good call! Could only find one case with XLN where it was superfluous though. Can you point me in the right direction if I'm missing something?

- Agetian
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Ixalan spoiler season

Postby Marek14 » 15 Sep 2017, 17:23

Agetian wrote:Yep, good call! Could only find one case with XLN where it was superfluous though. Can you point me in the right direction if I'm missing something?

- Agetian
I only noticed Call of the Feast.

Anyway, I'm now working through the roughly 80 new cards :)
Marek14
Tester
 
Posts: 2759
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 296 times

Re: Ixalan spoiler season

Postby azcotic » 15 Sep 2017, 18:02

Marek14 wrote:
Agetian wrote:Yep, good call! Could only find one case with XLN where it was superfluous though. Can you point me in the right direction if I'm missing something?

- Agetian
I only noticed Call of the Feast.

Anyway, I'm now working through the roughly 80 new cards :)
You can split that list for me. Give me some.
azcotic
 
Posts: 34
Joined: 27 Aug 2017, 03:58
Has thanked: 2 times
Been thanked: 9 times

Re: Ixalan spoiler season

Postby Marek14 » 15 Sep 2017, 18:29

azcotic wrote:
Marek14 wrote:
Agetian wrote:Yep, good call! Could only find one case with XLN where it was superfluous though. Can you point me in the right direction if I'm missing something?

- Agetian
I only noticed Call of the Feast.

Anyway, I'm now working through the roughly 80 new cards :)
You can split that list for me. Give me some.
It's OK. I'll upload what I have before I go to bed in a few hours, then you can continue :)
Marek14
Tester
 
Posts: 2759
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 296 times

Re: Ixalan spoiler season

Postby Marek14 » 15 Sep 2017, 20:43

OK, managed to finish it before bed.

I skipped only one card: Siren's Ruse. That's because I'm not sure how to implement the condition properly in cases when the creature isn't a Pirate when it's exiled, but is when it returns, or vice versa. Only its status BEFORE exiling should be taken into account.

Note that Shore Keeper has a new creature type (Trilobite) that needs to be added.

List of new cards:
Anointed Deacon, Atzocan Archer, Bishop's Soldier, Blight Keeper, Blinding Fog, Blossom Dryad, Bonded Horncrest, Bright Reprisal, Colossal Dreadmaw, Contract Killing, Costly Plunder, Crash the Ramparts, Crushing Canopy, Dark Nourishment, Deeproot Warrior, Depths of Desire, Dire Fleet Interloper, Dive Down, Elaborate Firecannon, Emergent Growth, Encampment Keeper, Fathom Fleet Cutthroat, Fathom Fleet Firebrand, Fiery Cannonade, Fire Shrine Keeper, Firecannon Blast, Frenzied Raptor, Gilded Sentinel, Glorifier of Dusk, Grim Captain's Call, Headstrong Brute, Heartless Pillage, Hierophant's Chalice, Imperial Aerosaur, Inspiring Cleric, Ixalli's Diviner, Ixalli's Keeper, Jade Guardian, Jungle Delver, Legion's Judgment, March of the Drowned, Navigator's Ruin, Nest Robber, New Horizons, One With the Wind, Paladin of the Bloodstained, Pious Interdiction, Pirate's Prize, Pounce, Prying Blade, Pterodon Knight, Queen's Agent, Queen's Commission, Rallying Roar, Raptor Companion, Ritual of Rejuvenation, River Heralds' Boon, Run Aground, Sailor of Means, Seekers' Squire, Shaper Apprentice, Sheltering Light, Shining Aerosaur, Shipwreck Looter, Shore Keeper, Siren Lookout, Skyblade of the Legion, Skymarch Bloodletter, Slash of Talons, Spreading Rot, Steadfast Armasaur, Storm Fleet Pyromancer, Storm Sculptor, Sunrise Seeker, Swashbuckling, Tempest Caller, Territorial Hammerskull, Thrash of Raptors, Vampire's Zeal, Vanquish the Weak, Verdant Rebirth, Watertrap Weaver, Wind Strider.
Attachments
xln4.zip
(47.32 KiB) Downloaded 252 times
Marek14
Tester
 
Posts: 2759
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 296 times

Re: Ixalan spoiler season

Postby Agetian » 16 Sep 2017, 04:11

Umm can you give a demonstration of a situation where a creature would not be a Pirate when it's exiled, but would be when it returns, for testing purposes? I'll take a look at how to do that for Siren's Ruse :)

EDIT: Nvm, I got it :)

- Agetian
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Ixalan spoiler season

Postby Agetian » 16 Sep 2017, 05:33

Set complete. Big thanks to everyone who helped out with Ixalan! :)

- Agetian
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Ixalan spoiler season

Postby stormcat » 16 Sep 2017, 09:22

:r35610
When I refer to Grim Captain's Call in Deck Editor, error occur.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Ixalan spoiler season

Postby stormcat » 16 Sep 2017, 10:04

:r35610
Storm Fleet Spy is Human Pirate, not Dinosaur.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Ixalan spoiler season

Postby Marek14 » 16 Sep 2017, 10:36

stormcat wrote::r35610
Storm Fleet Spy is Human Pirate, not Dinosaur.
I guess he's just THAT good as a spy :)
Marek14
Tester
 
Posts: 2759
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 296 times

Re: Ixalan spoiler season

Postby stormcat » 16 Sep 2017, 11:38

@Marek14
rude.
"She"
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Ixalan spoiler season

Postby Marek14 » 16 Sep 2017, 12:10

Hm, looking through the release notes for Arcane Adaptation:

Replacement effects that modify creatures of a certain type as they enter the battlefield will apply after you apply Arcane Adaptation's effect. This is a change from previous rules. If you control Arcane Adaptation and the Aether Revolt card Metallic Mimic, with the same creature type chosen for both, then any creature you control will enter the battlefield with an additional +1/+1 counter on it.
Marek14
Tester
 
Posts: 2759
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 296 times

Re: Ixalan spoiler season

Postby stormcat » 16 Sep 2017, 13:36

:r36520
Gishath, Sun's Avatar is not 7/7, 7/6.
And Ranging Raptors's Enrage has bug.
It should be put land tapped.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 45 guests


Who is online

In total there are 45 users online :: 0 registered, 0 hidden and 45 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 45 guests

Login Form