Page 5 of 6

Re: Hour of Devastation spoiler season

PostPosted: 30 Jun 2017, 22:38
by austinio7116
Thanks Marek - committed.

Re: Hour of Devastation spoiler season

PostPosted: 01 Jul 2017, 09:47
by swordshine
Marek14 wrote:I think that the "Whenever CARDNAME crews a Vehicle" triggers don't work right -- they trigger after the crew ability resolves, but they should trigger after it's activated. A Vehicle can still get a P/T bonus when not animated, it just won't do anything until it becomes a creature.
Fixed. Vizier of the Anointed is also fixed.

Re: Hour of Devastation spoiler season

PostPosted: 01 Jul 2017, 17:26
by Marek14
Final batch - too many cards and various minor corrections to list them all.

Notes:
Azorius Ploy - corrected "prevent damage to this" keyword since it's only supposed to work on combat damage. Please check that it works. Also, shouldn't these keywords be hidden? They are not supposed to be removed by Humility and such...
Dagger of the Worthy - test if this simple code works
Essence Flare - I corrected AB$ -> DB$, but there's one more problem with the card (might potentially affect other similar cards): Once the ability triggers, the creature that will be affected should be locked in and moving the Aura should not change that.
Lethal Sting - couldn't add. The most similar card is Hatchet Bully, and it's implemented wrong, with an extra target. Does AddCounter cost accept extra syntax a la SubCounter on Novijen Sages?
Saving Grace - pretty complex, will probably need some adjustments. I'm not completely clear on whether the creature Saving Grace redirects damage to is locked in when the trigger resolves or whether it changes when Saving Grace is moved later during the turn.

Re: Hour of Devastation spoiler season

PostPosted: 01 Jul 2017, 18:40
by Agetian
Thanks a lot for your contributions, Marek! :) Committed. Tested Dagger of the Worthy, seems to work well. Can't provide input on the other cards, unfortunately, hopefully someone else can provide more insight on those points.

Note: Did not yet apply the fix for Vizier of the Annointed from this batch, since this card was fixed today in a different way by Swordshine, effectively removing the EmbalmOrEternalize trigger with it. Not sure if maybe some other action is now necessary for this card, or maybe not.

With Marek's latest submission included, we are only missing two cards now:
Code: Select all
Abandoned Sarcophagus
Lethal Sting
- Agetian

Re: Hour of Devastation spoiler season

PostPosted: 01 Jul 2017, 21:10
by Marek14
Agetian wrote:Thanks a lot for your contributions, Marek! :) Committed. Tested Dagger of the Worthy, seems to work well. Can't provide input on the other cards, unfortunately, hopefully someone else can provide more insight on those points.

Note: Did not yet apply the fix for Vizier of the Annointed from this batch, since this card was fixed today in a different way by Swordshine, effectively removing the EmbalmOrEternalize trigger with it. Not sure if maybe some other action is now necessary for this card, or maybe not.

With Marek's latest submission included, we are only missing two cards now:
Code: Select all
Abandoned Sarcophagus
Lethal Sting
- Agetian
My changes for Vizier of the Anointed were just replacing its text by the correct wording -- it was probably done from early translated version of the card.

Re: Hour of Devastation spoiler season

PostPosted: 02 Jul 2017, 07:34
by Agetian
Ah, gotcha! Corrected now :)

- Agetian

Re: Hour of Devastation spoiler season

PostPosted: 02 Jul 2017, 20:46
by austinio7116
The Scarab God does not seem to return to your hand at the end step when it dies. The ability triggers but it stays in the graveyard.

Re: Hour of Devastation spoiler season

PostPosted: 02 Jul 2017, 21:14
by austinio7116
Same for locust and scorpion gods too.

Re: Hour of Devastation spoiler season

PostPosted: 02 Jul 2017, 21:40
by austinio7116
Fixed - committed rev 34563

Re: Hour of Devastation spoiler season

PostPosted: 02 Jul 2017, 21:48
by Rooger
Unsummon isn't showing the card pic, even though i have the image for it with correct syntax. Is anyone having this issue?

Edit:just checked and this happens for all other sets tha card was in, it's probably a typo on the card script.

Re: Hour of Devastation spoiler season

PostPosted: 02 Jul 2017, 21:58
by stormcat
:r34563
Endless Sand : Wrong Rarity [Common -> Rare]
Dust : Can't choose target creature

Re: Hour of Devastation spoiler season

PostPosted: 03 Jul 2017, 03:16
by stormcat
:r34564
Wretched Camel is 2/1 not 2/4.

Re: Hour of Devastation spoiler season

PostPosted: 03 Jul 2017, 05:10
by stormcat
:r34564
Unquenchable Thirst has wrong cost.
Displayed mana cost is true, but when I play it, demand 1UU.

Re: Hour of Devastation spoiler season

PostPosted: 03 Jul 2017, 05:44
by austinio7116
Rooger wrote:Unsummon isn't showing the card pic, even though i have the image for it with correct syntax. Is anyone having this issue?

Edit:just checked and this happens for all other sets tha card was in, it's probably a typo on the card script.
Unsummon is showing my card image named Unsummon.full.jpg fine with revision 34563

Re: Hour of Devastation spoiler season

PostPosted: 03 Jul 2017, 06:28
by Rooger
austinio7116 wrote:Unsummon is showing my card image named Unsummon.full.jpg fine with revision 34563
You are right, i already posted my issue on the Beta release thread. It turns out to be a different problem that affects Unsummon as well as other random cards. Sets also have more lands than the original release with extra lands having no card pics too (for instance, HOU have 3 Swamps but Forge is showing me 9). Haven't found a fix for it though.